.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ebeff0;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.25rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.375rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.125rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #e4be39 !important;
}
.bg-success {
  background-color: #91ebc1 !important;
}
.bg-info {
  background-color: #84e5f8 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ec9099 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e4be39 !important;
  border-color: #e4be39 !important;
  color: #1a1504 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #eacd66 !important;
  border-color: #eacd66 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1a1504 !important;
  background-color: #eacd66 !important;
  border-color: #eacd66 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #84e5f8 !important;
  border-color: #84e5f8 !important;
  color: #076476 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #b4effb !important;
  border-color: #b4effb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #076476 !important;
  background-color: #b4effb !important;
  border-color: #b4effb !important;
}
.btn-success,
.btn-success:active {
  background-color: #91ebc1 !important;
  border-color: #91ebc1 !important;
  color: #136a41 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bcf3d9 !important;
  border-color: #bcf3d9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #136a41 !important;
  background-color: #bcf3d9 !important;
  border-color: #bcf3d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec9099 !important;
  border-color: #ec9099 !important;
  color: #6b121b !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f3bcc1 !important;
  border-color: #f3bcc1 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6b121b !important;
  background-color: #f3bcc1 !important;
  border-color: #f3bcc1 !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: #e4be39;
  color: #e4be39;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #af8d18 !important;
  background-color: transparent !important;
  border-color: #af8d18 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e4be39 !important;
  border-color: #e4be39 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #84e5f8;
  color: #84e5f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #32d4f3 !important;
  background-color: transparent !important;
  border-color: #32d4f3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #076476 !important;
  background-color: #84e5f8 !important;
  border-color: #84e5f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #91ebc1;
  color: #91ebc1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #48de98 !important;
  background-color: transparent !important;
  border-color: #48de98 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #136a41 !important;
  background-color: #91ebc1 !important;
  border-color: #91ebc1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ec9099;
  color: #ec9099;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #df4655 !important;
  background-color: transparent !important;
  border-color: #df4655 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec9099 !important;
  border-color: #ec9099 !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: #e4be39 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #91ebc1 !important;
}
.text-info {
  color: #84e5f8 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ec9099 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a18216 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3bdb90 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #23d1f3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dd3949 !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: #e4be39;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #84e5f8;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ec9099;
}
.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: #e4be39;
  border-color: #e4be39;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e4be39;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf9ed;
}
.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: #b3b3b3;
}
.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: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #e4be39 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #e4be39;
}
/* 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: #e4be39;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e4be39;
}
.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: #e4be39;
  border-bottom-color: #e4be39;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e4be39 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23e4be39' %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 {
  flex-direction: row-reverse;
  padding: 8px 20px;
  border-radius: 30px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 10px 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: none;
}
.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 {
  margin: 0 16px 0 0;
}
.cid-uIuITJ19o6 {
  background-color: transparent;
}
.cid-uIuITJ19o6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uIuITJ19o6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uIuITJ19o6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIuITJ19o6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIuITJ19o6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIuITJ19o6 .menu_box .navbar.opened,
  .cid-uIuITJ19o6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIuITJ19o6 .navbar-dropdown {
  position: relative !important;
}
.cid-uIuITJ19o6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIuITJ19o6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIuITJ19o6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIuITJ19o6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIuITJ19o6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIuITJ19o6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIuITJ19o6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIuITJ19o6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIuITJ19o6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uIuITJ19o6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIuITJ19o6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIuITJ19o6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uIuITJ19o6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uIuITJ19o6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIuITJ19o6 .nav-item .nav-link:hover:before,
.cid-uIuITJ19o6 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uIuITJ19o6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIuITJ19o6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIuITJ19o6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIuITJ19o6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIuITJ19o6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uIuITJ19o6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIuITJ19o6 .offcanvas_box {
    display: none;
  }
}
.cid-uIuITJ19o6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIuITJ19o6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIuITJ19o6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIuITJ19o6 .container {
  display: flex;
  margin: auto;
}
.cid-uIuITJ19o6 .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIuITJ19o6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIuITJ19o6 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uIuITJ19o6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIuITJ19o6 .navbar-nav {
    margin: 0;
  }
}
.cid-uIuITJ19o6 .dropdown-menu,
.cid-uIuITJ19o6 .navbar.opened {
  background-color: false !important;
}
.cid-uIuITJ19o6 .nav-item:focus,
.cid-uIuITJ19o6 .nav-link:focus {
  outline: none;
}
.cid-uIuITJ19o6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIuITJ19o6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIuITJ19o6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIuITJ19o6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIuITJ19o6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIuITJ19o6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIuITJ19o6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIuITJ19o6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIuITJ19o6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIuITJ19o6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIuITJ19o6 .navbar .navbar-logo img {
  max-width: 300px;
  min-height: 149px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uIuITJ19o6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uIuITJ19o6 .navbar.collapsed {
  justify-content: center;
}
.cid-uIuITJ19o6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIuITJ19o6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIuITJ19o6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIuITJ19o6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIuITJ19o6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIuITJ19o6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIuITJ19o6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIuITJ19o6 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uIuITJ19o6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIuITJ19o6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIuITJ19o6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIuITJ19o6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIuITJ19o6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIuITJ19o6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIuITJ19o6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIuITJ19o6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIuITJ19o6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIuITJ19o6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIuITJ19o6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIuITJ19o6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIuITJ19o6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIuITJ19o6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIuITJ19o6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIuITJ19o6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIuITJ19o6 .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-uIuITJ19o6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIuITJ19o6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIuITJ19o6 .dropdown-item.active,
.cid-uIuITJ19o6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIuITJ19o6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uIuITJ19o6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIuITJ19o6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIuITJ19o6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIuITJ19o6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIuITJ19o6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIuITJ19o6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uIuITJ19o6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d0a111;
}
.cid-uIuITJ19o6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIuITJ19o6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIuITJ19o6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIuITJ19o6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIuITJ19o6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIuITJ19o6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIuITJ19o6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIuITJ19o6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIuITJ19o6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIuITJ19o6 .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-uIuITJ19o6 .navbar {
    height: 70px;
  }
  .cid-uIuITJ19o6 .navbar.opened {
    height: auto;
  }
  .cid-uIuITJ19o6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIuITJ19o6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uIuITJ19o6 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uIuITJ19o6 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uIuITJ19o6 .navbar-caption:hover {
  color: #e4be39;
}
@media (min-width: 992px) {
  .cid-uIuITJ19o6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIuITJ19o6 .text_widget {
  margin-bottom: 32px;
}
.cid-uIuITJ19o6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIuITJ19o6 .text_widget a:hover,
.cid-uIuITJ19o6 .text_widget a:focus {
  opacity: 0.8;
}
.cid-uIuITJ19o6 .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uIuITJ19o6 .contacts-wrapper {
    display: none;
  }
}
.cid-uIuITJ19o6 .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uIuITJ19o6 .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIuITJ19o6 .contacts-wrapper a .mbr-contact:hover:before,
.cid-uIuITJ19o6 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uIuITJ19o6 .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uIuITJ19o6 .navbar-caption {
  color: #FFFFFF;
}
.cid-uIuITJ19o6 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uIuITJ19o6 .mbr-section-subtitle,
.cid-uIuITJ19o6 .text_widget,
.cid-uIuITJ19o6 .mbr-section-btn {
  text-align: center;
}
.cid-uIuITJ19o6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIuITJ19o6 .nav-link,
.cid-uIuITJ19o6 .dropdown-item {
  color: #FFFFFF;
}
.cid-uIuITJ3wE1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uIuITJ3wE1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -50rem 100rem #ebeff0;
}
.cid-uIuITJ3wE1 .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #335c67;
  transform: rotate(-45deg);
}
.cid-uIuITJ3wE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJ3wE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJ3wE1 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJ3wE1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ3wE1 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJ3wE1 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ3wE1 .container {
    padding: 0 14px;
  }
}
.cid-uIuITJ3wE1 .row {
  position: relative;
  z-index: 1;
}
.cid-uIuITJ3wE1 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uIuITJ3wE1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIuITJ3wE1 .link-wrapper:hover .mbr-link,
.cid-uIuITJ3wE1 .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uIuITJ3wE1 .link-wrapper .mbr-link {
  text-decoration: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIuITJ3wE1 .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uIuITJ3wE1 .text-wrapper {
    margin-top: 30px;
  }
}
.cid-uIuITJ3wE1 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uIuITJ3wE1 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uIuITJ3wE1 .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uIuITJ3wE1 .mbr-section-title {
  color: #01004c;
}
.cid-uIuITJ3wE1 .mbr-link {
  color: #000000;
  text-align: left;
}
.cid-uIuITJ3wE1 .mbr-text {
  color: #000000;
}
.cid-uIuITJ3wE1 .mbr-section-title,
.cid-uIuITJ3wE1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uIuITJ3wE1 .mbr-text,
.cid-uIuITJ3wE1 .text-wrap {
  color: #000000;
}
.cid-uIuITJ3wE1 .mbr-contact,
.cid-uIuITJ3wE1 .icon-wrapper {
  text-align: left;
}
.cid-uIuITJge3J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uIuITJge3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJge3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJge3J .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJge3J .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJge3J .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJge3J .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJge3J .container {
    padding: 0 14px;
  }
}
.cid-uIuITJge3J .row {
  justify-content: center;
}
.cid-uIuITJge3J .card-wrapper {
  padding: 50px 100px;
  background-color: #e4be39;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uIuITJge3J .card-wrapper {
    padding: 50px 24px;
  }
}
.cid-uIuITJge3J .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uIuITJge3J .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uIuITJge3J .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uIuITJge3J .card-wrapper .card-wrap .icon-wrapper {
    margin: -4.5rem 0 16px 0;
  }
}
.cid-uIuITJge3J .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uIuITJge3J .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uIuITJge3J .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uIuITJge3J .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uIuITJge3J .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uIuITJge3J .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uIuITJge3J .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
  background: transparent;
  padding: 16px 0;
  color: #84e5f8;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uIuITJge3J .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uIuITJge3J .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-uIuITJge3J .dragArea.row .form-group .form-control:focus,
.cid-uIuITJge3J .dragArea.row .form-group .form-control:hover {
  border-bottom: 1px solid #ffffff !important;
}
.cid-uIuITJge3J .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uIuITJge3J .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uIuITJge3J .dragArea.row .form-group .form-check .form-check-label {
  color: #ffffff;
}
.cid-uIuITJge3J .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uIuITJge3J .mbr-section-title {
  color: #f1f1f1;
}
.cid-uIuITJge3J .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uIuITJge3J label {
  color: #f1f1f1;
}
.cid-uIuITJge3J .mbr-section-title,
.cid-uIuITJge3J .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uIuITJge3J .icon-wrapper {
  text-align: right;
}
.cid-uJ9pyDnIHd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJ9pyDnIHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ9pyDnIHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ9pyDnIHd .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJ9pyDnIHd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJ9pyDnIHd .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJ9pyDnIHd .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJ9pyDnIHd .container {
    padding: 0 14px;
  }
}
.cid-uJ9pyDnIHd .row {
  justify-content: center;
}
.cid-uJ9pyDnIHd .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJ9pyDnIHd .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ9pyDnIHd .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uJ9pyDnIHd .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uJ9pyDnIHd .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uJ9pyDnIHd .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uJ9pyDnIHd .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uJ9pyDnIHd .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uJ9pyDnIHd .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uJ9pyDnIHd .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uJ9pyDnIHd .mbr-text_1 {
  color: #01004c;
}
.cid-uJ9pyDnIHd .list {
  color: #01004c;
}
.cid-uJ9pyDnIHd .mbr-text_2 {
  color: #01004c;
}
.cid-uIuITJ4pYl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/20.webp");
}
.cid-uIuITJ4pYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJ4pYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJ4pYl .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJ4pYl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ4pYl .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJ4pYl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ4pYl .container {
    padding: 0 14px;
  }
}
.cid-uIuITJ4pYl .row {
  justify-content: center;
}
.cid-uIuITJ4pYl .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJ4pYl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIuITJ4pYl .item {
  margin-bottom: 40px;
}
.cid-uIuITJ4pYl .item:hover .item-wrapper .item-img img,
.cid-uIuITJ4pYl .item:focus .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-uIuITJ4pYl .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  margin: 0 9px;
}
@media (max-width: 992px) {
  .cid-uIuITJ4pYl .item .item-wrapper {
    margin: 0;
  }
}
.cid-uIuITJ4pYl .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 450px;
  border: 1px solid #335c67;
  overflow: hidden;
  height: 100%;
}
.cid-uIuITJ4pYl .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  animation: none;
}
.cid-uIuITJ4pYl .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ebeff0;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uIuITJ4pYl .item .item-wrapper .item-img .item-content {
  width: 100%;
  padding: 25px;
  position: relative;
  z-index: 1;
}
.cid-uIuITJ4pYl .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 22px;
}
.cid-uIuITJ4pYl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIuITJ4pYl .card-title {
  color: #01004c;
}
.cid-uIuITJ4pYl .card-title,
.cid-uIuITJ4pYl .mbr-section-btn {
  color: #000000;
}
.cid-uIuITJ4FH6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4be39;
}
.cid-uIuITJ4FH6 .item:focus,
.cid-uIuITJ4FH6 span:focus {
  outline: none;
}
.cid-uIuITJ4FH6 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uIuITJ4FH6 .loop-container {
  padding: 10px 0;
}
.cid-uIuITJ4FH6 .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uIuITJ4FH6 .item {
    min-height: 45px;
  }
}
.cid-uIuITJ5XGu {
  overflow: hidden;
  position: relative;
}
.cid-uIuITJ5XGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJ5XGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uIuITJ5XGu .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJ5XGu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ5XGu .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJ5XGu .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ5XGu .container {
    padding: 0 14px;
  }
}
.cid-uIuITJ6R7x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIuITJ6R7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJ6R7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJ6R7x .container-fluid {
  padding: 0 0 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJ6R7x .container-fluid {
    padding: 0 0 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ6R7x .container-fluid {
    padding: 0 0 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJ6R7x .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ6R7x .container {
    padding: 0 14px;
  }
}
.cid-uIuITJ6R7x .image-wrapper {
  border-left: 2px solid #335c67;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uIuITJ6R7x .image-wrapper {
    padding-left: 20px;
  }
}
.cid-uIuITJ6R7x .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #335c67;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uIuITJ6R7x .image-wrapper img {
    height: 350px;
  }
}
.cid-uIuITJ6sC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e4be39;
}
.cid-uIuITJ6sC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJ6sC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJ6sC2 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJ6sC2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ6sC2 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJ6sC2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ6sC2 .container {
    padding: 0 14px;
  }
}
.cid-uIuITJ6sC2 .row {
  justify-content: center;
}
.cid-uIuITJ6sC2 .card-wrapper {
  padding: 40px;
  background-color: #fff3b0;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uIuITJ6sC2 .card-wrapper {
    padding: 24px;
  }
}
.cid-uIuITJ6sC2 .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #fff3b0;
  transform: rotate(10deg);
  pointer-events: none;
}
.cid-uIuITJ6sC2 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uIuITJ6sC2 .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uIuITJ6sC2 .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uIuITJ6sC2 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uIuITJ6sC2 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uIuITJ6sC2 .card-wrapper .card-wrap .content-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uIuITJ6sC2 .card-wrapper .card-wrap .content-wrapper {
    padding: 32px 0;
  }
}
.cid-uIuITJ6sC2 .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uIuITJ6sC2 .card-wrapper .card-wrap .content-wrapper .link-wrapper {
  display: block;
}
.cid-uIuITJ6sC2 .card-wrapper .card-wrap .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uIuITJ6sC2 .card-wrapper .card-wrap .content-wrapper .link-wrapper:focus .mbr-link {
  color: #e09f3e;
}
.cid-uIuITJ6sC2 .card-wrapper .card-wrap .content-wrapper .link-wrapper .mbr-link {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uIuITJ6sC2 .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uIuITJ6sC2 .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-uIuITJ6sC2 .icon-wrapper {
  text-align: right;
}
.cid-uIuITJ6sC2 .mbr-section-title,
.cid-uIuITJ6sC2 .icon-wrapper {
  color: #000000;
}
.cid-uIuITJ6UoM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4be39;
}
.cid-uIuITJ6UoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJ6UoM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJ6UoM .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJ6UoM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ6UoM .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJ6UoM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ6UoM .container {
    padding: 0 14px;
  }
}
.cid-uIuITJ6UoM .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 40px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uIuITJ6UoM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIuITJ6UoM .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uIuITJ6UoM .content-wrapper .mbr-section-btn {
  margin: 10px 25px;
}
.cid-uIuITJ6UoM .mbr-text,
.cid-uIuITJ6UoM .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uIuITJ6UoM .mbr-section-title {
  color: #f1f1f1;
}
.cid-uIuITJ6UoM .mbr-section-title,
.cid-uIuITJ6UoM .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uIuITJ7lBO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uIuITJ7lBO .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJ7lBO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ7lBO .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJ7lBO .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ7lBO .container {
    padding: 0 14px;
  }
}
.cid-uIuITJ7lBO .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJ7lBO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIuITJ7lBO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uIuITJ7lBO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uIuITJ7lBO .embla__slide .slide-content {
  width: 100%;
}
.cid-uIuITJ7lBO .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 20px 25px;
  border-radius: 0 !important;
  background-color: #e4be39;
}
.cid-uIuITJ7lBO .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e4be39;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uIuITJ7lBO .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 145px;
}
@media (max-width: 992px) {
  .cid-uIuITJ7lBO .embla__slide .slide-content .item-wrapper .item-content {
    margin-bottom: 32px;
  }
}
.cid-uIuITJ7lBO .embla__slide .slide-content .item-wrapper .item-content .mbr-number {
  margin-bottom: 16px;
}
.cid-uIuITJ7lBO .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uIuITJ7lBO .embla__button--next,
.cid-uIuITJ7lBO .embla__button--prev {
  display: flex;
}
.cid-uIuITJ7lBO .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #e4be39 !important;
  color: #84e5f8 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uIuITJ7lBO .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-uIuITJ7lBO .embla__button.embla__button--prev {
  right: 7rem;
  margin-left: 2.5rem;
}
.cid-uIuITJ7lBO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIuITJ7lBO .embla {
  position: relative;
  width: 100%;
}
.cid-uIuITJ7lBO .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uIuITJ7lBO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIuITJ7lBO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIuITJ7lBO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIuITJ7lBO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIuITJ7lBO .mbr-number {
  color: #FFFFFF;
}
.cid-uIuITJ7lBO .item-title {
  color: #f1f1f1;
}
.cid-uIuITJ7lBO .item-title,
.cid-uIuITJ7lBO .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uIuITJ79vk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uIuITJ79vk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJ79vk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJ79vk .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJ79vk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ79vk .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJ79vk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ79vk .container {
    padding: 0 14px;
  }
}
.cid-uIuITJ79vk .row {
  justify-content: center;
}
.cid-uIuITJ79vk .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJ79vk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIuITJ79vk .item {
  margin-bottom: 40px;
}
.cid-uIuITJ79vk .item .item-wrapper {
  position: relative;
  padding: 40px 25px;
  border-radius: 0 !important;
  background-color: #e4be39;
  height: 100%;
  margin: 0 9px;
}
.cid-uIuITJ79vk .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e4be39;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uIuITJ79vk .item .item-wrapper {
    margin: 0;
  }
}
.cid-uIuITJ79vk .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uIuITJ79vk .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uIuITJ79vk .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uIuITJ79vk .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uIuITJ79vk .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uIuITJ79vk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIuITJ79vk .card-text {
  color: #f1f1f1;
}
.cid-uIuITJ79vk .card-name {
  color: #FFFFFF;
}
.cid-uIuITJ79vk .card-text,
.cid-uIuITJ79vk .item-img {
  color: #FFFFFF;
}
.cid-uIuITJ8kEH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIuITJ8kEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJ8kEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJ8kEH .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJ8kEH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ8kEH .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJ8kEH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ8kEH .container {
    padding: 0 14px;
  }
}
.cid-uIuITJ8kEH .row {
  justify-content: center;
}
.cid-uIuITJ8kEH .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJ8kEH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIuITJ8kEH .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uIuITJ8kEH .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uIuITJ8kEH .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uIuITJ8kEH .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uIuITJ8kEH .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uIuITJ8kEH .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-left: -25px;
}
.cid-uIuITJ8kEH .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uIuITJ8kEH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIuITJ8kEH .mbr-text_1 {
  color: #000000;
}
.cid-uIuITJ8kEH .list {
  color: #01004c;
}
.cid-uIuITJ8kEH .mbr-text_2 {
  color: #000000;
}
.cid-uIuITJ8kEH .mbr-list-title {
  color: #000000;
}
.cid-uIuITJ8kEH .list,
.cid-uIuITJ8kEH .item-wrap {
  color: #000000;
}
.cid-uIuITJ9oYV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIuITJ9oYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJ9oYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJ9oYV .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJ9oYV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ9oYV .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJ9oYV .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJ9oYV .container {
    padding: 0 14px;
  }
}
.cid-uIuITJ9oYV .row {
  justify-content: center;
}
.cid-uIuITJ9oYV .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJ9oYV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIuITJ9oYV .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uIuITJ9oYV .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uIuITJ9oYV .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIuITJ9oYV .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uIuITJ9oYV .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIuITJ9oYV .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uIuITJ9oYV .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uIuITJ9oYV .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uIuITJ9oYV .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uIuITJ9oYV .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uIuITJ9oYV .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uIuITJ9oYV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIuITJ9oYV .panel-title {
  color: #01004c;
}
.cid-uIuITJ9oYV .panel-text {
  color: #000000;
}
.cid-uIuITJ9oYV .panel-title-edit {
  color: #000000;
}
.cid-uIuITJa3A2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIuITJa3A2 .item:focus,
.cid-uIuITJa3A2 span:focus {
  outline: none;
}
.cid-uIuITJa3A2 .item {
  cursor: pointer;
}
.cid-uIuITJa3A2 .grid-container {
  grid-row-gap: 5rem;
}
@media (max-width: 767px) {
  .cid-uIuITJa3A2 .grid-container {
    grid-row-gap: 4rem;
  }
}
.cid-uIuITJa3A2 .grid-container-1,
.cid-uIuITJa3A2 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uIuITJa3A2 .grid-container-1,
  .cid-uIuITJa3A2 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uIuITJa3A2 .mbr-section-title {
  margin-bottom: 100px;
  color: #01004c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIuITJa3A2 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIuITJa3A2 .content-head {
  max-width: 800px;
}
.cid-uIuITJa3A2 .container,
.cid-uIuITJa3A2 .container-fluid {
  overflow: hidden;
}
.cid-uIuITJa3A2 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-top: 32px;
  padding-bottom: 32px;
}
.cid-uIuITJa3A2 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uIuITJa3A2 .grid-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uIuITJa3A2 .grid-item img {
  animation: none;
  z-index: 1;
  min-width: 30vw;
  max-width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #335c67;
}
@media (max-width: 1200px) {
  .cid-uIuITJa3A2 .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uIuITJa3A2 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uIuITJa3A2 .grid-container-1,
.cid-uIuITJa3A2 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uIuITJa3A2 .grid-container-1 {
  align-items: flex-end;
}
.cid-uIuITJa3A2 .grid-container-2 {
  align-items: flex-start;
}
.cid-uIuITJb3K9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uIuITJb3K9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJb3K9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJb3K9 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJb3K9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJb3K9 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJb3K9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJb3K9 .container {
    padding: 0 14px;
  }
}
.cid-uIuITJb3K9 .row {
  justify-content: center;
}
.cid-uIuITJb3K9 .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #e4be39;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uIuITJb3K9 .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJb3K9 .card-wrapper {
    margin: 0;
  }
}
.cid-uIuITJb3K9 .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uIuITJb3K9 .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #335c67;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uIuITJb3K9 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uIuITJb3K9 .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uIuITJb3K9 .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uIuITJb3K9 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uIuITJb3K9 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uIuITJb3K9 .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJb3K9 .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIuITJb3K9 .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIuITJb3K9 .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uIuITJb3K9 .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uIuITJb3K9 .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uIuITJb3K9 .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-left: -25px;
}
.cid-uIuITJb3K9 .mbr-section-title {
  color: #f1f1f1;
}
.cid-uIuITJb3K9 .mbr-text {
  color: #FFFFFF;
}
.cid-uIuITJb3K9 .mbr-list-title {
  color: #FFFFFF;
}
.cid-uIuITJb3K9 .list {
  color: #f1f1f1;
}
.cid-uIuITJb3K9 .mbr-section-title,
.cid-uIuITJb3K9 .mbr-section-btn {
  text-align: center;
}
.cid-uIuITJb3K9 .icon-wrapper {
  text-align: right;
}
.cid-uIuITJb3K9 .mbr-section-title,
.cid-uIuITJb3K9 .icon-wrapper,
.cid-uIuITJb3K9 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uIuITJb3K9 .list,
.cid-uIuITJb3K9 .item-wrap {
  color: #FFFFFF;
}
.cid-uIuITJbn29 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4be39;
}
.cid-uIuITJbn29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJbn29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJbn29 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJbn29 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJbn29 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJbn29 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJbn29 .container {
    padding: 0 14px;
  }
}
.cid-uIuITJbn29 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIuITJbn29 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIuITJbn29 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJbn29 .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIuITJbn29 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIuITJbn29 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 0;
  }
}
.cid-uIuITJbn29 .item {
  margin-bottom: 40px;
}
.cid-uIuITJbn29 .item .item-wrapper {
  position: relative;
  padding: 20px 25px;
  border-radius: 0 !important;
  background-color: #fff3b0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 9px;
  z-index: 1;
}
.cid-uIuITJbn29 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff3b0;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uIuITJbn29 .item .item-wrapper {
    margin: 0;
  }
}
.cid-uIuITJbn29 .item .item-wrapper .card-box {
  margin-bottom: 145px;
}
@media (max-width: 992px) {
  .cid-uIuITJbn29 .item .item-wrapper .card-box {
    margin-bottom: 32px;
  }
}
.cid-uIuITJbn29 .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-uIuITJbn29 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uIuITJbn29 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uIuITJbn29 .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uIuITJbn29 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uIuITJbn29 .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: center;
}
.cid-uIuITJbn29 .card-title {
  color: #01004c;
}
.cid-uIuITJbn29 .card-number {
  color: #000000;
}
.cid-uIuITJbn29 .icon-wrapper {
  text-align: right;
}
.cid-uIuITJbn29 .card-title,
.cid-uIuITJbn29 .icon-wrapper {
  color: #000000;
}
.cid-uIuITJcE35 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4be39;
}
.cid-uIuITJcE35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJcE35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJcE35 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJcE35 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJcE35 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJcE35 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJcE35 .container {
    padding: 0 14px;
  }
}
.cid-uIuITJcE35 .row {
  justify-content: center;
}
.cid-uIuITJcE35 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJcE35 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIuITJcE35 .item {
  margin-bottom: 22px;
}
.cid-uIuITJcE35 .item .item-wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 25px;
  min-height: 350px;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIuITJcE35 .item .item-wrapper {
    min-height: auto;
  }
}
.cid-uIuITJcE35 .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uIuITJcE35 .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 400px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIuITJcE35 .item .item-wrapper .item-img img {
    display: block;
    width: 100%;
    height: 350px;
  }
}
.cid-uIuITJcE35 .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uIuITJcE35 .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uIuITJcE35 .item .item-wrapper .item-content .desc-wrap .card-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .cid-uIuITJcE35 .item .item-wrapper .item-content .desc-wrap .card-desc {
    width: 100%;
  }
}
.cid-uIuITJcE35 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uIuITJcE35 .card-title {
  color: #f1f1f1;
}
.cid-uIuITJcE35 .card-price {
  color: #FFFFFF;
}
.cid-uIuITJcE35 .card-desc {
  color: #f1f1f1;
}
.cid-uIuITJcE35 .card-title,
.cid-uIuITJcE35 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uIuITJcE35 .card-desc,
.cid-uIuITJcE35 .desc-wrap {
  color: #FFFFFF;
}
.cid-uIuITJd64v {
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/photo-1527741891222-bb6908f0a296.webp");
}
.cid-uIuITJd64v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJd64v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJd64v .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJd64v .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJd64v .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJd64v .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJd64v .container {
    padding: 0 14px;
  }
}
.cid-uIuITJdPg3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/photo-1541140134513-85a161dc4a00.webp");
}
.cid-uIuITJdPg3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #ebeff0;
}
.cid-uIuITJdPg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJdPg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJdPg3 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJdPg3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJdPg3 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJdPg3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJdPg3 .container {
    padding: 0 14px;
  }
}
.cid-uIuITJdPg3 .row {
  position: relative;
  z-index: 1;
}
.cid-uIuITJdPg3 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJdPg3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIuITJdPg3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
.cid-uIuITJdPg3 .mbr-desc {
  color: #01004c;
}
.cid-uIuITJdPg3 .mbr-section-title {
  color: #01004c;
}
.cid-uIuITJdPg3 .mbr-text {
  color: #01004c;
}
.cid-uIuITJdPg3 .mbr-section-title,
.cid-uIuITJdPg3 .mbr-section-btn {
  color: #000000;
}
.cid-uIuITJdPg3 .mbr-text,
.cid-uIuITJdPg3 .text-wrapper {
  color: #000000;
}
.cid-uIuITJdX7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uIuITJdX7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJdX7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJdX7A .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJdX7A .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJdX7A .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJdX7A .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJdX7A .container {
    padding: 0 14px;
  }
}
.cid-uIuITJdX7A .row {
  justify-content: center;
}
.cid-uIuITJdX7A .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJdX7A .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIuITJdX7A .card-wrapper {
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIuITJdX7A .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uIuITJdX7A .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uIuITJdX7A .mbr-figure {
  border-radius: 0 !important;
  border: 1px solid #335c67;
}
.cid-uIuITJdX7A .mbr-figure iframe {
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uIuITJdX7A .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uIuITJdX7A .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uIuITJdX7A .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uIuITJdX7A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIuITJeYXy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uIuITJeYXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJeYXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJeYXy .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJeYXy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJeYXy .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJeYXy .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJeYXy .container {
    padding: 0 14px;
  }
}
.cid-uIuITJeYXy .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJeYXy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIuITJeYXy .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uIuITJeYXy .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIuITJeYXy .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uIuITJeYXy .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uIuITJeYXy .image-wrapper img {
    height: 300px;
  }
}
.cid-uIuITJeYXy .content-wrapper {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-uIuITJeYXy .content-wrapper {
    margin: 0;
  }
}
.cid-uIuITJeYXy .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIuITJeYXy .content-wrapper .mbr-name {
    margin-bottom: 22px;
  }
}
.cid-uIuITJeYXy .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uIuITJeYXy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIuITJeYXy .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uIuITJeYXy .mbr-name {
  color: #000000;
}
.cid-uIuITJeYXy .mbr-text {
  color: #01004c;
}
.cid-uIuITJeYXy .mbr-section-title,
.cid-uIuITJeYXy .mbr-section-btn {
  color: #000000;
}
.cid-uIuITJeYXy .mbr-text,
.cid-uIuITJeYXy .text-wrapper {
  color: #000000;
}
.cid-uIuITJec41 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uIuITJec41 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJec41 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJec41 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJec41 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJec41 .container {
    padding: 0 14px;
  }
}
.cid-uIuITJec41 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJec41 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIuITJec41 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uIuITJec41 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uIuITJec41 .embla__slide .slide-content {
  width: 100%;
}
.cid-uIuITJec41 .embla__slide .slide-content .item-wrapper {
  position: relative;
  border-radius: 0 !important;
}
.cid-uIuITJec41 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uIuITJec41 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-uIuITJec41 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #335c67;
  animation: none;
}
.cid-uIuITJec41 .embla__button--next,
.cid-uIuITJec41 .embla__button--prev {
  display: flex;
}
.cid-uIuITJec41 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #e4be39 !important;
  color: #84e5f8 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uIuITJec41 .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-uIuITJec41 .embla__button.embla__button--prev {
  right: 7rem;
  margin-left: 2.5rem;
}
.cid-uIuITJec41 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIuITJec41 .embla {
  position: relative;
  width: 100%;
}
.cid-uIuITJec41 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uIuITJec41 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIuITJec41 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIuITJec41 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIuITJec41 .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uIuITJeleI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uIuITJeleI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJeleI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJeleI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uIuITJeleI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJeleI .container {
    padding: 0 14px;
  }
}
.cid-uIuITJeleI .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uIuITJeleI .google-map iframe {
    height: 300px;
  }
}
.cid-uIuITJgDgj {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIuITJgDgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJgDgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJgDgj .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJgDgj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJgDgj .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJgDgj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJgDgj .container {
    padding: 0 14px;
  }
}
.cid-uIuITJgDgj .row {
  justify-content: center;
}
.cid-uIuITJgDgj .contacts-wrapper .card-wrapper {
  margin-bottom: 32px;
}
.cid-uIuITJgDgj .contacts-wrapper .card-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uIuITJgDgj .contacts-wrapper .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uIuITJgDgj .contacts-wrapper .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uIuITJgDgj .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uIuITJgDgj .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uIuITJgDgj .contacts-wrapper .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIuITJgDgj .mbr-contact {
  color: #01004c;
}
.cid-uIuITJgDgj .mbr-contact,
.cid-uIuITJgDgj .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uIuITJvW1C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4be39;
}
.cid-uIuITJvW1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuITJvW1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuITJvW1C .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIuITJvW1C .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJvW1C .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIuITJvW1C .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIuITJvW1C .container {
    padding: 0 14px;
  }
}
.cid-uIuITJvW1C .row {
  justify-content: center;
}
.cid-uIuITJvW1C .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJvW1C .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIuITJvW1C .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uIuITJvW1C .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJvW1C .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIuITJvW1C .nav-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uIuITJvW1C .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uIuITJvW1C .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uIuITJvW1C .nav-wrapper .list .item-wrap:hover,
.cid-uIuITJvW1C .nav-wrapper .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-uIuITJvW1C .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIuITJvW1C .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIuITJvW1C .contacts-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uIuITJvW1C .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uIuITJvW1C .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIuITJvW1C .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uIuITJvW1C .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uIuITJvW1C .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uIuITJvW1C .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIuITJvW1C .mbr-copy {
  opacity: 0.7;
  margin-bottom: 0;
  color: #010026;
  text-align: left;
}
.cid-uIuITJvW1C .mbr-text,
.cid-uIuITJvW1C .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uIuITJvW1C .mbr-list-title {
  color: #ffffff;
}
.cid-uIuITJvW1C .list {
  color: #ffffff;
}
.cid-uIuITJvW1C .mbr-contact {
  color: #ffffff;
}
.cid-uKtBdjXSot {
  background-color: transparent;
}
.cid-uKtBdjXSot .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKtBdjXSot .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKtBdjXSot .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKtBdjXSot .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKtBdjXSot .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKtBdjXSot .menu_box .navbar.opened,
  .cid-uKtBdjXSot .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKtBdjXSot .navbar-dropdown {
  position: relative !important;
}
.cid-uKtBdjXSot .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKtBdjXSot .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKtBdjXSot ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKtBdjXSot .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKtBdjXSot .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKtBdjXSot .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKtBdjXSot li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKtBdjXSot .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKtBdjXSot .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKtBdjXSot .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKtBdjXSot .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKtBdjXSot .nav-item {
    margin: 0 !important;
  }
}
.cid-uKtBdjXSot .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uKtBdjXSot .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKtBdjXSot .nav-item .nav-link:hover:before,
.cid-uKtBdjXSot .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uKtBdjXSot .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKtBdjXSot .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKtBdjXSot .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKtBdjXSot .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKtBdjXSot .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uKtBdjXSot .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKtBdjXSot .offcanvas_box {
    display: none;
  }
}
.cid-uKtBdjXSot .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKtBdjXSot .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKtBdjXSot .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKtBdjXSot .container {
  display: flex;
  margin: auto;
}
.cid-uKtBdjXSot .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKtBdjXSot .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKtBdjXSot .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uKtBdjXSot .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKtBdjXSot .navbar-nav {
    margin: 0;
  }
}
.cid-uKtBdjXSot .dropdown-menu,
.cid-uKtBdjXSot .navbar.opened {
  background-color: false !important;
}
.cid-uKtBdjXSot .nav-item:focus,
.cid-uKtBdjXSot .nav-link:focus {
  outline: none;
}
.cid-uKtBdjXSot .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKtBdjXSot .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKtBdjXSot .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKtBdjXSot .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKtBdjXSot .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKtBdjXSot .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKtBdjXSot .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKtBdjXSot .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKtBdjXSot .navbar.opened {
  transition: all 0.3s;
}
.cid-uKtBdjXSot .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKtBdjXSot .navbar .navbar-logo img {
  max-width: 300px;
  min-height: 149px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uKtBdjXSot .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKtBdjXSot .navbar.collapsed {
  justify-content: center;
}
.cid-uKtBdjXSot .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKtBdjXSot .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKtBdjXSot .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKtBdjXSot .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKtBdjXSot .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKtBdjXSot .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKtBdjXSot .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKtBdjXSot .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKtBdjXSot .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKtBdjXSot .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKtBdjXSot .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKtBdjXSot .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKtBdjXSot .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKtBdjXSot .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKtBdjXSot .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKtBdjXSot .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKtBdjXSot .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKtBdjXSot .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKtBdjXSot .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKtBdjXSot .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKtBdjXSot .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKtBdjXSot .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKtBdjXSot .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKtBdjXSot .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKtBdjXSot .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-uKtBdjXSot .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKtBdjXSot .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKtBdjXSot .dropdown-item.active,
.cid-uKtBdjXSot .dropdown-item:active {
  background-color: transparent;
}
.cid-uKtBdjXSot .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uKtBdjXSot .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKtBdjXSot .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKtBdjXSot .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKtBdjXSot ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKtBdjXSot .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKtBdjXSot button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uKtBdjXSot button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d0a111;
}
.cid-uKtBdjXSot button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKtBdjXSot button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKtBdjXSot button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKtBdjXSot button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKtBdjXSot nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKtBdjXSot nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKtBdjXSot nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKtBdjXSot nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKtBdjXSot a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKtBdjXSot .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-uKtBdjXSot .navbar {
    height: 70px;
  }
  .cid-uKtBdjXSot .navbar.opened {
    height: auto;
  }
  .cid-uKtBdjXSot .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKtBdjXSot .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKtBdjXSot .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKtBdjXSot .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uKtBdjXSot .navbar-caption:hover {
  color: #e4be39;
}
@media (min-width: 992px) {
  .cid-uKtBdjXSot .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKtBdjXSot .text_widget {
  margin-bottom: 32px;
}
.cid-uKtBdjXSot .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKtBdjXSot .text_widget a:hover,
.cid-uKtBdjXSot .text_widget a:focus {
  opacity: 0.8;
}
.cid-uKtBdjXSot .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uKtBdjXSot .contacts-wrapper {
    display: none;
  }
}
.cid-uKtBdjXSot .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uKtBdjXSot .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKtBdjXSot .contacts-wrapper a .mbr-contact:hover:before,
.cid-uKtBdjXSot .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uKtBdjXSot .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uKtBdjXSot .navbar-caption {
  color: #FFFFFF;
}
.cid-uKtBdjXSot .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uKtBdjXSot .mbr-section-subtitle,
.cid-uKtBdjXSot .text_widget,
.cid-uKtBdjXSot .mbr-section-btn {
  text-align: center;
}
.cid-uKtBdjXSot a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKtBdjXSot .nav-link,
.cid-uKtBdjXSot .dropdown-item {
  color: #FFFFFF;
}
.cid-uKtBdkvTLb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uKtBdkvTLb::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -50rem 100rem #ebeff0;
}
.cid-uKtBdkvTLb .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #335c67;
  transform: rotate(-45deg);
}
.cid-uKtBdkvTLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdkvTLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBdkvTLb .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBdkvTLb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdkvTLb .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBdkvTLb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdkvTLb .container {
    padding: 0 14px;
  }
}
.cid-uKtBdkvTLb .row {
  position: relative;
  z-index: 1;
}
.cid-uKtBdkvTLb .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKtBdkvTLb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKtBdkvTLb .link-wrapper:hover .mbr-link,
.cid-uKtBdkvTLb .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uKtBdkvTLb .link-wrapper .mbr-link {
  text-decoration: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKtBdkvTLb .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uKtBdkvTLb .text-wrapper {
    margin-top: 30px;
  }
}
.cid-uKtBdkvTLb .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uKtBdkvTLb .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uKtBdkvTLb .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uKtBdkvTLb .mbr-section-title {
  color: #01004c;
}
.cid-uKtBdkvTLb .mbr-link {
  color: #000000;
  text-align: left;
}
.cid-uKtBdkvTLb .mbr-text {
  color: #000000;
}
.cid-uKtBdkvTLb .mbr-section-title,
.cid-uKtBdkvTLb .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uKtBdkvTLb .mbr-text,
.cid-uKtBdkvTLb .text-wrap {
  color: #000000;
}
.cid-uKtBdkvTLb .mbr-contact,
.cid-uKtBdkvTLb .icon-wrapper {
  text-align: left;
}
.cid-uLKybyS56k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uLKybyS56k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKybyS56k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKybyS56k .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uLKybyS56k .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLKybyS56k .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uLKybyS56k .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLKybyS56k .container {
    padding: 0 14px;
  }
}
.cid-uLKybyS56k .row {
  justify-content: center;
}
.cid-uLKybyS56k .card-wrapper {
  padding: 50px 100px;
  background-color: #e4be39;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uLKybyS56k .card-wrapper {
    padding: 50px 24px;
  }
}
.cid-uLKybyS56k .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uLKybyS56k .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLKybyS56k .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uLKybyS56k .card-wrapper .card-wrap .icon-wrapper {
    margin: -4.5rem 0 16px 0;
  }
}
.cid-uLKybyS56k .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uLKybyS56k .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uLKybyS56k .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uLKybyS56k .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uLKybyS56k .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uLKybyS56k .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLKybyS56k .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
  background: transparent;
  padding: 16px 0;
  color: #84e5f8;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uLKybyS56k .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uLKybyS56k .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLKybyS56k .dragArea.row .form-group .form-control:focus,
.cid-uLKybyS56k .dragArea.row .form-group .form-control:hover {
  border-bottom: 1px solid #ffffff !important;
}
.cid-uLKybyS56k .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uLKybyS56k .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uLKybyS56k .dragArea.row .form-group .form-check .form-check-label {
  color: #ffffff;
}
.cid-uLKybyS56k .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLKybyS56k .mbr-section-title {
  color: #f1f1f1;
}
.cid-uLKybyS56k .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uLKybyS56k label {
  color: #f1f1f1;
}
.cid-uLKybyS56k .mbr-section-title,
.cid-uLKybyS56k .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uLKybyS56k .icon-wrapper {
  text-align: right;
}
.cid-uKtBdlkre5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uKtBdlkre5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdlkre5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBdlkre5 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBdlkre5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdlkre5 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBdlkre5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdlkre5 .container {
    padding: 0 14px;
  }
}
.cid-uKtBdlkre5 .row {
  justify-content: center;
}
.cid-uKtBdlkre5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKtBdlkre5 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKtBdlkre5 .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uKtBdlkre5 .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uKtBdlkre5 .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uKtBdlkre5 .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uKtBdlkre5 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uKtBdlkre5 .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uKtBdlkre5 .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uKtBdlkre5 .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uKtBdlkre5 .mbr-text_1 {
  color: #01004c;
}
.cid-uKtBdlkre5 .list {
  color: #01004c;
}
.cid-uKtBdlkre5 .mbr-text_2 {
  color: #01004c;
}
.cid-uKtBdmbOzr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4be39;
}
.cid-uKtBdmbOzr .item:focus,
.cid-uKtBdmbOzr span:focus {
  outline: none;
}
.cid-uKtBdmbOzr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uKtBdmbOzr .loop-container {
  padding: 10px 0;
}
.cid-uKtBdmbOzr .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uKtBdmbOzr .item {
    min-height: 45px;
  }
}
.cid-uKtBdmzJlQ {
  overflow: hidden;
  position: relative;
}
.cid-uKtBdmzJlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdmzJlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uKtBdmzJlQ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBdmzJlQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdmzJlQ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBdmzJlQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdmzJlQ .container {
    padding: 0 14px;
  }
}
.cid-uKtBdpvm2X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKtBdpvm2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdpvm2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBdpvm2X .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBdpvm2X .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdpvm2X .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBdpvm2X .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdpvm2X .container {
    padding: 0 14px;
  }
}
.cid-uKtBdpvm2X .row {
  justify-content: center;
}
.cid-uKtBdpvm2X .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKtBdpvm2X .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKtBdpvm2X .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uKtBdpvm2X .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uKtBdpvm2X .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uKtBdpvm2X .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uKtBdpvm2X .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uKtBdpvm2X .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-left: -25px;
}
.cid-uKtBdpvm2X .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uKtBdpvm2X .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKtBdpvm2X .mbr-text_1 {
  color: #000000;
}
.cid-uKtBdpvm2X .list {
  color: #01004c;
}
.cid-uKtBdpvm2X .mbr-text_2 {
  color: #000000;
}
.cid-uKtBdpvm2X .mbr-list-title {
  color: #000000;
}
.cid-uKtBdpvm2X .list,
.cid-uKtBdpvm2X .item-wrap {
  color: #000000;
}
.cid-uKtBdnmEtk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e4be39;
}
.cid-uKtBdnmEtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdnmEtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBdnmEtk .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBdnmEtk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdnmEtk .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBdnmEtk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdnmEtk .container {
    padding: 0 14px;
  }
}
.cid-uKtBdnmEtk .row {
  justify-content: center;
}
.cid-uKtBdnmEtk .card-wrapper {
  padding: 40px;
  background-color: #fff3b0;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uKtBdnmEtk .card-wrapper {
    padding: 24px;
  }
}
.cid-uKtBdnmEtk .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #fff3b0;
  transform: rotate(10deg);
  pointer-events: none;
}
.cid-uKtBdnmEtk .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uKtBdnmEtk .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uKtBdnmEtk .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uKtBdnmEtk .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uKtBdnmEtk .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uKtBdnmEtk .card-wrapper .card-wrap .content-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKtBdnmEtk .card-wrapper .card-wrap .content-wrapper {
    padding: 32px 0;
  }
}
.cid-uKtBdnmEtk .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uKtBdnmEtk .card-wrapper .card-wrap .content-wrapper .link-wrapper {
  display: block;
}
.cid-uKtBdnmEtk .card-wrapper .card-wrap .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uKtBdnmEtk .card-wrapper .card-wrap .content-wrapper .link-wrapper:focus .mbr-link {
  color: #e09f3e;
}
.cid-uKtBdnmEtk .card-wrapper .card-wrap .content-wrapper .link-wrapper .mbr-link {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uKtBdnmEtk .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uKtBdnmEtk .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-uKtBdnmEtk .icon-wrapper {
  text-align: right;
}
.cid-uKtBdnmEtk .mbr-section-title,
.cid-uKtBdnmEtk .icon-wrapper {
  color: #000000;
}
.cid-uKtBdnLv6D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4be39;
}
.cid-uKtBdnLv6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdnLv6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBdnLv6D .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBdnLv6D .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdnLv6D .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBdnLv6D .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdnLv6D .container {
    padding: 0 14px;
  }
}
.cid-uKtBdnLv6D .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 40px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uKtBdnLv6D .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKtBdnLv6D .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKtBdnLv6D .content-wrapper .mbr-section-btn {
  margin: 10px 25px;
}
.cid-uKtBdnLv6D .mbr-text,
.cid-uKtBdnLv6D .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKtBdnLv6D .mbr-section-title {
  color: #f1f1f1;
}
.cid-uKtBdnLv6D .mbr-section-title,
.cid-uKtBdnLv6D .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uKtBdpYb9a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKtBdpYb9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdpYb9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBdpYb9a .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBdpYb9a .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdpYb9a .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBdpYb9a .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdpYb9a .container {
    padding: 0 14px;
  }
}
.cid-uKtBdpYb9a .row {
  justify-content: center;
}
.cid-uKtBdpYb9a .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKtBdpYb9a .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKtBdpYb9a .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uKtBdpYb9a .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uKtBdpYb9a .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uKtBdpYb9a .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uKtBdpYb9a .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKtBdpYb9a .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uKtBdpYb9a .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uKtBdpYb9a .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uKtBdpYb9a .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKtBdpYb9a .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uKtBdpYb9a .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uKtBdpYb9a .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKtBdpYb9a .panel-title {
  color: #01004c;
}
.cid-uKtBdpYb9a .panel-text {
  color: #000000;
}
.cid-uKtBdpYb9a .panel-title-edit {
  color: #000000;
}
.cid-uKtBdsJZRv {
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/photo-1527741891222-bb6908f0a296.webp");
}
.cid-uKtBdsJZRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdsJZRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBdsJZRv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBdsJZRv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdsJZRv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBdsJZRv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdsJZRv .container {
    padding: 0 14px;
  }
}
.cid-uKtBdte9O4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/photo-1541140134513-85a161dc4a00.webp");
}
.cid-uKtBdte9O4::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #ebeff0;
}
.cid-uKtBdte9O4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdte9O4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBdte9O4 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBdte9O4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdte9O4 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBdte9O4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdte9O4 .container {
    padding: 0 14px;
  }
}
.cid-uKtBdte9O4 .row {
  position: relative;
  z-index: 1;
}
.cid-uKtBdte9O4 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKtBdte9O4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKtBdte9O4 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
.cid-uKtBdte9O4 .mbr-desc {
  color: #01004c;
}
.cid-uKtBdte9O4 .mbr-section-title {
  color: #01004c;
}
.cid-uKtBdte9O4 .mbr-text {
  color: #01004c;
}
.cid-uKtBdte9O4 .mbr-section-title,
.cid-uKtBdte9O4 .mbr-section-btn {
  color: #000000;
}
.cid-uKtBdte9O4 .mbr-text,
.cid-uKtBdte9O4 .text-wrapper {
  color: #000000;
}
.cid-uKtBdtNlnk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uKtBdtNlnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdtNlnk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBdtNlnk .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBdtNlnk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdtNlnk .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBdtNlnk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdtNlnk .container {
    padding: 0 14px;
  }
}
.cid-uKtBdtNlnk .row {
  justify-content: center;
}
.cid-uKtBdtNlnk .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKtBdtNlnk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uKtBdtNlnk .card-wrapper {
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKtBdtNlnk .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uKtBdtNlnk .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uKtBdtNlnk .mbr-figure {
  border-radius: 0 !important;
  border: 1px solid #335c67;
}
.cid-uKtBdtNlnk .mbr-figure iframe {
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKtBdtNlnk .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uKtBdtNlnk .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKtBdtNlnk .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uKtBdtNlnk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKtBdukBnB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uKtBdukBnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdukBnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBdukBnB .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBdukBnB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdukBnB .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBdukBnB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdukBnB .container {
    padding: 0 14px;
  }
}
.cid-uKtBdukBnB .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKtBdukBnB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uKtBdukBnB .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKtBdukBnB .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKtBdukBnB .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uKtBdukBnB .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKtBdukBnB .image-wrapper img {
    height: 300px;
  }
}
.cid-uKtBdukBnB .content-wrapper {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-uKtBdukBnB .content-wrapper {
    margin: 0;
  }
}
.cid-uKtBdukBnB .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKtBdukBnB .content-wrapper .mbr-name {
    margin-bottom: 22px;
  }
}
.cid-uKtBdukBnB .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKtBdukBnB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKtBdukBnB .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uKtBdukBnB .mbr-name {
  color: #000000;
}
.cid-uKtBdukBnB .mbr-text {
  color: #01004c;
}
.cid-uKtBdukBnB .mbr-section-title,
.cid-uKtBdukBnB .mbr-section-btn {
  color: #000000;
}
.cid-uKtBdukBnB .mbr-text,
.cid-uKtBdukBnB .text-wrapper {
  color: #000000;
}
.cid-uKtBduV8m9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uKtBduV8m9 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBduV8m9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBduV8m9 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBduV8m9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBduV8m9 .container {
    padding: 0 14px;
  }
}
.cid-uKtBduV8m9 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKtBduV8m9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKtBduV8m9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uKtBduV8m9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKtBduV8m9 .embla__slide .slide-content {
  width: 100%;
}
.cid-uKtBduV8m9 .embla__slide .slide-content .item-wrapper {
  position: relative;
  border-radius: 0 !important;
}
.cid-uKtBduV8m9 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uKtBduV8m9 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-uKtBduV8m9 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #335c67;
  animation: none;
}
.cid-uKtBduV8m9 .embla__button--next,
.cid-uKtBduV8m9 .embla__button--prev {
  display: flex;
}
.cid-uKtBduV8m9 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #e4be39 !important;
  color: #84e5f8 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKtBduV8m9 .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-uKtBduV8m9 .embla__button.embla__button--prev {
  right: 7rem;
  margin-left: 2.5rem;
}
.cid-uKtBduV8m9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKtBduV8m9 .embla {
  position: relative;
  width: 100%;
}
.cid-uKtBduV8m9 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uKtBduV8m9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKtBduV8m9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKtBduV8m9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKtBduV8m9 .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uKtBdvEdec {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uKtBdvEdec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdvEdec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBdvEdec .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKtBdvEdec .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdvEdec .container {
    padding: 0 14px;
  }
}
.cid-uKtBdvEdec .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uKtBdvEdec .google-map iframe {
    height: 300px;
  }
}
.cid-uKtBdwmgD5 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKtBdwmgD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdwmgD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBdwmgD5 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBdwmgD5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdwmgD5 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBdwmgD5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdwmgD5 .container {
    padding: 0 14px;
  }
}
.cid-uKtBdwmgD5 .row {
  justify-content: center;
}
.cid-uKtBdwmgD5 .contacts-wrapper .card-wrapper {
  margin-bottom: 32px;
}
.cid-uKtBdwmgD5 .contacts-wrapper .card-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uKtBdwmgD5 .contacts-wrapper .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uKtBdwmgD5 .contacts-wrapper .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uKtBdwmgD5 .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uKtBdwmgD5 .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uKtBdwmgD5 .contacts-wrapper .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKtBdwmgD5 .mbr-contact {
  color: #01004c;
}
.cid-uKtBdwmgD5 .mbr-contact,
.cid-uKtBdwmgD5 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uKtBdx7jm2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4be39;
}
.cid-uKtBdx7jm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtBdx7jm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtBdx7jm2 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKtBdx7jm2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdx7jm2 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKtBdx7jm2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKtBdx7jm2 .container {
    padding: 0 14px;
  }
}
.cid-uKtBdx7jm2 .row {
  justify-content: center;
}
.cid-uKtBdx7jm2 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKtBdx7jm2 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKtBdx7jm2 .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uKtBdx7jm2 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKtBdx7jm2 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKtBdx7jm2 .nav-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uKtBdx7jm2 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKtBdx7jm2 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKtBdx7jm2 .nav-wrapper .list .item-wrap:hover,
.cid-uKtBdx7jm2 .nav-wrapper .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-uKtBdx7jm2 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKtBdx7jm2 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKtBdx7jm2 .contacts-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uKtBdx7jm2 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uKtBdx7jm2 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uKtBdx7jm2 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uKtBdx7jm2 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uKtBdx7jm2 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uKtBdx7jm2 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKtBdx7jm2 .mbr-copy {
  opacity: 0.7;
  margin-bottom: 0;
  color: #010026;
  text-align: left;
}
.cid-uKtBdx7jm2 .mbr-text,
.cid-uKtBdx7jm2 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uKtBdx7jm2 .mbr-list-title {
  color: #ffffff;
}
.cid-uKtBdx7jm2 .list {
  color: #ffffff;
}
.cid-uKtBdx7jm2 .mbr-contact {
  color: #ffffff;
}
.cid-uKJkKswXWn {
  background-color: transparent;
}
.cid-uKJkKswXWn .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKJkKswXWn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKJkKswXWn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKJkKswXWn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKJkKswXWn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKJkKswXWn .menu_box .navbar.opened,
  .cid-uKJkKswXWn .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKJkKswXWn .navbar-dropdown {
  position: relative !important;
}
.cid-uKJkKswXWn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKJkKswXWn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKJkKswXWn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKJkKswXWn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKJkKswXWn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKJkKswXWn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKJkKswXWn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKJkKswXWn .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKJkKswXWn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKJkKswXWn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKJkKswXWn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKJkKswXWn .nav-item {
    margin: 0 !important;
  }
}
.cid-uKJkKswXWn .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uKJkKswXWn .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKJkKswXWn .nav-item .nav-link:hover:before,
.cid-uKJkKswXWn .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uKJkKswXWn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKJkKswXWn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKJkKswXWn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKJkKswXWn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKJkKswXWn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uKJkKswXWn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKJkKswXWn .offcanvas_box {
    display: none;
  }
}
.cid-uKJkKswXWn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKJkKswXWn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKJkKswXWn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKJkKswXWn .container {
  display: flex;
  margin: auto;
}
.cid-uKJkKswXWn .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKJkKswXWn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKJkKswXWn .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uKJkKswXWn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKJkKswXWn .navbar-nav {
    margin: 0;
  }
}
.cid-uKJkKswXWn .dropdown-menu,
.cid-uKJkKswXWn .navbar.opened {
  background-color: false !important;
}
.cid-uKJkKswXWn .nav-item:focus,
.cid-uKJkKswXWn .nav-link:focus {
  outline: none;
}
.cid-uKJkKswXWn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKJkKswXWn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKJkKswXWn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKJkKswXWn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKJkKswXWn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKJkKswXWn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKJkKswXWn .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKJkKswXWn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKJkKswXWn .navbar.opened {
  transition: all 0.3s;
}
.cid-uKJkKswXWn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKJkKswXWn .navbar .navbar-logo img {
  max-width: 300px;
  min-height: 149px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uKJkKswXWn .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKJkKswXWn .navbar.collapsed {
  justify-content: center;
}
.cid-uKJkKswXWn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKJkKswXWn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKJkKswXWn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKJkKswXWn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKJkKswXWn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKJkKswXWn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKJkKswXWn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKJkKswXWn .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKJkKswXWn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKJkKswXWn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKJkKswXWn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKJkKswXWn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKJkKswXWn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKJkKswXWn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKJkKswXWn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKJkKswXWn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKJkKswXWn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKJkKswXWn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKJkKswXWn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKJkKswXWn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKJkKswXWn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKJkKswXWn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKJkKswXWn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKJkKswXWn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKJkKswXWn .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-uKJkKswXWn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKJkKswXWn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKJkKswXWn .dropdown-item.active,
.cid-uKJkKswXWn .dropdown-item:active {
  background-color: transparent;
}
.cid-uKJkKswXWn .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uKJkKswXWn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKJkKswXWn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKJkKswXWn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKJkKswXWn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKJkKswXWn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKJkKswXWn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uKJkKswXWn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d0a111;
}
.cid-uKJkKswXWn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKJkKswXWn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKJkKswXWn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKJkKswXWn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKJkKswXWn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKJkKswXWn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKJkKswXWn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKJkKswXWn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKJkKswXWn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKJkKswXWn .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-uKJkKswXWn .navbar {
    height: 70px;
  }
  .cid-uKJkKswXWn .navbar.opened {
    height: auto;
  }
  .cid-uKJkKswXWn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKJkKswXWn .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKJkKswXWn .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKJkKswXWn .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uKJkKswXWn .navbar-caption:hover {
  color: #e4be39;
}
@media (min-width: 992px) {
  .cid-uKJkKswXWn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKJkKswXWn .text_widget {
  margin-bottom: 32px;
}
.cid-uKJkKswXWn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKJkKswXWn .text_widget a:hover,
.cid-uKJkKswXWn .text_widget a:focus {
  opacity: 0.8;
}
.cid-uKJkKswXWn .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uKJkKswXWn .contacts-wrapper {
    display: none;
  }
}
.cid-uKJkKswXWn .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uKJkKswXWn .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKJkKswXWn .contacts-wrapper a .mbr-contact:hover:before,
.cid-uKJkKswXWn .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uKJkKswXWn .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uKJkKswXWn .navbar-caption {
  color: #FFFFFF;
}
.cid-uKJkKswXWn .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uKJkKswXWn .mbr-section-subtitle,
.cid-uKJkKswXWn .text_widget,
.cid-uKJkKswXWn .mbr-section-btn {
  text-align: center;
}
.cid-uKJkKswXWn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKJkKswXWn .nav-link,
.cid-uKJkKswXWn .dropdown-item {
  color: #FFFFFF;
}
.cid-uKJkKsV0MF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/whatsapp-image-2025-04-17-at-11.06.173.jpg-1600x1200.jpg");
}
.cid-uKJkKsV0MF::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -50rem 100rem #ebeff0;
}
.cid-uKJkKsV0MF .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #335c67;
  transform: rotate(-45deg);
}
.cid-uKJkKsV0MF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJkKsV0MF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJkKsV0MF .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKJkKsV0MF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKsV0MF .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKJkKsV0MF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKsV0MF .container {
    padding: 0 14px;
  }
}
.cid-uKJkKsV0MF .row {
  position: relative;
  z-index: 1;
  background: #137FBF;
}
.cid-uKJkKsV0MF .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKJkKsV0MF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKJkKsV0MF .link-wrapper:hover .mbr-link,
.cid-uKJkKsV0MF .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uKJkKsV0MF .link-wrapper .mbr-link {
  text-decoration: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKJkKsV0MF .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uKJkKsV0MF .text-wrapper {
    margin-top: 30px;
  }
}
.cid-uKJkKsV0MF .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uKJkKsV0MF .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uKJkKsV0MF .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uKJkKsV0MF .mbr-section-title {
  color: #01004c;
}
.cid-uKJkKsV0MF .mbr-link {
  color: #000000;
  text-align: left;
}
.cid-uKJkKsV0MF .mbr-text {
  color: #000000;
}
.cid-uKJkKsV0MF .mbr-section-title,
.cid-uKJkKsV0MF .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uKJkKsV0MF .mbr-text,
.cid-uKJkKsV0MF .text-wrap {
  color: #000000;
}
.cid-uKJkKsV0MF .mbr-contact,
.cid-uKJkKsV0MF .icon-wrapper {
  text-align: left;
}
.cid-uKJkKsV0MF .bomb-logo img {
  max-width: 300px;
  min-height: 149px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uKJkKsV0MF .bomb-logo {
  align: center;
  background: #137FBF;
}
.cid-uLKygzKpWM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uLKygzKpWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKygzKpWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKygzKpWM .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uLKygzKpWM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLKygzKpWM .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uLKygzKpWM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLKygzKpWM .container {
    padding: 0 14px;
  }
}
.cid-uLKygzKpWM .row {
  justify-content: center;
}
.cid-uLKygzKpWM .card-wrapper {
  padding: 50px 100px;
  background-color: #e4be39;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uLKygzKpWM .card-wrapper {
    padding: 50px 24px;
  }
}
.cid-uLKygzKpWM .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uLKygzKpWM .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLKygzKpWM .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uLKygzKpWM .card-wrapper .card-wrap .icon-wrapper {
    margin: -4.5rem 0 16px 0;
  }
}
.cid-uLKygzKpWM .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uLKygzKpWM .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uLKygzKpWM .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uLKygzKpWM .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uLKygzKpWM .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uLKygzKpWM .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLKygzKpWM .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
  background: transparent;
  padding: 16px 0;
  color: #84e5f8;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uLKygzKpWM .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uLKygzKpWM .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLKygzKpWM .dragArea.row .form-group .form-control:focus,
.cid-uLKygzKpWM .dragArea.row .form-group .form-control:hover {
  border-bottom: 1px solid #ffffff !important;
}
.cid-uLKygzKpWM .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uLKygzKpWM .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uLKygzKpWM .dragArea.row .form-group .form-check .form-check-label {
  color: #ffffff;
}
.cid-uLKygzKpWM .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLKygzKpWM .mbr-section-title {
  color: #f1f1f1;
}
.cid-uLKygzKpWM .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uLKygzKpWM label {
  color: #f1f1f1;
}
.cid-uLKygzKpWM .mbr-section-title,
.cid-uLKygzKpWM .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uLKygzKpWM .icon-wrapper {
  text-align: right;
}
.cid-uKJkKtA116 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uKJkKtA116 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJkKtA116 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJkKtA116 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKJkKtA116 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKtA116 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKJkKtA116 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKtA116 .container {
    padding: 0 14px;
  }
}
.cid-uKJkKtA116 .row {
  justify-content: center;
}
.cid-uKJkKtA116 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKJkKtA116 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKJkKtA116 .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uKJkKtA116 .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uKJkKtA116 .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uKJkKtA116 .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uKJkKtA116 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uKJkKtA116 .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uKJkKtA116 .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uKJkKtA116 .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uKJkKtA116 .mbr-text_1 {
  color: #01004c;
}
.cid-uKJkKtA116 .list {
  color: #01004c;
}
.cid-uKJkKtA116 .mbr-text_2 {
  color: #01004c;
}
.cid-uLdh1h4oTx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-uLdh1h4oTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdh1h4oTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdh1h4oTx .card {
  justify-content: flex-end;
}
.cid-uLdh1h4oTx .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uLdh1h4oTx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLdh1h4oTx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uLdh1h4oTx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media (max-width: 992px) {
  .cid-uLdh1h4oTx .items-wrapper {
    display: block;
  }
}
.cid-uLdh1h4oTx .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uLdh1h4oTx .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uLdh1h4oTx .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uLdh1h4oTx .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uLdh1h4oTx .items-wrapper .item .item-wrapper .item-img img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLdh1h4oTx .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uLdh1h4oTx .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLdh1h4oTx .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uLdh1h4oTx .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLdh1h4oTx .mbr-label {
  color: #c10b02;
}
.cid-uLdh1h4oTx .mbr-section-title {
  color: #c10b02;
}
.cid-uLdh1h4oTx .item-title {
  color: #4b4949;
}
.cid-uLdh1h4oTx .item-title,
.cid-uLdh1h4oTx .mbr-section-btn {
  text-align: center;
}
.cid-uLdh1h4oTx .mbr-section-title,
.cid-uLdh1h4oTx .title-wrapper {
  color: #010026;
  text-align: center;
}
.cid-uKJkKtWvyQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4be39;
}
.cid-uKJkKtWvyQ .item:focus,
.cid-uKJkKtWvyQ span:focus {
  outline: none;
}
.cid-uKJkKtWvyQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uKJkKtWvyQ .loop-container {
  padding: 10px 0;
}
.cid-uKJkKtWvyQ .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uKJkKtWvyQ .item {
    min-height: 45px;
  }
}
.cid-uKJkKugqcz {
  overflow: hidden;
  position: relative;
}
.cid-uKJkKugqcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJkKugqcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uKJkKugqcz .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKJkKugqcz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKugqcz .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKJkKugqcz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKugqcz .container {
    padding: 0 14px;
  }
}
.cid-uKJkKuz1yh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKJkKuz1yh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJkKuz1yh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJkKuz1yh .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKJkKuz1yh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKuz1yh .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKJkKuz1yh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKuz1yh .container {
    padding: 0 14px;
  }
}
.cid-uKJkKuz1yh .row {
  justify-content: center;
}
.cid-uKJkKuz1yh .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKJkKuz1yh .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKJkKuz1yh .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uKJkKuz1yh .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uKJkKuz1yh .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uKJkKuz1yh .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uKJkKuz1yh .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uKJkKuz1yh .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-left: -25px;
}
.cid-uKJkKuz1yh .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uKJkKuz1yh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKJkKuz1yh .mbr-text_1 {
  color: #000000;
}
.cid-uKJkKuz1yh .list {
  color: #01004c;
}
.cid-uKJkKuz1yh .mbr-text_2 {
  color: #000000;
}
.cid-uKJkKuz1yh .mbr-list-title {
  color: #000000;
}
.cid-uKJkKuz1yh .list,
.cid-uKJkKuz1yh .item-wrap {
  color: #000000;
}
.cid-uKJkKuUOVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e4be39;
}
.cid-uKJkKuUOVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJkKuUOVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJkKuUOVw .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKJkKuUOVw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKuUOVw .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKJkKuUOVw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKuUOVw .container {
    padding: 0 14px;
  }
}
.cid-uKJkKuUOVw .row {
  justify-content: center;
}
.cid-uKJkKuUOVw .card-wrapper {
  padding: 40px;
  background-color: #fff3b0;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uKJkKuUOVw .card-wrapper {
    padding: 24px;
  }
}
.cid-uKJkKuUOVw .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #fff3b0;
  transform: rotate(10deg);
  pointer-events: none;
}
.cid-uKJkKuUOVw .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uKJkKuUOVw .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uKJkKuUOVw .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uKJkKuUOVw .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uKJkKuUOVw .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uKJkKuUOVw .card-wrapper .card-wrap .content-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKJkKuUOVw .card-wrapper .card-wrap .content-wrapper {
    padding: 32px 0;
  }
}
.cid-uKJkKuUOVw .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uKJkKuUOVw .card-wrapper .card-wrap .content-wrapper .link-wrapper {
  display: block;
}
.cid-uKJkKuUOVw .card-wrapper .card-wrap .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uKJkKuUOVw .card-wrapper .card-wrap .content-wrapper .link-wrapper:focus .mbr-link {
  color: #e09f3e;
}
.cid-uKJkKuUOVw .card-wrapper .card-wrap .content-wrapper .link-wrapper .mbr-link {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uKJkKuUOVw .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uKJkKuUOVw .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-uKJkKuUOVw .icon-wrapper {
  text-align: right;
}
.cid-uKJkKuUOVw .mbr-section-title,
.cid-uKJkKuUOVw .icon-wrapper {
  color: #000000;
}
.cid-uKJkKvgxCM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #335c67;
}
.cid-uKJkKvgxCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJkKvgxCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJkKvgxCM .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKJkKvgxCM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKvgxCM .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKJkKvgxCM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKvgxCM .container {
    padding: 0 14px;
  }
}
.cid-uKJkKvgxCM .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 40px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uKJkKvgxCM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKJkKvgxCM .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKJkKvgxCM .content-wrapper .mbr-section-btn {
  margin: 10px 25px;
}
.cid-uKJkKvgxCM .mbr-text,
.cid-uKJkKvgxCM .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKJkKvgxCM .mbr-section-title {
  color: #f1f1f1;
}
.cid-uKJkKvgxCM .mbr-section-title,
.cid-uKJkKvgxCM .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uKJkKw4kuU {
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/23.webp");
}
.cid-uKJkKw4kuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJkKw4kuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJkKw4kuU .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKJkKw4kuU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKw4kuU .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKJkKw4kuU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKw4kuU .container {
    padding: 0 14px;
  }
}
.cid-uKJkKwshUl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/photo-1541140134513-85a161dc4a00.webp");
}
.cid-uKJkKwshUl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #ebeff0;
}
.cid-uKJkKwshUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJkKwshUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJkKwshUl .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKJkKwshUl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKwshUl .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKJkKwshUl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKwshUl .container {
    padding: 0 14px;
  }
}
.cid-uKJkKwshUl .row {
  position: relative;
  z-index: 1;
}
.cid-uKJkKwshUl .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKJkKwshUl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKJkKwshUl .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
.cid-uKJkKwshUl .mbr-desc {
  color: #01004c;
}
.cid-uKJkKwshUl .mbr-section-title {
  color: #01004c;
}
.cid-uKJkKwshUl .mbr-text {
  color: #01004c;
}
.cid-uKJkKwshUl .mbr-section-title,
.cid-uKJkKwshUl .mbr-section-btn {
  color: #000000;
}
.cid-uKJkKwshUl .mbr-text,
.cid-uKJkKwshUl .text-wrapper {
  color: #000000;
}
.cid-uKJkKwQrhO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uKJkKwQrhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJkKwQrhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJkKwQrhO .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKJkKwQrhO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKwQrhO .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKJkKwQrhO .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKwQrhO .container {
    padding: 0 14px;
  }
}
.cid-uKJkKwQrhO .row {
  justify-content: center;
}
.cid-uKJkKwQrhO .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKJkKwQrhO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uKJkKwQrhO .card-wrapper {
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKJkKwQrhO .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uKJkKwQrhO .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uKJkKwQrhO .mbr-figure {
  border-radius: 0 !important;
  border: 1px solid #335c67;
}
.cid-uKJkKwQrhO .mbr-figure iframe {
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKJkKwQrhO .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uKJkKwQrhO .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKJkKwQrhO .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uKJkKwQrhO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKJkKxgJRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uKJkKxgJRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJkKxgJRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJkKxgJRa .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKJkKxgJRa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKxgJRa .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKJkKxgJRa .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKxgJRa .container {
    padding: 0 14px;
  }
}
.cid-uKJkKxgJRa .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKJkKxgJRa .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uKJkKxgJRa .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKJkKxgJRa .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKJkKxgJRa .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uKJkKxgJRa .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKJkKxgJRa .image-wrapper img {
    height: 300px;
  }
}
.cid-uKJkKxgJRa .content-wrapper {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-uKJkKxgJRa .content-wrapper {
    margin: 0;
  }
}
.cid-uKJkKxgJRa .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKJkKxgJRa .content-wrapper .mbr-name {
    margin-bottom: 22px;
  }
}
.cid-uKJkKxgJRa .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKJkKxgJRa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKJkKxgJRa .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uKJkKxgJRa .mbr-name {
  color: #000000;
}
.cid-uKJkKxgJRa .mbr-text {
  color: #01004c;
}
.cid-uKJkKxgJRa .mbr-section-title,
.cid-uKJkKxgJRa .mbr-section-btn {
  color: #000000;
}
.cid-uKJkKxgJRa .mbr-text,
.cid-uKJkKxgJRa .text-wrapper {
  color: #000000;
}
.cid-uKJkKxHQQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uKJkKxHQQz .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKJkKxHQQz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKxHQQz .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKJkKxHQQz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKxHQQz .container {
    padding: 0 14px;
  }
}
.cid-uKJkKxHQQz .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKJkKxHQQz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKJkKxHQQz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uKJkKxHQQz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKJkKxHQQz .embla__slide .slide-content {
  width: 100%;
}
.cid-uKJkKxHQQz .embla__slide .slide-content .item-wrapper {
  position: relative;
  border-radius: 0 !important;
}
.cid-uKJkKxHQQz .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uKJkKxHQQz .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-uKJkKxHQQz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #335c67;
  animation: none;
}
.cid-uKJkKxHQQz .embla__button--next,
.cid-uKJkKxHQQz .embla__button--prev {
  display: flex;
}
.cid-uKJkKxHQQz .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #e4be39 !important;
  color: #84e5f8 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKJkKxHQQz .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-uKJkKxHQQz .embla__button.embla__button--prev {
  right: 7rem;
  margin-left: 2.5rem;
}
.cid-uKJkKxHQQz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKJkKxHQQz .embla {
  position: relative;
  width: 100%;
}
.cid-uKJkKxHQQz .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uKJkKxHQQz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKJkKxHQQz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKJkKxHQQz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKJkKxHQQz .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uKJkKycPDQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uKJkKycPDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJkKycPDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJkKycPDQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKJkKycPDQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKycPDQ .container {
    padding: 0 14px;
  }
}
.cid-uKJkKycPDQ .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uKJkKycPDQ .google-map iframe {
    height: 300px;
  }
}
.cid-uKJkKyGnUP {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKJkKyGnUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJkKyGnUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJkKyGnUP .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKJkKyGnUP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKyGnUP .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKJkKyGnUP .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKyGnUP .container {
    padding: 0 14px;
  }
}
.cid-uKJkKyGnUP .row {
  justify-content: center;
}
.cid-uKJkKyGnUP .contacts-wrapper .card-wrapper {
  margin-bottom: 32px;
}
.cid-uKJkKyGnUP .contacts-wrapper .card-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uKJkKyGnUP .contacts-wrapper .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uKJkKyGnUP .contacts-wrapper .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uKJkKyGnUP .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uKJkKyGnUP .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uKJkKyGnUP .contacts-wrapper .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKJkKyGnUP .mbr-contact {
  color: #01004c;
}
.cid-uKJkKyGnUP .mbr-contact,
.cid-uKJkKyGnUP .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uKJkKzaW1V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4be39;
}
.cid-uKJkKzaW1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJkKzaW1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJkKzaW1V .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKJkKzaW1V .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKzaW1V .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKJkKzaW1V .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKJkKzaW1V .container {
    padding: 0 14px;
  }
}
.cid-uKJkKzaW1V .row {
  justify-content: center;
}
.cid-uKJkKzaW1V .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKJkKzaW1V .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKJkKzaW1V .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uKJkKzaW1V .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKJkKzaW1V .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKJkKzaW1V .nav-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uKJkKzaW1V .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKJkKzaW1V .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKJkKzaW1V .nav-wrapper .list .item-wrap:hover,
.cid-uKJkKzaW1V .nav-wrapper .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-uKJkKzaW1V .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKJkKzaW1V .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKJkKzaW1V .contacts-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uKJkKzaW1V .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uKJkKzaW1V .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uKJkKzaW1V .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uKJkKzaW1V .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uKJkKzaW1V .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uKJkKzaW1V .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKJkKzaW1V .mbr-copy {
  opacity: 0.7;
  margin-bottom: 0;
  color: #010026;
  text-align: left;
}
.cid-uKJkKzaW1V .mbr-text,
.cid-uKJkKzaW1V .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uKJkKzaW1V .mbr-list-title {
  color: #ffffff;
}
.cid-uKJkKzaW1V .list {
  color: #ffffff;
}
.cid-uKJkKzaW1V .mbr-contact {
  color: #ffffff;
}
.cid-uKKbI4k74R {
  background-color: transparent;
}
.cid-uKKbI4k74R .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKKbI4k74R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKKbI4k74R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKKbI4k74R .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKKbI4k74R .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKKbI4k74R .menu_box .navbar.opened,
  .cid-uKKbI4k74R .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKKbI4k74R .navbar-dropdown {
  position: relative !important;
}
.cid-uKKbI4k74R .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKKbI4k74R .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKKbI4k74R ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKKbI4k74R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKKbI4k74R .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKKbI4k74R .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKKbI4k74R li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKKbI4k74R .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKKbI4k74R .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKKbI4k74R .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKKbI4k74R .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKKbI4k74R .nav-item {
    margin: 0 !important;
  }
}
.cid-uKKbI4k74R .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uKKbI4k74R .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKKbI4k74R .nav-item .nav-link:hover:before,
.cid-uKKbI4k74R .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uKKbI4k74R .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKKbI4k74R .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKKbI4k74R .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKKbI4k74R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKKbI4k74R .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uKKbI4k74R .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKKbI4k74R .offcanvas_box {
    display: none;
  }
}
.cid-uKKbI4k74R .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKKbI4k74R .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKKbI4k74R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKKbI4k74R .container {
  display: flex;
  margin: auto;
}
.cid-uKKbI4k74R .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKKbI4k74R .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKKbI4k74R .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uKKbI4k74R .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKKbI4k74R .navbar-nav {
    margin: 0;
  }
}
.cid-uKKbI4k74R .dropdown-menu,
.cid-uKKbI4k74R .navbar.opened {
  background-color: false !important;
}
.cid-uKKbI4k74R .nav-item:focus,
.cid-uKKbI4k74R .nav-link:focus {
  outline: none;
}
.cid-uKKbI4k74R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKKbI4k74R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKKbI4k74R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKKbI4k74R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKKbI4k74R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKKbI4k74R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKKbI4k74R .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKKbI4k74R .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKKbI4k74R .navbar.opened {
  transition: all 0.3s;
}
.cid-uKKbI4k74R .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKKbI4k74R .navbar .navbar-logo img {
  max-width: 300px;
  min-height: 149px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uKKbI4k74R .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKKbI4k74R .navbar.collapsed {
  justify-content: center;
}
.cid-uKKbI4k74R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKKbI4k74R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKKbI4k74R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKKbI4k74R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKKbI4k74R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKKbI4k74R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKKbI4k74R .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKKbI4k74R .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKKbI4k74R .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKKbI4k74R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKKbI4k74R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKKbI4k74R .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKKbI4k74R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKKbI4k74R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKKbI4k74R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKKbI4k74R .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKKbI4k74R .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKKbI4k74R .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKKbI4k74R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKKbI4k74R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKKbI4k74R .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKKbI4k74R .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKKbI4k74R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKKbI4k74R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKKbI4k74R .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-uKKbI4k74R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKKbI4k74R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKKbI4k74R .dropdown-item.active,
.cid-uKKbI4k74R .dropdown-item:active {
  background-color: transparent;
}
.cid-uKKbI4k74R .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uKKbI4k74R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKKbI4k74R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKKbI4k74R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKKbI4k74R ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKKbI4k74R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKKbI4k74R button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uKKbI4k74R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d0a111;
}
.cid-uKKbI4k74R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKKbI4k74R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKKbI4k74R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKKbI4k74R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKKbI4k74R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKKbI4k74R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKKbI4k74R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKKbI4k74R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKKbI4k74R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKKbI4k74R .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-uKKbI4k74R .navbar {
    height: 70px;
  }
  .cid-uKKbI4k74R .navbar.opened {
    height: auto;
  }
  .cid-uKKbI4k74R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKKbI4k74R .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKKbI4k74R .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKKbI4k74R .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uKKbI4k74R .navbar-caption:hover {
  color: #e4be39;
}
@media (min-width: 992px) {
  .cid-uKKbI4k74R .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKKbI4k74R .text_widget {
  margin-bottom: 32px;
}
.cid-uKKbI4k74R .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKKbI4k74R .text_widget a:hover,
.cid-uKKbI4k74R .text_widget a:focus {
  opacity: 0.8;
}
.cid-uKKbI4k74R .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uKKbI4k74R .contacts-wrapper {
    display: none;
  }
}
.cid-uKKbI4k74R .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uKKbI4k74R .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKKbI4k74R .contacts-wrapper a .mbr-contact:hover:before,
.cid-uKKbI4k74R .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uKKbI4k74R .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uKKbI4k74R .navbar-caption {
  color: #FFFFFF;
}
.cid-uKKbI4k74R .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uKKbI4k74R .mbr-section-subtitle,
.cid-uKKbI4k74R .text_widget,
.cid-uKKbI4k74R .mbr-section-btn {
  text-align: center;
}
.cid-uKKbI4k74R a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKKbI4k74R .nav-link,
.cid-uKKbI4k74R .dropdown-item {
  color: #FFFFFF;
}
.cid-uKKbI4IGJ8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uKKbI4IGJ8::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -50rem 100rem #ebeff0;
}
.cid-uKKbI4IGJ8 .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #335c67;
  transform: rotate(-45deg);
}
.cid-uKKbI4IGJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKbI4IGJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKbI4IGJ8 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKbI4IGJ8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI4IGJ8 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKbI4IGJ8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI4IGJ8 .container {
    padding: 0 14px;
  }
}
.cid-uKKbI4IGJ8 .row {
  position: relative;
  z-index: 1;
}
.cid-uKKbI4IGJ8 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKKbI4IGJ8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKKbI4IGJ8 .link-wrapper:hover .mbr-link,
.cid-uKKbI4IGJ8 .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uKKbI4IGJ8 .link-wrapper .mbr-link {
  text-decoration: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKKbI4IGJ8 .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uKKbI4IGJ8 .text-wrapper {
    margin-top: 30px;
  }
}
.cid-uKKbI4IGJ8 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uKKbI4IGJ8 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uKKbI4IGJ8 .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uKKbI4IGJ8 .mbr-section-title {
  color: #01004c;
}
.cid-uKKbI4IGJ8 .mbr-link {
  color: #000000;
  text-align: left;
}
.cid-uKKbI4IGJ8 .mbr-text {
  color: #000000;
}
.cid-uKKbI4IGJ8 .mbr-section-title,
.cid-uKKbI4IGJ8 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uKKbI4IGJ8 .mbr-text,
.cid-uKKbI4IGJ8 .text-wrap {
  color: #000000;
}
.cid-uKKbI4IGJ8 .mbr-contact,
.cid-uKKbI4IGJ8 .icon-wrapper {
  text-align: left;
}
.cid-uLKylB0Sb6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uLKylB0Sb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKylB0Sb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKylB0Sb6 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uLKylB0Sb6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLKylB0Sb6 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uLKylB0Sb6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLKylB0Sb6 .container {
    padding: 0 14px;
  }
}
.cid-uLKylB0Sb6 .row {
  justify-content: center;
}
.cid-uLKylB0Sb6 .card-wrapper {
  padding: 50px 100px;
  background-color: #e4be39;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uLKylB0Sb6 .card-wrapper {
    padding: 50px 24px;
  }
}
.cid-uLKylB0Sb6 .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uLKylB0Sb6 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLKylB0Sb6 .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uLKylB0Sb6 .card-wrapper .card-wrap .icon-wrapper {
    margin: -4.5rem 0 16px 0;
  }
}
.cid-uLKylB0Sb6 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uLKylB0Sb6 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uLKylB0Sb6 .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uLKylB0Sb6 .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uLKylB0Sb6 .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uLKylB0Sb6 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLKylB0Sb6 .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
  background: transparent;
  padding: 16px 0;
  color: #84e5f8;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uLKylB0Sb6 .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uLKylB0Sb6 .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLKylB0Sb6 .dragArea.row .form-group .form-control:focus,
.cid-uLKylB0Sb6 .dragArea.row .form-group .form-control:hover {
  border-bottom: 1px solid #ffffff !important;
}
.cid-uLKylB0Sb6 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uLKylB0Sb6 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uLKylB0Sb6 .dragArea.row .form-group .form-check .form-check-label {
  color: #ffffff;
}
.cid-uLKylB0Sb6 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLKylB0Sb6 .mbr-section-title {
  color: #f1f1f1;
}
.cid-uLKylB0Sb6 .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uLKylB0Sb6 label {
  color: #f1f1f1;
}
.cid-uLKylB0Sb6 .mbr-section-title,
.cid-uLKylB0Sb6 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uLKylB0Sb6 .icon-wrapper {
  text-align: right;
}
.cid-uKKbI5nWb2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uKKbI5nWb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKbI5nWb2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKbI5nWb2 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKbI5nWb2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI5nWb2 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKbI5nWb2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI5nWb2 .container {
    padding: 0 14px;
  }
}
.cid-uKKbI5nWb2 .row {
  justify-content: center;
}
.cid-uKKbI5nWb2 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKKbI5nWb2 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKKbI5nWb2 .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uKKbI5nWb2 .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uKKbI5nWb2 .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uKKbI5nWb2 .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uKKbI5nWb2 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uKKbI5nWb2 .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uKKbI5nWb2 .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uKKbI5nWb2 .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uKKbI5nWb2 .mbr-text_1 {
  color: #01004c;
}
.cid-uKKbI5nWb2 .list {
  color: #01004c;
}
.cid-uKKbI5nWb2 .mbr-text_2 {
  color: #01004c;
}
.cid-uKKbI5IkIF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4be39;
}
.cid-uKKbI5IkIF .item:focus,
.cid-uKKbI5IkIF span:focus {
  outline: none;
}
.cid-uKKbI5IkIF .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uKKbI5IkIF .loop-container {
  padding: 10px 0;
}
.cid-uKKbI5IkIF .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uKKbI5IkIF .item {
    min-height: 45px;
  }
}
.cid-uKKbI60jI4 .video-contenedor {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.cid-uKKbI60jI4 .video-contenedor iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.cid-uKKbI6iRBD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKKbI6iRBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKbI6iRBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKbI6iRBD .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKbI6iRBD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI6iRBD .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKbI6iRBD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI6iRBD .container {
    padding: 0 14px;
  }
}
.cid-uKKbI6iRBD .row {
  justify-content: center;
}
.cid-uKKbI6iRBD .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKKbI6iRBD .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKKbI6iRBD .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uKKbI6iRBD .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uKKbI6iRBD .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uKKbI6iRBD .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uKKbI6iRBD .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uKKbI6iRBD .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-left: -25px;
}
.cid-uKKbI6iRBD .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uKKbI6iRBD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKKbI6iRBD .mbr-text_1 {
  color: #000000;
}
.cid-uKKbI6iRBD .list {
  color: #01004c;
}
.cid-uKKbI6iRBD .mbr-text_2 {
  color: #000000;
}
.cid-uKKbI6iRBD .mbr-list-title {
  color: #000000;
}
.cid-uKKbI6iRBD .list,
.cid-uKKbI6iRBD .item-wrap {
  color: #000000;
}
.cid-uKKbI6FqYj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e4be39;
}
.cid-uKKbI6FqYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKbI6FqYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKbI6FqYj .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKbI6FqYj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI6FqYj .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKbI6FqYj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI6FqYj .container {
    padding: 0 14px;
  }
}
.cid-uKKbI6FqYj .row {
  justify-content: center;
}
.cid-uKKbI6FqYj .card-wrapper {
  padding: 40px;
  background-color: #fff3b0;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uKKbI6FqYj .card-wrapper {
    padding: 24px;
  }
}
.cid-uKKbI6FqYj .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #fff3b0;
  transform: rotate(10deg);
  pointer-events: none;
}
.cid-uKKbI6FqYj .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uKKbI6FqYj .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uKKbI6FqYj .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uKKbI6FqYj .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uKKbI6FqYj .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uKKbI6FqYj .card-wrapper .card-wrap .content-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKKbI6FqYj .card-wrapper .card-wrap .content-wrapper {
    padding: 32px 0;
  }
}
.cid-uKKbI6FqYj .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uKKbI6FqYj .card-wrapper .card-wrap .content-wrapper .link-wrapper {
  display: block;
}
.cid-uKKbI6FqYj .card-wrapper .card-wrap .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uKKbI6FqYj .card-wrapper .card-wrap .content-wrapper .link-wrapper:focus .mbr-link {
  color: #e09f3e;
}
.cid-uKKbI6FqYj .card-wrapper .card-wrap .content-wrapper .link-wrapper .mbr-link {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uKKbI6FqYj .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uKKbI6FqYj .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-uKKbI6FqYj .icon-wrapper {
  text-align: right;
}
.cid-uKKbI6FqYj .mbr-section-title,
.cid-uKKbI6FqYj .icon-wrapper {
  color: #000000;
}
.cid-uKKbI72dzL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4be39;
}
.cid-uKKbI72dzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKbI72dzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKbI72dzL .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKbI72dzL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI72dzL .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKbI72dzL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI72dzL .container {
    padding: 0 14px;
  }
}
.cid-uKKbI72dzL .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 40px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uKKbI72dzL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKKbI72dzL .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKKbI72dzL .content-wrapper .mbr-section-btn {
  margin: 10px 25px;
}
.cid-uKKbI72dzL .mbr-text,
.cid-uKKbI72dzL .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKKbI72dzL .mbr-section-title {
  color: #f1f1f1;
}
.cid-uKKbI72dzL .mbr-section-title,
.cid-uKKbI72dzL .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uKKbI7njpo {
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/mangueras-1.webp");
}
.cid-uKKbI7njpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKbI7njpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKbI7njpo .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKbI7njpo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI7njpo .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKbI7njpo .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI7njpo .container {
    padding: 0 14px;
  }
}
.cid-uKKbI7HMhO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/photo-1541140134513-85a161dc4a00.webp");
}
.cid-uKKbI7HMhO::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #ebeff0;
}
.cid-uKKbI7HMhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKbI7HMhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKbI7HMhO .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKbI7HMhO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI7HMhO .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKbI7HMhO .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI7HMhO .container {
    padding: 0 14px;
  }
}
.cid-uKKbI7HMhO .row {
  position: relative;
  z-index: 1;
}
.cid-uKKbI7HMhO .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKKbI7HMhO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKKbI7HMhO .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
.cid-uKKbI7HMhO .mbr-desc {
  color: #01004c;
}
.cid-uKKbI7HMhO .mbr-section-title {
  color: #01004c;
}
.cid-uKKbI7HMhO .mbr-text {
  color: #01004c;
}
.cid-uKKbI7HMhO .mbr-section-title,
.cid-uKKbI7HMhO .mbr-section-btn {
  color: #000000;
}
.cid-uKKbI7HMhO .mbr-text,
.cid-uKKbI7HMhO .text-wrapper {
  color: #000000;
}
.cid-uKKbI82Q8d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uKKbI82Q8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKbI82Q8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKbI82Q8d .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKbI82Q8d .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI82Q8d .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKbI82Q8d .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI82Q8d .container {
    padding: 0 14px;
  }
}
.cid-uKKbI82Q8d .row {
  justify-content: center;
}
.cid-uKKbI82Q8d .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKKbI82Q8d .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uKKbI82Q8d .card-wrapper {
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKKbI82Q8d .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uKKbI82Q8d .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uKKbI82Q8d .mbr-figure {
  border-radius: 0 !important;
  border: 1px solid #335c67;
}
.cid-uKKbI82Q8d .mbr-figure iframe {
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKKbI82Q8d .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uKKbI82Q8d .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKKbI82Q8d .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uKKbI82Q8d .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKKbI8qzTO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uKKbI8qzTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKbI8qzTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKbI8qzTO .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKbI8qzTO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI8qzTO .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKbI8qzTO .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI8qzTO .container {
    padding: 0 14px;
  }
}
.cid-uKKbI8qzTO .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKKbI8qzTO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uKKbI8qzTO .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKKbI8qzTO .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKKbI8qzTO .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uKKbI8qzTO .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKKbI8qzTO .image-wrapper img {
    height: 300px;
  }
}
.cid-uKKbI8qzTO .content-wrapper {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-uKKbI8qzTO .content-wrapper {
    margin: 0;
  }
}
.cid-uKKbI8qzTO .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKKbI8qzTO .content-wrapper .mbr-name {
    margin-bottom: 22px;
  }
}
.cid-uKKbI8qzTO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKKbI8qzTO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKKbI8qzTO .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uKKbI8qzTO .mbr-name {
  color: #000000;
}
.cid-uKKbI8qzTO .mbr-text {
  color: #01004c;
}
.cid-uKKbI8qzTO .mbr-section-title,
.cid-uKKbI8qzTO .mbr-section-btn {
  color: #000000;
}
.cid-uKKbI8qzTO .mbr-text,
.cid-uKKbI8qzTO .text-wrapper {
  color: #000000;
}
.cid-uKKbI8Og55 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uKKbI8Og55 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKbI8Og55 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI8Og55 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKbI8Og55 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI8Og55 .container {
    padding: 0 14px;
  }
}
.cid-uKKbI8Og55 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKKbI8Og55 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKKbI8Og55 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uKKbI8Og55 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKKbI8Og55 .embla__slide .slide-content {
  width: 100%;
}
.cid-uKKbI8Og55 .embla__slide .slide-content .item-wrapper {
  position: relative;
  border-radius: 0 !important;
}
.cid-uKKbI8Og55 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uKKbI8Og55 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-uKKbI8Og55 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #335c67;
  animation: none;
}
.cid-uKKbI8Og55 .embla__button--next,
.cid-uKKbI8Og55 .embla__button--prev {
  display: flex;
}
.cid-uKKbI8Og55 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #e4be39 !important;
  color: #84e5f8 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKKbI8Og55 .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-uKKbI8Og55 .embla__button.embla__button--prev {
  right: 7rem;
  margin-left: 2.5rem;
}
.cid-uKKbI8Og55 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKKbI8Og55 .embla {
  position: relative;
  width: 100%;
}
.cid-uKKbI8Og55 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uKKbI8Og55 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKKbI8Og55 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKKbI8Og55 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKKbI8Og55 .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uKKbI9gPz7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uKKbI9gPz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKbI9gPz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKbI9gPz7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKKbI9gPz7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI9gPz7 .container {
    padding: 0 14px;
  }
}
.cid-uKKbI9gPz7 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uKKbI9gPz7 .google-map iframe {
    height: 300px;
  }
}
.cid-uKKbI9HwsJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKKbI9HwsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKbI9HwsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKbI9HwsJ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKbI9HwsJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI9HwsJ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKbI9HwsJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbI9HwsJ .container {
    padding: 0 14px;
  }
}
.cid-uKKbI9HwsJ .row {
  justify-content: center;
}
.cid-uKKbI9HwsJ .contacts-wrapper .card-wrapper {
  margin-bottom: 32px;
}
.cid-uKKbI9HwsJ .contacts-wrapper .card-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uKKbI9HwsJ .contacts-wrapper .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uKKbI9HwsJ .contacts-wrapper .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uKKbI9HwsJ .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uKKbI9HwsJ .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uKKbI9HwsJ .contacts-wrapper .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKKbI9HwsJ .mbr-contact {
  color: #01004c;
}
.cid-uKKbI9HwsJ .mbr-contact,
.cid-uKKbI9HwsJ .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uKKbIaa5SC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4be39;
}
.cid-uKKbIaa5SC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKbIaa5SC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKbIaa5SC .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKbIaa5SC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbIaa5SC .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKbIaa5SC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKbIaa5SC .container {
    padding: 0 14px;
  }
}
.cid-uKKbIaa5SC .row {
  justify-content: center;
}
.cid-uKKbIaa5SC .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKKbIaa5SC .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKKbIaa5SC .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uKKbIaa5SC .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKKbIaa5SC .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKKbIaa5SC .nav-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uKKbIaa5SC .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKKbIaa5SC .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKKbIaa5SC .nav-wrapper .list .item-wrap:hover,
.cid-uKKbIaa5SC .nav-wrapper .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-uKKbIaa5SC .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKKbIaa5SC .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKKbIaa5SC .contacts-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uKKbIaa5SC .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uKKbIaa5SC .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uKKbIaa5SC .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uKKbIaa5SC .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uKKbIaa5SC .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uKKbIaa5SC .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKKbIaa5SC .mbr-copy {
  opacity: 0.7;
  margin-bottom: 0;
  color: #010026;
  text-align: left;
}
.cid-uKKbIaa5SC .mbr-text,
.cid-uKKbIaa5SC .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uKKbIaa5SC .mbr-list-title {
  color: #ffffff;
}
.cid-uKKbIaa5SC .list {
  color: #ffffff;
}
.cid-uKKbIaa5SC .mbr-contact {
  color: #ffffff;
}
.cid-uKKFwOGTm3 {
  background-color: transparent;
}
.cid-uKKFwOGTm3 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKKFwOGTm3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKKFwOGTm3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKKFwOGTm3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKKFwOGTm3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKKFwOGTm3 .menu_box .navbar.opened,
  .cid-uKKFwOGTm3 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKKFwOGTm3 .navbar-dropdown {
  position: relative !important;
}
.cid-uKKFwOGTm3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKKFwOGTm3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKKFwOGTm3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKKFwOGTm3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKKFwOGTm3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKKFwOGTm3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKKFwOGTm3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKKFwOGTm3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKKFwOGTm3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKKFwOGTm3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKKFwOGTm3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKKFwOGTm3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uKKFwOGTm3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uKKFwOGTm3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKKFwOGTm3 .nav-item .nav-link:hover:before,
.cid-uKKFwOGTm3 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uKKFwOGTm3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKKFwOGTm3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKKFwOGTm3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKKFwOGTm3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKKFwOGTm3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uKKFwOGTm3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKKFwOGTm3 .offcanvas_box {
    display: none;
  }
}
.cid-uKKFwOGTm3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKKFwOGTm3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKKFwOGTm3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKKFwOGTm3 .container {
  display: flex;
  margin: auto;
}
.cid-uKKFwOGTm3 .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKKFwOGTm3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKKFwOGTm3 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uKKFwOGTm3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKKFwOGTm3 .navbar-nav {
    margin: 0;
  }
}
.cid-uKKFwOGTm3 .dropdown-menu,
.cid-uKKFwOGTm3 .navbar.opened {
  background-color: false !important;
}
.cid-uKKFwOGTm3 .nav-item:focus,
.cid-uKKFwOGTm3 .nav-link:focus {
  outline: none;
}
.cid-uKKFwOGTm3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKKFwOGTm3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKKFwOGTm3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKKFwOGTm3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKKFwOGTm3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKKFwOGTm3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKKFwOGTm3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKKFwOGTm3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKKFwOGTm3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKKFwOGTm3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKKFwOGTm3 .navbar .navbar-logo img {
  max-width: 300px;
  min-height: 149px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uKKFwOGTm3 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKKFwOGTm3 .navbar.collapsed {
  justify-content: center;
}
.cid-uKKFwOGTm3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKKFwOGTm3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKKFwOGTm3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKKFwOGTm3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKKFwOGTm3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKKFwOGTm3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKKFwOGTm3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKKFwOGTm3 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKKFwOGTm3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKKFwOGTm3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKKFwOGTm3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKKFwOGTm3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKKFwOGTm3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKKFwOGTm3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKKFwOGTm3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKKFwOGTm3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKKFwOGTm3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKKFwOGTm3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKKFwOGTm3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKKFwOGTm3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKKFwOGTm3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKKFwOGTm3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKKFwOGTm3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKKFwOGTm3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKKFwOGTm3 .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-uKKFwOGTm3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKKFwOGTm3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKKFwOGTm3 .dropdown-item.active,
.cid-uKKFwOGTm3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKKFwOGTm3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uKKFwOGTm3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKKFwOGTm3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKKFwOGTm3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKKFwOGTm3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKKFwOGTm3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKKFwOGTm3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uKKFwOGTm3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d0a111;
}
.cid-uKKFwOGTm3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKKFwOGTm3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKKFwOGTm3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKKFwOGTm3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKKFwOGTm3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKKFwOGTm3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKKFwOGTm3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKKFwOGTm3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKKFwOGTm3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKKFwOGTm3 .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-uKKFwOGTm3 .navbar {
    height: 70px;
  }
  .cid-uKKFwOGTm3 .navbar.opened {
    height: auto;
  }
  .cid-uKKFwOGTm3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKKFwOGTm3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKKFwOGTm3 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKKFwOGTm3 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uKKFwOGTm3 .navbar-caption:hover {
  color: #e4be39;
}
@media (min-width: 992px) {
  .cid-uKKFwOGTm3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKKFwOGTm3 .text_widget {
  margin-bottom: 32px;
}
.cid-uKKFwOGTm3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKKFwOGTm3 .text_widget a:hover,
.cid-uKKFwOGTm3 .text_widget a:focus {
  opacity: 0.8;
}
.cid-uKKFwOGTm3 .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uKKFwOGTm3 .contacts-wrapper {
    display: none;
  }
}
.cid-uKKFwOGTm3 .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uKKFwOGTm3 .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKKFwOGTm3 .contacts-wrapper a .mbr-contact:hover:before,
.cid-uKKFwOGTm3 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uKKFwOGTm3 .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uKKFwOGTm3 .navbar-caption {
  color: #FFFFFF;
}
.cid-uKKFwOGTm3 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uKKFwOGTm3 .mbr-section-subtitle,
.cid-uKKFwOGTm3 .text_widget,
.cid-uKKFwOGTm3 .mbr-section-btn {
  text-align: center;
}
.cid-uKKFwOGTm3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKKFwOGTm3 .nav-link,
.cid-uKKFwOGTm3 .dropdown-item {
  color: #FFFFFF;
}
.cid-uKKFwP72Hn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uKKFwP72Hn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -50rem 100rem #ebeff0;
}
.cid-uKKFwP72Hn .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #335c67;
  transform: rotate(-45deg);
}
.cid-uKKFwP72Hn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKFwP72Hn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKFwP72Hn .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKFwP72Hn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKFwP72Hn .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKFwP72Hn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKFwP72Hn .container {
    padding: 0 14px;
  }
}
.cid-uKKFwP72Hn .row {
  position: relative;
  z-index: 1;
}
.cid-uKKFwP72Hn .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKKFwP72Hn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKKFwP72Hn .link-wrapper:hover .mbr-link,
.cid-uKKFwP72Hn .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uKKFwP72Hn .link-wrapper .mbr-link {
  text-decoration: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKKFwP72Hn .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uKKFwP72Hn .text-wrapper {
    margin-top: 30px;
  }
}
.cid-uKKFwP72Hn .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uKKFwP72Hn .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uKKFwP72Hn .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uKKFwP72Hn .mbr-section-title {
  color: #01004c;
}
.cid-uKKFwP72Hn .mbr-link {
  color: #000000;
  text-align: left;
}
.cid-uKKFwP72Hn .mbr-text {
  color: #000000;
}
.cid-uKKFwP72Hn .mbr-section-title,
.cid-uKKFwP72Hn .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uKKFwP72Hn .mbr-text,
.cid-uKKFwP72Hn .text-wrap {
  color: #000000;
}
.cid-uKKFwP72Hn .mbr-contact,
.cid-uKKFwP72Hn .icon-wrapper {
  text-align: left;
}
.cid-uLKyunfN4M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uLKyunfN4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKyunfN4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKyunfN4M .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uLKyunfN4M .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLKyunfN4M .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uLKyunfN4M .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLKyunfN4M .container {
    padding: 0 14px;
  }
}
.cid-uLKyunfN4M .row {
  justify-content: center;
}
.cid-uLKyunfN4M .card-wrapper {
  padding: 50px 100px;
  background-color: #e4be39;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uLKyunfN4M .card-wrapper {
    padding: 50px 24px;
  }
}
.cid-uLKyunfN4M .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uLKyunfN4M .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLKyunfN4M .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uLKyunfN4M .card-wrapper .card-wrap .icon-wrapper {
    margin: -4.5rem 0 16px 0;
  }
}
.cid-uLKyunfN4M .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uLKyunfN4M .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uLKyunfN4M .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uLKyunfN4M .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uLKyunfN4M .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uLKyunfN4M .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLKyunfN4M .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
  background: transparent;
  padding: 16px 0;
  color: #84e5f8;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uLKyunfN4M .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uLKyunfN4M .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLKyunfN4M .dragArea.row .form-group .form-control:focus,
.cid-uLKyunfN4M .dragArea.row .form-group .form-control:hover {
  border-bottom: 1px solid #ffffff !important;
}
.cid-uLKyunfN4M .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uLKyunfN4M .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uLKyunfN4M .dragArea.row .form-group .form-check .form-check-label {
  color: #ffffff;
}
.cid-uLKyunfN4M .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLKyunfN4M .mbr-section-title {
  color: #f1f1f1;
}
.cid-uLKyunfN4M .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uLKyunfN4M label {
  color: #f1f1f1;
}
.cid-uLKyunfN4M .mbr-section-title,
.cid-uLKyunfN4M .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uLKyunfN4M .icon-wrapper {
  text-align: right;
}
.cid-uKKFwRbXfE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e4be39;
}
.cid-uKKFwRbXfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKFwRbXfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKFwRbXfE .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKFwRbXfE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKFwRbXfE .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKFwRbXfE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKFwRbXfE .container {
    padding: 0 14px;
  }
}
.cid-uKKFwRbXfE .row {
  justify-content: center;
}
.cid-uKKFwRbXfE .card-wrapper {
  padding: 40px;
  background-color: #fff3b0;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uKKFwRbXfE .card-wrapper {
    padding: 24px;
  }
}
.cid-uKKFwRbXfE .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #fff3b0;
  transform: rotate(10deg);
  pointer-events: none;
}
.cid-uKKFwRbXfE .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uKKFwRbXfE .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uKKFwRbXfE .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uKKFwRbXfE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uKKFwRbXfE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uKKFwRbXfE .card-wrapper .card-wrap .content-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKKFwRbXfE .card-wrapper .card-wrap .content-wrapper {
    padding: 32px 0;
  }
}
.cid-uKKFwRbXfE .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uKKFwRbXfE .card-wrapper .card-wrap .content-wrapper .link-wrapper {
  display: block;
}
.cid-uKKFwRbXfE .card-wrapper .card-wrap .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uKKFwRbXfE .card-wrapper .card-wrap .content-wrapper .link-wrapper:focus .mbr-link {
  color: #e09f3e;
}
.cid-uKKFwRbXfE .card-wrapper .card-wrap .content-wrapper .link-wrapper .mbr-link {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uKKFwRbXfE .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uKKFwRbXfE .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-uKKFwRbXfE .icon-wrapper {
  text-align: right;
}
.cid-uKKFwRbXfE .mbr-section-title,
.cid-uKKFwRbXfE .icon-wrapper {
  color: #000000;
}
.cid-uKKFwRxzC1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efd548;
}
.cid-uKKFwRxzC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKFwRxzC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKFwRxzC1 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKFwRxzC1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKFwRxzC1 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKFwRxzC1 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKFwRxzC1 .container {
    padding: 0 14px;
  }
}
.cid-uKKFwRxzC1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 40px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uKKFwRxzC1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKKFwRxzC1 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKKFwRxzC1 .content-wrapper .mbr-section-btn {
  margin: 10px 25px;
}
.cid-uKKFwRxzC1 .mbr-text,
.cid-uKKFwRxzC1 .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKKFwRxzC1 .mbr-section-title {
  color: #f1f1f1;
}
.cid-uKKFwRxzC1 .mbr-section-title,
.cid-uKKFwRxzC1 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uKKFwU0ZdI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uKKFwU0ZdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKFwU0ZdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKFwU0ZdI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKKFwU0ZdI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKFwU0ZdI .container {
    padding: 0 14px;
  }
}
.cid-uKKFwU0ZdI .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uKKFwU0ZdI .google-map iframe {
    height: 300px;
  }
}
.cid-uKKFwUwa7s {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uKKFwUwa7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKFwUwa7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKFwUwa7s .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKFwUwa7s .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKFwUwa7s .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKFwUwa7s .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKFwUwa7s .container {
    padding: 0 14px;
  }
}
.cid-uKKFwUwa7s .row {
  justify-content: center;
}
.cid-uKKFwUwa7s .contacts-wrapper .card-wrapper {
  margin-bottom: 32px;
}
.cid-uKKFwUwa7s .contacts-wrapper .card-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uKKFwUwa7s .contacts-wrapper .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uKKFwUwa7s .contacts-wrapper .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uKKFwUwa7s .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uKKFwUwa7s .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uKKFwUwa7s .contacts-wrapper .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKKFwUwa7s .mbr-contact {
  color: #01004c;
}
.cid-uKKFwUwa7s .mbr-contact,
.cid-uKKFwUwa7s .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uKKFwUX1fK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4be39;
}
.cid-uKKFwUX1fK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKFwUX1fK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKFwUX1fK .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKKFwUX1fK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKFwUX1fK .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKKFwUX1fK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKKFwUX1fK .container {
    padding: 0 14px;
  }
}
.cid-uKKFwUX1fK .row {
  justify-content: center;
}
.cid-uKKFwUX1fK .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKKFwUX1fK .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKKFwUX1fK .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uKKFwUX1fK .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKKFwUX1fK .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKKFwUX1fK .nav-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uKKFwUX1fK .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKKFwUX1fK .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKKFwUX1fK .nav-wrapper .list .item-wrap:hover,
.cid-uKKFwUX1fK .nav-wrapper .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-uKKFwUX1fK .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKKFwUX1fK .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKKFwUX1fK .contacts-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uKKFwUX1fK .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uKKFwUX1fK .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uKKFwUX1fK .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uKKFwUX1fK .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uKKFwUX1fK .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uKKFwUX1fK .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKKFwUX1fK .mbr-copy {
  opacity: 0.7;
  margin-bottom: 0;
  color: #010026;
  text-align: left;
}
.cid-uKKFwUX1fK .mbr-text,
.cid-uKKFwUX1fK .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uKKFwUX1fK .mbr-list-title {
  color: #ffffff;
}
.cid-uKKFwUX1fK .list {
  color: #ffffff;
}
.cid-uKKFwUX1fK .mbr-contact {
  color: #ffffff;
}
.cid-uL6VKcJmLU {
  background-color: transparent;
}
.cid-uL6VKcJmLU .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uL6VKcJmLU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uL6VKcJmLU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6VKcJmLU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uL6VKcJmLU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uL6VKcJmLU .menu_box .navbar.opened,
  .cid-uL6VKcJmLU .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uL6VKcJmLU .navbar-dropdown {
  position: relative !important;
}
.cid-uL6VKcJmLU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uL6VKcJmLU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uL6VKcJmLU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uL6VKcJmLU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uL6VKcJmLU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uL6VKcJmLU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uL6VKcJmLU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uL6VKcJmLU .lg_brand {
    margin: 0 1rem;
  }
  .cid-uL6VKcJmLU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uL6VKcJmLU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uL6VKcJmLU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uL6VKcJmLU .nav-item {
    margin: 0 !important;
  }
}
.cid-uL6VKcJmLU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uL6VKcJmLU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uL6VKcJmLU .nav-item .nav-link:hover:before,
.cid-uL6VKcJmLU .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uL6VKcJmLU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uL6VKcJmLU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uL6VKcJmLU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uL6VKcJmLU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uL6VKcJmLU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uL6VKcJmLU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uL6VKcJmLU .offcanvas_box {
    display: none;
  }
}
.cid-uL6VKcJmLU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uL6VKcJmLU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uL6VKcJmLU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uL6VKcJmLU .container {
  display: flex;
  margin: auto;
}
.cid-uL6VKcJmLU .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uL6VKcJmLU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uL6VKcJmLU .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uL6VKcJmLU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uL6VKcJmLU .navbar-nav {
    margin: 0;
  }
}
.cid-uL6VKcJmLU .dropdown-menu,
.cid-uL6VKcJmLU .navbar.opened {
  background-color: false !important;
}
.cid-uL6VKcJmLU .nav-item:focus,
.cid-uL6VKcJmLU .nav-link:focus {
  outline: none;
}
.cid-uL6VKcJmLU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6VKcJmLU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6VKcJmLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6VKcJmLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6VKcJmLU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6VKcJmLU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6VKcJmLU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uL6VKcJmLU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uL6VKcJmLU .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6VKcJmLU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uL6VKcJmLU .navbar .navbar-logo img {
  max-width: 300px;
  min-height: 149px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uL6VKcJmLU .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uL6VKcJmLU .navbar.collapsed {
  justify-content: center;
}
.cid-uL6VKcJmLU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6VKcJmLU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL6VKcJmLU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6VKcJmLU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6VKcJmLU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6VKcJmLU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uL6VKcJmLU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6VKcJmLU .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uL6VKcJmLU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uL6VKcJmLU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6VKcJmLU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6VKcJmLU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uL6VKcJmLU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6VKcJmLU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uL6VKcJmLU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6VKcJmLU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uL6VKcJmLU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uL6VKcJmLU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uL6VKcJmLU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uL6VKcJmLU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6VKcJmLU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uL6VKcJmLU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6VKcJmLU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6VKcJmLU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6VKcJmLU .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-uL6VKcJmLU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uL6VKcJmLU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6VKcJmLU .dropdown-item.active,
.cid-uL6VKcJmLU .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6VKcJmLU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uL6VKcJmLU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6VKcJmLU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6VKcJmLU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6VKcJmLU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uL6VKcJmLU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6VKcJmLU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uL6VKcJmLU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d0a111;
}
.cid-uL6VKcJmLU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6VKcJmLU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6VKcJmLU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6VKcJmLU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6VKcJmLU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6VKcJmLU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6VKcJmLU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6VKcJmLU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6VKcJmLU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uL6VKcJmLU .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-uL6VKcJmLU .navbar {
    height: 70px;
  }
  .cid-uL6VKcJmLU .navbar.opened {
    height: auto;
  }
  .cid-uL6VKcJmLU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6VKcJmLU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uL6VKcJmLU .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uL6VKcJmLU .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uL6VKcJmLU .navbar-caption:hover {
  color: #e4be39;
}
@media (min-width: 992px) {
  .cid-uL6VKcJmLU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uL6VKcJmLU .text_widget {
  margin-bottom: 32px;
}
.cid-uL6VKcJmLU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uL6VKcJmLU .text_widget a:hover,
.cid-uL6VKcJmLU .text_widget a:focus {
  opacity: 0.8;
}
.cid-uL6VKcJmLU .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uL6VKcJmLU .contacts-wrapper {
    display: none;
  }
}
.cid-uL6VKcJmLU .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uL6VKcJmLU .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uL6VKcJmLU .contacts-wrapper a .mbr-contact:hover:before,
.cid-uL6VKcJmLU .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uL6VKcJmLU .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uL6VKcJmLU .navbar-caption {
  color: #FFFFFF;
}
.cid-uL6VKcJmLU .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uL6VKcJmLU .mbr-section-subtitle,
.cid-uL6VKcJmLU .text_widget,
.cid-uL6VKcJmLU .mbr-section-btn {
  text-align: center;
}
.cid-uL6VKcJmLU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uL6VKcJmLU .nav-link,
.cid-uL6VKcJmLU .dropdown-item {
  color: #FFFFFF;
}
.cid-uL6VKd85ht {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uL6VKd85ht::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -50rem 100rem #ebeff0;
}
.cid-uL6VKd85ht .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #335c67;
  transform: rotate(-45deg);
}
.cid-uL6VKd85ht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6VKd85ht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6VKd85ht .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uL6VKd85ht .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKd85ht .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uL6VKd85ht .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKd85ht .container {
    padding: 0 14px;
  }
}
.cid-uL6VKd85ht .row {
  position: relative;
  z-index: 1;
}
.cid-uL6VKd85ht .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uL6VKd85ht .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uL6VKd85ht .link-wrapper:hover .mbr-link,
.cid-uL6VKd85ht .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uL6VKd85ht .link-wrapper .mbr-link {
  text-decoration: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uL6VKd85ht .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uL6VKd85ht .text-wrapper {
    margin-top: 30px;
  }
}
.cid-uL6VKd85ht .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uL6VKd85ht .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uL6VKd85ht .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uL6VKd85ht .mbr-section-title {
  color: #01004c;
}
.cid-uL6VKd85ht .mbr-link {
  color: #000000;
  text-align: left;
}
.cid-uL6VKd85ht .mbr-text {
  color: #000000;
}
.cid-uL6VKd85ht .mbr-section-title,
.cid-uL6VKd85ht .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uL6VKd85ht .mbr-text,
.cid-uL6VKd85ht .text-wrap {
  color: #000000;
}
.cid-uL6VKd85ht .mbr-contact,
.cid-uL6VKd85ht .icon-wrapper {
  text-align: left;
}
.cid-uLKyqqN5dE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uLKyqqN5dE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKyqqN5dE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKyqqN5dE .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uLKyqqN5dE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLKyqqN5dE .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uLKyqqN5dE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLKyqqN5dE .container {
    padding: 0 14px;
  }
}
.cid-uLKyqqN5dE .row {
  justify-content: center;
}
.cid-uLKyqqN5dE .card-wrapper {
  padding: 50px 100px;
  background-color: #e4be39;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uLKyqqN5dE .card-wrapper {
    padding: 50px 24px;
  }
}
.cid-uLKyqqN5dE .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uLKyqqN5dE .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLKyqqN5dE .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uLKyqqN5dE .card-wrapper .card-wrap .icon-wrapper {
    margin: -4.5rem 0 16px 0;
  }
}
.cid-uLKyqqN5dE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uLKyqqN5dE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uLKyqqN5dE .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uLKyqqN5dE .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uLKyqqN5dE .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uLKyqqN5dE .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLKyqqN5dE .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
  background: transparent;
  padding: 16px 0;
  color: #84e5f8;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uLKyqqN5dE .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uLKyqqN5dE .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-uLKyqqN5dE .dragArea.row .form-group .form-control:focus,
.cid-uLKyqqN5dE .dragArea.row .form-group .form-control:hover {
  border-bottom: 1px solid #ffffff !important;
}
.cid-uLKyqqN5dE .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uLKyqqN5dE .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uLKyqqN5dE .dragArea.row .form-group .form-check .form-check-label {
  color: #ffffff;
}
.cid-uLKyqqN5dE .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLKyqqN5dE .mbr-section-title {
  color: #f1f1f1;
}
.cid-uLKyqqN5dE .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uLKyqqN5dE label {
  color: #f1f1f1;
}
.cid-uLKyqqN5dE .mbr-section-title,
.cid-uLKyqqN5dE .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uLKyqqN5dE .icon-wrapper {
  text-align: right;
}
.cid-uL6VKdNoud {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uL6VKdNoud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6VKdNoud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6VKdNoud .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uL6VKdNoud .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKdNoud .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uL6VKdNoud .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKdNoud .container {
    padding: 0 14px;
  }
}
.cid-uL6VKdNoud .row {
  justify-content: center;
}
.cid-uL6VKdNoud .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uL6VKdNoud .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uL6VKdNoud .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uL6VKdNoud .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uL6VKdNoud .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uL6VKdNoud .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uL6VKdNoud .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uL6VKdNoud .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uL6VKdNoud .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uL6VKdNoud .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uL6VKdNoud .mbr-text_1 {
  color: #01004c;
}
.cid-uL6VKdNoud .list {
  color: #01004c;
}
.cid-uL6VKdNoud .mbr-text_2 {
  color: #01004c;
}
.cid-uL6VKe9spY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4be39;
}
.cid-uL6VKe9spY .item:focus,
.cid-uL6VKe9spY span:focus {
  outline: none;
}
.cid-uL6VKe9spY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uL6VKe9spY .loop-container {
  padding: 10px 0;
}
.cid-uL6VKe9spY .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uL6VKe9spY .item {
    min-height: 45px;
  }
}
.cid-uL73vZAHdh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01004c;
}
.cid-uL73vZAHdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL73vZAHdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL73vZAHdh .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uL73vZAHdh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL73vZAHdh .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uL73vZAHdh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL73vZAHdh .container {
    padding: 0 14px;
  }
}
.cid-uL73vZAHdh .row {
  justify-content: center;
}
.cid-uL73vZAHdh .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uL73vZAHdh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uL73vZAHdh .item {
  margin-bottom: 22px;
}
.cid-uL73vZAHdh .item .item-wrapper {
  border-left: 1px solid #f1f1f1;
  padding-left: 25px;
  min-height: 350px;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uL73vZAHdh .item .item-wrapper {
    min-height: auto;
  }
}
.cid-uL73vZAHdh .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uL73vZAHdh .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 400px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL73vZAHdh .item .item-wrapper .item-img img {
    display: block;
    width: 100%;
    height: 350px;
  }
}
.cid-uL73vZAHdh .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uL73vZAHdh .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uL73vZAHdh .item .item-wrapper .item-content .desc-wrap .card-desc {
  display: inline-block;
  width: 90%;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .cid-uL73vZAHdh .item .item-wrapper .item-content .desc-wrap .card-desc {
    width: 100%;
  }
}
.cid-uL73vZAHdh .mbr-section-title {
  color: #f1f1f1;
  text-align: center;
}
.cid-uL73vZAHdh .card-title {
  color: #f1f1f1;
}
.cid-uL73vZAHdh .card-price {
  color: #f1f1f1;
}
.cid-uL73vZAHdh .card-desc {
  color: #f1f1f1;
}
.cid-uL73vZAHdh .card-title,
.cid-uL73vZAHdh .mbr-section-btn {
  text-align: center;
}
.cid-uL6VKf5QRW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e4be39;
}
.cid-uL6VKf5QRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6VKf5QRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6VKf5QRW .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uL6VKf5QRW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKf5QRW .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uL6VKf5QRW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKf5QRW .container {
    padding: 0 14px;
  }
}
.cid-uL6VKf5QRW .row {
  justify-content: center;
}
.cid-uL6VKf5QRW .card-wrapper {
  padding: 40px;
  background-color: #fff3b0;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uL6VKf5QRW .card-wrapper {
    padding: 24px;
  }
}
.cid-uL6VKf5QRW .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #fff3b0;
  transform: rotate(10deg);
  pointer-events: none;
}
.cid-uL6VKf5QRW .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uL6VKf5QRW .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uL6VKf5QRW .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uL6VKf5QRW .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uL6VKf5QRW .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uL6VKf5QRW .card-wrapper .card-wrap .content-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uL6VKf5QRW .card-wrapper .card-wrap .content-wrapper {
    padding: 32px 0;
  }
}
.cid-uL6VKf5QRW .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uL6VKf5QRW .card-wrapper .card-wrap .content-wrapper .link-wrapper {
  display: block;
}
.cid-uL6VKf5QRW .card-wrapper .card-wrap .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uL6VKf5QRW .card-wrapper .card-wrap .content-wrapper .link-wrapper:focus .mbr-link {
  color: #e09f3e;
}
.cid-uL6VKf5QRW .card-wrapper .card-wrap .content-wrapper .link-wrapper .mbr-link {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uL6VKf5QRW .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uL6VKf5QRW .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-uL6VKf5QRW .icon-wrapper {
  text-align: right;
}
.cid-uL6VKf5QRW .mbr-section-title,
.cid-uL6VKf5QRW .icon-wrapper {
  color: #000000;
}
.cid-uL6VKfsbXo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efd548;
}
.cid-uL6VKfsbXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6VKfsbXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6VKfsbXo .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uL6VKfsbXo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKfsbXo .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uL6VKfsbXo .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKfsbXo .container {
    padding: 0 14px;
  }
}
.cid-uL6VKfsbXo .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 40px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uL6VKfsbXo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL6VKfsbXo .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uL6VKfsbXo .content-wrapper .mbr-section-btn {
  margin: 10px 25px;
}
.cid-uL6VKfsbXo .mbr-text,
.cid-uL6VKfsbXo .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL6VKfsbXo .mbr-section-title {
  color: #f1f1f1;
}
.cid-uL6VKfsbXo .mbr-section-title,
.cid-uL6VKfsbXo .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uL6VKga1ss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/photo-1541140134513-85a161dc4a00.webp");
}
.cid-uL6VKga1ss::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #ebeff0;
}
.cid-uL6VKga1ss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6VKga1ss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6VKga1ss .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uL6VKga1ss .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKga1ss .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uL6VKga1ss .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKga1ss .container {
    padding: 0 14px;
  }
}
.cid-uL6VKga1ss .row {
  position: relative;
  z-index: 1;
}
.cid-uL6VKga1ss .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uL6VKga1ss .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uL6VKga1ss .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
.cid-uL6VKga1ss .mbr-desc {
  color: #01004c;
}
.cid-uL6VKga1ss .mbr-section-title {
  color: #01004c;
}
.cid-uL6VKga1ss .mbr-text {
  color: #01004c;
}
.cid-uL6VKga1ss .mbr-section-title,
.cid-uL6VKga1ss .mbr-section-btn {
  color: #000000;
}
.cid-uL6VKga1ss .mbr-text,
.cid-uL6VKga1ss .text-wrapper {
  color: #000000;
}
.cid-uL6VKgVFiM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-uL6VKgVFiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6VKgVFiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6VKgVFiM .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uL6VKgVFiM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKgVFiM .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uL6VKgVFiM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKgVFiM .container {
    padding: 0 14px;
  }
}
.cid-uL6VKgVFiM .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uL6VKgVFiM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uL6VKgVFiM .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL6VKgVFiM .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uL6VKgVFiM .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uL6VKgVFiM .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uL6VKgVFiM .image-wrapper img {
    height: 300px;
  }
}
.cid-uL6VKgVFiM .content-wrapper {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-uL6VKgVFiM .content-wrapper {
    margin: 0;
  }
}
.cid-uL6VKgVFiM .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uL6VKgVFiM .content-wrapper .mbr-name {
    margin-bottom: 22px;
  }
}
.cid-uL6VKgVFiM .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uL6VKgVFiM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL6VKgVFiM .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uL6VKgVFiM .mbr-name {
  color: #000000;
}
.cid-uL6VKgVFiM .mbr-text {
  color: #01004c;
}
.cid-uL6VKgVFiM .mbr-section-title,
.cid-uL6VKgVFiM .mbr-section-btn {
  color: #000000;
}
.cid-uL6VKgVFiM .mbr-text,
.cid-uL6VKgVFiM .text-wrapper {
  color: #000000;
}
.cid-uL6VKhQUsb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uL6VKhQUsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6VKhQUsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6VKhQUsb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uL6VKhQUsb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKhQUsb .container {
    padding: 0 14px;
  }
}
.cid-uL6VKhQUsb .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uL6VKhQUsb .google-map iframe {
    height: 300px;
  }
}
.cid-uL6VKigM77 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uL6VKigM77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6VKigM77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6VKigM77 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uL6VKigM77 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKigM77 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uL6VKigM77 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKigM77 .container {
    padding: 0 14px;
  }
}
.cid-uL6VKigM77 .row {
  justify-content: center;
}
.cid-uL6VKigM77 .contacts-wrapper .card-wrapper {
  margin-bottom: 32px;
}
.cid-uL6VKigM77 .contacts-wrapper .card-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uL6VKigM77 .contacts-wrapper .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uL6VKigM77 .contacts-wrapper .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uL6VKigM77 .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uL6VKigM77 .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uL6VKigM77 .contacts-wrapper .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uL6VKigM77 .mbr-contact {
  color: #01004c;
}
.cid-uL6VKigM77 .mbr-contact,
.cid-uL6VKigM77 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uL6VKiIxyw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4be39;
}
.cid-uL6VKiIxyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6VKiIxyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6VKiIxyw .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uL6VKiIxyw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKiIxyw .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uL6VKiIxyw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uL6VKiIxyw .container {
    padding: 0 14px;
  }
}
.cid-uL6VKiIxyw .row {
  justify-content: center;
}
.cid-uL6VKiIxyw .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uL6VKiIxyw .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uL6VKiIxyw .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uL6VKiIxyw .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uL6VKiIxyw .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uL6VKiIxyw .nav-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uL6VKiIxyw .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uL6VKiIxyw .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uL6VKiIxyw .nav-wrapper .list .item-wrap:hover,
.cid-uL6VKiIxyw .nav-wrapper .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-uL6VKiIxyw .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uL6VKiIxyw .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uL6VKiIxyw .contacts-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uL6VKiIxyw .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uL6VKiIxyw .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uL6VKiIxyw .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uL6VKiIxyw .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uL6VKiIxyw .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uL6VKiIxyw .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uL6VKiIxyw .mbr-copy {
  opacity: 0.7;
  margin-bottom: 0;
  color: #010026;
  text-align: left;
}
.cid-uL6VKiIxyw .mbr-text,
.cid-uL6VKiIxyw .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uL6VKiIxyw .mbr-list-title {
  color: #ffffff;
}
.cid-uL6VKiIxyw .list {
  color: #ffffff;
}
.cid-uL6VKiIxyw .mbr-contact {
  color: #ffffff;
}
.cid-uLdd6dkuk8 {
  background-color: transparent;
}
.cid-uLdd6dkuk8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLdd6dkuk8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLdd6dkuk8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLdd6dkuk8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLdd6dkuk8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLdd6dkuk8 .menu_box .navbar.opened,
  .cid-uLdd6dkuk8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLdd6dkuk8 .navbar-dropdown {
  position: relative !important;
}
.cid-uLdd6dkuk8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLdd6dkuk8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLdd6dkuk8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLdd6dkuk8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLdd6dkuk8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLdd6dkuk8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLdd6dkuk8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLdd6dkuk8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLdd6dkuk8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLdd6dkuk8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLdd6dkuk8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLdd6dkuk8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLdd6dkuk8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uLdd6dkuk8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLdd6dkuk8 .nav-item .nav-link:hover:before,
.cid-uLdd6dkuk8 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uLdd6dkuk8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLdd6dkuk8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLdd6dkuk8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLdd6dkuk8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLdd6dkuk8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uLdd6dkuk8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLdd6dkuk8 .offcanvas_box {
    display: none;
  }
}
.cid-uLdd6dkuk8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLdd6dkuk8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLdd6dkuk8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLdd6dkuk8 .container {
  display: flex;
  margin: auto;
}
.cid-uLdd6dkuk8 .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLdd6dkuk8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLdd6dkuk8 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uLdd6dkuk8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLdd6dkuk8 .navbar-nav {
    margin: 0;
  }
}
.cid-uLdd6dkuk8 .dropdown-menu,
.cid-uLdd6dkuk8 .navbar.opened {
  background-color: false !important;
}
.cid-uLdd6dkuk8 .nav-item:focus,
.cid-uLdd6dkuk8 .nav-link:focus {
  outline: none;
}
.cid-uLdd6dkuk8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLdd6dkuk8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLdd6dkuk8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLdd6dkuk8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLdd6dkuk8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLdd6dkuk8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLdd6dkuk8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLdd6dkuk8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLdd6dkuk8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLdd6dkuk8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLdd6dkuk8 .navbar .navbar-logo img {
  max-width: 300px;
  min-height: 149px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uLdd6dkuk8 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uLdd6dkuk8 .navbar.collapsed {
  justify-content: center;
}
.cid-uLdd6dkuk8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLdd6dkuk8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLdd6dkuk8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLdd6dkuk8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLdd6dkuk8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLdd6dkuk8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLdd6dkuk8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLdd6dkuk8 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uLdd6dkuk8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLdd6dkuk8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLdd6dkuk8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLdd6dkuk8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLdd6dkuk8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLdd6dkuk8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLdd6dkuk8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLdd6dkuk8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLdd6dkuk8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLdd6dkuk8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLdd6dkuk8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLdd6dkuk8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLdd6dkuk8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLdd6dkuk8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLdd6dkuk8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLdd6dkuk8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLdd6dkuk8 .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-uLdd6dkuk8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLdd6dkuk8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLdd6dkuk8 .dropdown-item.active,
.cid-uLdd6dkuk8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLdd6dkuk8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uLdd6dkuk8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLdd6dkuk8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLdd6dkuk8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLdd6dkuk8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLdd6dkuk8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLdd6dkuk8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLdd6dkuk8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d0a111;
}
.cid-uLdd6dkuk8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLdd6dkuk8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdd6dkuk8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdd6dkuk8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLdd6dkuk8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdd6dkuk8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLdd6dkuk8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLdd6dkuk8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdd6dkuk8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLdd6dkuk8 .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-uLdd6dkuk8 .navbar {
    height: 70px;
  }
  .cid-uLdd6dkuk8 .navbar.opened {
    height: auto;
  }
  .cid-uLdd6dkuk8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLdd6dkuk8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLdd6dkuk8 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uLdd6dkuk8 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uLdd6dkuk8 .navbar-caption:hover {
  color: #e4be39;
}
@media (min-width: 992px) {
  .cid-uLdd6dkuk8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLdd6dkuk8 .text_widget {
  margin-bottom: 32px;
}
.cid-uLdd6dkuk8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLdd6dkuk8 .text_widget a:hover,
.cid-uLdd6dkuk8 .text_widget a:focus {
  opacity: 0.8;
}
.cid-uLdd6dkuk8 .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uLdd6dkuk8 .contacts-wrapper {
    display: none;
  }
}
.cid-uLdd6dkuk8 .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uLdd6dkuk8 .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLdd6dkuk8 .contacts-wrapper a .mbr-contact:hover:before,
.cid-uLdd6dkuk8 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uLdd6dkuk8 .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uLdd6dkuk8 .navbar-caption {
  color: #FFFFFF;
}
.cid-uLdd6dkuk8 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uLdd6dkuk8 .mbr-section-subtitle,
.cid-uLdd6dkuk8 .text_widget,
.cid-uLdd6dkuk8 .mbr-section-btn {
  text-align: center;
}
.cid-uLdd6dkuk8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLdd6dkuk8 .nav-link,
.cid-uLdd6dkuk8 .dropdown-item {
  color: #FFFFFF;
}
.cid-uLdd6dGUD2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uLdd6dGUD2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -50rem 100rem #ebeff0;
}
.cid-uLdd6dGUD2 .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #e4be39;
  transform: rotate(-45deg);
}
.cid-uLdd6dGUD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdd6dGUD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdd6dGUD2 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uLdd6dGUD2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLdd6dGUD2 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uLdd6dGUD2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLdd6dGUD2 .container {
    padding: 0 14px;
  }
}
.cid-uLdd6dGUD2 .row {
  position: relative;
  z-index: 1;
}
.cid-uLdd6dGUD2 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uLdd6dGUD2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLdd6dGUD2 .link-wrapper:hover .mbr-link,
.cid-uLdd6dGUD2 .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uLdd6dGUD2 .link-wrapper .mbr-link {
  text-decoration: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLdd6dGUD2 .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uLdd6dGUD2 .text-wrapper {
    margin-top: 30px;
  }
}
.cid-uLdd6dGUD2 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uLdd6dGUD2 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uLdd6dGUD2 .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uLdd6dGUD2 .mbr-section-title {
  color: #01004c;
}
.cid-uLdd6dGUD2 .mbr-link {
  color: #000000;
  text-align: left;
}
.cid-uLdd6dGUD2 .mbr-text {
  color: #000000;
}
.cid-uLdd6dGUD2 .mbr-section-title,
.cid-uLdd6dGUD2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uLdd6dGUD2 .mbr-text,
.cid-uLdd6dGUD2 .text-wrap {
  color: #000000;
}
.cid-uLdd6dGUD2 .mbr-contact,
.cid-uLdd6dGUD2 .icon-wrapper {
  text-align: left;
}
.cid-uLdd6f3Q6K {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uLdd6f3Q6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdd6f3Q6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdd6f3Q6K .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uLdd6f3Q6K .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLdd6f3Q6K .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uLdd6f3Q6K .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLdd6f3Q6K .container {
    padding: 0 14px;
  }
}
.cid-uLdd6f3Q6K .row {
  justify-content: center;
}
.cid-uLdd6f3Q6K .contacts-wrapper .card-wrapper {
  margin-bottom: 32px;
}
.cid-uLdd6f3Q6K .contacts-wrapper .card-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uLdd6f3Q6K .contacts-wrapper .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uLdd6f3Q6K .contacts-wrapper .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uLdd6f3Q6K .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uLdd6f3Q6K .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uLdd6f3Q6K .contacts-wrapper .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLdd6f3Q6K .mbr-contact {
  color: #01004c;
}
.cid-uLdd6f3Q6K .mbr-contact,
.cid-uLdd6f3Q6K .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uLdd6fm7It {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4be39;
}
.cid-uLdd6fm7It .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdd6fm7It .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdd6fm7It .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uLdd6fm7It .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLdd6fm7It .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uLdd6fm7It .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLdd6fm7It .container {
    padding: 0 14px;
  }
}
.cid-uLdd6fm7It .row {
  justify-content: center;
}
.cid-uLdd6fm7It .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uLdd6fm7It .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLdd6fm7It .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uLdd6fm7It .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uLdd6fm7It .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLdd6fm7It .nav-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uLdd6fm7It .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLdd6fm7It .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uLdd6fm7It .nav-wrapper .list .item-wrap:hover,
.cid-uLdd6fm7It .nav-wrapper .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-uLdd6fm7It .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uLdd6fm7It .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLdd6fm7It .contacts-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uLdd6fm7It .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uLdd6fm7It .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLdd6fm7It .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uLdd6fm7It .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uLdd6fm7It .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uLdd6fm7It .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLdd6fm7It .mbr-copy {
  opacity: 0.7;
  margin-bottom: 0;
  color: #010026;
  text-align: left;
}
.cid-uLdd6fm7It .mbr-text,
.cid-uLdd6fm7It .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uLdd6fm7It .mbr-list-title {
  color: #ffffff;
}
.cid-uLdd6fm7It .list {
  color: #ffffff;
}
.cid-uLdd6fm7It .mbr-contact {
  color: #ffffff;
}
.cid-uYuq2TWYl4 {
  background-color: transparent;
}
.cid-uYuq2TWYl4 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uYuq2TWYl4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uYuq2TWYl4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYuq2TWYl4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYuq2TWYl4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYuq2TWYl4 .menu_box .navbar.opened,
  .cid-uYuq2TWYl4 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYuq2TWYl4 .navbar-dropdown {
  position: relative !important;
}
.cid-uYuq2TWYl4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYuq2TWYl4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYuq2TWYl4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYuq2TWYl4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYuq2TWYl4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYuq2TWYl4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYuq2TWYl4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYuq2TWYl4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYuq2TWYl4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uYuq2TWYl4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYuq2TWYl4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYuq2TWYl4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uYuq2TWYl4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uYuq2TWYl4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYuq2TWYl4 .nav-item .nav-link:hover:before,
.cid-uYuq2TWYl4 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uYuq2TWYl4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYuq2TWYl4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYuq2TWYl4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYuq2TWYl4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYuq2TWYl4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uYuq2TWYl4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYuq2TWYl4 .offcanvas_box {
    display: none;
  }
}
.cid-uYuq2TWYl4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYuq2TWYl4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYuq2TWYl4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYuq2TWYl4 .container {
  display: flex;
  margin: auto;
}
.cid-uYuq2TWYl4 .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYuq2TWYl4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYuq2TWYl4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYuq2TWYl4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYuq2TWYl4 .navbar-nav {
    margin: 0;
  }
}
.cid-uYuq2TWYl4 .dropdown-menu,
.cid-uYuq2TWYl4 .navbar.opened {
  background-color: false !important;
}
.cid-uYuq2TWYl4 .nav-item:focus,
.cid-uYuq2TWYl4 .nav-link:focus {
  outline: none;
}
.cid-uYuq2TWYl4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYuq2TWYl4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYuq2TWYl4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYuq2TWYl4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYuq2TWYl4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYuq2TWYl4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYuq2TWYl4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYuq2TWYl4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYuq2TWYl4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYuq2TWYl4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYuq2TWYl4 .navbar .navbar-logo img {
  max-width: 300px;
  min-height: 149px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uYuq2TWYl4 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYuq2TWYl4 .navbar.collapsed {
  justify-content: center;
}
.cid-uYuq2TWYl4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYuq2TWYl4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYuq2TWYl4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYuq2TWYl4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYuq2TWYl4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYuq2TWYl4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYuq2TWYl4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYuq2TWYl4 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uYuq2TWYl4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uYuq2TWYl4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYuq2TWYl4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYuq2TWYl4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYuq2TWYl4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYuq2TWYl4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYuq2TWYl4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYuq2TWYl4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYuq2TWYl4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYuq2TWYl4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYuq2TWYl4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYuq2TWYl4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYuq2TWYl4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYuq2TWYl4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYuq2TWYl4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYuq2TWYl4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYuq2TWYl4 .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-uYuq2TWYl4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYuq2TWYl4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYuq2TWYl4 .dropdown-item.active,
.cid-uYuq2TWYl4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYuq2TWYl4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uYuq2TWYl4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYuq2TWYl4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYuq2TWYl4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYuq2TWYl4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYuq2TWYl4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYuq2TWYl4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uYuq2TWYl4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d0a111;
}
.cid-uYuq2TWYl4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYuq2TWYl4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYuq2TWYl4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYuq2TWYl4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYuq2TWYl4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYuq2TWYl4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYuq2TWYl4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYuq2TWYl4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYuq2TWYl4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYuq2TWYl4 .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-uYuq2TWYl4 .navbar {
    height: 70px;
  }
  .cid-uYuq2TWYl4 .navbar.opened {
    height: auto;
  }
  .cid-uYuq2TWYl4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYuq2TWYl4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYuq2TWYl4 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uYuq2TWYl4 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uYuq2TWYl4 .navbar-caption:hover {
  color: #e4be39;
}
@media (min-width: 992px) {
  .cid-uYuq2TWYl4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYuq2TWYl4 .text_widget {
  margin-bottom: 32px;
}
.cid-uYuq2TWYl4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYuq2TWYl4 .text_widget a:hover,
.cid-uYuq2TWYl4 .text_widget a:focus {
  opacity: 0.8;
}
.cid-uYuq2TWYl4 .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uYuq2TWYl4 .contacts-wrapper {
    display: none;
  }
}
.cid-uYuq2TWYl4 .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uYuq2TWYl4 .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYuq2TWYl4 .contacts-wrapper a .mbr-contact:hover:before,
.cid-uYuq2TWYl4 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uYuq2TWYl4 .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uYuq2TWYl4 .navbar-caption {
  color: #FFFFFF;
}
.cid-uYuq2TWYl4 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uYuq2TWYl4 .mbr-section-subtitle,
.cid-uYuq2TWYl4 .text_widget,
.cid-uYuq2TWYl4 .mbr-section-btn {
  text-align: center;
}
.cid-uYuq2TWYl4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYuq2TWYl4 .nav-link,
.cid-uYuq2TWYl4 .dropdown-item {
  color: #FFFFFF;
}
.cid-uYuq2Urn0H {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uYuq2Urn0H::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -50rem 100rem #ebeff0;
}
.cid-uYuq2Urn0H .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #335c67;
  transform: rotate(-45deg);
}
.cid-uYuq2Urn0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYuq2Urn0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYuq2Urn0H .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uYuq2Urn0H .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYuq2Urn0H .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uYuq2Urn0H .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYuq2Urn0H .container {
    padding: 0 14px;
  }
}
.cid-uYuq2Urn0H .row {
  position: relative;
  z-index: 1;
}
.cid-uYuq2Urn0H .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uYuq2Urn0H .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYuq2Urn0H .link-wrapper:hover .mbr-link,
.cid-uYuq2Urn0H .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uYuq2Urn0H .link-wrapper .mbr-link {
  text-decoration: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYuq2Urn0H .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uYuq2Urn0H .text-wrapper {
    margin-top: 30px;
  }
}
.cid-uYuq2Urn0H .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uYuq2Urn0H .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uYuq2Urn0H .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uYuq2Urn0H .mbr-section-title {
  color: #01004c;
}
.cid-uYuq2Urn0H .mbr-link {
  color: #000000;
  text-align: left;
}
.cid-uYuq2Urn0H .mbr-text {
  color: #000000;
}
.cid-uYuq2Urn0H .mbr-section-title,
.cid-uYuq2Urn0H .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uYuq2Urn0H .mbr-text,
.cid-uYuq2Urn0H .text-wrap {
  color: #000000;
}
.cid-uYuq2Urn0H .mbr-contact,
.cid-uYuq2Urn0H .icon-wrapper {
  text-align: left;
}
.cid-uYuq2UOkGB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uYuq2UOkGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYuq2UOkGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYuq2UOkGB .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uYuq2UOkGB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYuq2UOkGB .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uYuq2UOkGB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYuq2UOkGB .container {
    padding: 0 14px;
  }
}
.cid-uYuq2UOkGB .row {
  justify-content: center;
}
.cid-uYuq2UOkGB .card-wrapper {
  padding: 50px 100px;
  background-color: #e4be39;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uYuq2UOkGB .card-wrapper {
    padding: 50px 24px;
  }
}
.cid-uYuq2UOkGB .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #335c67;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uYuq2UOkGB .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uYuq2UOkGB .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uYuq2UOkGB .card-wrapper .card-wrap .icon-wrapper {
    margin: -4.5rem 0 16px 0;
  }
}
.cid-uYuq2UOkGB .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #e09f3e;
}
@media (max-width: 1199px) {
  .cid-uYuq2UOkGB .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uYuq2UOkGB .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uYuq2UOkGB .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uYuq2UOkGB .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uYuq2UOkGB .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uYuq2UOkGB .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
  background: transparent;
  padding: 16px 0;
  color: #84e5f8;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uYuq2UOkGB .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uYuq2UOkGB .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-uYuq2UOkGB .dragArea.row .form-group .form-control:focus,
.cid-uYuq2UOkGB .dragArea.row .form-group .form-control:hover {
  border-bottom: 1px solid #ffffff !important;
}
.cid-uYuq2UOkGB .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uYuq2UOkGB .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uYuq2UOkGB .dragArea.row .form-group .form-check .form-check-label {
  color: #ffffff;
}
.cid-uYuq2UOkGB .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uYuq2UOkGB .mbr-section-title {
  color: #f1f1f1;
}
.cid-uYuq2UOkGB .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uYuq2UOkGB label {
  color: #f1f1f1;
}
.cid-uYuq2UOkGB .mbr-section-title,
.cid-uYuq2UOkGB .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uYuq2UOkGB .icon-wrapper {
  text-align: right;
}
.cid-uYuq33jQA0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uYuq33jQA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYuq33jQA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYuq33jQA0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYuq33jQA0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYuq33jQA0 .container {
    padding: 0 14px;
  }
}
.cid-uYuq33jQA0 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYuq33jQA0 .google-map iframe {
    height: 300px;
  }
}
.cid-uYuq33PG4n {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYuq33PG4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYuq33PG4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYuq33PG4n .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uYuq33PG4n .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYuq33PG4n .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uYuq33PG4n .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYuq33PG4n .container {
    padding: 0 14px;
  }
}
.cid-uYuq33PG4n .row {
  justify-content: center;
}
.cid-uYuq33PG4n .contacts-wrapper .card-wrapper {
  margin-bottom: 32px;
}
.cid-uYuq33PG4n .contacts-wrapper .card-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uYuq33PG4n .contacts-wrapper .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uYuq33PG4n .contacts-wrapper .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uYuq33PG4n .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uYuq33PG4n .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uYuq33PG4n .contacts-wrapper .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYuq33PG4n .mbr-contact {
  color: #01004c;
}
.cid-uYuq33PG4n .mbr-contact,
.cid-uYuq33PG4n .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYuq34j84z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4be39;
}
.cid-uYuq34j84z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYuq34j84z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYuq34j84z .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uYuq34j84z .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYuq34j84z .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uYuq34j84z .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYuq34j84z .container {
    padding: 0 14px;
  }
}
.cid-uYuq34j84z .row {
  justify-content: center;
}
.cid-uYuq34j84z .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uYuq34j84z .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYuq34j84z .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uYuq34j84z .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uYuq34j84z .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYuq34j84z .nav-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uYuq34j84z .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYuq34j84z .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uYuq34j84z .nav-wrapper .list .item-wrap:hover,
.cid-uYuq34j84z .nav-wrapper .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-uYuq34j84z .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uYuq34j84z .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYuq34j84z .contacts-wrapper .mbr-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-uYuq34j84z .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uYuq34j84z .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYuq34j84z .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uYuq34j84z .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: 0.7;
}
.cid-uYuq34j84z .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uYuq34j84z .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYuq34j84z .mbr-copy {
  opacity: 0.7;
  margin-bottom: 0;
  color: #010026;
  text-align: left;
}
.cid-uYuq34j84z .mbr-text,
.cid-uYuq34j84z .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uYuq34j84z .mbr-list-title {
  color: #ffffff;
}
.cid-uYuq34j84z .list {
  color: #ffffff;
}
.cid-uYuq34j84z .mbr-contact {
  color: #ffffff;
}
