.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2d5a83 !important;
}
.bg-success {
  background-color: #2d5a83 !important;
}
.bg-info {
  background-color: #01563b !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #f92c50 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2d5a83 !important;
  border-color: #2d5a83 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3a74a9 !important;
  border-color: #3a74a9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3a74a9 !important;
  border-color: #3a74a9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-info,
.btn-info:active {
  background-color: #01563b !important;
  border-color: #01563b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #02885e !important;
  border-color: #02885e !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #02885e !important;
  border-color: #02885e !important;
}
.btn-success,
.btn-success:active {
  background-color: #2d5a83 !important;
  border-color: #2d5a83 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3a74a9 !important;
  border-color: #3a74a9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a74a9 !important;
  border-color: #3a74a9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2d5a83;
  color: #2d5a83;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #172e42 !important;
  background-color: transparent !important;
  border-color: #172e42 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2d5a83 !important;
  border-color: #2d5a83 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #01563b;
  color: #01563b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #01563b !important;
  border-color: #01563b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2d5a83;
  color: #2d5a83;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #172e42 !important;
  background-color: transparent !important;
  border-color: #172e42 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2d5a83 !important;
  border-color: #2d5a83 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2d5a83 !important;
}
.text-secondary {
  color: #f92c50 !important;
}
.text-success {
  color: #2d5a83 !important;
}
.text-info {
  color: #01563b !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #f92c50 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #132637 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ba0525 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #132637 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ba0525 !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: #2d5a83;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #01563b;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #f92c50;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2d5a83;
  border-color: #2d5a83;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2d5a83;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #659aca;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #659aca;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #02d491;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff2f5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #2d5a83 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #2d5a83;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2d5a83;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2d5a83;
}
.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: #2d5a83;
  border-bottom-color: #2d5a83;
}
.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: #2d5a83 !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: #f92c50 !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='%232d5a83' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-umCUK4bTT5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umCUK4bTT5 .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;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umCUK4bTT5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umCUK4bTT5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umCUK4bTT5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umCUK4bTT5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umCUK4bTT5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umCUK4bTT5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umCUK4bTT5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umCUK4bTT5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umCUK4bTT5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umCUK4bTT5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umCUK4bTT5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umCUK4bTT5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umCUK4bTT5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-umCUK4bTT5 .nav-item:focus,
.cid-umCUK4bTT5 .nav-link:focus {
  outline: none;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umCUK4bTT5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umCUK4bTT5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umCUK4bTT5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umCUK4bTT5 .navbar.opened {
  transition: all 0.25s;
}
.cid-umCUK4bTT5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umCUK4bTT5 .navbar .navbar-logo img {
  width: auto;
}
.cid-umCUK4bTT5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umCUK4bTT5 .navbar.collapsed {
  justify-content: center;
}
.cid-umCUK4bTT5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umCUK4bTT5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umCUK4bTT5 .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-umCUK4bTT5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umCUK4bTT5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar {
    min-height: 72px;
  }
  .cid-umCUK4bTT5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umCUK4bTT5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umCUK4bTT5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umCUK4bTT5 .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-umCUK4bTT5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umCUK4bTT5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umCUK4bTT5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umCUK4bTT5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umCUK4bTT5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umCUK4bTT5 .dropdown-item.active,
.cid-umCUK4bTT5 .dropdown-item:active {
  background-color: transparent;
}
.cid-umCUK4bTT5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umCUK4bTT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umCUK4bTT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umCUK4bTT5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umCUK4bTT5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umCUK4bTT5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .navbar-buttons {
    text-align: left;
  }
}
.cid-umCUK4bTT5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2d5a83;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-umCUK4bTT5 .opacityScroll {
  background: #ffffff !important;
}
.cid-umCUK4bTT5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umCUK4bTT5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umCUK4bTT5 .navbar {
    height: 70px;
  }
  .cid-umCUK4bTT5 .navbar.opened {
    height: auto;
  }
  .cid-umCUK4bTT5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umCUK4bTT5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umCUK4bTT5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar-brand {
    margin-right: auto;
  }
  .cid-umCUK4bTT5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umCUK4bTT5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvZB9XXadf {
  padding-top: 12rem;
  padding-bottom: 9rem;
  background-color: #e9f4ff;
}
.cid-uvZB9XXadf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZB9XXadf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvZB9XXadf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvZB9XXadf .row {
  flex-direction: row-reverse;
}
.cid-uvZB9XXadf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvZB9XXadf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvZB9XXadf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvZB9XXadf .mbr-section-title {
  color: #000000;
}
.cid-uvZB9XXadf .mbr-text,
.cid-uvZB9XXadf .mbr-section-btn {
  color: #232323;
}
.cid-uvp8cn8Udv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uvp8cn8Udv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvp8cn8Udv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvp8cn8Udv .row-reverse {
  flex-direction: row-reverse;
}
.cid-uvp8cn8Udv .row {
  flex-direction: row-reverse;
}
.cid-uvp8cn8Udv .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uvp8cn8Udv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvp8cn8Udv .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uvp8cn8Udv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvp8cn8Udv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvp8cn8Udv .mbr-section-title {
  color: #000000;
}
.cid-uvp8cn8Udv .mbr-text,
.cid-uvp8cn8Udv .mbr-section-btn {
  color: #000000;
}
.cid-uvp8cn8Udv img {
  width: 100%;
  height: 100%;
}
.cid-ujIwqsbrCP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-ujIwqsbrCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujIwqsbrCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujIwqsbrCP .mbr-text {
  color: #000000;
}
.cid-ujIwqsbrCP .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ujIwqsbrCP .item-wrapper {
  background: #e9f4ff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ujIwqsbrCP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujIwqsbrCP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-ujIwqsbrCP .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujIwqsbrCP .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ujIwqsbrCP .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-ujIwqsbrCP .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ujIwqsbrCP .card-text,
.cid-ujIwqsbrCP .item .mbr-section-btn {
  text-align: left;
}
.cid-ujIwqsbrCP .card-title,
.cid-ujIwqsbrCP .iconfont-wrapper {
  text-align: left;
}
.cid-ujIwqsbrCP .mbr-section-subtitle,
.cid-ujIwqsbrCP .main-button {
  text-align: left;
  color: #000000;
}
.cid-ujIwqsbrCP .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujIwqsbrCP .item-content .item-footer {
  margin-top: auto;
}
.cid-ujIwqsbrCP .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujIwqsbrCP .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ujIwqsbrCP .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-ujIwqsbrCP .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-ujIyWxawRj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-ujIyWxawRj .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-ujIyWxawRj img,
.cid-ujIyWxawRj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujIyWxawRj .item:focus,
.cid-ujIyWxawRj span:focus {
  outline: none;
}
.cid-ujIyWxawRj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujIyWxawRj .item {
    margin-bottom: 1rem;
  }
}
.cid-ujIyWxawRj .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujIyWxawRj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujIyWxawRj .mbr-section-title {
  color: #232323;
}
.cid-ujIyWxawRj .mbr-text,
.cid-ujIyWxawRj .mbr-section-btn {
  color: #363636;
  text-align: center;
}
.cid-ujIyWxawRj .item-title {
  color: #232323;
  text-align: center;
}
.cid-ujIyWxawRj .content-head {
  max-width: 800px;
}
.cid-uvAvhhRr5q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-uvAvhhRr5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvAvhhRr5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvAvhhRr5q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvAvhhRr5q .image-wrap img {
    display: block;
    margin: auto;
    width: 120%;
  }
}
.cid-uvAvhhRr5q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uvAvhhRr5q .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uvAvhhRr5q .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uvAvhhRr5q .header-menu li p {
  margin: 0;
}
.cid-uvAvhhRr5q .content-head {
  max-width: 800px;
}
.cid-umi2LbRmOz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e9f4ff;
}
.cid-umi2LbRmOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi2LbRmOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umi2LbRmOz .row-reverse {
  flex-direction: row-reverse;
}
.cid-umi2LbRmOz .row {
  flex-direction: row-reverse;
}
.cid-umi2LbRmOz .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-umi2LbRmOz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umi2LbRmOz .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-umi2LbRmOz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umi2LbRmOz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umi2LbRmOz .mbr-section-title {
  color: #000000;
}
.cid-umi2LbRmOz .mbr-text,
.cid-umi2LbRmOz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-umi2LbRmOz img {
  width: 100%;
  height: 100%;
}
.cid-umi5GMBUfv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e9f4ff;
}
.cid-umi5GMBUfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-umi5GMBUfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umi5GMBUfv .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-umi5GMBUfv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umi5GMBUfv .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-umi5GMBUfv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umi5GMBUfv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umi5GMBUfv .mbr-section-title {
  color: #000000;
}
.cid-umi5GMBUfv .mbr-text,
.cid-umi5GMBUfv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-umi5GMBUfv img {
  width: 100%;
  height: 100%;
}
.cid-ujIGscbgf7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujIGscbgf7 img,
.cid-ujIGscbgf7 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ujIGscbgf7 .item:focus,
.cid-ujIGscbgf7 span:focus {
  outline: none;
}
.cid-ujIGscbgf7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujIGscbgf7 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujIGscbgf7 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujIGscbgf7 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujIGscbgf7 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ujIGscbgf7 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujIGscbgf7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujIGscbgf7 .mbr-section-title {
  color: #000000;
}
.cid-ujIGscbgf7 .item-title {
  text-align: center;
}
.cid-ujIGscbgf7 .item-subtitle {
  text-align: left;
}
.cid-ujIGscbgf7 .mbr-text,
.cid-ujIGscbgf7 .item .mbr-section-btn {
  text-align: left;
}
.cid-ujIGscbgf7 .content-head {
  max-width: 800px;
}
.cid-uvAKKeMAaU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e9f4ff;
}
.cid-uvAKKeMAaU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvAKKeMAaU form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uvAKKeMAaU form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uvAKKeMAaU form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uvAKKeMAaU .content-head {
  max-width: 800px;
}
.cid-ujIDnjd0An {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .cid-ujIDnjd0An .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ujIDnjd0An .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-ujIDnjd0An .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ujIDnjd0An .google-map iframe {
    min-height: 350px;
  }
}
.cid-ujIDnjd0An .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ujIDnjd0An .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujIDnjd0An .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujIDnjd0An .content-head {
  max-width: 800px;
}
.cid-ujIJBFD6aT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9f4ff;
}
.cid-ujIJBFD6aT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujIJBFD6aT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujIJBFD6aT .row {
  flex-direction: row-reverse;
}
.cid-ujIFPIOrju {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-ujIFPIOrju .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujIFPIOrju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujIFPIOrju .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .footer-col {
    flex-direction: column;
  }
}
.cid-ujIFPIOrju .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujIFPIOrju .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujIFPIOrju .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .mbr-section-btn {
    text-align: center;
  }
}
.cid-ujIFPIOrju .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujIFPIOrju .soc-item {
  margin: 8px;
}
.cid-ujIFPIOrju .soc-item a:hover .mbr-iconfont,
.cid-ujIFPIOrju .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ujIFPIOrju .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2d5a83;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .row {
    text-align: center;
  }
  .cid-ujIFPIOrju .social-row {
    justify-content: center;
  }
}
.cid-ujIFPIOrju .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ujIFPIOrju .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujIFPIOrju .list {
    margin-bottom: 0rem;
  }
}
.cid-ujIFPIOrju .mbr-text {
  color: #bbbbbb;
}
.cid-ujIFPIOrju .mbr-section-subtitle {
  color: #000000;
}
.cid-ujIFPIOrju .list,
.cid-ujIFPIOrju .item-wrap {
  color: #232323;
}
.cid-ujIFPIOrju .copyright {
  color: #000000;
}
.cid-umCUK4bTT5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umCUK4bTT5 .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;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umCUK4bTT5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umCUK4bTT5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umCUK4bTT5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umCUK4bTT5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umCUK4bTT5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umCUK4bTT5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umCUK4bTT5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umCUK4bTT5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umCUK4bTT5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umCUK4bTT5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umCUK4bTT5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umCUK4bTT5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umCUK4bTT5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-umCUK4bTT5 .nav-item:focus,
.cid-umCUK4bTT5 .nav-link:focus {
  outline: none;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umCUK4bTT5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umCUK4bTT5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umCUK4bTT5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umCUK4bTT5 .navbar.opened {
  transition: all 0.25s;
}
.cid-umCUK4bTT5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umCUK4bTT5 .navbar .navbar-logo img {
  width: auto;
}
.cid-umCUK4bTT5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umCUK4bTT5 .navbar.collapsed {
  justify-content: center;
}
.cid-umCUK4bTT5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umCUK4bTT5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umCUK4bTT5 .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-umCUK4bTT5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umCUK4bTT5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar {
    min-height: 72px;
  }
  .cid-umCUK4bTT5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umCUK4bTT5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umCUK4bTT5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umCUK4bTT5 .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-umCUK4bTT5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umCUK4bTT5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umCUK4bTT5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umCUK4bTT5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umCUK4bTT5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umCUK4bTT5 .dropdown-item.active,
.cid-umCUK4bTT5 .dropdown-item:active {
  background-color: transparent;
}
.cid-umCUK4bTT5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umCUK4bTT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umCUK4bTT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umCUK4bTT5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umCUK4bTT5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umCUK4bTT5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .navbar-buttons {
    text-align: left;
  }
}
.cid-umCUK4bTT5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2d5a83;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-umCUK4bTT5 .opacityScroll {
  background: #ffffff !important;
}
.cid-umCUK4bTT5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umCUK4bTT5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umCUK4bTT5 .navbar {
    height: 70px;
  }
  .cid-umCUK4bTT5 .navbar.opened {
    height: auto;
  }
  .cid-umCUK4bTT5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umCUK4bTT5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umCUK4bTT5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar-brand {
    margin-right: auto;
  }
  .cid-umCUK4bTT5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umCUK4bTT5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umD09HizAL {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #e9f4ff;
}
.cid-umD09HizAL img,
.cid-umD09HizAL .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-umD09HizAL .item:focus,
.cid-umD09HizAL span:focus {
  outline: none;
}
.cid-umD09HizAL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umD09HizAL .item {
    margin-bottom: 1rem;
  }
}
.cid-umD09HizAL .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umD09HizAL .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-umD09HizAL .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-umD09HizAL .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-umD09HizAL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-umD09HizAL .mbr-section-title {
  color: #000000;
}
.cid-umD09HizAL .item-title {
  text-align: left;
}
.cid-umD09HizAL .item-subtitle {
  text-align: left;
}
.cid-umD09HizAL .mbr-text,
.cid-umD09HizAL .item .mbr-section-btn {
  text-align: left;
}
.cid-umD09HizAL .content-head {
  max-width: 800px;
}
.cid-uvlgcWUgre {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e9f4ff;
}
.cid-uvlgcWUgre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlgcWUgre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlgcWUgre .row {
  flex-direction: row-reverse;
}
.cid-ujIFPIOrju {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-ujIFPIOrju .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujIFPIOrju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujIFPIOrju .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .footer-col {
    flex-direction: column;
  }
}
.cid-ujIFPIOrju .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujIFPIOrju .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujIFPIOrju .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .mbr-section-btn {
    text-align: center;
  }
}
.cid-ujIFPIOrju .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujIFPIOrju .soc-item {
  margin: 8px;
}
.cid-ujIFPIOrju .soc-item a:hover .mbr-iconfont,
.cid-ujIFPIOrju .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ujIFPIOrju .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2d5a83;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .row {
    text-align: center;
  }
  .cid-ujIFPIOrju .social-row {
    justify-content: center;
  }
}
.cid-ujIFPIOrju .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ujIFPIOrju .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujIFPIOrju .list {
    margin-bottom: 0rem;
  }
}
.cid-ujIFPIOrju .mbr-text {
  color: #bbbbbb;
}
.cid-ujIFPIOrju .mbr-section-subtitle {
  color: #000000;
}
.cid-ujIFPIOrju .list,
.cid-ujIFPIOrju .item-wrap {
  color: #232323;
}
.cid-ujIFPIOrju .copyright {
  color: #000000;
}
.cid-umCUK4bTT5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umCUK4bTT5 .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;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umCUK4bTT5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umCUK4bTT5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umCUK4bTT5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umCUK4bTT5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umCUK4bTT5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umCUK4bTT5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umCUK4bTT5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umCUK4bTT5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umCUK4bTT5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umCUK4bTT5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umCUK4bTT5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umCUK4bTT5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umCUK4bTT5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-umCUK4bTT5 .nav-item:focus,
.cid-umCUK4bTT5 .nav-link:focus {
  outline: none;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umCUK4bTT5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umCUK4bTT5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umCUK4bTT5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umCUK4bTT5 .navbar.opened {
  transition: all 0.25s;
}
.cid-umCUK4bTT5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umCUK4bTT5 .navbar .navbar-logo img {
  width: auto;
}
.cid-umCUK4bTT5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umCUK4bTT5 .navbar.collapsed {
  justify-content: center;
}
.cid-umCUK4bTT5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umCUK4bTT5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umCUK4bTT5 .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-umCUK4bTT5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umCUK4bTT5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar {
    min-height: 72px;
  }
  .cid-umCUK4bTT5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umCUK4bTT5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umCUK4bTT5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umCUK4bTT5 .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-umCUK4bTT5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umCUK4bTT5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umCUK4bTT5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umCUK4bTT5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umCUK4bTT5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umCUK4bTT5 .dropdown-item.active,
.cid-umCUK4bTT5 .dropdown-item:active {
  background-color: transparent;
}
.cid-umCUK4bTT5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umCUK4bTT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umCUK4bTT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umCUK4bTT5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umCUK4bTT5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umCUK4bTT5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .navbar-buttons {
    text-align: left;
  }
}
.cid-umCUK4bTT5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2d5a83;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-umCUK4bTT5 .opacityScroll {
  background: #ffffff !important;
}
.cid-umCUK4bTT5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umCUK4bTT5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umCUK4bTT5 .navbar {
    height: 70px;
  }
  .cid-umCUK4bTT5 .navbar.opened {
    height: auto;
  }
  .cid-umCUK4bTT5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umCUK4bTT5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umCUK4bTT5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar-brand {
    margin-right: auto;
  }
  .cid-umCUK4bTT5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umCUK4bTT5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umDaZWUxH5 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-umDaZWUxH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umDaZWUxH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umDaZWUxH5 .row {
  flex-direction: row-reverse;
}
.cid-umDaZWUxH5 .mbr-description {
  text-align: left;
}
.cid-umDaZWUxH5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umDaZWUxH5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umDaZWUxH5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-umDaZWUxH5 .card-title,
.cid-umDaZWUxH5 .iconfont-wrapper {
  color: #000000;
}
.cid-umDaZWUxH5 .card-text {
  color: #000000;
}
.cid-umDaZWUxH5 .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-umDaZWUxH5 .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-umDaZWUxH5 .mbr-text,
.cid-umDaZWUxH5 .mbr-section-btn {
  text-align: center;
}
.cid-umDaZWUxH5 .card-text,
.cid-umDaZWUxH5 .item .mbr-section-btn {
  text-align: left;
}
.cid-umDaZWUxH5 .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umDaZWUxH5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKylZSvhM {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umKylZSvhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKylZSvhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKylZSvhM .row {
  flex-direction: row-reverse;
}
.cid-umKylZSvhM .mbr-description {
  text-align: left;
}
.cid-umKylZSvhM .item-wrapper {
  background: #e9f4ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umKylZSvhM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umKylZSvhM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-umKylZSvhM .card-title,
.cid-umKylZSvhM .iconfont-wrapper {
  color: #000000;
}
.cid-umKylZSvhM .card-text {
  color: #000000;
}
.cid-umKylZSvhM .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-umKylZSvhM .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-umKylZSvhM .mbr-text,
.cid-umKylZSvhM .mbr-section-btn {
  text-align: center;
}
.cid-umKylZSvhM .card-text,
.cid-umKylZSvhM .item .mbr-section-btn {
  text-align: left;
}
.cid-umKylZSvhM .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umKylZSvhM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKzmke2zQ {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-umKzmke2zQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKzmke2zQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKzmke2zQ .row {
  flex-direction: row-reverse;
}
.cid-umKzmke2zQ .mbr-description {
  text-align: left;
}
.cid-umKzmke2zQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umKzmke2zQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umKzmke2zQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-umKzmke2zQ .card-title,
.cid-umKzmke2zQ .iconfont-wrapper {
  color: #000000;
}
.cid-umKzmke2zQ .card-text {
  color: #000000;
}
.cid-umKzmke2zQ .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-umKzmke2zQ .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-umKzmke2zQ .mbr-text,
.cid-umKzmke2zQ .mbr-section-btn {
  text-align: center;
}
.cid-umKzmke2zQ .card-text,
.cid-umKzmke2zQ .item .mbr-section-btn {
  text-align: left;
}
.cid-umKzmke2zQ .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umKzmke2zQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujIFPIOrju {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-ujIFPIOrju .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujIFPIOrju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujIFPIOrju .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .footer-col {
    flex-direction: column;
  }
}
.cid-ujIFPIOrju .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujIFPIOrju .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujIFPIOrju .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .mbr-section-btn {
    text-align: center;
  }
}
.cid-ujIFPIOrju .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujIFPIOrju .soc-item {
  margin: 8px;
}
.cid-ujIFPIOrju .soc-item a:hover .mbr-iconfont,
.cid-ujIFPIOrju .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ujIFPIOrju .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2d5a83;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .row {
    text-align: center;
  }
  .cid-ujIFPIOrju .social-row {
    justify-content: center;
  }
}
.cid-ujIFPIOrju .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ujIFPIOrju .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujIFPIOrju .list {
    margin-bottom: 0rem;
  }
}
.cid-ujIFPIOrju .mbr-text {
  color: #bbbbbb;
}
.cid-ujIFPIOrju .mbr-section-subtitle {
  color: #000000;
}
.cid-ujIFPIOrju .list,
.cid-ujIFPIOrju .item-wrap {
  color: #232323;
}
.cid-ujIFPIOrju .copyright {
  color: #000000;
}
.cid-umKBZxujAc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umKBZxujAc .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;
}
@media (max-width: 767px) {
  .cid-umKBZxujAc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umKBZxujAc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umKBZxujAc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umKBZxujAc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umKBZxujAc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umKBZxujAc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umKBZxujAc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umKBZxujAc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umKBZxujAc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umKBZxujAc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umKBZxujAc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umKBZxujAc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umKBZxujAc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umKBZxujAc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umKBZxujAc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umKBZxujAc .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umKBZxujAc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umKBZxujAc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umKBZxujAc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umKBZxujAc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umKBZxujAc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umKBZxujAc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umKBZxujAc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umKBZxujAc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umKBZxujAc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-umKBZxujAc .nav-item:focus,
.cid-umKBZxujAc .nav-link:focus {
  outline: none;
}
.cid-umKBZxujAc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umKBZxujAc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umKBZxujAc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umKBZxujAc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umKBZxujAc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umKBZxujAc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umKBZxujAc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umKBZxujAc .navbar.opened {
  transition: all 0.25s;
}
.cid-umKBZxujAc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umKBZxujAc .navbar .navbar-logo img {
  width: auto;
}
.cid-umKBZxujAc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umKBZxujAc .navbar.collapsed {
  justify-content: center;
}
.cid-umKBZxujAc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umKBZxujAc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umKBZxujAc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umKBZxujAc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umKBZxujAc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umKBZxujAc .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-umKBZxujAc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umKBZxujAc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umKBZxujAc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umKBZxujAc .navbar {
    min-height: 72px;
  }
  .cid-umKBZxujAc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umKBZxujAc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umKBZxujAc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umKBZxujAc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umKBZxujAc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umKBZxujAc .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-umKBZxujAc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umKBZxujAc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umKBZxujAc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umKBZxujAc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umKBZxujAc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umKBZxujAc .dropdown-item.active,
.cid-umKBZxujAc .dropdown-item:active {
  background-color: transparent;
}
.cid-umKBZxujAc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umKBZxujAc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umKBZxujAc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umKBZxujAc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umKBZxujAc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umKBZxujAc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umKBZxujAc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umKBZxujAc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umKBZxujAc .navbar-buttons {
    text-align: left;
  }
}
.cid-umKBZxujAc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umKBZxujAc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2d5a83;
}
.cid-umKBZxujAc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umKBZxujAc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umKBZxujAc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umKBZxujAc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umKBZxujAc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umKBZxujAc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umKBZxujAc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umKBZxujAc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umKBZxujAc .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-umKBZxujAc .opacityScroll {
  background: #ffffff !important;
}
.cid-umKBZxujAc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umKBZxujAc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umKBZxujAc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umKBZxujAc .navbar {
    height: 70px;
  }
  .cid-umKBZxujAc .navbar.opened {
    height: auto;
  }
  .cid-umKBZxujAc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umKBZxujAc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umKBZxujAc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umKBZxujAc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umKBZxujAc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umKBZxujAc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umKBZxujAc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umKBZxujAc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umKBZxujAc .navbar-brand {
    margin-right: auto;
  }
  .cid-umKBZxujAc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-umKBZxujAc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umKBZxujAc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umKBZxujAc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umKBZxujAc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umKBZxujAc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umKBZxujAc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umKBZxujAc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umKBZxujAc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umKBZxujAc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umKBZxujAc .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umKBZxujAc .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umKBZxujAc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umKBZy2ak4 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-umKBZy2ak4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKBZy2ak4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKBZy2ak4 .row {
  flex-direction: row-reverse;
}
.cid-umKBZy2ak4 .mbr-description {
  text-align: left;
}
.cid-umKBZy2ak4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umKBZy2ak4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umKBZy2ak4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-umKBZy2ak4 .card-title,
.cid-umKBZy2ak4 .iconfont-wrapper {
  color: #000000;
}
.cid-umKBZy2ak4 .card-text {
  color: #000000;
}
.cid-umKBZy2ak4 .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-umKBZy2ak4 .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-umKBZy2ak4 .mbr-text,
.cid-umKBZy2ak4 .mbr-section-btn {
  text-align: center;
}
.cid-umKBZy2ak4 .card-text,
.cid-umKBZy2ak4 .item .mbr-section-btn {
  text-align: left;
}
.cid-umKBZy2ak4 .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umKBZy2ak4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKBZyq8MJ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umKBZyq8MJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKBZyq8MJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKBZyq8MJ .row {
  flex-direction: row-reverse;
}
.cid-umKBZyq8MJ .mbr-description {
  text-align: left;
}
.cid-umKBZyq8MJ .item-wrapper {
  background: #e9f4ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umKBZyq8MJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umKBZyq8MJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-umKBZyq8MJ .card-title,
.cid-umKBZyq8MJ .iconfont-wrapper {
  color: #000000;
}
.cid-umKBZyq8MJ .card-text {
  color: #000000;
}
.cid-umKBZyq8MJ .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-umKBZyq8MJ .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-umKBZyq8MJ .mbr-text,
.cid-umKBZyq8MJ .mbr-section-btn {
  text-align: center;
}
.cid-umKBZyq8MJ .card-text,
.cid-umKBZyq8MJ .item .mbr-section-btn {
  text-align: left;
}
.cid-umKBZyq8MJ .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umKBZyq8MJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKBZySbsR {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-umKBZySbsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKBZySbsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKBZySbsR .row {
  flex-direction: row-reverse;
}
.cid-umKBZySbsR .mbr-description {
  text-align: left;
}
.cid-umKBZySbsR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umKBZySbsR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umKBZySbsR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-umKBZySbsR .card-title,
.cid-umKBZySbsR .iconfont-wrapper {
  color: #000000;
}
.cid-umKBZySbsR .card-text {
  color: #000000;
}
.cid-umKBZySbsR .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-umKBZySbsR .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-umKBZySbsR .mbr-text,
.cid-umKBZySbsR .mbr-section-btn {
  text-align: center;
}
.cid-umKBZySbsR .card-text,
.cid-umKBZySbsR .item .mbr-section-btn {
  text-align: left;
}
.cid-umKBZySbsR .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umKBZySbsR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKJg1bAFc {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umKJg1bAFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKJg1bAFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKJg1bAFc .row {
  flex-direction: row-reverse;
}
.cid-umKJg1bAFc .mbr-description {
  text-align: left;
}
.cid-umKJg1bAFc .item-wrapper {
  background: #e9f4ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umKJg1bAFc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umKJg1bAFc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-umKJg1bAFc .card-title,
.cid-umKJg1bAFc .iconfont-wrapper {
  color: #000000;
}
.cid-umKJg1bAFc .card-text {
  color: #000000;
}
.cid-umKJg1bAFc .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-umKJg1bAFc .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-umKJg1bAFc .mbr-text,
.cid-umKJg1bAFc .mbr-section-btn {
  text-align: center;
}
.cid-umKJg1bAFc .card-text,
.cid-umKJg1bAFc .item .mbr-section-btn {
  text-align: left;
}
.cid-umKJg1bAFc .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umKJg1bAFc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKKRX09Lg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e9f4ff;
}
.cid-umKKRX09Lg .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKKRX09Lg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKKRX09Lg .row {
  flex-direction: row-reverse;
}
.cid-umKBZzjgmo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-umKBZzjgmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKBZzjgmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKBZzjgmo .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-umKBZzjgmo .footer-col {
    flex-direction: column;
  }
}
.cid-umKBZzjgmo .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umKBZzjgmo .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-umKBZzjgmo .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-umKBZzjgmo .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-umKBZzjgmo .mbr-section-btn {
    text-align: center;
  }
}
.cid-umKBZzjgmo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umKBZzjgmo .soc-item {
  margin: 8px;
}
.cid-umKBZzjgmo .soc-item a:hover .mbr-iconfont,
.cid-umKBZzjgmo .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-umKBZzjgmo .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2d5a83;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-umKBZzjgmo .row {
    text-align: center;
  }
  .cid-umKBZzjgmo .social-row {
    justify-content: center;
  }
}
.cid-umKBZzjgmo .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-umKBZzjgmo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umKBZzjgmo .list {
    margin-bottom: 0rem;
  }
}
.cid-umKBZzjgmo .mbr-text {
  color: #bbbbbb;
}
.cid-umKBZzjgmo .mbr-section-subtitle {
  color: #000000;
}
.cid-umKBZzjgmo .list,
.cid-umKBZzjgmo .item-wrap {
  color: #232323;
}
.cid-umKBZzjgmo .copyright {
  color: #000000;
}
.cid-umKEjK021e {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umKEjK021e .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;
}
@media (max-width: 767px) {
  .cid-umKEjK021e .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umKEjK021e .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umKEjK021e .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umKEjK021e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umKEjK021e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umKEjK021e .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umKEjK021e .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umKEjK021e .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umKEjK021e .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umKEjK021e .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umKEjK021e .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umKEjK021e .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umKEjK021e .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umKEjK021e .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umKEjK021e .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umKEjK021e .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umKEjK021e .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umKEjK021e .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umKEjK021e .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umKEjK021e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umKEjK021e .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umKEjK021e .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umKEjK021e .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umKEjK021e .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umKEjK021e .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-umKEjK021e .nav-item:focus,
.cid-umKEjK021e .nav-link:focus {
  outline: none;
}
.cid-umKEjK021e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umKEjK021e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umKEjK021e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umKEjK021e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umKEjK021e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umKEjK021e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umKEjK021e .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umKEjK021e .navbar.opened {
  transition: all 0.25s;
}
.cid-umKEjK021e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umKEjK021e .navbar .navbar-logo img {
  width: auto;
}
.cid-umKEjK021e .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umKEjK021e .navbar.collapsed {
  justify-content: center;
}
.cid-umKEjK021e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umKEjK021e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umKEjK021e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umKEjK021e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umKEjK021e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umKEjK021e .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-umKEjK021e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umKEjK021e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umKEjK021e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umKEjK021e .navbar {
    min-height: 72px;
  }
  .cid-umKEjK021e .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umKEjK021e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umKEjK021e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umKEjK021e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umKEjK021e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umKEjK021e .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-umKEjK021e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umKEjK021e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umKEjK021e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umKEjK021e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umKEjK021e .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umKEjK021e .dropdown-item.active,
.cid-umKEjK021e .dropdown-item:active {
  background-color: transparent;
}
.cid-umKEjK021e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umKEjK021e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umKEjK021e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umKEjK021e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umKEjK021e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umKEjK021e .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umKEjK021e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umKEjK021e .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umKEjK021e .navbar-buttons {
    text-align: left;
  }
}
.cid-umKEjK021e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umKEjK021e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2d5a83;
}
.cid-umKEjK021e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umKEjK021e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umKEjK021e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umKEjK021e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umKEjK021e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umKEjK021e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umKEjK021e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umKEjK021e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umKEjK021e .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-umKEjK021e .opacityScroll {
  background: #ffffff !important;
}
.cid-umKEjK021e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umKEjK021e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umKEjK021e .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umKEjK021e .navbar {
    height: 70px;
  }
  .cid-umKEjK021e .navbar.opened {
    height: auto;
  }
  .cid-umKEjK021e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umKEjK021e .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umKEjK021e .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umKEjK021e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umKEjK021e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umKEjK021e .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umKEjK021e .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umKEjK021e .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umKEjK021e .navbar-brand {
    margin-right: auto;
  }
  .cid-umKEjK021e .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-umKEjK021e .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umKEjK021e .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umKEjK021e .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umKEjK021e .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umKEjK021e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umKEjK021e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umKEjK021e .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umKEjK021e .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umKEjK021e .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umKEjK021e .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umKEjK021e .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umKEjK021e .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umKEjKysXA {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-umKEjKysXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKEjKysXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKEjKysXA .row {
  flex-direction: row-reverse;
}
.cid-umKEjKysXA .mbr-description {
  text-align: left;
}
.cid-umKEjKysXA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umKEjKysXA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umKEjKysXA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-umKEjKysXA .card-title,
.cid-umKEjKysXA .iconfont-wrapper {
  color: #000000;
}
.cid-umKEjKysXA .card-text {
  color: #000000;
}
.cid-umKEjKysXA .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-umKEjKysXA .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-umKEjKysXA .mbr-text,
.cid-umKEjKysXA .mbr-section-btn {
  text-align: center;
}
.cid-umKEjKysXA .card-text,
.cid-umKEjKysXA .item .mbr-section-btn {
  text-align: left;
}
.cid-umKEjKysXA .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umKEjKysXA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKP6zztul {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umKP6zztul .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKP6zztul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKP6zztul .row {
  flex-direction: row-reverse;
}
.cid-umKP6zztul .mbr-description {
  text-align: left;
}
.cid-umKP6zztul .item-wrapper {
  background: #e9f4ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umKP6zztul .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umKP6zztul .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-umKP6zztul .card-title,
.cid-umKP6zztul .iconfont-wrapper {
  color: #000000;
}
.cid-umKP6zztul .card-text {
  color: #000000;
}
.cid-umKP6zztul .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-umKP6zztul .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-umKP6zztul .mbr-text,
.cid-umKP6zztul .mbr-section-btn {
  text-align: center;
}
.cid-umKP6zztul .card-text,
.cid-umKP6zztul .item .mbr-section-btn {
  text-align: left;
}
.cid-umKP6zztul .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umKP6zztul .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKR5qLHXP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e9f4ff;
}
.cid-umKR5qLHXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKR5qLHXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKR5qLHXP .row {
  flex-direction: row-reverse;
}
.cid-umKEjLLuzK {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-umKEjLLuzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKEjLLuzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKEjLLuzK .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-umKEjLLuzK .footer-col {
    flex-direction: column;
  }
}
.cid-umKEjLLuzK .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umKEjLLuzK .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-umKEjLLuzK .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-umKEjLLuzK .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-umKEjLLuzK .mbr-section-btn {
    text-align: center;
  }
}
.cid-umKEjLLuzK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umKEjLLuzK .soc-item {
  margin: 8px;
}
.cid-umKEjLLuzK .soc-item a:hover .mbr-iconfont,
.cid-umKEjLLuzK .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-umKEjLLuzK .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2d5a83;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-umKEjLLuzK .row {
    text-align: center;
  }
  .cid-umKEjLLuzK .social-row {
    justify-content: center;
  }
}
.cid-umKEjLLuzK .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-umKEjLLuzK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umKEjLLuzK .list {
    margin-bottom: 0rem;
  }
}
.cid-umKEjLLuzK .mbr-text {
  color: #bbbbbb;
}
.cid-umKEjLLuzK .mbr-section-subtitle {
  color: #000000;
}
.cid-umKEjLLuzK .list,
.cid-umKEjLLuzK .item-wrap {
  color: #232323;
}
.cid-umKEjLLuzK .copyright {
  color: #000000;
}
.cid-umKGPrM6kq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umKGPrM6kq .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;
}
@media (max-width: 767px) {
  .cid-umKGPrM6kq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umKGPrM6kq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umKGPrM6kq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umKGPrM6kq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umKGPrM6kq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umKGPrM6kq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umKGPrM6kq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umKGPrM6kq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umKGPrM6kq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umKGPrM6kq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umKGPrM6kq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umKGPrM6kq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umKGPrM6kq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umKGPrM6kq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umKGPrM6kq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umKGPrM6kq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umKGPrM6kq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umKGPrM6kq .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umKGPrM6kq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umKGPrM6kq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umKGPrM6kq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umKGPrM6kq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umKGPrM6kq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umKGPrM6kq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umKGPrM6kq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-umKGPrM6kq .nav-item:focus,
.cid-umKGPrM6kq .nav-link:focus {
  outline: none;
}
.cid-umKGPrM6kq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umKGPrM6kq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umKGPrM6kq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umKGPrM6kq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umKGPrM6kq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umKGPrM6kq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umKGPrM6kq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umKGPrM6kq .navbar.opened {
  transition: all 0.25s;
}
.cid-umKGPrM6kq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umKGPrM6kq .navbar .navbar-logo img {
  width: auto;
}
.cid-umKGPrM6kq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umKGPrM6kq .navbar.collapsed {
  justify-content: center;
}
.cid-umKGPrM6kq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umKGPrM6kq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umKGPrM6kq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umKGPrM6kq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umKGPrM6kq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umKGPrM6kq .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-umKGPrM6kq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umKGPrM6kq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umKGPrM6kq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umKGPrM6kq .navbar {
    min-height: 72px;
  }
  .cid-umKGPrM6kq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umKGPrM6kq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umKGPrM6kq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umKGPrM6kq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umKGPrM6kq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umKGPrM6kq .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-umKGPrM6kq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umKGPrM6kq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umKGPrM6kq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umKGPrM6kq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umKGPrM6kq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umKGPrM6kq .dropdown-item.active,
.cid-umKGPrM6kq .dropdown-item:active {
  background-color: transparent;
}
.cid-umKGPrM6kq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umKGPrM6kq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umKGPrM6kq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umKGPrM6kq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umKGPrM6kq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umKGPrM6kq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umKGPrM6kq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umKGPrM6kq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umKGPrM6kq .navbar-buttons {
    text-align: left;
  }
}
.cid-umKGPrM6kq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umKGPrM6kq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2d5a83;
}
.cid-umKGPrM6kq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umKGPrM6kq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umKGPrM6kq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umKGPrM6kq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umKGPrM6kq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umKGPrM6kq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umKGPrM6kq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umKGPrM6kq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umKGPrM6kq .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-umKGPrM6kq .opacityScroll {
  background: #ffffff !important;
}
.cid-umKGPrM6kq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umKGPrM6kq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umKGPrM6kq .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umKGPrM6kq .navbar {
    height: 70px;
  }
  .cid-umKGPrM6kq .navbar.opened {
    height: auto;
  }
  .cid-umKGPrM6kq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umKGPrM6kq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umKGPrM6kq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umKGPrM6kq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umKGPrM6kq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umKGPrM6kq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umKGPrM6kq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umKGPrM6kq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umKGPrM6kq .navbar-brand {
    margin-right: auto;
  }
  .cid-umKGPrM6kq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-umKGPrM6kq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umKGPrM6kq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umKGPrM6kq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umKGPrM6kq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umKGPrM6kq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umKGPrM6kq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umKGPrM6kq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umKGPrM6kq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umKGPrM6kq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umKGPrM6kq .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umKGPrM6kq .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umKGPrM6kq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umKGPstbzC {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-umKGPstbzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKGPstbzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKGPstbzC .row {
  flex-direction: row-reverse;
}
.cid-umKGPstbzC .mbr-description {
  text-align: left;
}
.cid-umKGPstbzC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umKGPstbzC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umKGPstbzC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-umKGPstbzC .card-title,
.cid-umKGPstbzC .iconfont-wrapper {
  color: #000000;
}
.cid-umKGPstbzC .card-text {
  color: #000000;
}
.cid-umKGPstbzC .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-umKGPstbzC .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-umKGPstbzC .mbr-text,
.cid-umKGPstbzC .mbr-section-btn {
  text-align: center;
}
.cid-umKGPstbzC .card-text,
.cid-umKGPstbzC .item .mbr-section-btn {
  text-align: left;
}
.cid-umKGPstbzC .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umKGPstbzC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKPEbmfvX {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umKPEbmfvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKPEbmfvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKPEbmfvX .row {
  flex-direction: row-reverse;
}
.cid-umKPEbmfvX .mbr-description {
  text-align: left;
}
.cid-umKPEbmfvX .item-wrapper {
  background: #e9f4ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umKPEbmfvX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umKPEbmfvX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-umKPEbmfvX .card-title,
.cid-umKPEbmfvX .iconfont-wrapper {
  color: #000000;
}
.cid-umKPEbmfvX .card-text {
  color: #000000;
}
.cid-umKPEbmfvX .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-umKPEbmfvX .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-umKPEbmfvX .mbr-text,
.cid-umKPEbmfvX .mbr-section-btn {
  text-align: center;
}
.cid-umKPEbmfvX .card-text,
.cid-umKPEbmfvX .item .mbr-section-btn {
  text-align: left;
}
.cid-umKPEbmfvX .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umKPEbmfvX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKQ6HSgO6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e9f4ff;
}
.cid-umKQ6HSgO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKQ6HSgO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKQ6HSgO6 .row {
  flex-direction: row-reverse;
}
.cid-umKGPsRTew {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-umKGPsRTew .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKGPsRTew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKGPsRTew .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-umKGPsRTew .footer-col {
    flex-direction: column;
  }
}
.cid-umKGPsRTew .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umKGPsRTew .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-umKGPsRTew .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-umKGPsRTew .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-umKGPsRTew .mbr-section-btn {
    text-align: center;
  }
}
.cid-umKGPsRTew .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umKGPsRTew .soc-item {
  margin: 8px;
}
.cid-umKGPsRTew .soc-item a:hover .mbr-iconfont,
.cid-umKGPsRTew .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-umKGPsRTew .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2d5a83;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-umKGPsRTew .row {
    text-align: center;
  }
  .cid-umKGPsRTew .social-row {
    justify-content: center;
  }
}
.cid-umKGPsRTew .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-umKGPsRTew .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umKGPsRTew .list {
    margin-bottom: 0rem;
  }
}
.cid-umKGPsRTew .mbr-text {
  color: #bbbbbb;
}
.cid-umKGPsRTew .mbr-section-subtitle {
  color: #000000;
}
.cid-umKGPsRTew .list,
.cid-umKGPsRTew .item-wrap {
  color: #232323;
}
.cid-umKGPsRTew .copyright {
  color: #000000;
}
.cid-umKGHDjKKD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umKGHDjKKD .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;
}
@media (max-width: 767px) {
  .cid-umKGHDjKKD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umKGHDjKKD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umKGHDjKKD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umKGHDjKKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umKGHDjKKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umKGHDjKKD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umKGHDjKKD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umKGHDjKKD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umKGHDjKKD .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umKGHDjKKD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umKGHDjKKD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umKGHDjKKD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umKGHDjKKD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umKGHDjKKD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umKGHDjKKD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umKGHDjKKD .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umKGHDjKKD .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umKGHDjKKD .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umKGHDjKKD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umKGHDjKKD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umKGHDjKKD .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umKGHDjKKD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umKGHDjKKD .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umKGHDjKKD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umKGHDjKKD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-umKGHDjKKD .nav-item:focus,
.cid-umKGHDjKKD .nav-link:focus {
  outline: none;
}
.cid-umKGHDjKKD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umKGHDjKKD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umKGHDjKKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umKGHDjKKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umKGHDjKKD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umKGHDjKKD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umKGHDjKKD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umKGHDjKKD .navbar.opened {
  transition: all 0.25s;
}
.cid-umKGHDjKKD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umKGHDjKKD .navbar .navbar-logo img {
  width: auto;
}
.cid-umKGHDjKKD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umKGHDjKKD .navbar.collapsed {
  justify-content: center;
}
.cid-umKGHDjKKD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umKGHDjKKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umKGHDjKKD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umKGHDjKKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umKGHDjKKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umKGHDjKKD .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-umKGHDjKKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umKGHDjKKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umKGHDjKKD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umKGHDjKKD .navbar {
    min-height: 72px;
  }
  .cid-umKGHDjKKD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umKGHDjKKD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umKGHDjKKD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umKGHDjKKD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umKGHDjKKD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umKGHDjKKD .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-umKGHDjKKD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umKGHDjKKD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umKGHDjKKD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umKGHDjKKD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umKGHDjKKD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umKGHDjKKD .dropdown-item.active,
.cid-umKGHDjKKD .dropdown-item:active {
  background-color: transparent;
}
.cid-umKGHDjKKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umKGHDjKKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umKGHDjKKD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umKGHDjKKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umKGHDjKKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umKGHDjKKD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umKGHDjKKD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umKGHDjKKD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umKGHDjKKD .navbar-buttons {
    text-align: left;
  }
}
.cid-umKGHDjKKD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umKGHDjKKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2d5a83;
}
.cid-umKGHDjKKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umKGHDjKKD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umKGHDjKKD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umKGHDjKKD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umKGHDjKKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umKGHDjKKD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umKGHDjKKD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umKGHDjKKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umKGHDjKKD .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-umKGHDjKKD .opacityScroll {
  background: #ffffff !important;
}
.cid-umKGHDjKKD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umKGHDjKKD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umKGHDjKKD .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umKGHDjKKD .navbar {
    height: 70px;
  }
  .cid-umKGHDjKKD .navbar.opened {
    height: auto;
  }
  .cid-umKGHDjKKD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umKGHDjKKD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umKGHDjKKD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umKGHDjKKD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umKGHDjKKD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umKGHDjKKD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umKGHDjKKD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umKGHDjKKD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umKGHDjKKD .navbar-brand {
    margin-right: auto;
  }
  .cid-umKGHDjKKD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-umKGHDjKKD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umKGHDjKKD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umKGHDjKKD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umKGHDjKKD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umKGHDjKKD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umKGHDjKKD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umKGHDjKKD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umKGHDjKKD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umKGHDjKKD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umKGHDjKKD .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umKGHDjKKD .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umKGHDjKKD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umKGHDWTce {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-umKGHDWTce .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKGHDWTce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKGHDWTce .row {
  flex-direction: row-reverse;
}
.cid-umKGHDWTce .mbr-description {
  text-align: left;
}
.cid-umKGHDWTce .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umKGHDWTce .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umKGHDWTce .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-umKGHDWTce .card-title,
.cid-umKGHDWTce .iconfont-wrapper {
  color: #000000;
}
.cid-umKGHDWTce .card-text {
  color: #000000;
}
.cid-umKGHDWTce .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-umKGHDWTce .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-umKGHDWTce .mbr-text,
.cid-umKGHDWTce .mbr-section-btn {
  text-align: center;
}
.cid-umKGHDWTce .card-text,
.cid-umKGHDWTce .item .mbr-section-btn {
  text-align: left;
}
.cid-umKGHDWTce .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umKGHDWTce .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKQbWu59K {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umKQbWu59K .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKQbWu59K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKQbWu59K .row {
  flex-direction: row-reverse;
}
.cid-umKQbWu59K .mbr-description {
  text-align: left;
}
.cid-umKQbWu59K .item-wrapper {
  background: #e9f4ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umKQbWu59K .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umKQbWu59K .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-umKQbWu59K .card-title,
.cid-umKQbWu59K .iconfont-wrapper {
  color: #000000;
}
.cid-umKQbWu59K .card-text {
  color: #000000;
}
.cid-umKQbWu59K .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-umKQbWu59K .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-umKQbWu59K .mbr-text,
.cid-umKQbWu59K .mbr-section-btn {
  text-align: center;
}
.cid-umKQbWu59K .card-text,
.cid-umKQbWu59K .item .mbr-section-btn {
  text-align: left;
}
.cid-umKQbWu59K .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umKQbWu59K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKQaMin8B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e9f4ff;
}
.cid-umKQaMin8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKQaMin8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKQaMin8B .row {
  flex-direction: row-reverse;
}
.cid-umKGHEmMEo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-umKGHEmMEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKGHEmMEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKGHEmMEo .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-umKGHEmMEo .footer-col {
    flex-direction: column;
  }
}
.cid-umKGHEmMEo .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umKGHEmMEo .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-umKGHEmMEo .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-umKGHEmMEo .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-umKGHEmMEo .mbr-section-btn {
    text-align: center;
  }
}
.cid-umKGHEmMEo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umKGHEmMEo .soc-item {
  margin: 8px;
}
.cid-umKGHEmMEo .soc-item a:hover .mbr-iconfont,
.cid-umKGHEmMEo .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-umKGHEmMEo .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2d5a83;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-umKGHEmMEo .row {
    text-align: center;
  }
  .cid-umKGHEmMEo .social-row {
    justify-content: center;
  }
}
.cid-umKGHEmMEo .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-umKGHEmMEo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umKGHEmMEo .list {
    margin-bottom: 0rem;
  }
}
.cid-umKGHEmMEo .mbr-text {
  color: #bbbbbb;
}
.cid-umKGHEmMEo .mbr-section-subtitle {
  color: #000000;
}
.cid-umKGHEmMEo .list,
.cid-umKGHEmMEo .item-wrap {
  color: #232323;
}
.cid-umKGHEmMEo .copyright {
  color: #000000;
}
.cid-uvA3pe8hHU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvA3pe8hHU .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;
}
@media (max-width: 767px) {
  .cid-uvA3pe8hHU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvA3pe8hHU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvA3pe8hHU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uvA3pe8hHU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvA3pe8hHU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvA3pe8hHU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uvA3pe8hHU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uvA3pe8hHU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uvA3pe8hHU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvA3pe8hHU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvA3pe8hHU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvA3pe8hHU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uvA3pe8hHU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvA3pe8hHU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvA3pe8hHU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvA3pe8hHU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvA3pe8hHU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uvA3pe8hHU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvA3pe8hHU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvA3pe8hHU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uvA3pe8hHU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uvA3pe8hHU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvA3pe8hHU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uvA3pe8hHU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvA3pe8hHU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uvA3pe8hHU .nav-item:focus,
.cid-uvA3pe8hHU .nav-link:focus {
  outline: none;
}
.cid-uvA3pe8hHU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvA3pe8hHU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvA3pe8hHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvA3pe8hHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvA3pe8hHU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvA3pe8hHU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvA3pe8hHU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uvA3pe8hHU .navbar.opened {
  transition: all 0.25s;
}
.cid-uvA3pe8hHU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvA3pe8hHU .navbar .navbar-logo img {
  width: auto;
}
.cid-uvA3pe8hHU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvA3pe8hHU .navbar.collapsed {
  justify-content: center;
}
.cid-uvA3pe8hHU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvA3pe8hHU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvA3pe8hHU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uvA3pe8hHU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvA3pe8hHU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvA3pe8hHU .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-uvA3pe8hHU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvA3pe8hHU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvA3pe8hHU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvA3pe8hHU .navbar {
    min-height: 72px;
  }
  .cid-uvA3pe8hHU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvA3pe8hHU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvA3pe8hHU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvA3pe8hHU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvA3pe8hHU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvA3pe8hHU .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-uvA3pe8hHU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvA3pe8hHU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvA3pe8hHU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvA3pe8hHU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvA3pe8hHU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvA3pe8hHU .dropdown-item.active,
.cid-uvA3pe8hHU .dropdown-item:active {
  background-color: transparent;
}
.cid-uvA3pe8hHU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvA3pe8hHU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvA3pe8hHU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvA3pe8hHU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvA3pe8hHU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvA3pe8hHU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvA3pe8hHU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvA3pe8hHU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvA3pe8hHU .navbar-buttons {
    text-align: left;
  }
}
.cid-uvA3pe8hHU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvA3pe8hHU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2d5a83;
}
.cid-uvA3pe8hHU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvA3pe8hHU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvA3pe8hHU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvA3pe8hHU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvA3pe8hHU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvA3pe8hHU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvA3pe8hHU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvA3pe8hHU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvA3pe8hHU .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-uvA3pe8hHU .opacityScroll {
  background: #ffffff !important;
}
.cid-uvA3pe8hHU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvA3pe8hHU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvA3pe8hHU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvA3pe8hHU .navbar {
    height: 70px;
  }
  .cid-uvA3pe8hHU .navbar.opened {
    height: auto;
  }
  .cid-uvA3pe8hHU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvA3pe8hHU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvA3pe8hHU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvA3pe8hHU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvA3pe8hHU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uvA3pe8hHU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvA3pe8hHU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvA3pe8hHU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvA3pe8hHU .navbar-brand {
    margin-right: auto;
  }
  .cid-uvA3pe8hHU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uvA3pe8hHU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvA3pe8hHU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvA3pe8hHU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvA3pe8hHU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvA3pe8hHU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvA3pe8hHU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uvA3pe8hHU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvA3pe8hHU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvA3pe8hHU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvA3pe8hHU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uvA3pe8hHU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uvA3pe8hHU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uwrvmlKbRP {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uwrvmlKbRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwrvmlKbRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwrvmlKbRP .row {
  flex-direction: row-reverse;
}
.cid-uwrvmlKbRP .mbr-description {
  text-align: left;
}
.cid-uwrvmlKbRP .item-wrapper {
  background: #e9f4ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uwrvmlKbRP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uwrvmlKbRP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uwrvmlKbRP .card-title,
.cid-uwrvmlKbRP .iconfont-wrapper {
  color: #000000;
}
.cid-uwrvmlKbRP .card-text {
  color: #000000;
}
.cid-uwrvmlKbRP .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-uwrvmlKbRP .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-uwrvmlKbRP .mbr-text,
.cid-uwrvmlKbRP .mbr-section-btn {
  text-align: center;
}
.cid-uwrvmlKbRP .card-text,
.cid-uwrvmlKbRP .item .mbr-section-btn {
  text-align: left;
}
.cid-uwrvmlKbRP .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwrvmlKbRP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwryKd9mYL {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uwryKd9mYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwryKd9mYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwryKd9mYL .row {
  flex-direction: row-reverse;
}
.cid-uwryKd9mYL .mbr-description {
  text-align: left;
}
.cid-uwryKd9mYL .item-wrapper {
  background: #e9f4ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uwryKd9mYL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uwryKd9mYL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uwryKd9mYL .card-title,
.cid-uwryKd9mYL .iconfont-wrapper {
  color: #000000;
}
.cid-uwryKd9mYL .card-text {
  color: #000000;
}
.cid-uwryKd9mYL .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-uwryKd9mYL .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-uwryKd9mYL .mbr-text,
.cid-uwryKd9mYL .mbr-section-btn {
  text-align: center;
}
.cid-uwryKd9mYL .card-text,
.cid-uwryKd9mYL .item .mbr-section-btn {
  text-align: left;
}
.cid-uwryKd9mYL .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwryKd9mYL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwscHLPDqk {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uwscHLPDqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwscHLPDqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwscHLPDqk .row {
  flex-direction: row-reverse;
}
.cid-uwscHLPDqk .mbr-description {
  text-align: left;
}
.cid-uwscHLPDqk .item-wrapper {
  background: #e9f4ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uwscHLPDqk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uwscHLPDqk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uwscHLPDqk .card-title,
.cid-uwscHLPDqk .iconfont-wrapper {
  color: #000000;
}
.cid-uwscHLPDqk .card-text {
  color: #000000;
}
.cid-uwscHLPDqk .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-uwscHLPDqk .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-uwscHLPDqk .mbr-text,
.cid-uwscHLPDqk .mbr-section-btn {
  text-align: center;
}
.cid-uwscHLPDqk .card-text,
.cid-uwscHLPDqk .item .mbr-section-btn {
  text-align: left;
}
.cid-uwscHLPDqk .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwscHLPDqk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvA3pfUL9D {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvA3pfUL9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvA3pfUL9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvA3pfUL9D .row {
  flex-direction: row-reverse;
}
.cid-uvA3pfUL9D .mbr-description {
  text-align: left;
}
.cid-uvA3pfUL9D .item-wrapper {
  background: #e9f4ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uvA3pfUL9D .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvA3pfUL9D .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uvA3pfUL9D .card-title,
.cid-uvA3pfUL9D .iconfont-wrapper {
  color: #000000;
}
.cid-uvA3pfUL9D .card-text {
  color: #000000;
}
.cid-uvA3pfUL9D .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-uvA3pfUL9D .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-uvA3pfUL9D .mbr-text,
.cid-uvA3pfUL9D .mbr-section-btn {
  text-align: center;
}
.cid-uvA3pfUL9D .card-text,
.cid-uvA3pfUL9D .item .mbr-section-btn {
  text-align: left;
}
.cid-uvA3pfUL9D .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvA3pfUL9D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvA6eMwyIn {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvA6eMwyIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvA6eMwyIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvA6eMwyIn .row {
  flex-direction: row-reverse;
}
.cid-uvA6eMwyIn .mbr-description {
  text-align: left;
}
.cid-uvA6eMwyIn .item-wrapper {
  background: #e9f4ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uvA6eMwyIn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvA6eMwyIn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uvA6eMwyIn .card-title,
.cid-uvA6eMwyIn .iconfont-wrapper {
  color: #000000;
}
.cid-uvA6eMwyIn .card-text {
  color: #000000;
}
.cid-uvA6eMwyIn .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-uvA6eMwyIn .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-uvA6eMwyIn .mbr-text,
.cid-uvA6eMwyIn .mbr-section-btn {
  text-align: center;
}
.cid-uvA6eMwyIn .card-text,
.cid-uvA6eMwyIn .item .mbr-section-btn {
  text-align: left;
}
.cid-uvA6eMwyIn .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvA6eMwyIn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvA3ph99GS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e9f4ff;
}
.cid-uvA3ph99GS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvA3ph99GS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvA3ph99GS .row {
  flex-direction: row-reverse;
}
.cid-uvA3phF03s {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-uvA3phF03s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvA3phF03s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvA3phF03s .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvA3phF03s .footer-col {
    flex-direction: column;
  }
}
.cid-uvA3phF03s .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvA3phF03s .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvA3phF03s .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvA3phF03s .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvA3phF03s .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvA3phF03s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvA3phF03s .soc-item {
  margin: 8px;
}
.cid-uvA3phF03s .soc-item a:hover .mbr-iconfont,
.cid-uvA3phF03s .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvA3phF03s .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2d5a83;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvA3phF03s .row {
    text-align: center;
  }
  .cid-uvA3phF03s .social-row {
    justify-content: center;
  }
}
.cid-uvA3phF03s .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvA3phF03s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvA3phF03s .list {
    margin-bottom: 0rem;
  }
}
.cid-uvA3phF03s .mbr-text {
  color: #bbbbbb;
}
.cid-uvA3phF03s .mbr-section-subtitle {
  color: #000000;
}
.cid-uvA3phF03s .list,
.cid-uvA3phF03s .item-wrap {
  color: #232323;
}
.cid-uvA3phF03s .copyright {
  color: #000000;
}
.cid-uvA3w6PYUY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvA3w6PYUY .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;
}
@media (max-width: 767px) {
  .cid-uvA3w6PYUY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvA3w6PYUY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvA3w6PYUY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uvA3w6PYUY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvA3w6PYUY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvA3w6PYUY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uvA3w6PYUY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uvA3w6PYUY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uvA3w6PYUY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvA3w6PYUY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvA3w6PYUY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvA3w6PYUY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uvA3w6PYUY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvA3w6PYUY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvA3w6PYUY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvA3w6PYUY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvA3w6PYUY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uvA3w6PYUY .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvA3w6PYUY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvA3w6PYUY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uvA3w6PYUY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uvA3w6PYUY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvA3w6PYUY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uvA3w6PYUY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvA3w6PYUY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uvA3w6PYUY .nav-item:focus,
.cid-uvA3w6PYUY .nav-link:focus {
  outline: none;
}
.cid-uvA3w6PYUY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvA3w6PYUY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvA3w6PYUY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvA3w6PYUY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvA3w6PYUY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvA3w6PYUY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvA3w6PYUY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uvA3w6PYUY .navbar.opened {
  transition: all 0.25s;
}
.cid-uvA3w6PYUY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvA3w6PYUY .navbar .navbar-logo img {
  width: auto;
}
.cid-uvA3w6PYUY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvA3w6PYUY .navbar.collapsed {
  justify-content: center;
}
.cid-uvA3w6PYUY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvA3w6PYUY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvA3w6PYUY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uvA3w6PYUY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvA3w6PYUY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvA3w6PYUY .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-uvA3w6PYUY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvA3w6PYUY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvA3w6PYUY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvA3w6PYUY .navbar {
    min-height: 72px;
  }
  .cid-uvA3w6PYUY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvA3w6PYUY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvA3w6PYUY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvA3w6PYUY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvA3w6PYUY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvA3w6PYUY .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-uvA3w6PYUY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvA3w6PYUY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvA3w6PYUY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvA3w6PYUY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvA3w6PYUY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvA3w6PYUY .dropdown-item.active,
.cid-uvA3w6PYUY .dropdown-item:active {
  background-color: transparent;
}
.cid-uvA3w6PYUY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvA3w6PYUY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvA3w6PYUY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvA3w6PYUY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvA3w6PYUY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvA3w6PYUY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvA3w6PYUY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvA3w6PYUY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvA3w6PYUY .navbar-buttons {
    text-align: left;
  }
}
.cid-uvA3w6PYUY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvA3w6PYUY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2d5a83;
}
.cid-uvA3w6PYUY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvA3w6PYUY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvA3w6PYUY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvA3w6PYUY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvA3w6PYUY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvA3w6PYUY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvA3w6PYUY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvA3w6PYUY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvA3w6PYUY .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-uvA3w6PYUY .opacityScroll {
  background: #ffffff !important;
}
.cid-uvA3w6PYUY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvA3w6PYUY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvA3w6PYUY .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvA3w6PYUY .navbar {
    height: 70px;
  }
  .cid-uvA3w6PYUY .navbar.opened {
    height: auto;
  }
  .cid-uvA3w6PYUY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvA3w6PYUY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvA3w6PYUY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvA3w6PYUY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvA3w6PYUY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uvA3w6PYUY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvA3w6PYUY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvA3w6PYUY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvA3w6PYUY .navbar-brand {
    margin-right: auto;
  }
  .cid-uvA3w6PYUY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uvA3w6PYUY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvA3w6PYUY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvA3w6PYUY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvA3w6PYUY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvA3w6PYUY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvA3w6PYUY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uvA3w6PYUY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvA3w6PYUY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvA3w6PYUY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvA3w6PYUY .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uvA3w6PYUY .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uvA3w6PYUY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvA3w8cEWp {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-uvA3w8cEWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvA3w8cEWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvA3w8cEWp .row {
  flex-direction: row-reverse;
}
.cid-uvA3w8cEWp .mbr-description {
  text-align: left;
}
.cid-uvA3w8cEWp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uvA3w8cEWp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvA3w8cEWp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uvA3w8cEWp .card-title,
.cid-uvA3w8cEWp .iconfont-wrapper {
  color: #000000;
}
.cid-uvA3w8cEWp .card-text {
  color: #000000;
}
.cid-uvA3w8cEWp .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-uvA3w8cEWp .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-uvA3w8cEWp .mbr-text,
.cid-uvA3w8cEWp .mbr-section-btn {
  text-align: center;
}
.cid-uvA3w8cEWp .card-text,
.cid-uvA3w8cEWp .item .mbr-section-btn {
  text-align: left;
}
.cid-uvA3w8cEWp .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvA3w8cEWp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwsdeSzBT1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-uwsdeSzBT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwsdeSzBT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwsdeSzBT1 .row {
  flex-direction: row-reverse;
}
.cid-uwsdeSzBT1 .mbr-description {
  text-align: left;
}
.cid-uwsdeSzBT1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uwsdeSzBT1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uwsdeSzBT1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uwsdeSzBT1 .card-title,
.cid-uwsdeSzBT1 .iconfont-wrapper {
  color: #000000;
}
.cid-uwsdeSzBT1 .card-text {
  color: #000000;
}
.cid-uwsdeSzBT1 .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-uwsdeSzBT1 .mbr-number {
  color: #2d5a83;
  text-align: left;
}
.cid-uwsdeSzBT1 .mbr-text,
.cid-uwsdeSzBT1 .mbr-section-btn {
  text-align: center;
}
.cid-uwsdeSzBT1 .card-text,
.cid-uwsdeSzBT1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uwsdeSzBT1 .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwsdeSzBT1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvA3wbd7b1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e9f4ff;
}
.cid-uvA3wbd7b1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvA3wbd7b1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvA3wbd7b1 .row {
  flex-direction: row-reverse;
}
.cid-uvA3wcCinM {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-uvA3wcCinM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvA3wcCinM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvA3wcCinM .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvA3wcCinM .footer-col {
    flex-direction: column;
  }
}
.cid-uvA3wcCinM .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvA3wcCinM .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvA3wcCinM .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvA3wcCinM .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvA3wcCinM .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvA3wcCinM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvA3wcCinM .soc-item {
  margin: 8px;
}
.cid-uvA3wcCinM .soc-item a:hover .mbr-iconfont,
.cid-uvA3wcCinM .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvA3wcCinM .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2d5a83;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvA3wcCinM .row {
    text-align: center;
  }
  .cid-uvA3wcCinM .social-row {
    justify-content: center;
  }
}
.cid-uvA3wcCinM .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvA3wcCinM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvA3wcCinM .list {
    margin-bottom: 0rem;
  }
}
.cid-uvA3wcCinM .mbr-text {
  color: #bbbbbb;
}
.cid-uvA3wcCinM .mbr-section-subtitle {
  color: #000000;
}
.cid-uvA3wcCinM .list,
.cid-uvA3wcCinM .item-wrap {
  color: #232323;
}
.cid-uvA3wcCinM .copyright {
  color: #000000;
}
.cid-umCUK4bTT5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umCUK4bTT5 .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;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umCUK4bTT5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umCUK4bTT5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umCUK4bTT5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umCUK4bTT5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umCUK4bTT5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umCUK4bTT5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umCUK4bTT5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umCUK4bTT5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umCUK4bTT5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umCUK4bTT5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umCUK4bTT5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umCUK4bTT5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umCUK4bTT5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-umCUK4bTT5 .nav-item:focus,
.cid-umCUK4bTT5 .nav-link:focus {
  outline: none;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umCUK4bTT5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umCUK4bTT5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umCUK4bTT5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umCUK4bTT5 .navbar.opened {
  transition: all 0.25s;
}
.cid-umCUK4bTT5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umCUK4bTT5 .navbar .navbar-logo img {
  width: auto;
}
.cid-umCUK4bTT5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umCUK4bTT5 .navbar.collapsed {
  justify-content: center;
}
.cid-umCUK4bTT5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umCUK4bTT5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umCUK4bTT5 .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-umCUK4bTT5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umCUK4bTT5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar {
    min-height: 72px;
  }
  .cid-umCUK4bTT5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umCUK4bTT5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umCUK4bTT5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umCUK4bTT5 .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-umCUK4bTT5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umCUK4bTT5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umCUK4bTT5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umCUK4bTT5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umCUK4bTT5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umCUK4bTT5 .dropdown-item.active,
.cid-umCUK4bTT5 .dropdown-item:active {
  background-color: transparent;
}
.cid-umCUK4bTT5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umCUK4bTT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umCUK4bTT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umCUK4bTT5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umCUK4bTT5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umCUK4bTT5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .navbar-buttons {
    text-align: left;
  }
}
.cid-umCUK4bTT5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2d5a83;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-umCUK4bTT5 .opacityScroll {
  background: #ffffff !important;
}
.cid-umCUK4bTT5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umCUK4bTT5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umCUK4bTT5 .navbar {
    height: 70px;
  }
  .cid-umCUK4bTT5 .navbar.opened {
    height: auto;
  }
  .cid-umCUK4bTT5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umCUK4bTT5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umCUK4bTT5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar-brand {
    margin-right: auto;
  }
  .cid-umCUK4bTT5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umCUK4bTT5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujNyKn70zP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujNyKn70zP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujNyKn70zP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujNyKn70zP .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujNyKn70zP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujNyKn70zP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujNyKn70zP .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujNyKn70zP .mbr-text,
.cid-ujNyKn70zP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujNyKn70zP .card-title,
.cid-ujNyKn70zP .card-box {
  text-align: left;
  color: #000000;
}
.cid-ujIFPIOrju {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-ujIFPIOrju .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujIFPIOrju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujIFPIOrju .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .footer-col {
    flex-direction: column;
  }
}
.cid-ujIFPIOrju .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujIFPIOrju .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujIFPIOrju .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .mbr-section-btn {
    text-align: center;
  }
}
.cid-ujIFPIOrju .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujIFPIOrju .soc-item {
  margin: 8px;
}
.cid-ujIFPIOrju .soc-item a:hover .mbr-iconfont,
.cid-ujIFPIOrju .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ujIFPIOrju .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2d5a83;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .row {
    text-align: center;
  }
  .cid-ujIFPIOrju .social-row {
    justify-content: center;
  }
}
.cid-ujIFPIOrju .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ujIFPIOrju .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujIFPIOrju .list {
    margin-bottom: 0rem;
  }
}
.cid-ujIFPIOrju .mbr-text {
  color: #bbbbbb;
}
.cid-ujIFPIOrju .mbr-section-subtitle {
  color: #000000;
}
.cid-ujIFPIOrju .list,
.cid-ujIFPIOrju .item-wrap {
  color: #232323;
}
.cid-ujIFPIOrju .copyright {
  color: #000000;
}
.cid-umCUK4bTT5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umCUK4bTT5 .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;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umCUK4bTT5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umCUK4bTT5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umCUK4bTT5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umCUK4bTT5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umCUK4bTT5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umCUK4bTT5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umCUK4bTT5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umCUK4bTT5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umCUK4bTT5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umCUK4bTT5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umCUK4bTT5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umCUK4bTT5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umCUK4bTT5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umCUK4bTT5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-umCUK4bTT5 .nav-item:focus,
.cid-umCUK4bTT5 .nav-link:focus {
  outline: none;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umCUK4bTT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umCUK4bTT5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umCUK4bTT5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umCUK4bTT5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-umCUK4bTT5 .navbar.opened {
  transition: all 0.25s;
}
.cid-umCUK4bTT5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umCUK4bTT5 .navbar .navbar-logo img {
  width: auto;
}
.cid-umCUK4bTT5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umCUK4bTT5 .navbar.collapsed {
  justify-content: center;
}
.cid-umCUK4bTT5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umCUK4bTT5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umCUK4bTT5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umCUK4bTT5 .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-umCUK4bTT5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umCUK4bTT5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umCUK4bTT5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar {
    min-height: 72px;
  }
  .cid-umCUK4bTT5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umCUK4bTT5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umCUK4bTT5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umCUK4bTT5 .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-umCUK4bTT5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umCUK4bTT5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umCUK4bTT5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umCUK4bTT5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umCUK4bTT5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umCUK4bTT5 .dropdown-item.active,
.cid-umCUK4bTT5 .dropdown-item:active {
  background-color: transparent;
}
.cid-umCUK4bTT5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umCUK4bTT5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umCUK4bTT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umCUK4bTT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umCUK4bTT5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umCUK4bTT5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umCUK4bTT5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .navbar-buttons {
    text-align: left;
  }
}
.cid-umCUK4bTT5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2d5a83;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umCUK4bTT5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umCUK4bTT5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umCUK4bTT5 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-umCUK4bTT5 .opacityScroll {
  background: #ffffff !important;
}
.cid-umCUK4bTT5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umCUK4bTT5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umCUK4bTT5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umCUK4bTT5 .navbar {
    height: 70px;
  }
  .cid-umCUK4bTT5 .navbar.opened {
    height: auto;
  }
  .cid-umCUK4bTT5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umCUK4bTT5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umCUK4bTT5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar-brand {
    margin-right: auto;
  }
  .cid-umCUK4bTT5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-umCUK4bTT5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umCUK4bTT5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umCUK4bTT5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-umCUK4bTT5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-umCUK4bTT5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvAykr8M4m {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #e9f4ff;
}
.cid-uvAykr8M4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvAykr8M4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvAykr8M4m .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvAykr8M4m .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvAykr8M4m .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uvAykr8M4m .content-head {
  max-width: 800px;
}
.cid-uvAxITlaNZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9f4ff;
}
.cid-uvAxITlaNZ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uvAxITlaNZ .panel-group {
  border: none;
}
.cid-uvAxITlaNZ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uvAxITlaNZ .card-header {
    padding: 0rem;
  }
}
.cid-uvAxITlaNZ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uvAxITlaNZ .img-col {
  padding: 0;
}
.cid-uvAxITlaNZ .img-item {
  height: 100%;
}
.cid-uvAxITlaNZ img {
  height: 100%;
  object-fit: cover;
}
.cid-uvAxITlaNZ .collapsed span {
  transform: rotate(0deg);
}
.cid-uvAxITlaNZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvAxITlaNZ p {
  margin-bottom: 0.3rem;
}
.cid-uvAxITlaNZ .panel-title-edit {
  color: #000000;
}
.cid-uvAxITlaNZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uvAxITlaNZ .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uvAxITlaNZ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvAxITlaNZ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uvAxITlaNZ .panel-text {
  color: #000000;
}
.cid-uvAxITlaNZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvAxITlaNZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvAxITlaNZ .panel-title-edit,
.cid-uvAxITlaNZ .mbr-iconfont {
  color: #000000;
}
.cid-uvAAtMYCYZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e9f4ff;
}
.cid-uvAAtMYCYZ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uvAAtMYCYZ .panel-group {
  border: none;
}
.cid-uvAAtMYCYZ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uvAAtMYCYZ .card-header {
    padding: 0rem;
  }
}
.cid-uvAAtMYCYZ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uvAAtMYCYZ .img-col {
  padding: 0;
}
.cid-uvAAtMYCYZ .img-item {
  height: 100%;
}
.cid-uvAAtMYCYZ img {
  height: 100%;
  object-fit: cover;
}
.cid-uvAAtMYCYZ .collapsed span {
  transform: rotate(0deg);
}
.cid-uvAAtMYCYZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvAAtMYCYZ p {
  margin-bottom: 0.3rem;
}
.cid-uvAAtMYCYZ .panel-title-edit {
  color: #000000;
}
.cid-uvAAtMYCYZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uvAAtMYCYZ .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uvAAtMYCYZ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvAAtMYCYZ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uvAAtMYCYZ .panel-text {
  color: #000000;
}
.cid-uvAAtMYCYZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvAAtMYCYZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvAAtMYCYZ .panel-title-edit,
.cid-uvAAtMYCYZ .mbr-iconfont {
  color: #000000;
}
.cid-uvABoBNbfp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9f4ff;
}
.cid-uvABoBNbfp .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uvABoBNbfp .panel-group {
  border: none;
}
.cid-uvABoBNbfp .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uvABoBNbfp .card-header {
    padding: 0rem;
  }
}
.cid-uvABoBNbfp .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uvABoBNbfp .img-col {
  padding: 0;
}
.cid-uvABoBNbfp .img-item {
  height: 100%;
}
.cid-uvABoBNbfp img {
  height: 100%;
  object-fit: cover;
}
.cid-uvABoBNbfp .collapsed span {
  transform: rotate(0deg);
}
.cid-uvABoBNbfp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvABoBNbfp p {
  margin-bottom: 0.3rem;
}
.cid-uvABoBNbfp .panel-title-edit {
  color: #000000;
}
.cid-uvABoBNbfp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uvABoBNbfp .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uvABoBNbfp .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvABoBNbfp .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uvABoBNbfp .panel-text {
  color: #000000;
}
.cid-uvABoBNbfp .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvABoBNbfp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvABoBNbfp .panel-title-edit,
.cid-uvABoBNbfp .mbr-iconfont {
  color: #000000;
}
.cid-uvAEiVE179 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e9f4ff;
}
.cid-uvAEiVE179 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uvAEiVE179 .panel-group {
  border: none;
}
.cid-uvAEiVE179 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uvAEiVE179 .card-header {
    padding: 0rem;
  }
}
.cid-uvAEiVE179 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uvAEiVE179 .img-col {
  padding: 0;
}
.cid-uvAEiVE179 .img-item {
  height: 100%;
}
.cid-uvAEiVE179 img {
  height: 100%;
  object-fit: cover;
}
.cid-uvAEiVE179 .collapsed span {
  transform: rotate(0deg);
}
.cid-uvAEiVE179 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvAEiVE179 p {
  margin-bottom: 0.3rem;
}
.cid-uvAEiVE179 .panel-title-edit {
  color: #000000;
}
.cid-uvAEiVE179 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uvAEiVE179 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uvAEiVE179 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvAEiVE179 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uvAEiVE179 .panel-text {
  color: #000000;
}
.cid-uvAEiVE179 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvAEiVE179 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvAEiVE179 .panel-title-edit,
.cid-uvAEiVE179 .mbr-iconfont {
  color: #000000;
}
.cid-uvAFhgDTgR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9f4ff;
}
.cid-uvAFhgDTgR .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uvAFhgDTgR .panel-group {
  border: none;
}
.cid-uvAFhgDTgR .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uvAFhgDTgR .card-header {
    padding: 0rem;
  }
}
.cid-uvAFhgDTgR .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uvAFhgDTgR .img-col {
  padding: 0;
}
.cid-uvAFhgDTgR .img-item {
  height: 100%;
}
.cid-uvAFhgDTgR img {
  height: 100%;
  object-fit: cover;
}
.cid-uvAFhgDTgR .collapsed span {
  transform: rotate(0deg);
}
.cid-uvAFhgDTgR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvAFhgDTgR p {
  margin-bottom: 0.3rem;
}
.cid-uvAFhgDTgR .panel-title-edit {
  color: #000000;
}
.cid-uvAFhgDTgR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uvAFhgDTgR .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uvAFhgDTgR .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvAFhgDTgR .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uvAFhgDTgR .panel-text {
  color: #000000;
}
.cid-uvAFhgDTgR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvAFhgDTgR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvAFhgDTgR .panel-title-edit,
.cid-uvAFhgDTgR .mbr-iconfont {
  color: #000000;
}
.cid-uvAGT3jgUh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e9f4ff;
}
.cid-uvAGT3jgUh .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uvAGT3jgUh .panel-group {
  border: none;
}
.cid-uvAGT3jgUh .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uvAGT3jgUh .card-header {
    padding: 0rem;
  }
}
.cid-uvAGT3jgUh .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uvAGT3jgUh .img-col {
  padding: 0;
}
.cid-uvAGT3jgUh .img-item {
  height: 100%;
}
.cid-uvAGT3jgUh img {
  height: 100%;
  object-fit: cover;
}
.cid-uvAGT3jgUh .collapsed span {
  transform: rotate(0deg);
}
.cid-uvAGT3jgUh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvAGT3jgUh p {
  margin-bottom: 0.3rem;
}
.cid-uvAGT3jgUh .panel-title-edit {
  color: #000000;
}
.cid-uvAGT3jgUh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uvAGT3jgUh .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uvAGT3jgUh .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvAGT3jgUh .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uvAGT3jgUh .panel-text {
  color: #000000;
}
.cid-uvAGT3jgUh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvAGT3jgUh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvAGT3jgUh .panel-title-edit,
.cid-uvAGT3jgUh .mbr-iconfont {
  color: #000000;
}
.cid-uvAHzGPJA8 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e9f4ff;
}
.cid-uvAHzGPJA8 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uvAHzGPJA8 .panel-group {
  border: none;
}
.cid-uvAHzGPJA8 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uvAHzGPJA8 .card-header {
    padding: 0rem;
  }
}
.cid-uvAHzGPJA8 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uvAHzGPJA8 .img-col {
  padding: 0;
}
.cid-uvAHzGPJA8 .img-item {
  height: 100%;
}
.cid-uvAHzGPJA8 img {
  height: 100%;
  object-fit: cover;
}
.cid-uvAHzGPJA8 .collapsed span {
  transform: rotate(0deg);
}
.cid-uvAHzGPJA8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvAHzGPJA8 p {
  margin-bottom: 0.3rem;
}
.cid-uvAHzGPJA8 .panel-title-edit {
  color: #000000;
}
.cid-uvAHzGPJA8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uvAHzGPJA8 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uvAHzGPJA8 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvAHzGPJA8 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uvAHzGPJA8 .panel-text {
  color: #000000;
}
.cid-uvAHzGPJA8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvAHzGPJA8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvAHzGPJA8 .panel-title-edit,
.cid-uvAHzGPJA8 .mbr-iconfont {
  color: #000000;
}
.cid-ujIFPIOrju {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e9f4ff;
}
.cid-ujIFPIOrju .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujIFPIOrju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujIFPIOrju .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .footer-col {
    flex-direction: column;
  }
}
.cid-ujIFPIOrju .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujIFPIOrju .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujIFPIOrju .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .mbr-section-btn {
    text-align: center;
  }
}
.cid-ujIFPIOrju .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujIFPIOrju .soc-item {
  margin: 8px;
}
.cid-ujIFPIOrju .soc-item a:hover .mbr-iconfont,
.cid-ujIFPIOrju .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ujIFPIOrju .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2d5a83;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ujIFPIOrju .row {
    text-align: center;
  }
  .cid-ujIFPIOrju .social-row {
    justify-content: center;
  }
}
.cid-ujIFPIOrju .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ujIFPIOrju .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujIFPIOrju .list {
    margin-bottom: 0rem;
  }
}
.cid-ujIFPIOrju .mbr-text {
  color: #bbbbbb;
}
.cid-ujIFPIOrju .mbr-section-subtitle {
  color: #000000;
}
.cid-ujIFPIOrju .list,
.cid-ujIFPIOrju .item-wrap {
  color: #232323;
}
.cid-ujIFPIOrju .copyright {
  color: #000000;
}
