.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.625rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #093388 !important;
}
.bg-success {
  background-color: #798185 !important;
}
.bg-info {
  background-color: #bb4430 !important;
}
.bg-warning {
  background-color: #2af5ff !important;
}
.bg-danger {
  background-color: #a1ba1d !important;
}
.btn-primary .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #093388 !important;
  border-color: #093388 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0c45b8 !important;
  border-color: #0c45b8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c45b8 !important;
  border-color: #0c45b8 !important;
}
.btn-secondary .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #053c5e !important;
  border-color: #053c5e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #085b8e !important;
  border-color: #085b8e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #085b8e !important;
  border-color: #085b8e !important;
}
.btn-info .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #bb4430 !important;
  border-color: #bb4430 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #d1604d !important;
  border-color: #d1604d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d1604d !important;
  border-color: #d1604d !important;
}
.btn-success .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #798185 !important;
  border-color: #798185 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #949a9d !important;
  border-color: #949a9d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #949a9d !important;
  border-color: #949a9d !important;
}
.btn-warning .mbr-iconfont {
  border: 1px solid #00282a;
}
.btn-warning,
.btn-warning:active {
  background-color: #2af5ff !important;
  border-color: #2af5ff !important;
  color: #00282a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #5df7ff !important;
  border-color: #5df7ff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #00282a !important;
  background-color: #5df7ff !important;
  border-color: #5df7ff !important;
}
.btn-danger .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #a1ba1d !important;
  border-color: #a1ba1d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c2de2c !important;
  border-color: #c2de2c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c2de2c !important;
  border-color: #c2de2c !important;
}
.btn-white .mbr-iconfont {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  border: 1px solid #ffffff;
}
.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 .mbr-iconfont {
  border: 1px solid #093388;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #093388;
  color: #093388;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #041537 !important;
  background-color: transparent !important;
  border-color: #041537 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 1px solid #041537;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #093388 !important;
  border-color: #093388 !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 1px solid #053c5e;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #053c5e;
  color: #053c5e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #01070c !important;
  background-color: transparent !important;
  border-color: #01070c !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 1px solid #01070c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #053c5e !important;
  border-color: #053c5e !important;
}
.btn-info-outline .mbr-iconfont {
  border: 1px solid #bb4430;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bb4430;
  color: #bb4430;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #762b1e !important;
  background-color: transparent !important;
  border-color: #762b1e !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 1px solid #762b1e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bb4430 !important;
  border-color: #bb4430 !important;
}
.btn-success-outline .mbr-iconfont {
  border: 1px solid #798185;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #798185;
  color: #798185;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #505558 !important;
  background-color: transparent !important;
  border-color: #505558 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 1px solid #505558;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #798185 !important;
  border-color: #798185 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 1px solid #2af5ff;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2af5ff;
  color: #2af5ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #00c8d2 !important;
  background-color: transparent !important;
  border-color: #00c8d2 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 1px solid #00c8d2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #00282a !important;
  background-color: #2af5ff !important;
  border-color: #2af5ff !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 1px solid #a1ba1d;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a1ba1d;
  color: #a1ba1d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #606f11 !important;
  background-color: transparent !important;
  border-color: #606f11 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 1px solid #606f11;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a1ba1d !important;
  border-color: #a1ba1d !important;
}
.btn-black-outline .mbr-iconfont {
  border: 1px solid #232323;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 1px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 1px solid #fafafa;
}
.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:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 1px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #093388 !important;
}
.text-secondary {
  color: #053c5e !important;
}
.text-success {
  color: #798185 !important;
}
.text-info {
  color: #bb4430 !important;
}
.text-warning {
  color: #2af5ff !important;
}
.text-danger {
  color: #a1ba1d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #030f28 !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: #484d50 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6a261b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #00bac3 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #55620f !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #093388;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bb4430;
}
.alert-warning {
  background-color: #2af5ff;
}
.alert-danger {
  background-color: #a1ba1d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #093388;
  border-color: #093388;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #093388;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2065f0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bcc0c2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e1968a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6ffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5e86e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
}
.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: #093388 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #093388;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #093388;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #093388;
}
.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: #093388;
  border-bottom-color: #093388;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #093388 !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: #053c5e !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='%23093388' %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 {
  padding: 17px 26px;
  font-weight: 400;
  flex-direction: row-reverse;
  border-radius: 0 !important;
  padding: 22px 42px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 100%;
  border: 1px solid inherit;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.embla__button {
  border-radius: 2rem;
  border-radius: 0 !important;
}
.item-number {
  border-radius: 1rem;
  border-radius: 0 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.item-tag {
  border-radius: 100px !important;
  border-radius: 0 !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 1rem !important;
  border-radius: 0 !important;
}
.cid-uLkiHvmxr5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLkiHvmxr5 nav.navbar {
  position: fixed;
}
.cid-uLkiHvmxr5 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uLkiHvmxr5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLkiHvmxr5 .dropdown-item {
  border: none !important;
  background: #053c5e !important;
  font-weight: 400 !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover,
.cid-uLkiHvmxr5 .dropdown-item:focus {
  background: #053c5e !important;
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover span {
  color: white;
}
.cid-uLkiHvmxr5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLkiHvmxr5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLkiHvmxr5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLkiHvmxr5 .nav-link {
  position: relative;
}
.cid-uLkiHvmxr5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLkiHvmxr5 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLkiHvmxr5 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uLkiHvmxr5 .dropdown-menu,
.cid-uLkiHvmxr5 .navbar.opened {
  background: #053c5e !important;
}
.cid-uLkiHvmxr5 .nav-item:focus,
.cid-uLkiHvmxr5 .nav-link:focus {
  outline: none;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLkiHvmxr5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLkiHvmxr5 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #053c5e;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLkiHvmxr5 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLkiHvmxr5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLkiHvmxr5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLkiHvmxr5 .navbar.collapsed {
  justify-content: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLkiHvmxr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLkiHvmxr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLkiHvmxr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLkiHvmxr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLkiHvmxr5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .dropdown-item.active,
.cid-uLkiHvmxr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLkiHvmxr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053c5e;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLkiHvmxr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLkiHvmxr5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLkiHvmxr5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLkiHvmxr5 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLkiHvmxr5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uLkiHvmxr5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLkiHvmxr5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #053c5e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLkiHvmxr5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLkiHvmxr5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLkiHvmxr5 .navbar {
    height: 70px;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    height: auto;
  }
  .cid-uLkiHvmxr5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLkiHvmxr5 .navbar-nav {
  margin: 0 auto;
}
.cid-uLkiHvmxr5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLkiHvmxr5 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uLkiHvmxr5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
  opacity: .7;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover::after,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uLkiHvmxr5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLkiHvmxr5 .content-wrap {
  min-height: 60px;
}
.cid-uLkiHDKXy4 {
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.webp");
}
.cid-uLkiHDKXy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLkiHDKXy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLkiHDKXy4 .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLkiHDKXy4 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uLkiHDKXy4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLkiHDKXy4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uLkiHDKXy4 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uLkiHDKXy4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLkiHDKXy4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #053c5e;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLkiHDKXy4 .btn-wrapper {
  margin-top: -10%;
}
.cid-uLkiHDKXy4 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uLkiHDKXy4 .mbr-text {
  color: #f4f4f4;
}
.cid-uLkiHDKXy4 .item-title {
  color: #58595b;
}
.cid-uLkiHDKXy4 .item-title,
.cid-uLkiHDKXy4 .items-wrapper {
  text-align: left;
}
.cid-uTY4WzZgEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY4WzZgEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY4WzZgEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY4WzZgEu .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uTY4WzZgEu .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTY4WzZgEu .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uTY4WzZgEu .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uTY4WzZgEu .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uTY4WzZgEu .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uTY4WzZgEu .items-wrapper {
  margin: 0 -5px;
}
.cid-uTY4WzZgEu .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uTY4WzZgEu .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uTY4WzZgEu .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-uTY4WzZgEu .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTY4WzZgEu .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTY4WzZgEu .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #093388;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uTY4WzZgEu .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uTY4WzZgEu .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uTY4WzZgEu .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY4WzZgEu .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uTY4WzZgEu .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTY4WzZgEu .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTY4WzZgEu .mbr-section-title {
  color: #093388;
}
.cid-uTY4WzZgEu .item-title {
  color: #093388;
}
.cid-uTY4WzZgEu .item-text {
  color: #58595b;
}
.cid-uTY4WzZgEu .mbr-section-title,
.cid-uTY4WzZgEu .title-wrapper {
  color: #053c5e;
}
.cid-uTYQXZYi3o {
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4f4f4;
}
.cid-uTYQXZYi3o .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uTYQXZYi3o .form {
  background-color: #adadad;
  padding: 60px 1rem;
}
@media (min-width: 992px) {
  .cid-uTYQXZYi3o .form {
    padding: 124px 128px 128px 60px;
  }
}
.cid-uTYQXZYi3o .tab {
  min-height: 330px;
  padding: 60px 1rem 0;
}
@media (min-width: 992px) {
  .cid-uTYQXZYi3o .tab {
    padding: 60px 80px 67px;
  }
}
.cid-uTYQXZYi3o .nav {
  display: block;
}
.cid-uTYQXZYi3o .nav-tabs .nav-item.open .nav-link:focus,
.cid-uTYQXZYi3o .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uTYQXZYi3o .nav-tabs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uTYQXZYi3o .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uTYQXZYi3o .nav-tabs .nav-link {
  padding: 0;
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uTYQXZYi3o .nav-tabs .nav-link:not(.active) {
  color: #adadad !important;
}
.cid-uTYQXZYi3o .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uTYQXZYi3o .nav-link,
.cid-uTYQXZYi3o .nav-link.active {
  color: #053c5e !important;
  background-color: transparent;
}
.cid-uTYQXZYi3o .nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
}
.cid-uTYQXZYi3o .map-wrap {
  width: 100%;
  height: 507px;
}
.cid-uTYQXZYi3o .google-map {
  height: 100%;
  position: relative;
}
.cid-uTYQXZYi3o .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-uTYQXZYi3o .google-map [data-state-details] {
  color: #282828;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.cid-uTYQXZYi3o .google-map[data-state] {
  background: #6b6b6b;
}
.cid-uTYQXZYi3o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTYQXZYi3o form {
  margin-top: 128px;
}
.cid-uTYQXZYi3o .form-control,
.cid-uTYQXZYi3o .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  padding: 8px 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uTYQXZYi3o .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-uTYQXZYi3o .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.cid-uTYQXZYi3o .form-check-input:checked {
  background-color: #093388;
  border-bottom: 1px solid #282828 !important;
}
.cid-uTYQXZYi3o .form-control::placeholder {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
.cid-uTYQXZYi3o .form-group {
  margin-bottom: 35px;
}
.cid-uTYQXZYi3o .form-control,
.cid-uTYQXZYi3o form .btn {
  min-height: auto;
}
.cid-uTYQXZYi3o .link-title:after {
  content: "\2192";
  font-size: 16px;
  margin-left: 10px;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-uTYQXZYi3o .link-title:hover:after {
  background: #FFFF27;
}
.cid-uTYQXZYi3o .card-subtitle {
  color: #053c5e;
}
.cid-uTY0rjekn1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5-1.webp");
}
.cid-uTY0rjekn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY0rjekn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uTY0rjekn1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1ba1d;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uTY0rjekn1 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uTY0rjekn1 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:hover,
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTY0rjekn1 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .mbr-copy {
  margin-bottom: 0;
  color: #bac0cc;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .text-wrapper {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list,
.cid-uTY0rjekn1 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-desc P {
  text-align: center;
}
.cid-uLkkWvgkqj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLkkWvgkqj nav.navbar {
  position: fixed;
}
.cid-uLkkWvgkqj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uLkkWvgkqj .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uLkkWvgkqj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkkWvgkqj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLkkWvgkqj .dropdown-item {
  border: none !important;
  background: #053c5e !important;
  font-weight: 400 !important;
}
.cid-uLkkWvgkqj .dropdown-item:hover,
.cid-uLkkWvgkqj .dropdown-item:focus {
  background: #053c5e !important;
  color: #ffffff !important;
}
.cid-uLkkWvgkqj .dropdown-item:hover span {
  color: white;
}
.cid-uLkkWvgkqj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLkkWvgkqj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLkkWvgkqj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLkkWvgkqj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLkkWvgkqj .nav-link {
  position: relative;
}
.cid-uLkkWvgkqj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLkkWvgkqj .container {
    flex-wrap: nowrap;
  }
}
.cid-uLkkWvgkqj .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLkkWvgkqj .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uLkkWvgkqj .dropdown-menu,
.cid-uLkkWvgkqj .navbar.opened {
  background: #053c5e !important;
}
.cid-uLkkWvgkqj .nav-item:focus,
.cid-uLkkWvgkqj .nav-link:focus {
  outline: none;
}
.cid-uLkkWvgkqj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLkkWvgkqj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLkkWvgkqj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLkkWvgkqj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkkWvgkqj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLkkWvgkqj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLkkWvgkqj .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #053c5e;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkkWvgkqj .navbar.opened {
  transition: all 0.3s;
}
.cid-uLkkWvgkqj .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLkkWvgkqj .navbar .navbar-logo img {
  width: auto;
}
.cid-uLkkWvgkqj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLkkWvgkqj .navbar.collapsed {
  justify-content: center;
}
.cid-uLkkWvgkqj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLkkWvgkqj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLkkWvgkqj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uLkkWvgkqj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLkkWvgkqj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLkkWvgkqj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLkkWvgkqj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLkkWvgkqj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLkkWvgkqj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLkkWvgkqj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLkkWvgkqj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLkkWvgkqj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLkkWvgkqj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLkkWvgkqj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLkkWvgkqj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLkkWvgkqj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLkkWvgkqj .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLkkWvgkqj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLkkWvgkqj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLkkWvgkqj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLkkWvgkqj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLkkWvgkqj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uLkkWvgkqj .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLkkWvgkqj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLkkWvgkqj .navbar-brand .navbar-caption:hover,
.cid-uLkkWvgkqj .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkkWvgkqj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLkkWvgkqj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLkkWvgkqj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkkWvgkqj .dropdown-item.active,
.cid-uLkkWvgkqj .dropdown-item:active {
  background-color: transparent;
}
.cid-uLkkWvgkqj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLkkWvgkqj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLkkWvgkqj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLkkWvgkqj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053c5e;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLkkWvgkqj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLkkWvgkqj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLkkWvgkqj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLkkWvgkqj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLkkWvgkqj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLkkWvgkqj .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLkkWvgkqj .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uLkkWvgkqj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLkkWvgkqj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #053c5e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkkWvgkqj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLkkWvgkqj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLkkWvgkqj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkkWvgkqj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkkWvgkqj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLkkWvgkqj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkkWvgkqj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLkkWvgkqj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLkkWvgkqj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkkWvgkqj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLkkWvgkqj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLkkWvgkqj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLkkWvgkqj .navbar {
    height: 70px;
  }
  .cid-uLkkWvgkqj .navbar.opened {
    height: auto;
  }
  .cid-uLkkWvgkqj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLkkWvgkqj .navbar-nav {
  margin: 0 auto;
}
.cid-uLkkWvgkqj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLkkWvgkqj .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uLkkWvgkqj .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLkkWvgkqj .nav-item .nav-link:hover,
.cid-uLkkWvgkqj .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
  opacity: .7;
}
.cid-uLkkWvgkqj .nav-item .nav-link:hover::after,
.cid-uLkkWvgkqj .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uLkkWvgkqj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLkkWvgkqj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLkkWvgkqj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLkkWvgkqj .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLkkWvgkqj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLkkWvgkqj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLkkWvgkqj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLkkWvgkqj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLkkWvgkqj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLkkWvgkqj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLkkWvgkqj .content-wrap {
  min-height: 60px;
}
.cid-uTXzmPvYFT {
  align-items: flex-end;
  background-image: url("../../../assets/images/background5-1.webp");
}
.cid-uTXzmPvYFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXzmPvYFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXzmPvYFT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTXzmPvYFT .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uTXzmPvYFT .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uTXzmPvYFT .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uTXzmPvYFT .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTXzmPvYFT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTXzmPvYFT .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTXzmPvYFT .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTXzmPvYFT .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTXzmPvYFT .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTXzmPvYFT .mbr-section-title {
  color: #f4f4f4;
}
.cid-uTXzmPvYFT .mbr-text {
  color: #d7d2d2;
}
.cid-uTXXBUWKEL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTXXBUWKEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXXBUWKEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXXBUWKEL .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTXXBUWKEL .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uTXXBUWKEL .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uTXXBUWKEL .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uTXXBUWKEL .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTXXBUWKEL .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uTXXBUWKEL .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uTXXBUWKEL .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTXXBUWKEL .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uTXXBUWKEL .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #053c5e;
}
.cid-uTXXBUWKEL .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #a1ba1d;
}
.cid-uTXXBUWKEL .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #053c5e;
}
.cid-uTXXBUWKEL .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uTXXBUWKEL .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uTXXBUWKEL .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTXXBUWKEL .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTXXBUWKEL .mbr-label {
  color: #000000;
}
.cid-uTXXBUWKEL .panel-title-edit {
  color: #000000;
}
.cid-uTXXBUWKEL .panel-text {
  color: #000000;
}
.cid-uTXXUqFnrX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTXXUqFnrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXXUqFnrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXXUqFnrX .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTXXUqFnrX .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uTXXUqFnrX .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uTXXUqFnrX .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uTXXUqFnrX .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTXXUqFnrX .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uTXXUqFnrX .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uTXXUqFnrX .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTXXUqFnrX .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uTXXUqFnrX .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #060606;
}
.cid-uTXXUqFnrX .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #a1ba1d;
}
.cid-uTXXUqFnrX .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #060606;
}
.cid-uTXXUqFnrX .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uTXXUqFnrX .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uTXXUqFnrX .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTXXUqFnrX .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTXXUqFnrX .mbr-label {
  color: #000000;
}
.cid-uTXXUqFnrX .panel-title-edit {
  color: #000000;
}
.cid-uTXXUqFnrX .panel-text {
  color: #000000;
}
.cid-uTY0rjekn1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5-1.webp");
}
.cid-uTY0rjekn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY0rjekn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uTY0rjekn1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1ba1d;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uTY0rjekn1 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uTY0rjekn1 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:hover,
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTY0rjekn1 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .mbr-copy {
  margin-bottom: 0;
  color: #bac0cc;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .text-wrapper {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list,
.cid-uTY0rjekn1 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-desc P {
  text-align: center;
}
.cid-uTXhdBlDS9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTXhdBlDS9 nav.navbar {
  position: fixed;
}
.cid-uTXhdBlDS9 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uTXhdBlDS9 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTXhdBlDS9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXhdBlDS9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTXhdBlDS9 .dropdown-item {
  border: none !important;
  background: #053c5e !important;
  font-weight: 400 !important;
}
.cid-uTXhdBlDS9 .dropdown-item:hover,
.cid-uTXhdBlDS9 .dropdown-item:focus {
  background: #053c5e !important;
  color: #ffffff !important;
}
.cid-uTXhdBlDS9 .dropdown-item:hover span {
  color: white;
}
.cid-uTXhdBlDS9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTXhdBlDS9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTXhdBlDS9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTXhdBlDS9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTXhdBlDS9 .nav-link {
  position: relative;
}
.cid-uTXhdBlDS9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTXhdBlDS9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uTXhdBlDS9 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTXhdBlDS9 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uTXhdBlDS9 .dropdown-menu,
.cid-uTXhdBlDS9 .navbar.opened {
  background: #053c5e !important;
}
.cid-uTXhdBlDS9 .nav-item:focus,
.cid-uTXhdBlDS9 .nav-link:focus {
  outline: none;
}
.cid-uTXhdBlDS9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTXhdBlDS9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTXhdBlDS9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTXhdBlDS9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXhdBlDS9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTXhdBlDS9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTXhdBlDS9 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #053c5e;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTXhdBlDS9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTXhdBlDS9 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTXhdBlDS9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uTXhdBlDS9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTXhdBlDS9 .navbar.collapsed {
  justify-content: center;
}
.cid-uTXhdBlDS9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTXhdBlDS9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTXhdBlDS9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uTXhdBlDS9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTXhdBlDS9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTXhdBlDS9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTXhdBlDS9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTXhdBlDS9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTXhdBlDS9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTXhdBlDS9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTXhdBlDS9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTXhdBlDS9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTXhdBlDS9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTXhdBlDS9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTXhdBlDS9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTXhdBlDS9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTXhdBlDS9 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTXhdBlDS9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTXhdBlDS9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTXhdBlDS9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTXhdBlDS9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTXhdBlDS9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uTXhdBlDS9 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTXhdBlDS9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTXhdBlDS9 .navbar-brand .navbar-caption:hover,
.cid-uTXhdBlDS9 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uTXhdBlDS9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTXhdBlDS9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTXhdBlDS9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uTXhdBlDS9 .dropdown-item.active,
.cid-uTXhdBlDS9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTXhdBlDS9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTXhdBlDS9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTXhdBlDS9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTXhdBlDS9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053c5e;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTXhdBlDS9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTXhdBlDS9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTXhdBlDS9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTXhdBlDS9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTXhdBlDS9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTXhdBlDS9 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uTXhdBlDS9 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uTXhdBlDS9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTXhdBlDS9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #053c5e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTXhdBlDS9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTXhdBlDS9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTXhdBlDS9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTXhdBlDS9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTXhdBlDS9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTXhdBlDS9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXhdBlDS9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTXhdBlDS9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTXhdBlDS9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXhdBlDS9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTXhdBlDS9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTXhdBlDS9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTXhdBlDS9 .navbar {
    height: 70px;
  }
  .cid-uTXhdBlDS9 .navbar.opened {
    height: auto;
  }
  .cid-uTXhdBlDS9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTXhdBlDS9 .navbar-nav {
  margin: 0 auto;
}
.cid-uTXhdBlDS9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTXhdBlDS9 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uTXhdBlDS9 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTXhdBlDS9 .nav-item .nav-link:hover,
.cid-uTXhdBlDS9 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
  opacity: .7;
}
.cid-uTXhdBlDS9 .nav-item .nav-link:hover::after,
.cid-uTXhdBlDS9 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTXhdBlDS9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTXhdBlDS9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTXhdBlDS9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTXhdBlDS9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTXhdBlDS9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTXhdBlDS9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTXhdBlDS9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTXhdBlDS9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTXhdBlDS9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTXhdBlDS9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTXhdBlDS9 .content-wrap {
  min-height: 60px;
}
.cid-uTXysTIpID {
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.webp");
}
.cid-uTXysTIpID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXysTIpID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXysTIpID .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTXysTIpID .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uTXysTIpID .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uTXysTIpID .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uTXysTIpID .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTXysTIpID .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTXysTIpID .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTXysTIpID .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTXysTIpID .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTXysTIpID .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTXysTIpID .mbr-section-title {
  color: #f4f4f4;
}
.cid-uTXysTIpID .mbr-text {
  color: #d7d2d2;
}
.cid-uTXypsvjZL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTXypsvjZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXypsvjZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXypsvjZL .items-wrapper .item {
  border-bottom: 1px solid #bac0cc;
}
.cid-uTXypsvjZL .items-wrapper .item:first-child {
  border-top: 1px solid #bac0cc;
}
.cid-uTXypsvjZL .items-wrapper .item .item-wrapper {
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTXypsvjZL .items-wrapper .item .item-wrapper {
    padding: 20px 0;
    display: block;
  }
}
.cid-uTXypsvjZL .items-wrapper .item .item-wrapper .item-content {
  width: 48%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uTXypsvjZL .items-wrapper .item .item-wrapper .item-content {
    display: block;
    width: 100%;
  }
}
.cid-uTXypsvjZL .items-wrapper .item .item-wrapper .item-content .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTXypsvjZL .items-wrapper .item .item-wrapper .item-content .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.cid-uTXypsvjZL .items-wrapper .item .item-wrapper .item-content .item-title {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTXypsvjZL .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 10px;
  }
}
.cid-uTXypsvjZL .items-wrapper .item .item-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTXypsvjZL .items-wrapper .item .item-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uTXypsvjZL .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uTXypsvjZL .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTXypsvjZL .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uTXypsvjZL .item-number {
  color: #093388;
}
.cid-uTXypsvjZL .item-title {
  color: #093388;
}
.cid-uTXypsvjZL .item-text {
  color: #58595b;
}
.cid-uTY0rjekn1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5-1.webp");
}
.cid-uTY0rjekn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY0rjekn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uTY0rjekn1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1ba1d;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uTY0rjekn1 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uTY0rjekn1 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:hover,
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTY0rjekn1 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .mbr-copy {
  margin-bottom: 0;
  color: #bac0cc;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .text-wrapper {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list,
.cid-uTY0rjekn1 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-desc P {
  text-align: center;
}
.cid-uLkiHvmxr5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLkiHvmxr5 nav.navbar {
  position: fixed;
}
.cid-uLkiHvmxr5 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uLkiHvmxr5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLkiHvmxr5 .dropdown-item {
  border: none !important;
  background: #053c5e !important;
  font-weight: 400 !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover,
.cid-uLkiHvmxr5 .dropdown-item:focus {
  background: #053c5e !important;
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover span {
  color: white;
}
.cid-uLkiHvmxr5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLkiHvmxr5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLkiHvmxr5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLkiHvmxr5 .nav-link {
  position: relative;
}
.cid-uLkiHvmxr5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLkiHvmxr5 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLkiHvmxr5 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uLkiHvmxr5 .dropdown-menu,
.cid-uLkiHvmxr5 .navbar.opened {
  background: #053c5e !important;
}
.cid-uLkiHvmxr5 .nav-item:focus,
.cid-uLkiHvmxr5 .nav-link:focus {
  outline: none;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLkiHvmxr5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLkiHvmxr5 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #053c5e;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLkiHvmxr5 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLkiHvmxr5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLkiHvmxr5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLkiHvmxr5 .navbar.collapsed {
  justify-content: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLkiHvmxr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLkiHvmxr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLkiHvmxr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLkiHvmxr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLkiHvmxr5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .dropdown-item.active,
.cid-uLkiHvmxr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLkiHvmxr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053c5e;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLkiHvmxr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLkiHvmxr5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLkiHvmxr5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLkiHvmxr5 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLkiHvmxr5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uLkiHvmxr5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLkiHvmxr5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #053c5e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLkiHvmxr5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLkiHvmxr5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLkiHvmxr5 .navbar {
    height: 70px;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    height: auto;
  }
  .cid-uLkiHvmxr5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLkiHvmxr5 .navbar-nav {
  margin: 0 auto;
}
.cid-uLkiHvmxr5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLkiHvmxr5 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uLkiHvmxr5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
  opacity: .7;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover::after,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uLkiHvmxr5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLkiHvmxr5 .content-wrap {
  min-height: 60px;
}
.cid-uTY5d8yZRT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uTY5d8yZRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY5d8yZRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY5d8yZRT .card {
  justify-content: flex-end;
}
.cid-uTY5d8yZRT .content-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uTY5d8yZRT .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uTY5d8yZRT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTY5d8yZRT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTY5d8yZRT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTY5d8yZRT .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTY5d8yZRT .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTY5d8yZRT .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uTY5d8yZRT .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTY5d8yZRT .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uTY5d8yZRT .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uTY5d8yZRT .mbr-section-title {
  color: #093388;
}
.cid-uTY5d8yZRT .mbr-text {
  color: #58595b;
}
.cid-uTY5d8yZRT .mbr-section-title,
.cid-uTY5d8yZRT .mbr-section-btn {
  color: #579800;
}
.cid-uTY5d8ScYo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY5d8ScYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY5d8ScYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY5d8ScYo .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uTY5d8ScYo .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTY5d8ScYo .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uTY5d8ScYo .items-wrapper {
  margin: 0;
}
.cid-uTY5d8ScYo .items-wrapper .item {
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTY5d8ScYo .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uTY5d8ScYo .items-wrapper .item .item-wrapper {
  display: flex;
  padding: 0 40px 0 0;
  height: 100%;
  padding: 0 40px 40px 0;
  border-bottom: 1px solid #d7d2d2;
}
@media (max-width: 992px) {
  .cid-uTY5d8ScYo .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTY5d8ScYo .items-wrapper .item .item-wrapper {
    padding: 0 0 20px 0;
  }
}
.cid-uTY5d8ScYo .items-wrapper .item .item-wrapper .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY5d8ScYo .items-wrapper .item .item-wrapper .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.cid-uTY5d8ScYo .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-uTY5d8ScYo .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uTY5d8ScYo .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY5d8ScYo .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uTY5d8ScYo .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTY5d8ScYo .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTY5d8ScYo .mbr-section-title {
  color: #093388;
}
.cid-uTY5d8ScYo .item-number {
  color: #579800;
}
.cid-uTY5d8ScYo .item-title {
  color: #093388;
}
.cid-uTY5d8ScYo .item-text {
  color: #58595b;
}
.cid-uTY5d8ScYo .item-title,
.cid-uTY5d8ScYo .mbr-section-btn {
  color: #579800;
}
.cid-uTY5d9f54H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY5d9f54H .item:focus,
.cid-uTY5d9f54H span:focus {
  outline: none;
}
.cid-uTY5d9f54H .item {
  cursor: pointer;
}
.cid-uTY5d9f54H .grid-container {
  grid-row-gap: 10px;
}
.cid-uTY5d9f54H .grid-container-1,
.cid-uTY5d9f54H .grid-container-2,
.cid-uTY5d9f54H .grid-container-3 {
  gap: 0 10px;
}
.cid-uTY5d9f54H .mbr-section-title {
  margin-bottom: 40px;
  color: #093388;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTY5d9f54H .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTY5d9f54H .content-head {
  max-width: 800px;
}
.cid-uTY5d9f54H .container,
.cid-uTY5d9f54H .container-fluid {
  overflow: hidden;
}
.cid-uTY5d9f54H .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uTY5d9f54H .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTY5d9f54H .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uTY5d9f54H .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uTY5d9f54H .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uTY5d9f54H .grid-container-1,
.cid-uTY5d9f54H .grid-container-2,
.cid-uTY5d9f54H .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uTY5d9f54H .grid-container-1 {
  align-items: flex-end;
}
.cid-uTY5d9f54H .grid-container-2 {
  align-items: flex-start;
}
.cid-uTY0rjekn1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5-1.webp");
}
.cid-uTY0rjekn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY0rjekn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uTY0rjekn1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1ba1d;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uTY0rjekn1 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uTY0rjekn1 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:hover,
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTY0rjekn1 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .mbr-copy {
  margin-bottom: 0;
  color: #bac0cc;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .text-wrapper {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list,
.cid-uTY0rjekn1 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-desc P {
  text-align: center;
}
.cid-uTY5AnhSSo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uTY5AnhSSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY5AnhSSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY5AnhSSo .card {
  justify-content: flex-end;
}
.cid-uTY5AnhSSo .content-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uTY5AnhSSo .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uTY5AnhSSo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTY5AnhSSo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTY5AnhSSo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTY5AnhSSo .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTY5AnhSSo .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTY5AnhSSo .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uTY5AnhSSo .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTY5AnhSSo .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uTY5AnhSSo .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uTY5AnhSSo .mbr-section-title {
  color: #093388;
}
.cid-uTY5AnhSSo .mbr-text {
  color: #58595b;
}
.cid-uLkiHvmxr5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLkiHvmxr5 nav.navbar {
  position: fixed;
}
.cid-uLkiHvmxr5 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uLkiHvmxr5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLkiHvmxr5 .dropdown-item {
  border: none !important;
  background: #053c5e !important;
  font-weight: 400 !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover,
.cid-uLkiHvmxr5 .dropdown-item:focus {
  background: #053c5e !important;
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover span {
  color: white;
}
.cid-uLkiHvmxr5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLkiHvmxr5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLkiHvmxr5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLkiHvmxr5 .nav-link {
  position: relative;
}
.cid-uLkiHvmxr5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLkiHvmxr5 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLkiHvmxr5 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uLkiHvmxr5 .dropdown-menu,
.cid-uLkiHvmxr5 .navbar.opened {
  background: #053c5e !important;
}
.cid-uLkiHvmxr5 .nav-item:focus,
.cid-uLkiHvmxr5 .nav-link:focus {
  outline: none;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLkiHvmxr5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLkiHvmxr5 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #053c5e;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLkiHvmxr5 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLkiHvmxr5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLkiHvmxr5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLkiHvmxr5 .navbar.collapsed {
  justify-content: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLkiHvmxr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLkiHvmxr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLkiHvmxr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLkiHvmxr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLkiHvmxr5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .dropdown-item.active,
.cid-uLkiHvmxr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLkiHvmxr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053c5e;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLkiHvmxr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLkiHvmxr5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLkiHvmxr5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLkiHvmxr5 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLkiHvmxr5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uLkiHvmxr5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLkiHvmxr5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #053c5e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLkiHvmxr5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLkiHvmxr5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLkiHvmxr5 .navbar {
    height: 70px;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    height: auto;
  }
  .cid-uLkiHvmxr5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLkiHvmxr5 .navbar-nav {
  margin: 0 auto;
}
.cid-uLkiHvmxr5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLkiHvmxr5 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uLkiHvmxr5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
  opacity: .7;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover::after,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uLkiHvmxr5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLkiHvmxr5 .content-wrap {
  min-height: 60px;
}
.cid-uTY8nQlAAT {
  align-items: flex-end;
  background-image: url("../../../assets/images/photo-1689443111130-6e9c7dfd8f9e.webp");
}
.cid-uTY8nQlAAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8nQlAAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8nQlAAT .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTY8nQlAAT .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uTY8nQlAAT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTY8nQlAAT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uTY8nQlAAT .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uTY8nQlAAT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTY8nQlAAT .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTY8nQlAAT .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uTY8nQlAAT .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-uTY8nQlAAT .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-uTY8nQlAAT .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-uTY8nQlAAT .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uTY8nQlAAT .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uTY8nQlAAT .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uTY8nQlAAT .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uTY8nQlAAT .btn-wrapper {
  margin-top: -10%;
}
.cid-uTY8nQlAAT .mbr-section-title {
  color: #f4f4f4;
}
.cid-uTY8nQlAAT .mbr-text {
  color: #f4f4f4;
}
.cid-uTY8nQlAAT .item-title {
  color: #58595b;
}
.cid-uTY8nQlAAT .mbr-section-title,
.cid-uTY8nQlAAT .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uTY8nQlAAT .mbr-text,
.cid-uTY8nQlAAT .text-wrapper {
  color: #FFFFFF;
}
.cid-uTY8nQmXU8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY8nQmXU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8nQmXU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8nQmXU8 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uTY8nQmXU8 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTY8nQmXU8 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uTY8nQmXU8 .items-wrapper {
  margin: 0 -5px;
}
.cid-uTY8nQmXU8 .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uTY8nQmXU8 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uTY8nQmXU8 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-uTY8nQmXU8 .items-wrapper .item .item-wrapper .date-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTY8nQmXU8 .items-wrapper .item .item-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTY8nQmXU8 .items-wrapper .item .item-wrapper .date-wrapper .item-tag {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
.cid-uTY8nQmXU8 .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uTY8nQmXU8 .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uTY8nQmXU8 .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-tag {
  margin-left: 10px;
  margin-bottom: 0;
}
.cid-uTY8nQmXU8 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uTY8nQmXU8 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY8nQmXU8 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uTY8nQmXU8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTY8nQmXU8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTY8nQmXU8 .mbr-section-title {
  color: #093388;
}
.cid-uTY8nQmXU8 .item-title {
  color: #093388;
}
.cid-uTY8nQmXU8 .item-text {
  color: #58595b;
}
.cid-uTY8nQmXU8 .item-tag {
  color: #58595b;
}
.cid-uTY8nQmXU8 .mbr-section-title,
.cid-uTY8nQmXU8 .title-wrapper {
  color: #C39719;
}
.cid-uTY8nQmXU8 .item-title,
.cid-uTY8nQmXU8 .mbr-section-btn,
.cid-uTY8nQmXU8 .icon-wrapper {
  color: #C39719;
}
.cid-uTY8nQyTud {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY8nQyTud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8nQyTud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8nQyTud .card {
  justify-content: center;
}
.cid-uTY8nQyTud .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY8nQyTud .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uTY8nQyTud .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: fit-content;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .cid-uTY8nQyTud .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTY8nQyTud .embla__slide .slide-content {
  width: 100%;
}
.cid-uTY8nQyTud .embla__slide .slide-content .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTY8nQyTud .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-uTY8nQyTud .embla__slide .slide-content .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uTY8nQyTud .embla__slide .slide-content .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uTY8nQyTud .embla__slide .slide-content .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uTY8nQyTud .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uTY8nQyTud .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uTY8nQyTud .embla__button--next,
.cid-uTY8nQyTud .embla__button--prev {
  display: flex;
}
.cid-uTY8nQyTud .embla__button {
  top: 0;
  width: 54px;
  height: 42px;
  font-size: 22px;
  background-color: #093388 !important;
  color: #f4f4f4 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uTY8nQyTud .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uTY8nQyTud .embla__button.embla__button--prev {
  right: 76px;
}
@media (max-width: 768px) {
  .cid-uTY8nQyTud .embla__button.embla__button--prev {
    right: 64px;
  }
}
.cid-uTY8nQyTud .embla__button.embla__button--next {
  right: 12px;
}
@media (max-width: 768px) {
  .cid-uTY8nQyTud .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uTY8nQyTud .embla {
  position: relative;
  width: 100%;
}
.cid-uTY8nQyTud .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background-image: linear-gradient(90deg, #f4f4f4, transparent);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uTY8nQyTud .embla::before {
    display: none;
  }
}
.cid-uTY8nQyTud .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #f4f4f4);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uTY8nQyTud .embla::after {
    display: none;
  }
}
.cid-uTY8nQyTud .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTY8nQyTud .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTY8nQyTud .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTY8nQyTud .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTY8nQyTud .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTY8nQyTud .btn-wrapper {
  margin-top: -10%;
}
.cid-uTY8nQyTud .mbr-section-title {
  color: #093388;
}
.cid-uTY8nQyTud .item-title {
  color: #58595b;
}
.cid-uTY8nQyTud .mbr-section-title,
.cid-uTY8nQyTud .title-wrapper {
  color: #C39719;
}
.cid-uTY8nQyXKS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY8nQyXKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8nQyXKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8nQyXKS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uTY8nQyXKS .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTY8nQyXKS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uTY8nQyXKS .items-wrapper {
  margin: 0 -5px;
}
.cid-uTY8nQyXKS .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uTY8nQyXKS .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uTY8nQyXKS .items-wrapper .item .item-wrapper {
  padding: 80px 20px 20px 20px;
  height: 100%;
  background-color: #ededee;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTY8nQyXKS .items-wrapper .item .item-wrapper {
    padding: 60px 20px 20px;
  }
}
.cid-uTY8nQyXKS .items-wrapper .item .item-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.cid-uTY8nQyXKS .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #c39719;
}
.cid-uTY8nQyXKS .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uTY8nQyXKS .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY8nQyXKS .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uTY8nQyXKS .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uTY8nQyXKS .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-top: 20px;
  }
}
.cid-uTY8nQyXKS .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uTY8nQyXKS .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uTY8nQyXKS .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTY8nQyXKS .mbr-section-title {
  color: #093388;
}
.cid-uTY8nQyXKS .item-title {
  color: #093388;
}
.cid-uTY8nQyXKS .item-text {
  color: #58595b;
}
.cid-uTY8nQyXKS .item-price {
  color: #C39719;
}
.cid-uTY8nQyXKS .mbr-section-title,
.cid-uTY8nQyXKS .title-wrapper {
  color: #C39719;
}
.cid-uTY8nQyXKS .item-title,
.cid-uTY8nQyXKS .mbr-section-btn,
.cid-uTY8nQyXKS .icon-wrapper {
  color: #C39719;
}
.cid-uTY8nQyWdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY8nQyWdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8nQyWdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8nQyWdW .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #c39719;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uTY8nQyWdW .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uTY8nQyWdW .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uTY8nQyWdW .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uTY8nQyWdW .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTY8nQyWdW .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTY8nQyWdW .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTY8nQyWdW .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uTY8nQyWdW .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTY8nQyWdW .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uTY8nQyWdW .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uTY8nQyWdW .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTY8nQyWdW .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uTY8nQyWdW .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTY8nQyWdW .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTY8nQyWdW .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTY8nQyWdW .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #000000;
}
.cid-uTY8nQyWdW .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uTY8nQyWdW .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uTY8nQyWdW .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uTY8nQyWdW .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uTY8nQyWdW .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTY8nQyWdW .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uTY8nQyWdW .panel-title-edit {
  color: #000000;
}
.cid-uTY8nQyWdW .panel-text {
  color: #d7d2d2;
}
.cid-uTY8nQyWdW .mbr-section-title,
.cid-uTY8nQyWdW .mbr-section-btn,
.cid-uTY8nQyWdW .title-wrapper {
  color: #000000;
}
.cid-uTY8nQyWdW .panel-text,
.cid-uTY8nQyWdW .panel-body {
  color: #000000;
}
.cid-uTY8nQCpyd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY8nQCpyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8nQCpyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8nQCpyd .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uTY8nQCpyd .card-wrapper {
    display: block;
  }
}
.cid-uTY8nQCpyd .card-wrapper .content-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTY8nQCpyd .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uTY8nQCpyd .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #c39719;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTY8nQCpyd .card-wrapper .content-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uTY8nQCpyd .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uTY8nQCpyd .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uTY8nQCpyd .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY8nQCpyd .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTY8nQCpyd .mbr-section-title {
  color: #f4f4f4;
}
.cid-uTY8nQCpyd .mbr-text {
  color: #d7d2d2;
}
.cid-uTY8nQCpyd .mbr-section-title,
.cid-uTY8nQCpyd .mbr-section-btn,
.cid-uTY8nQCpyd .title-wrapper {
  color: #000000;
}
.cid-uTY8nQCpyd .mbr-text,
.cid-uTY8nQCpyd .text-wrapper {
  color: #000000;
}
.cid-uTY8nQCwE2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY8nQCwE2 .item:focus,
.cid-uTY8nQCwE2 span:focus {
  outline: none;
}
.cid-uTY8nQCwE2 .item {
  cursor: pointer;
}
.cid-uTY8nQCwE2 .grid-container {
  grid-row-gap: 10px;
}
.cid-uTY8nQCwE2 .grid-container-1,
.cid-uTY8nQCwE2 .grid-container-2,
.cid-uTY8nQCwE2 .grid-container-3 {
  gap: 0 10px;
}
.cid-uTY8nQCwE2 .mbr-section-title {
  margin-bottom: 40px;
  color: #093388;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTY8nQCwE2 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTY8nQCwE2 .content-head {
  max-width: 800px;
}
.cid-uTY8nQCwE2 .container,
.cid-uTY8nQCwE2 .container-fluid {
  overflow: hidden;
}
.cid-uTY8nQCwE2 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uTY8nQCwE2 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTY8nQCwE2 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uTY8nQCwE2 .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uTY8nQCwE2 .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uTY8nQCwE2 .grid-container-1,
.cid-uTY8nQCwE2 .grid-container-2,
.cid-uTY8nQCwE2 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uTY8nQCwE2 .grid-container-1 {
  align-items: flex-end;
}
.cid-uTY8nQCwE2 .grid-container-2 {
  align-items: flex-start;
}
.cid-uTY8nQCPqw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY8nQCPqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8nQCPqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8nQCPqw .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uTY8nQCPqw .card-wrapper {
    display: block;
  }
}
.cid-uTY8nQCPqw .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uTY8nQCPqw .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uTY8nQCPqw .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uTY8nQCPqw .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uTY8nQCPqw .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #ededee;
}
@media (max-width: 992px) {
  .cid-uTY8nQCPqw .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uTY8nQCPqw .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uTY8nQCPqw .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTY8nQCPqw .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #c39719;
}
@media (max-width: 992px) {
  .cid-uTY8nQCPqw .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uTY8nQCPqw .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uTY8nQCPqw .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uTY8nQCPqw .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTY8nQCPqw .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTY8nQCPqw .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTY8nQCPqw .mbr-section-title {
  color: #093388;
}
.cid-uTY8nQCPqw .mbr-text {
  color: #58595b;
}
.cid-uTY8nQCPqw .mbr-section-title,
.cid-uTY8nQCPqw .mbr-section-btn,
.cid-uTY8nQCPqw .title-wrapper,
.cid-uTY8nQCPqw .icon-wrapper {
  color: #C39719;
}
.cid-uTY8nQCmow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY8nQCmow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8nQCmow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8nQCmow .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uTY8nQCmow .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTY8nQCmow .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uTY8nQCmow .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #d7d2d2;
  margin-bottom: 20px;
}
.cid-uTY8nQCmow .items-wrapper {
  margin: 0;
}
.cid-uTY8nQCmow .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uTY8nQCmow .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uTY8nQCmow .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #d7d2d2;
  }
}
.cid-uTY8nQCmow .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #d7d2d2;
  border-bottom: 1px solid #d7d2d2;
}
@media (max-width: 992px) {
  .cid-uTY8nQCmow .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uTY8nQCmow .items-wrapper .item .item-wrapper .item-img {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTY8nQCmow .items-wrapper .item .item-wrapper .item-img {
    padding-bottom: 20px;
  }
}
.cid-uTY8nQCmow .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  width: 250px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uTY8nQCmow .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uTY8nQCmow .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uTY8nQCmow .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY8nQCmow .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uTY8nQCmow .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTY8nQCmow .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTY8nQCmow .mbr-section-title {
  color: #093388;
}
.cid-uTY8nQCmow .item-number {
  color: #f4f4f4;
}
.cid-uTY8nQCmow .item-title {
  color: #093388;
}
.cid-uTY8nQCmow .item-text {
  color: #58595b;
}
.cid-uTY8nQCmow .mbr-section-title,
.cid-uTY8nQCmow .title-wrapper {
  color: #C39719;
}
.cid-uTY8nQCmow .item-title,
.cid-uTY8nQCmow .mbr-section-btn {
  color: #C39719;
}
.cid-uTY8nQD8HU {
  align-items: flex-end;
  background-image: url("../../../assets/images/photo-1700427296131-0cc4c4610fc6.webp");
}
.cid-uTY8nQD8HU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8nQD8HU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8nQD8HU .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTY8nQD8HU .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uTY8nQD8HU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTY8nQD8HU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uTY8nQD8HU .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uTY8nQD8HU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTY8nQD8HU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTY8nQD8HU .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uTY8nQD8HU .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-uTY8nQD8HU .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-uTY8nQD8HU .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-uTY8nQD8HU .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uTY8nQD8HU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uTY8nQD8HU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uTY8nQD8HU .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uTY8nQD8HU .btn-wrapper {
  margin-top: -10%;
}
.cid-uTY8nQD8HU .mbr-section-title {
  color: #f4f4f4;
}
.cid-uTY8nQD8HU .mbr-text {
  color: #f4f4f4;
}
.cid-uTY8nQD8HU .item-title {
  color: #58595b;
}
.cid-uTY8nQD8HU .mbr-section-title,
.cid-uTY8nQD8HU .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uTY8nQD8HU .mbr-text,
.cid-uTY8nQD8HU .text-wrapper {
  color: #FFFFFF;
}
.cid-uTY8nQELYx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1618005182384-a83a8bd57fbe.webp");
}
.cid-uTY8nQELYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8nQELYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8nQELYx .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uTY8nQELYx .card-wrapper {
  background-color: #f4f4f4;
  padding: 40px 30px;
  width: 31%;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-uTY8nQELYx .card-wrapper {
    width: 42%;
  }
}
@media (max-width: 1200px) {
  .cid-uTY8nQELYx .card-wrapper {
    width: 52%;
  }
}
@media (max-width: 992px) {
  .cid-uTY8nQELYx .card-wrapper {
    width: 100%;
    display: block;
    padding: 20px 10px;
  }
}
.cid-uTY8nQELYx .card-wrapper .title-wrapper {
  margin-bottom: 30px;
  padding: 0 9.6px;
}
@media (max-width: 992px) {
  .cid-uTY8nQELYx .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTY8nQELYx .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTY8nQELYx .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTY8nQELYx .card-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uTY8nQELYx .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uTY8nQELYx .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uTY8nQELYx .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 20px 0;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #bac0cc !important;
}
@media (max-width: 992px) {
  .cid-uTY8nQELYx .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-uTY8nQELYx .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #58595b;
  opacity: 0.5;
}
.cid-uTY8nQELYx .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uTY8nQELYx .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #bac0cc !important;
}
.cid-uTY8nQELYx .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 110px;
}
.cid-uTY8nQELYx .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uTY8nQELYx .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #58595b;
  border-color: #58595b;
}
.cid-uTY8nQELYx .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uTY8nQELYx .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uTY8nQELYx .mbr-section-title {
  color: #C39719;
}
.cid-uTY8nQELYx .mbr-text {
  color: #58595b;
}
.cid-uTY8nQELYx label {
  color: #58595b;
}
.cid-uTY8nQEdks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY8nQEdks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8nQEdks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8nQEdks .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ededee;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uTY8nQEdks .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uTY8nQEdks .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uTY8nQEdks .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uTY8nQEdks .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTY8nQEdks .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTY8nQEdks .card-wrapper .items-wrapper {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTY8nQEdks .card-wrapper .items-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-uTY8nQEdks .card-wrapper .items-wrapper .item {
  border-bottom: 1px solid #d7d2d2;
}
.cid-uTY8nQEdks .card-wrapper .items-wrapper .item:first-child {
  border-top: 1px solid #d7d2d2;
}
.cid-uTY8nQEdks .card-wrapper .items-wrapper .item:nth-child(2) {
  border-top: 1px solid #d7d2d2;
}
@media (max-width: 992px) {
  .cid-uTY8nQEdks .card-wrapper .items-wrapper .item:nth-child(2) {
    border-top: none;
  }
}
.cid-uTY8nQEdks .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 25px 0;
  height: 100%;
}
.cid-uTY8nQEdks .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-uTY8nQEdks .card-wrapper .items-wrapper .item .item-wrapper .item-title:hover,
.cid-uTY8nQEdks .card-wrapper .items-wrapper .item .item-wrapper .item-title:focus {
  opacity: 0.7;
}
.cid-uTY8nQEdks .btn-wrapper {
  margin-top: -5%;
}
.cid-uTY8nQEdks .mbr-section-title {
  color: #093388;
  text-align: center;
}
.cid-uTY8nQEdks .item-title {
  color: #C39719;
}
.cid-uTY8nQEdks .mbr-section-title,
.cid-uTY8nQEdks .mbr-section-btn,
.cid-uTY8nQEdks .title-wrapper {
  color: #C39719;
}
.cid-uTY0rjekn1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5-1.webp");
}
.cid-uTY0rjekn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY0rjekn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uTY0rjekn1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1ba1d;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uTY0rjekn1 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uTY0rjekn1 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:hover,
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTY0rjekn1 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .mbr-copy {
  margin-bottom: 0;
  color: #bac0cc;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .text-wrapper {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list,
.cid-uTY0rjekn1 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-desc P {
  text-align: center;
}
.cid-uLkiHvmxr5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLkiHvmxr5 nav.navbar {
  position: fixed;
}
.cid-uLkiHvmxr5 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uLkiHvmxr5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLkiHvmxr5 .dropdown-item {
  border: none !important;
  background: #053c5e !important;
  font-weight: 400 !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover,
.cid-uLkiHvmxr5 .dropdown-item:focus {
  background: #053c5e !important;
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover span {
  color: white;
}
.cid-uLkiHvmxr5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLkiHvmxr5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLkiHvmxr5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLkiHvmxr5 .nav-link {
  position: relative;
}
.cid-uLkiHvmxr5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLkiHvmxr5 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLkiHvmxr5 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uLkiHvmxr5 .dropdown-menu,
.cid-uLkiHvmxr5 .navbar.opened {
  background: #053c5e !important;
}
.cid-uLkiHvmxr5 .nav-item:focus,
.cid-uLkiHvmxr5 .nav-link:focus {
  outline: none;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLkiHvmxr5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLkiHvmxr5 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #053c5e;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLkiHvmxr5 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLkiHvmxr5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLkiHvmxr5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLkiHvmxr5 .navbar.collapsed {
  justify-content: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLkiHvmxr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLkiHvmxr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLkiHvmxr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLkiHvmxr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLkiHvmxr5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .dropdown-item.active,
.cid-uLkiHvmxr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLkiHvmxr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053c5e;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLkiHvmxr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLkiHvmxr5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLkiHvmxr5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLkiHvmxr5 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLkiHvmxr5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uLkiHvmxr5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLkiHvmxr5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #053c5e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLkiHvmxr5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLkiHvmxr5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLkiHvmxr5 .navbar {
    height: 70px;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    height: auto;
  }
  .cid-uLkiHvmxr5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLkiHvmxr5 .navbar-nav {
  margin: 0 auto;
}
.cid-uLkiHvmxr5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLkiHvmxr5 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uLkiHvmxr5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
  opacity: .7;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover::after,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uLkiHvmxr5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLkiHvmxr5 .content-wrap {
  min-height: 60px;
}
.cid-uTY8R6WvGw {
  align-items: flex-end;
  background-image: url("../../../assets/images/photo-1689443111384-1cf214df988a.webp");
}
.cid-uTY8R6WvGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8R6WvGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8R6WvGw .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTY8R6WvGw .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uTY8R6WvGw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTY8R6WvGw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uTY8R6WvGw .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uTY8R6WvGw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTY8R6WvGw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTY8R6WvGw .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uTY8R6WvGw .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-uTY8R6WvGw .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-uTY8R6WvGw .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-uTY8R6WvGw .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uTY8R6WvGw .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uTY8R6WvGw .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uTY8R6WvGw .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uTY8R6WvGw .btn-wrapper {
  margin-top: -10%;
}
.cid-uTY8R6WvGw .mbr-section-title {
  color: #f4f4f4;
}
.cid-uTY8R6WvGw .mbr-text {
  color: #f4f4f4;
}
.cid-uTY8R6WvGw .item-title {
  color: #58595b;
}
.cid-uTY8R6WvGw .mbr-section-title,
.cid-uTY8R6WvGw .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uTY8R6WvGw .mbr-text,
.cid-uTY8R6WvGw .text-wrapper {
  color: #FFFFFF;
}
.cid-uTY8R6Wu0w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY8R6Wu0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8R6Wu0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8R6Wu0w .items-wrapper .item {
  border-bottom: 1px solid #d7d2d2;
}
.cid-uTY8R6Wu0w .items-wrapper .item:first-child {
  border-top: 1px solid #d7d2d2;
}
.cid-uTY8R6Wu0w .items-wrapper .item .item-wrapper {
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTY8R6Wu0w .items-wrapper .item .item-wrapper {
    padding: 20px 0;
    display: block;
  }
}
.cid-uTY8R6Wu0w .items-wrapper .item .item-wrapper .item-content {
  width: 48%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uTY8R6Wu0w .items-wrapper .item .item-wrapper .item-content {
    display: block;
    width: 100%;
  }
}
.cid-uTY8R6Wu0w .items-wrapper .item .item-wrapper .item-content .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY8R6Wu0w .items-wrapper .item .item-wrapper .item-content .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.cid-uTY8R6Wu0w .items-wrapper .item .item-wrapper .item-content .item-title {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY8R6Wu0w .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 10px;
  }
}
.cid-uTY8R6Wu0w .items-wrapper .item .item-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTY8R6Wu0w .items-wrapper .item .item-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uTY8R6Wu0w .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uTY8R6Wu0w .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTY8R6Wu0w .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uTY8R6Wu0w .item-number {
  color: #C39719;
}
.cid-uTY8R6Wu0w .item-title {
  color: #C39719;
}
.cid-uTY8R6Wu0w .item-text {
  color: #58595b;
}
.cid-uTY8R6XNVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY8R6XNVw .item:focus,
.cid-uTY8R6XNVw span:focus {
  outline: none;
}
.cid-uTY8R6XNVw .item {
  cursor: pointer;
}
.cid-uTY8R6XNVw .grid-container {
  grid-row-gap: 10px;
}
.cid-uTY8R6XNVw .grid-container-1,
.cid-uTY8R6XNVw .grid-container-2,
.cid-uTY8R6XNVw .grid-container-3 {
  gap: 0 10px;
}
.cid-uTY8R6XNVw .mbr-section-title {
  margin-bottom: 40px;
  color: #093388;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTY8R6XNVw .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTY8R6XNVw .content-head {
  max-width: 800px;
}
.cid-uTY8R6XNVw .container,
.cid-uTY8R6XNVw .container-fluid {
  overflow: hidden;
}
.cid-uTY8R6XNVw .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uTY8R6XNVw .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTY8R6XNVw .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uTY8R6XNVw .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uTY8R6XNVw .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uTY8R6XNVw .grid-container-1,
.cid-uTY8R6XNVw .grid-container-2,
.cid-uTY8R6XNVw .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uTY8R6XNVw .grid-container-1 {
  align-items: flex-end;
}
.cid-uTY8R6XNVw .grid-container-2 {
  align-items: flex-start;
}
.cid-uTY8R6YIJz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY8R6YIJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8R6YIJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8R6YIJz .items-wrapper .item {
  border-bottom: 1px solid #d7d2d2;
}
.cid-uTY8R6YIJz .items-wrapper .item:first-child {
  border-top: 1px solid #d7d2d2;
}
.cid-uTY8R6YIJz .items-wrapper .item .item-wrapper {
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTY8R6YIJz .items-wrapper .item .item-wrapper {
    padding: 20px 0;
    display: block;
  }
}
.cid-uTY8R6YIJz .items-wrapper .item .item-wrapper .item-content {
  width: 48%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uTY8R6YIJz .items-wrapper .item .item-wrapper .item-content {
    display: block;
    width: 100%;
  }
}
.cid-uTY8R6YIJz .items-wrapper .item .item-wrapper .item-content .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY8R6YIJz .items-wrapper .item .item-wrapper .item-content .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.cid-uTY8R6YIJz .items-wrapper .item .item-wrapper .item-content .item-title {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY8R6YIJz .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 10px;
  }
}
.cid-uTY8R6YIJz .items-wrapper .item .item-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTY8R6YIJz .items-wrapper .item .item-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uTY8R6YIJz .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uTY8R6YIJz .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTY8R6YIJz .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uTY8R6YIJz .item-number {
  color: #C39719;
}
.cid-uTY8R6YIJz .item-title {
  color: #C39719;
}
.cid-uTY8R6YIJz .item-text {
  color: #58595b;
}
.cid-uTY8R6Yhva {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTY8R6Yhva .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY8R6Yhva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY8R6Yhva .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ededee;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uTY8R6Yhva .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uTY8R6Yhva .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uTY8R6Yhva .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uTY8R6Yhva .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTY8R6Yhva .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTY8R6Yhva .card-wrapper .items-wrapper {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTY8R6Yhva .card-wrapper .items-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-uTY8R6Yhva .card-wrapper .items-wrapper .item {
  border-bottom: 1px solid #d7d2d2;
}
.cid-uTY8R6Yhva .card-wrapper .items-wrapper .item:first-child {
  border-top: 1px solid #d7d2d2;
}
.cid-uTY8R6Yhva .card-wrapper .items-wrapper .item:nth-child(2) {
  border-top: 1px solid #d7d2d2;
}
@media (max-width: 992px) {
  .cid-uTY8R6Yhva .card-wrapper .items-wrapper .item:nth-child(2) {
    border-top: none;
  }
}
.cid-uTY8R6Yhva .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 25px 0;
  height: 100%;
}
.cid-uTY8R6Yhva .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-uTY8R6Yhva .card-wrapper .items-wrapper .item .item-wrapper .item-title:hover,
.cid-uTY8R6Yhva .card-wrapper .items-wrapper .item .item-wrapper .item-title:focus {
  opacity: 0.7;
}
.cid-uTY8R6Yhva .btn-wrapper {
  margin-top: -5%;
}
.cid-uTY8R6Yhva .mbr-section-title {
  color: #093388;
  text-align: center;
}
.cid-uTY8R6Yhva .item-title {
  color: #C39719;
}
.cid-uTY8R6Yhva .mbr-section-title,
.cid-uTY8R6Yhva .mbr-section-btn,
.cid-uTY8R6Yhva .title-wrapper {
  color: #C39719;
}
.cid-uTY0rjekn1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5-1.webp");
}
.cid-uTY0rjekn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY0rjekn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uTY0rjekn1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1ba1d;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uTY0rjekn1 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uTY0rjekn1 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:hover,
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTY0rjekn1 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .mbr-copy {
  margin-bottom: 0;
  color: #bac0cc;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .text-wrapper {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list,
.cid-uTY0rjekn1 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-desc P {
  text-align: center;
}
.cid-uLkiHvmxr5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLkiHvmxr5 nav.navbar {
  position: fixed;
}
.cid-uLkiHvmxr5 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uLkiHvmxr5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLkiHvmxr5 .dropdown-item {
  border: none !important;
  background: #053c5e !important;
  font-weight: 400 !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover,
.cid-uLkiHvmxr5 .dropdown-item:focus {
  background: #053c5e !important;
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover span {
  color: white;
}
.cid-uLkiHvmxr5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLkiHvmxr5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLkiHvmxr5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLkiHvmxr5 .nav-link {
  position: relative;
}
.cid-uLkiHvmxr5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLkiHvmxr5 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLkiHvmxr5 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uLkiHvmxr5 .dropdown-menu,
.cid-uLkiHvmxr5 .navbar.opened {
  background: #053c5e !important;
}
.cid-uLkiHvmxr5 .nav-item:focus,
.cid-uLkiHvmxr5 .nav-link:focus {
  outline: none;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLkiHvmxr5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLkiHvmxr5 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #053c5e;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLkiHvmxr5 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLkiHvmxr5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLkiHvmxr5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLkiHvmxr5 .navbar.collapsed {
  justify-content: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLkiHvmxr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLkiHvmxr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLkiHvmxr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLkiHvmxr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLkiHvmxr5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .dropdown-item.active,
.cid-uLkiHvmxr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLkiHvmxr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053c5e;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLkiHvmxr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLkiHvmxr5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLkiHvmxr5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLkiHvmxr5 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLkiHvmxr5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uLkiHvmxr5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLkiHvmxr5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #053c5e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLkiHvmxr5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLkiHvmxr5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLkiHvmxr5 .navbar {
    height: 70px;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    height: auto;
  }
  .cid-uLkiHvmxr5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLkiHvmxr5 .navbar-nav {
  margin: 0 auto;
}
.cid-uLkiHvmxr5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLkiHvmxr5 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uLkiHvmxr5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
  opacity: .7;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover::after,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uLkiHvmxr5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLkiHvmxr5 .content-wrap {
  min-height: 60px;
}
.cid-uTYapNimLZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3e9;
}
.cid-uTYapNimLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYapNimLZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYapNimLZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uTYapNimLZ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uTYapNimLZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTYapNimLZ .container {
    padding: 0 20px;
  }
}
.cid-uTYapNimLZ .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTYapNimLZ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTYapNimLZ .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-uTYapNimLZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTYapNimLZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTYapNimLZ .mbr-section-title {
  color: #0f1d07;
}
.cid-uTYapNimLZ .mbr-text {
  color: #0f1d07;
}
.cid-uTYaBrJtPO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uTYaBrJtPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYaBrJtPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYaBrJtPO .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uTYaBrJtPO .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uTYaBrJtPO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTYaBrJtPO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTYaBrJtPO .item .item-wrapper {
  height: 100%;
}
.cid-uTYaBrJtPO .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 28px;
  min-height: 560px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uTYaBrJtPO .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uTYaBrJtPO .item .item-wrapper .card-box .item-title_1,
.cid-uTYaBrJtPO .item .item-wrapper .card-box .item-title_2,
.cid-uTYaBrJtPO .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 32px;
}
.cid-uTYaBrJtPO .item .item-wrapper .card-box .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uTYaBrJtPO .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uTYaBrJtPO .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
    padding: 8px 18px;
    border: 2px solid #000000;
  }
}
.cid-uTYaBrJtPO .item .item-wrapper .card-box .item-text_2,
.cid-uTYaBrJtPO .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-uTYaBrJtPO .item .item-wrapper .card_1 {
  background-color: #ffffff;
}
.cid-uTYaBrJtPO .item .item-wrapper .card_2 {
  background-color: #e1ff04;
}
.cid-uTYaBrJtPO .item .item-wrapper .card_3 {
  background-color: #bba9ff;
}
.cid-uTYaBrJtPO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTYaBrJtPO .list {
  color: #000000;
}
.cid-uTYaBrJtPO .item-title_1 {
  color: #000000;
}
.cid-uTYaBrJtPO .item-title_2 {
  color: #000000;
  text-align: left;
}
.cid-uTYaBrJtPO .item-title_3 {
  color: #000000;
}
.cid-uTYaBrJtPO .item-text_2 {
  color: #000000;
}
.cid-uTYaBrJtPO .item-text_3 {
  color: #000000;
}
.cid-uTYaBrJtPO .list,
.cid-uTYaBrJtPO .item-wrap {
  text-align: center;
}
.cid-uTYaBrJtPO .list,
.cid-uTYaBrJtPO .item-wrap DIV {
  text-align: left;
}
.cid-uTY0rjekn1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5-1.webp");
}
.cid-uTY0rjekn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY0rjekn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uTY0rjekn1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1ba1d;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uTY0rjekn1 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uTY0rjekn1 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:hover,
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTY0rjekn1 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .mbr-copy {
  margin-bottom: 0;
  color: #bac0cc;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .text-wrapper {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list,
.cid-uTY0rjekn1 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-desc P {
  text-align: center;
}
.cid-uTZ1hNcP3d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f6;
}
.cid-uTZ1hNcP3d::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, #053c5e 0, #a1ba1d 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uTZ1hNcP3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTZ1hNcP3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTZ1hNcP3d .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uTZ1hNcP3d .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uTZ1hNcP3d .container {
    padding: 0 24px;
  }
}
.cid-uTZ1hNcP3d .row {
  justify-content: center;
}
.cid-uTZ1hNcP3d .row .card,
.cid-uTZ1hNcP3d .row .item {
  padding: 0 12px;
}
.cid-uTZ1hNcP3d .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTZ1hNcP3d .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uTZ1hNcP3d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTZ1hNcP3d .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uTZ1hNcP3d .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uTZ1hNcP3d .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uTZ1hNcP3d .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uTZ1hNcP3d .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uTZ1hNcP3d .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .7;
}
.cid-uTZ1hNcP3d .item .item-wrapper .card-box .card-text:hover,
.cid-uTZ1hNcP3d .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.cid-uTZ1hNcP3d .mbr-section-title {
  color: #053c5e;
  text-align: left;
}
.cid-uTZ1hNcP3d .card-title {
  color: #141414;
}
.cid-uTZ1hNcP3d .card-text {
  color: #053c5e;
}
.cid-uTZ1hNcP3d P {
  color: #053c5e;
}
.cid-uTYVNwVBSw {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #ededee;
}
.cid-uTYVNwVBSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYVNwVBSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYVNwVBSw .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uTYVNwVBSw .card-wrapper {
  background-color: #f4f4f4;
  padding: 40px 30px;
  width: 31%;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-uTYVNwVBSw .card-wrapper {
    width: 42%;
  }
}
@media (max-width: 1200px) {
  .cid-uTYVNwVBSw .card-wrapper {
    width: 52%;
  }
}
@media (max-width: 992px) {
  .cid-uTYVNwVBSw .card-wrapper {
    width: 100%;
    display: block;
    padding: 20px 10px;
  }
}
.cid-uTYVNwVBSw .card-wrapper .title-wrapper {
  margin-bottom: 30px;
  padding: 0 9.6px;
}
@media (max-width: 992px) {
  .cid-uTYVNwVBSw .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTYVNwVBSw .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTYVNwVBSw .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTYVNwVBSw .card-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uTYVNwVBSw .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uTYVNwVBSw .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uTYVNwVBSw .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 20px 0;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #bac0cc !important;
}
@media (max-width: 992px) {
  .cid-uTYVNwVBSw .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-uTYVNwVBSw .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #053c5e;
  opacity: 0.5;
}
.cid-uTYVNwVBSw .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uTYVNwVBSw .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #bac0cc !important;
}
.cid-uTYVNwVBSw .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 110px;
}
.cid-uTYVNwVBSw .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uTYVNwVBSw .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #053c5e;
  border-color: #053c5e;
}
.cid-uTYVNwVBSw .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uTYVNwVBSw .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uTYVNwVBSw .mbr-section-title {
  color: #053c5e;
}
.cid-uTYVNwVBSw .mbr-text {
  color: #58595b;
}
.cid-uTYVNwVBSw label {
  color: #58595b;
}
.cid-uLkiHvmxr5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLkiHvmxr5 nav.navbar {
  position: fixed;
}
.cid-uLkiHvmxr5 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uLkiHvmxr5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLkiHvmxr5 .dropdown-item {
  border: none !important;
  background: #053c5e !important;
  font-weight: 400 !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover,
.cid-uLkiHvmxr5 .dropdown-item:focus {
  background: #053c5e !important;
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .dropdown-item:hover span {
  color: white;
}
.cid-uLkiHvmxr5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLkiHvmxr5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLkiHvmxr5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLkiHvmxr5 .nav-link {
  position: relative;
}
.cid-uLkiHvmxr5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLkiHvmxr5 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLkiHvmxr5 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uLkiHvmxr5 .dropdown-menu,
.cid-uLkiHvmxr5 .navbar.opened {
  background: #053c5e !important;
}
.cid-uLkiHvmxr5 .nav-item:focus,
.cid-uLkiHvmxr5 .nav-link:focus {
  outline: none;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLkiHvmxr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLkiHvmxr5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLkiHvmxr5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLkiHvmxr5 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #053c5e;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLkiHvmxr5 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLkiHvmxr5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLkiHvmxr5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLkiHvmxr5 .navbar.collapsed {
  justify-content: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLkiHvmxr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLkiHvmxr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLkiHvmxr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLkiHvmxr5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLkiHvmxr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLkiHvmxr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLkiHvmxr5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLkiHvmxr5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLkiHvmxr5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uLkiHvmxr5 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLkiHvmxr5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLkiHvmxr5 .dropdown-item.active,
.cid-uLkiHvmxr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLkiHvmxr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLkiHvmxr5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #053c5e;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLkiHvmxr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLkiHvmxr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLkiHvmxr5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLkiHvmxr5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLkiHvmxr5 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLkiHvmxr5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uLkiHvmxr5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLkiHvmxr5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #053c5e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLkiHvmxr5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLkiHvmxr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLkiHvmxr5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLkiHvmxr5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLkiHvmxr5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLkiHvmxr5 .navbar {
    height: 70px;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    height: auto;
  }
  .cid-uLkiHvmxr5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLkiHvmxr5 .navbar-nav {
  margin: 0 auto;
}
.cid-uLkiHvmxr5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLkiHvmxr5 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uLkiHvmxr5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
  opacity: .7;
}
.cid-uLkiHvmxr5 .nav-item .nav-link:hover::after,
.cid-uLkiHvmxr5 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uLkiHvmxr5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLkiHvmxr5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLkiHvmxr5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLkiHvmxr5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLkiHvmxr5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLkiHvmxr5 .content-wrap {
  min-height: 60px;
}
.cid-uTY0rjekn1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5-1.webp");
}
.cid-uTY0rjekn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY0rjekn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uTY0rjekn1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uTY0rjekn1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1ba1d;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uTY0rjekn1 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uTY0rjekn1 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:hover,
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uTY0rjekn1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTY0rjekn1 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uTY0rjekn1 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY0rjekn1 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uTY0rjekn1 .mbr-copy {
  margin-bottom: 0;
  color: #bac0cc;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .text-wrapper {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list {
  color: #9aa0a6;
}
.cid-uTY0rjekn1 .list,
.cid-uTY0rjekn1 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uTY0rjekn1 .mbr-text,
.cid-uTY0rjekn1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTY0rjekn1 .mbr-desc P {
  text-align: center;
}
