.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: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #ffeb69 !important;
}
.bg-success {
  background-color: #0c2c68 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #f92c50 !important;
}
.bg-danger {
  background-color: #9c98cf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
  color: #695b00 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #695b00 !important;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !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: #ffeb69;
  color: #ffeb69;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffdf12 !important;
  background-color: transparent !important;
  border-color: #ffdf12 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #695b00 !important;
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9c98cf;
  color: #9c98cf;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #635db3 !important;
  background-color: transparent !important;
  border-color: #635db3 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9c98cf !important;
  border-color: #9c98cf !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: #ffeb69 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #0c2c68 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #f92c50 !important;
}
.text-danger {
  color: #9c98cf !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffdd03 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #01050d !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: #ba0525 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5952af !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffeb69;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #f92c50;
}
.alert-danger {
  background-color: #9c98cf;
}
.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: #ffeb69;
  border-color: #ffeb69;
  color: #827100;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffeb69;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ffeb69 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffeb69;
}
/* 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: #ffeb69;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffeb69;
}
.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: #ffeb69;
  border-bottom-color: #ffeb69;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffeb69 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23ffeb69' %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-uTSCeDPN6b {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTSCeDPN6b .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-uTSCeDPN6b .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTSCeDPN6b .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-uTSCeDPN6b .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTSCeDPN6b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTSCeDPN6b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTSCeDPN6b .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uTSCeDPN6b .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTSCeDPN6b .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uTSCeDPN6b .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTSCeDPN6b .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTSCeDPN6b .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTSCeDPN6b .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uTSCeDPN6b .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTSCeDPN6b .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTSCeDPN6b .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTSCeDPN6b .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTSCeDPN6b .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTSCeDPN6b .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTSCeDPN6b .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTSCeDPN6b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTSCeDPN6b .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTSCeDPN6b .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTSCeDPN6b .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTSCeDPN6b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTSCeDPN6b .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uTSCeDPN6b .nav-item:focus,
.cid-uTSCeDPN6b .nav-link:focus {
  outline: none;
}
.cid-uTSCeDPN6b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTSCeDPN6b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTSCeDPN6b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTSCeDPN6b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTSCeDPN6b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTSCeDPN6b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTSCeDPN6b .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-uTSCeDPN6b .navbar.opened {
  transition: all 0.3s;
}
.cid-uTSCeDPN6b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTSCeDPN6b .navbar .navbar-logo img {
  width: auto;
}
.cid-uTSCeDPN6b .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTSCeDPN6b .navbar.collapsed {
  justify-content: center;
}
.cid-uTSCeDPN6b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTSCeDPN6b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTSCeDPN6b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uTSCeDPN6b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTSCeDPN6b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTSCeDPN6b .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-uTSCeDPN6b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTSCeDPN6b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTSCeDPN6b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTSCeDPN6b .navbar {
    min-height: 72px;
  }
  .cid-uTSCeDPN6b .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTSCeDPN6b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTSCeDPN6b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTSCeDPN6b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTSCeDPN6b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTSCeDPN6b .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-uTSCeDPN6b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTSCeDPN6b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTSCeDPN6b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTSCeDPN6b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTSCeDPN6b .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTSCeDPN6b .dropdown-item.active,
.cid-uTSCeDPN6b .dropdown-item:active {
  background-color: transparent;
}
.cid-uTSCeDPN6b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTSCeDPN6b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTSCeDPN6b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTSCeDPN6b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTSCeDPN6b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTSCeDPN6b .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTSCeDPN6b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTSCeDPN6b .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTSCeDPN6b .navbar-buttons {
    text-align: left;
  }
}
.cid-uTSCeDPN6b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTSCeDPN6b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTSCeDPN6b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTSCeDPN6b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTSCeDPN6b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTSCeDPN6b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTSCeDPN6b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTSCeDPN6b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTSCeDPN6b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTSCeDPN6b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTSCeDPN6b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTSCeDPN6b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTSCeDPN6b .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-uTSCeDPN6b .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTSCeDPN6b .navbar {
    height: 70px;
  }
  .cid-uTSCeDPN6b .navbar.opened {
    height: auto;
  }
  .cid-uTSCeDPN6b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTSCeDPN6b .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTSCeDPN6b .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTSCeDPN6b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTSCeDPN6b .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uTSCeDPN6b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTSCeDPN6b .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTSCeDPN6b .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTSCeDPN6b .navbar-brand {
    margin-right: auto;
  }
  .cid-uTSCeDPN6b .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uTSCeDPN6b .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTSCeDPN6b .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTSCeDPN6b .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-uTSCeDPN6b .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTSCeDPN6b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTSCeDPN6b .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uTSCeDPN6b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTSCeDPN6b .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-uTSCeDPN6b .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTSCeDPN6b .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTSKYSQagi {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uTSKYSQagi .carousel {
  height: 800px;
}
.cid-uTSKYSQagi .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTSKYSQagi .carousel-item,
.cid-uTSKYSQagi .carousel-inner {
  height: 100%;
}
.cid-uTSKYSQagi img,
.cid-uTSKYSQagi .item-wrapper {
  border-radius: 0 !important;
}
.cid-uTSKYSQagi .carousel-caption {
  bottom: 40px;
}
.cid-uTSKYSQagi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTSKYSQagi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTSKYSQagi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uTSKYSQagi .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uTSKYSQagi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uTSKYSQagi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uTSKYSQagi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTSKYSQagi .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uTSKYSQagi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTSKYSQagi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTSKYSQagi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTSKYSQagi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uTSKYSQagi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uTSKYSQagi .carousel-indicators li.active,
.cid-uTSKYSQagi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uTSKYSQagi .carousel-indicators li::after,
.cid-uTSKYSQagi .carousel-indicators li::before {
  content: none;
}
.cid-uTSKYSQagi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uTSKYSQagi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uTSKYSQagi .mbr-section-subtitle,
  .cid-uTSKYSQagi .mbr-section-text,
  .cid-uTSKYSQagi .mbr-section-btn {
    text-align: center;
  }
}
.cid-uTSL9J7pqg {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTSL9J7pqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTSL9J7pqg .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-uTSL9J7pqg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTSL9J7pqg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTSL9J7pqg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTSL9J7pqg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTSL9J7pqg .mbr-section-title {
  color: #0c2c68;
}
.cid-uTSL9J7pqg .mbr-text,
.cid-uTSL9J7pqg .mbr-section-btn {
  color: #000000;
}
.cid-uTUmFWm1Ia {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTUmFWm1Ia img,
.cid-uTUmFWm1Ia .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uTUmFWm1Ia .item:focus,
.cid-uTUmFWm1Ia span:focus {
  outline: none;
}
.cid-uTUmFWm1Ia .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTUmFWm1Ia .item {
    margin-bottom: 1rem;
  }
}
.cid-uTUmFWm1Ia .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-uTUmFWm1Ia .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTUmFWm1Ia .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uTUmFWm1Ia .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTUmFWm1Ia .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uTUmFWm1Ia .mbr-section-title {
  color: #000000;
}
.cid-uTUmFWm1Ia .item-title {
  text-align: left;
}
.cid-uTUmFWm1Ia .item-subtitle {
  text-align: left;
}
.cid-uTUmFWm1Ia .mbr-text,
.cid-uTUmFWm1Ia .item .mbr-section-btn {
  text-align: left;
}
.cid-uTUmFWm1Ia .content-head {
  max-width: 800px;
}
.cid-uTUn4s4Ycd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTUn4s4Ycd img,
.cid-uTUn4s4Ycd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uTUn4s4Ycd .item:focus,
.cid-uTUn4s4Ycd span:focus {
  outline: none;
}
.cid-uTUn4s4Ycd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTUn4s4Ycd .item {
    margin-bottom: 1rem;
  }
}
.cid-uTUn4s4Ycd .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-uTUn4s4Ycd .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTUn4s4Ycd .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uTUn4s4Ycd .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTUn4s4Ycd .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uTUn4s4Ycd .mbr-section-title {
  color: #000000;
}
.cid-uTUn4s4Ycd .item-title {
  text-align: left;
}
.cid-uTUn4s4Ycd .item-subtitle {
  text-align: left;
}
.cid-uTUn4s4Ycd .mbr-text,
.cid-uTUn4s4Ycd .item .mbr-section-btn {
  text-align: left;
}
.cid-uTUn4s4Ycd .content-head {
  max-width: 800px;
}
.cid-uTUDl501wG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTUDl501wG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTUDl501wG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTUDl501wG .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #0c2c68;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uTUDl501wG .card-title,
.cid-uTUDl501wG .iconfont-wrapper {
  color: #232323;
}
.cid-uTUDl501wG .card-text {
  color: #232323;
}
.cid-uTUDl501wG .mbr-section-title {
  color: #232323;
}
.cid-uTUDl501wG .mbr-section-subtitle {
  color: #232323;
}
.cid-uTUDl501wG .content-head {
  max-width: 800px;
}
.cid-uU1ueaQZFV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU1ueaQZFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1ueaQZFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1ueaQZFV .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #0c2c68;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uU1ueaQZFV .card-title,
.cid-uU1ueaQZFV .iconfont-wrapper {
  color: #232323;
}
.cid-uU1ueaQZFV .card-text {
  color: #232323;
}
.cid-uU1ueaQZFV .mbr-section-title {
  color: #232323;
}
.cid-uU1ueaQZFV .mbr-section-subtitle {
  color: #232323;
}
.cid-uU1ueaQZFV .content-head {
  max-width: 800px;
}
.cid-uTUpRJgW1H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTUpRJgW1H .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uTUpRJgW1H img,
.cid-uTUpRJgW1H .item-img {
  width: 100%;
}
.cid-uTUpRJgW1H .item:focus,
.cid-uTUpRJgW1H span:focus {
  outline: none;
}
.cid-uTUpRJgW1H .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTUpRJgW1H .item {
    margin-bottom: 1rem;
  }
}
.cid-uTUpRJgW1H .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTUpRJgW1H .mbr-section-title {
  color: #232323;
}
.cid-uTUpRJgW1H .mbr-text,
.cid-uTUpRJgW1H .mbr-section-btn {
  color: #232323;
}
.cid-uTUpRJgW1H .item-title {
  color: #232323;
  text-align: center;
}
.cid-uTUpRJgW1H .content-head {
  max-width: 800px;
}
.cid-uTVYe9aGES {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uTVYe9aGES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTVYe9aGES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uTVYe9aGES .container-fluid {
    padding: 0;
  }
}
.cid-uTVYe9aGES .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uTVYe9aGES .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uTVYe9aGES .embla__button--next,
.cid-uTVYe9aGES .embla__button--prev {
  display: flex;
}
.cid-uTVYe9aGES .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTVYe9aGES .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTVYe9aGES .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTVYe9aGES .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTVYe9aGES .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTVYe9aGES .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTVYe9aGES .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTVYe9aGES .embla {
  position: relative;
  width: 100%;
}
.cid-uTVYe9aGES .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTVYe9aGES .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTVYe9aGES .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTVYe9aGES .embla__slide a {
  cursor: grab;
}
.cid-uTVYe9aGES .embla__slide a:active {
  cursor: grabbing;
}
.cid-uTVYe9aGES .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTVYe9aGES .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uTVYe9aGES .mbr-section-title {
  color: #232323;
}
.cid-uTVYe9aGES .mbr-section-subtitle {
  color: #232323;
}
.cid-uTVYe9aGES .mbr-box {
  color: #ffffff;
}
.cid-uTVYe9aGES .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uTVYe9aGES img,
.cid-uTVYe9aGES .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uTVYe9aGES .item-wrapper {
  position: relative;
}
.cid-uTVYe9aGES .content-head {
  max-width: 800px;
}
.cid-uTUpUC47FQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uTUpUC47FQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTUpUC47FQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTUpUC47FQ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTUpUC47FQ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uTUpUC47FQ .google-map {
  height: 100%;
  position: relative;
}
.cid-uTUpUC47FQ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uTUpUC47FQ .google-map iframe {
    min-height: 350px;
  }
}
.cid-uTUpUC47FQ .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-uTUpUC47FQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTUpUC47FQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTUpUC47FQ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTUpUC47FQ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTUpUC47FQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uTUpUC47FQ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uTUpUC47FQ .content-head {
  max-width: 800px;
}
.cid-uTUpXkNney {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uTUpXkNney .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTUpXkNney .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTUpXkNney .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uTUpXkNney .footer-col {
    flex-direction: column;
  }
}
.cid-uTUpXkNney .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uTUpXkNney .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTUpXkNney .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTUpXkNney .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTUpXkNney .mbr-section-btn {
    text-align: center;
  }
}
.cid-uTUpXkNney .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTUpXkNney .soc-item {
  margin: 8px;
}
.cid-uTUpXkNney .soc-item a:hover .mbr-iconfont,
.cid-uTUpXkNney .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uTUpXkNney .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uTUpXkNney .row {
    text-align: center;
  }
  .cid-uTUpXkNney .social-row {
    justify-content: center;
  }
}
.cid-uTUpXkNney .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uTUpXkNney .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTUpXkNney .list {
    margin-bottom: 0rem;
  }
}
.cid-uTUpXkNney .mbr-text {
  color: #bbbbbb;
}
.cid-uTUpXkNney .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uTUpXkNney .list,
.cid-uTUpXkNney .item-wrap {
  color: #232323;
}
.cid-uTUpXkNney .copyright {
  color: #ffffff;
}
.cid-uU1Dd3AHsP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU1Dd3AHsP .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-uU1Dd3AHsP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU1Dd3AHsP .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-uU1Dd3AHsP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU1Dd3AHsP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU1Dd3AHsP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU1Dd3AHsP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU1Dd3AHsP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU1Dd3AHsP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU1Dd3AHsP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU1Dd3AHsP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU1Dd3AHsP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU1Dd3AHsP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU1Dd3AHsP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU1Dd3AHsP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU1Dd3AHsP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU1Dd3AHsP .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU1Dd3AHsP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU1Dd3AHsP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU1Dd3AHsP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU1Dd3AHsP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU1Dd3AHsP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU1Dd3AHsP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1Dd3AHsP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU1Dd3AHsP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU1Dd3AHsP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU1Dd3AHsP .nav-item:focus,
.cid-uU1Dd3AHsP .nav-link:focus {
  outline: none;
}
.cid-uU1Dd3AHsP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU1Dd3AHsP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU1Dd3AHsP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU1Dd3AHsP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU1Dd3AHsP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU1Dd3AHsP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU1Dd3AHsP .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-uU1Dd3AHsP .navbar.opened {
  transition: all 0.3s;
}
.cid-uU1Dd3AHsP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU1Dd3AHsP .navbar .navbar-logo img {
  width: auto;
}
.cid-uU1Dd3AHsP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU1Dd3AHsP .navbar.collapsed {
  justify-content: center;
}
.cid-uU1Dd3AHsP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU1Dd3AHsP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU1Dd3AHsP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU1Dd3AHsP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU1Dd3AHsP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU1Dd3AHsP .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-uU1Dd3AHsP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU1Dd3AHsP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU1Dd3AHsP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU1Dd3AHsP .navbar {
    min-height: 72px;
  }
  .cid-uU1Dd3AHsP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU1Dd3AHsP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU1Dd3AHsP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU1Dd3AHsP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU1Dd3AHsP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU1Dd3AHsP .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-uU1Dd3AHsP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU1Dd3AHsP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU1Dd3AHsP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU1Dd3AHsP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU1Dd3AHsP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU1Dd3AHsP .dropdown-item.active,
.cid-uU1Dd3AHsP .dropdown-item:active {
  background-color: transparent;
}
.cid-uU1Dd3AHsP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU1Dd3AHsP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU1Dd3AHsP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU1Dd3AHsP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU1Dd3AHsP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU1Dd3AHsP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU1Dd3AHsP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU1Dd3AHsP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU1Dd3AHsP .navbar-buttons {
    text-align: left;
  }
}
.cid-uU1Dd3AHsP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU1Dd3AHsP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU1Dd3AHsP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU1Dd3AHsP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1Dd3AHsP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1Dd3AHsP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU1Dd3AHsP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1Dd3AHsP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU1Dd3AHsP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU1Dd3AHsP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1Dd3AHsP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU1Dd3AHsP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU1Dd3AHsP .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-uU1Dd3AHsP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU1Dd3AHsP .navbar {
    height: 70px;
  }
  .cid-uU1Dd3AHsP .navbar.opened {
    height: auto;
  }
  .cid-uU1Dd3AHsP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1Dd3AHsP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU1Dd3AHsP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU1Dd3AHsP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU1Dd3AHsP .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU1Dd3AHsP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU1Dd3AHsP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU1Dd3AHsP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU1Dd3AHsP .navbar-brand {
    margin-right: auto;
  }
  .cid-uU1Dd3AHsP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU1Dd3AHsP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU1Dd3AHsP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU1Dd3AHsP .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-uU1Dd3AHsP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU1Dd3AHsP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU1Dd3AHsP .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU1Dd3AHsP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU1Dd3AHsP .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-uU1Dd3AHsP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU1Dd3AHsP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU1DP97RPr {
  display: flex;
  background-image: url("../../../assets/images/top-view-patients-standing-circle-holding-hands.jpg");
}
.cid-uU1DP97RPr .mbr-overlay {
  background-color: #393193;
  opacity: 0.5;
}
.cid-uU1DP97RPr .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU1DP97RPr .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU1DP97RPr {
    align-items: flex-end;
  }
  .cid-uU1DP97RPr .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU1DP97RPr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU1DP97RPr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU1DP97RPr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU1DP97RPr .content-wrap {
    width: 100%;
  }
}
.cid-uU1DP97RPr .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU1DP97RPr .mbr-text,
.cid-uU1DP97RPr .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uU1DP97RPr .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU1DNbFOXJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU1DNbFOXJ .mbr-text {
  color: #000000;
}
.cid-uU1DNbFOXJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uU1DNbFOXJ .mbr-section-title {
  color: #000000;
}
.cid-uU2klIIWE5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU2klIIWE5 .mbr-text {
  color: #000000;
}
.cid-uU2klIIWE5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU2klIIWE5 .mbr-section-title {
  color: #000000;
}
.cid-uU2kBYw9v0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU2kBYw9v0 .mbr-text {
  color: #000000;
}
.cid-uU2kBYw9v0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU2kBYw9v0 .mbr-section-title {
  color: #000000;
}
.cid-uU2kRpCJa2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU2kRpCJa2 .mbr-text {
  color: #000000;
}
.cid-uU2kRpCJa2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU2kRpCJa2 .mbr-section-title {
  color: #000000;
}
.cid-uU1DTb6Vlj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU1DTb6Vlj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1DTb6Vlj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1DTb6Vlj .card-wrapper {
  background: #ffea64;
}
@media (max-width: 767px) {
  .cid-uU1DTb6Vlj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1DTb6Vlj .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1DTb6Vlj .card-wrapper {
    padding: 4rem;
  }
}
.cid-uU1DTb6Vlj .mbr-text,
.cid-uU1DTb6Vlj .mbr-section-btn {
  color: #0c2c68;
}
.cid-uU1DTb6Vlj .card-title,
.cid-uU1DTb6Vlj .card-box {
  text-align: left;
  color: #0c2c68;
}
.cid-uU1DdaFGDs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU1DdaFGDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1DdaFGDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU1DdaFGDs .container-fluid {
    padding: 0;
  }
}
.cid-uU1DdaFGDs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU1DdaFGDs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU1DdaFGDs .embla__button--next,
.cid-uU1DdaFGDs .embla__button--prev {
  display: flex;
}
.cid-uU1DdaFGDs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU1DdaFGDs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU1DdaFGDs .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU1DdaFGDs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU1DdaFGDs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU1DdaFGDs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU1DdaFGDs .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU1DdaFGDs .embla {
  position: relative;
  width: 100%;
}
.cid-uU1DdaFGDs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU1DdaFGDs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU1DdaFGDs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU1DdaFGDs .embla__slide a {
  cursor: grab;
}
.cid-uU1DdaFGDs .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU1DdaFGDs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU1DdaFGDs .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU1DdaFGDs .mbr-section-title {
  color: #232323;
}
.cid-uU1DdaFGDs .mbr-section-subtitle {
  color: #232323;
}
.cid-uU1DdaFGDs .mbr-box {
  color: #ffffff;
}
.cid-uU1DdaFGDs .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU1DdaFGDs img,
.cid-uU1DdaFGDs .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU1DdaFGDs .item-wrapper {
  position: relative;
}
.cid-uU1DdaFGDs .content-head {
  max-width: 800px;
}
.cid-uU1Ddcud0p {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU1Ddcud0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1Ddcud0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU1Ddcud0p .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1Ddcud0p .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU1Ddcud0p .google-map {
  height: 100%;
  position: relative;
}
.cid-uU1Ddcud0p .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU1Ddcud0p .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU1Ddcud0p .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-uU1Ddcud0p .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU1Ddcud0p .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU1Ddcud0p .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU1Ddcud0p .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1Ddcud0p .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU1Ddcud0p ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU1Ddcud0p .content-head {
  max-width: 800px;
}
.cid-uU1Dddfqsh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU1Dddfqsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1Dddfqsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1Dddfqsh .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU1Dddfqsh .footer-col {
    flex-direction: column;
  }
}
.cid-uU1Dddfqsh .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU1Dddfqsh .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1Dddfqsh .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1Dddfqsh .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1Dddfqsh .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU1Dddfqsh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU1Dddfqsh .soc-item {
  margin: 8px;
}
.cid-uU1Dddfqsh .soc-item a:hover .mbr-iconfont,
.cid-uU1Dddfqsh .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU1Dddfqsh .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU1Dddfqsh .row {
    text-align: center;
  }
  .cid-uU1Dddfqsh .social-row {
    justify-content: center;
  }
}
.cid-uU1Dddfqsh .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU1Dddfqsh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1Dddfqsh .list {
    margin-bottom: 0rem;
  }
}
.cid-uU1Dddfqsh .mbr-text {
  color: #bbbbbb;
}
.cid-uU1Dddfqsh .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU1Dddfqsh .list,
.cid-uU1Dddfqsh .item-wrap {
  color: #232323;
}
.cid-uU1Dddfqsh .copyright {
  color: #ffffff;
}
.cid-uU1Ej9u68i {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU1Ej9u68i .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-uU1Ej9u68i .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU1Ej9u68i .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-uU1Ej9u68i .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU1Ej9u68i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU1Ej9u68i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU1Ej9u68i .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU1Ej9u68i .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU1Ej9u68i .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU1Ej9u68i .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU1Ej9u68i .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU1Ej9u68i .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU1Ej9u68i .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU1Ej9u68i .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU1Ej9u68i .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU1Ej9u68i .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU1Ej9u68i .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU1Ej9u68i .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU1Ej9u68i .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU1Ej9u68i .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU1Ej9u68i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU1Ej9u68i .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU1Ej9u68i .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1Ej9u68i .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU1Ej9u68i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU1Ej9u68i .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU1Ej9u68i .nav-item:focus,
.cid-uU1Ej9u68i .nav-link:focus {
  outline: none;
}
.cid-uU1Ej9u68i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU1Ej9u68i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU1Ej9u68i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU1Ej9u68i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU1Ej9u68i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU1Ej9u68i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU1Ej9u68i .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-uU1Ej9u68i .navbar.opened {
  transition: all 0.3s;
}
.cid-uU1Ej9u68i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU1Ej9u68i .navbar .navbar-logo img {
  width: auto;
}
.cid-uU1Ej9u68i .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU1Ej9u68i .navbar.collapsed {
  justify-content: center;
}
.cid-uU1Ej9u68i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU1Ej9u68i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU1Ej9u68i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU1Ej9u68i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU1Ej9u68i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU1Ej9u68i .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-uU1Ej9u68i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU1Ej9u68i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU1Ej9u68i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU1Ej9u68i .navbar {
    min-height: 72px;
  }
  .cid-uU1Ej9u68i .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU1Ej9u68i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU1Ej9u68i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU1Ej9u68i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU1Ej9u68i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU1Ej9u68i .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-uU1Ej9u68i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU1Ej9u68i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU1Ej9u68i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU1Ej9u68i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU1Ej9u68i .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU1Ej9u68i .dropdown-item.active,
.cid-uU1Ej9u68i .dropdown-item:active {
  background-color: transparent;
}
.cid-uU1Ej9u68i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU1Ej9u68i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU1Ej9u68i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU1Ej9u68i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU1Ej9u68i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU1Ej9u68i .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU1Ej9u68i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU1Ej9u68i .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU1Ej9u68i .navbar-buttons {
    text-align: left;
  }
}
.cid-uU1Ej9u68i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU1Ej9u68i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU1Ej9u68i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU1Ej9u68i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1Ej9u68i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1Ej9u68i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU1Ej9u68i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1Ej9u68i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU1Ej9u68i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU1Ej9u68i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1Ej9u68i .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU1Ej9u68i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU1Ej9u68i .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-uU1Ej9u68i .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU1Ej9u68i .navbar {
    height: 70px;
  }
  .cid-uU1Ej9u68i .navbar.opened {
    height: auto;
  }
  .cid-uU1Ej9u68i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1Ej9u68i .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU1Ej9u68i .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU1Ej9u68i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU1Ej9u68i .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU1Ej9u68i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU1Ej9u68i .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU1Ej9u68i .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU1Ej9u68i .navbar-brand {
    margin-right: auto;
  }
  .cid-uU1Ej9u68i .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU1Ej9u68i .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU1Ej9u68i .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU1Ej9u68i .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-uU1Ej9u68i .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU1Ej9u68i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU1Ej9u68i .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU1Ej9u68i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU1Ej9u68i .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-uU1Ej9u68i .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU1Ej9u68i .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU1EjacwJN {
  display: flex;
  background-image: url("../../../assets/images/11.jpg");
}
.cid-uU1EjacwJN .mbr-overlay {
  background-color: #393193;
  opacity: 0.6;
}
.cid-uU1EjacwJN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU1EjacwJN .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU1EjacwJN {
    align-items: flex-end;
  }
  .cid-uU1EjacwJN .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU1EjacwJN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU1EjacwJN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU1EjacwJN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU1EjacwJN .content-wrap {
    width: 100%;
  }
}
.cid-uU1EjacwJN .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uU1EjacwJN .mbr-text,
.cid-uU1EjacwJN .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uU1EjacwJN .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU1EjbBLU9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU1EjbBLU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1EjbBLU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1EjbBLU9 .card-wrapper {
  background: #393193;
}
@media (max-width: 767px) {
  .cid-uU1EjbBLU9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1EjbBLU9 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1EjbBLU9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uU1EjbBLU9 .mbr-text,
.cid-uU1EjbBLU9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uU1EjbBLU9 .card-title,
.cid-uU1EjbBLU9 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uU1EjaXAcv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU1EjaXAcv .mbr-text {
  color: #000000;
}
.cid-uU1EjaXAcv .mbr-section-subtitle {
  color: #000000;
}
.cid-uU1EjaXAcv .mbr-section-title {
  color: #000000;
}
.cid-uU2ogj8qR3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU2ogj8qR3 .mbr-text {
  color: #000000;
}
.cid-uU2ogj8qR3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU2ogj8qR3 .mbr-section-title {
  color: #000000;
}
.cid-uU2orQBa7e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU2orQBa7e .mbr-text {
  color: #000000;
}
.cid-uU2orQBa7e .mbr-section-subtitle {
  color: #000000;
}
.cid-uU2orQBa7e .mbr-section-title {
  color: #000000;
}
.cid-uU2qG8IjL7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU2qG8IjL7 .mbr-text {
  color: #000000;
}
.cid-uU2qG8IjL7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU2qG8IjL7 .mbr-section-title {
  color: #000000;
}
.cid-uU1Ejciedt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU1Ejciedt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1Ejciedt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU1Ejciedt .container-fluid {
    padding: 0;
  }
}
.cid-uU1Ejciedt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU1Ejciedt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU1Ejciedt .embla__button--next,
.cid-uU1Ejciedt .embla__button--prev {
  display: flex;
}
.cid-uU1Ejciedt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU1Ejciedt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU1Ejciedt .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU1Ejciedt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU1Ejciedt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU1Ejciedt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU1Ejciedt .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU1Ejciedt .embla {
  position: relative;
  width: 100%;
}
.cid-uU1Ejciedt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU1Ejciedt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU1Ejciedt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU1Ejciedt .embla__slide a {
  cursor: grab;
}
.cid-uU1Ejciedt .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU1Ejciedt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU1Ejciedt .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU1Ejciedt .mbr-section-title {
  color: #232323;
}
.cid-uU1Ejciedt .mbr-section-subtitle {
  color: #232323;
}
.cid-uU1Ejciedt .mbr-box {
  color: #ffffff;
}
.cid-uU1Ejciedt .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU1Ejciedt img,
.cid-uU1Ejciedt .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU1Ejciedt .item-wrapper {
  position: relative;
}
.cid-uU1Ejciedt .content-head {
  max-width: 800px;
}
.cid-uU1EjdK1i6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU1EjdK1i6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1EjdK1i6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU1EjdK1i6 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1EjdK1i6 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU1EjdK1i6 .google-map {
  height: 100%;
  position: relative;
}
.cid-uU1EjdK1i6 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU1EjdK1i6 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU1EjdK1i6 .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-uU1EjdK1i6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU1EjdK1i6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU1EjdK1i6 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU1EjdK1i6 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1EjdK1i6 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU1EjdK1i6 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU1EjdK1i6 .content-head {
  max-width: 800px;
}
.cid-uU1EjfkQw3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU1EjfkQw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1EjfkQw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1EjfkQw3 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU1EjfkQw3 .footer-col {
    flex-direction: column;
  }
}
.cid-uU1EjfkQw3 .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU1EjfkQw3 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1EjfkQw3 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1EjfkQw3 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1EjfkQw3 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU1EjfkQw3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU1EjfkQw3 .soc-item {
  margin: 8px;
}
.cid-uU1EjfkQw3 .soc-item a:hover .mbr-iconfont,
.cid-uU1EjfkQw3 .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU1EjfkQw3 .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU1EjfkQw3 .row {
    text-align: center;
  }
  .cid-uU1EjfkQw3 .social-row {
    justify-content: center;
  }
}
.cid-uU1EjfkQw3 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU1EjfkQw3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1EjfkQw3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uU1EjfkQw3 .mbr-text {
  color: #bbbbbb;
}
.cid-uU1EjfkQw3 .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU1EjfkQw3 .list,
.cid-uU1EjfkQw3 .item-wrap {
  color: #232323;
}
.cid-uU1EjfkQw3 .copyright {
  color: #ffffff;
}
.cid-uU1En9mys4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU1En9mys4 .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-uU1En9mys4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU1En9mys4 .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-uU1En9mys4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU1En9mys4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU1En9mys4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU1En9mys4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU1En9mys4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU1En9mys4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU1En9mys4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU1En9mys4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU1En9mys4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU1En9mys4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU1En9mys4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU1En9mys4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU1En9mys4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU1En9mys4 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU1En9mys4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU1En9mys4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU1En9mys4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU1En9mys4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU1En9mys4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU1En9mys4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1En9mys4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU1En9mys4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU1En9mys4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU1En9mys4 .nav-item:focus,
.cid-uU1En9mys4 .nav-link:focus {
  outline: none;
}
.cid-uU1En9mys4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU1En9mys4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU1En9mys4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU1En9mys4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU1En9mys4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU1En9mys4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU1En9mys4 .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-uU1En9mys4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uU1En9mys4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU1En9mys4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uU1En9mys4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU1En9mys4 .navbar.collapsed {
  justify-content: center;
}
.cid-uU1En9mys4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU1En9mys4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU1En9mys4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU1En9mys4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU1En9mys4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU1En9mys4 .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-uU1En9mys4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU1En9mys4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU1En9mys4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU1En9mys4 .navbar {
    min-height: 72px;
  }
  .cid-uU1En9mys4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU1En9mys4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU1En9mys4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU1En9mys4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU1En9mys4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU1En9mys4 .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-uU1En9mys4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU1En9mys4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU1En9mys4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU1En9mys4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU1En9mys4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU1En9mys4 .dropdown-item.active,
.cid-uU1En9mys4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uU1En9mys4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU1En9mys4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU1En9mys4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU1En9mys4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU1En9mys4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU1En9mys4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU1En9mys4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU1En9mys4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU1En9mys4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uU1En9mys4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU1En9mys4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU1En9mys4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU1En9mys4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1En9mys4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1En9mys4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU1En9mys4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1En9mys4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU1En9mys4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU1En9mys4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1En9mys4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU1En9mys4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU1En9mys4 .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-uU1En9mys4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU1En9mys4 .navbar {
    height: 70px;
  }
  .cid-uU1En9mys4 .navbar.opened {
    height: auto;
  }
  .cid-uU1En9mys4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1En9mys4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU1En9mys4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU1En9mys4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU1En9mys4 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU1En9mys4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU1En9mys4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU1En9mys4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU1En9mys4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uU1En9mys4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU1En9mys4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU1En9mys4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU1En9mys4 .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-uU1En9mys4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU1En9mys4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU1En9mys4 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU1En9mys4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU1En9mys4 .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-uU1En9mys4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU1En9mys4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU1En9TsQ9 {
  display: flex;
  background-image: url("../../../assets/images/3.jpg");
}
.cid-uU1En9TsQ9 .mbr-overlay {
  background-color: #260a30;
  opacity: 0.6;
}
.cid-uU1En9TsQ9 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU1En9TsQ9 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU1En9TsQ9 {
    align-items: flex-end;
  }
  .cid-uU1En9TsQ9 .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU1En9TsQ9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU1En9TsQ9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU1En9TsQ9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU1En9TsQ9 .content-wrap {
    width: 100%;
  }
}
.cid-uU1En9TsQ9 .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU1En9TsQ9 .mbr-text,
.cid-uU1En9TsQ9 .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uU1En9TsQ9 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU1Enb1WPg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU1Enb1WPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1Enb1WPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1Enb1WPg .card-wrapper {
  background: #393193;
}
@media (max-width: 767px) {
  .cid-uU1Enb1WPg .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1Enb1WPg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1Enb1WPg .card-wrapper {
    padding: 4rem;
  }
}
.cid-uU1Enb1WPg .mbr-text,
.cid-uU1Enb1WPg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uU1Enb1WPg .card-title,
.cid-uU1Enb1WPg .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uU1EnatXoR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uU1EnatXoR .mbr-text {
  color: #000000;
}
.cid-uU1EnatXoR .mbr-section-subtitle {
  color: #000000;
}
.cid-uU1EnatXoR .mbr-section-title {
  color: #000000;
}
.cid-uU2UWKK0cC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uU2UWKK0cC .mbr-text {
  color: #000000;
}
.cid-uU2UWKK0cC .mbr-section-subtitle {
  color: #000000;
}
.cid-uU2UWKK0cC .mbr-section-title {
  color: #000000;
}
.cid-uU2VDWty42 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uU2VDWty42 .mbr-text {
  color: #000000;
}
.cid-uU2VDWty42 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU2VDWty42 .mbr-section-title {
  color: #000000;
}
.cid-uU1EnbLrvb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU1EnbLrvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1EnbLrvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU1EnbLrvb .container-fluid {
    padding: 0;
  }
}
.cid-uU1EnbLrvb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU1EnbLrvb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU1EnbLrvb .embla__button--next,
.cid-uU1EnbLrvb .embla__button--prev {
  display: flex;
}
.cid-uU1EnbLrvb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU1EnbLrvb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU1EnbLrvb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU1EnbLrvb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU1EnbLrvb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU1EnbLrvb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU1EnbLrvb .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU1EnbLrvb .embla {
  position: relative;
  width: 100%;
}
.cid-uU1EnbLrvb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU1EnbLrvb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU1EnbLrvb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU1EnbLrvb .embla__slide a {
  cursor: grab;
}
.cid-uU1EnbLrvb .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU1EnbLrvb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU1EnbLrvb .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU1EnbLrvb .mbr-section-title {
  color: #232323;
}
.cid-uU1EnbLrvb .mbr-section-subtitle {
  color: #232323;
}
.cid-uU1EnbLrvb .mbr-box {
  color: #ffffff;
}
.cid-uU1EnbLrvb .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU1EnbLrvb img,
.cid-uU1EnbLrvb .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU1EnbLrvb .item-wrapper {
  position: relative;
}
.cid-uU1EnbLrvb .content-head {
  max-width: 800px;
}
.cid-uU1Ende6hS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU1Ende6hS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1Ende6hS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU1Ende6hS .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1Ende6hS .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU1Ende6hS .google-map {
  height: 100%;
  position: relative;
}
.cid-uU1Ende6hS .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU1Ende6hS .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU1Ende6hS .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-uU1Ende6hS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU1Ende6hS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU1Ende6hS .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU1Ende6hS .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1Ende6hS .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU1Ende6hS ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU1Ende6hS .content-head {
  max-width: 800px;
}
.cid-uU1Ene0B14 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU1Ene0B14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1Ene0B14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1Ene0B14 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU1Ene0B14 .footer-col {
    flex-direction: column;
  }
}
.cid-uU1Ene0B14 .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU1Ene0B14 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1Ene0B14 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1Ene0B14 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1Ene0B14 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU1Ene0B14 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU1Ene0B14 .soc-item {
  margin: 8px;
}
.cid-uU1Ene0B14 .soc-item a:hover .mbr-iconfont,
.cid-uU1Ene0B14 .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU1Ene0B14 .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU1Ene0B14 .row {
    text-align: center;
  }
  .cid-uU1Ene0B14 .social-row {
    justify-content: center;
  }
}
.cid-uU1Ene0B14 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU1Ene0B14 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1Ene0B14 .list {
    margin-bottom: 0rem;
  }
}
.cid-uU1Ene0B14 .mbr-text {
  color: #bbbbbb;
}
.cid-uU1Ene0B14 .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU1Ene0B14 .list,
.cid-uU1Ene0B14 .item-wrap {
  color: #232323;
}
.cid-uU1Ene0B14 .copyright {
  color: #ffffff;
}
.cid-uU1ErIWcsc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU1ErIWcsc .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-uU1ErIWcsc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU1ErIWcsc .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-uU1ErIWcsc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU1ErIWcsc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU1ErIWcsc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU1ErIWcsc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU1ErIWcsc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU1ErIWcsc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU1ErIWcsc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU1ErIWcsc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU1ErIWcsc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU1ErIWcsc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU1ErIWcsc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU1ErIWcsc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU1ErIWcsc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU1ErIWcsc .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU1ErIWcsc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU1ErIWcsc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU1ErIWcsc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU1ErIWcsc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU1ErIWcsc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU1ErIWcsc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1ErIWcsc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU1ErIWcsc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU1ErIWcsc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU1ErIWcsc .nav-item:focus,
.cid-uU1ErIWcsc .nav-link:focus {
  outline: none;
}
.cid-uU1ErIWcsc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU1ErIWcsc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU1ErIWcsc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU1ErIWcsc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU1ErIWcsc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU1ErIWcsc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU1ErIWcsc .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-uU1ErIWcsc .navbar.opened {
  transition: all 0.3s;
}
.cid-uU1ErIWcsc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU1ErIWcsc .navbar .navbar-logo img {
  width: auto;
}
.cid-uU1ErIWcsc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU1ErIWcsc .navbar.collapsed {
  justify-content: center;
}
.cid-uU1ErIWcsc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU1ErIWcsc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU1ErIWcsc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU1ErIWcsc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU1ErIWcsc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU1ErIWcsc .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-uU1ErIWcsc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU1ErIWcsc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU1ErIWcsc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU1ErIWcsc .navbar {
    min-height: 72px;
  }
  .cid-uU1ErIWcsc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU1ErIWcsc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU1ErIWcsc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU1ErIWcsc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU1ErIWcsc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU1ErIWcsc .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-uU1ErIWcsc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU1ErIWcsc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU1ErIWcsc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU1ErIWcsc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU1ErIWcsc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU1ErIWcsc .dropdown-item.active,
.cid-uU1ErIWcsc .dropdown-item:active {
  background-color: transparent;
}
.cid-uU1ErIWcsc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU1ErIWcsc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU1ErIWcsc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU1ErIWcsc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU1ErIWcsc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU1ErIWcsc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU1ErIWcsc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU1ErIWcsc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU1ErIWcsc .navbar-buttons {
    text-align: left;
  }
}
.cid-uU1ErIWcsc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU1ErIWcsc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU1ErIWcsc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU1ErIWcsc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1ErIWcsc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1ErIWcsc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU1ErIWcsc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1ErIWcsc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU1ErIWcsc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU1ErIWcsc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1ErIWcsc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU1ErIWcsc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU1ErIWcsc .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-uU1ErIWcsc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU1ErIWcsc .navbar {
    height: 70px;
  }
  .cid-uU1ErIWcsc .navbar.opened {
    height: auto;
  }
  .cid-uU1ErIWcsc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1ErIWcsc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU1ErIWcsc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU1ErIWcsc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU1ErIWcsc .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU1ErIWcsc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU1ErIWcsc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU1ErIWcsc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU1ErIWcsc .navbar-brand {
    margin-right: auto;
  }
  .cid-uU1ErIWcsc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU1ErIWcsc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU1ErIWcsc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU1ErIWcsc .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-uU1ErIWcsc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU1ErIWcsc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU1ErIWcsc .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU1ErIWcsc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU1ErIWcsc .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-uU1ErIWcsc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU1ErIWcsc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU1ErJQXGv {
  display: flex;
  background-image: url("../../../assets/images/17.jpg");
}
.cid-uU1ErJQXGv .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.5;
}
.cid-uU1ErJQXGv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU1ErJQXGv .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU1ErJQXGv {
    align-items: flex-end;
  }
  .cid-uU1ErJQXGv .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU1ErJQXGv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU1ErJQXGv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU1ErJQXGv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU1ErJQXGv .content-wrap {
    width: 100%;
  }
}
.cid-uU1ErJQXGv .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU1ErJQXGv .mbr-text,
.cid-uU1ErJQXGv .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uU1ErJQXGv .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU1ErLeuQv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU1ErLeuQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1ErLeuQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1ErLeuQv .card-wrapper {
  background: #393193;
}
@media (max-width: 767px) {
  .cid-uU1ErLeuQv .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1ErLeuQv .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1ErLeuQv .card-wrapper {
    padding: 4rem;
  }
}
.cid-uU1ErLeuQv .mbr-text,
.cid-uU1ErLeuQv .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uU1ErLeuQv .card-title,
.cid-uU1ErLeuQv .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uU1ErKEBi5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU1ErKEBi5 .mbr-text {
  color: #000000;
}
.cid-uU1ErKEBi5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU1ErKEBi5 .mbr-section-title {
  color: #000000;
}
.cid-uU3oEzlmOQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3oEzlmOQ .mbr-text {
  color: #000000;
}
.cid-uU3oEzlmOQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uU3oEzlmOQ .mbr-section-title {
  color: #000000;
}
.cid-uU3oXKSCnA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3oXKSCnA .mbr-text {
  color: #000000;
}
.cid-uU3oXKSCnA .mbr-section-subtitle {
  color: #000000;
}
.cid-uU3oXKSCnA .mbr-section-title {
  color: #000000;
}
.cid-uU3palE8LE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3palE8LE .mbr-text {
  color: #000000;
}
.cid-uU3palE8LE .mbr-section-subtitle {
  color: #000000;
}
.cid-uU3palE8LE .mbr-section-title {
  color: #000000;
}
.cid-uU3ppDpayW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3ppDpayW .mbr-text {
  color: #000000;
}
.cid-uU3ppDpayW .mbr-section-subtitle {
  color: #000000;
}
.cid-uU3ppDpayW .mbr-section-title {
  color: #000000;
}
.cid-uU3pzigq1i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3pzigq1i .mbr-text {
  color: #000000;
}
.cid-uU3pzigq1i .mbr-section-subtitle {
  color: #000000;
}
.cid-uU3pzigq1i .mbr-section-title {
  color: #000000;
}
.cid-uU1ErMabkN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU1ErMabkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1ErMabkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU1ErMabkN .container-fluid {
    padding: 0;
  }
}
.cid-uU1ErMabkN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU1ErMabkN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU1ErMabkN .embla__button--next,
.cid-uU1ErMabkN .embla__button--prev {
  display: flex;
}
.cid-uU1ErMabkN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU1ErMabkN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU1ErMabkN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU1ErMabkN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU1ErMabkN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU1ErMabkN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU1ErMabkN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU1ErMabkN .embla {
  position: relative;
  width: 100%;
}
.cid-uU1ErMabkN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU1ErMabkN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU1ErMabkN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU1ErMabkN .embla__slide a {
  cursor: grab;
}
.cid-uU1ErMabkN .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU1ErMabkN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU1ErMabkN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU1ErMabkN .mbr-section-title {
  color: #232323;
}
.cid-uU1ErMabkN .mbr-section-subtitle {
  color: #232323;
}
.cid-uU1ErMabkN .mbr-box {
  color: #ffffff;
}
.cid-uU1ErMabkN .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU1ErMabkN img,
.cid-uU1ErMabkN .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU1ErMabkN .item-wrapper {
  position: relative;
}
.cid-uU1ErMabkN .content-head {
  max-width: 800px;
}
.cid-uU1ErOKsK5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU1ErOKsK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1ErOKsK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU1ErOKsK5 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1ErOKsK5 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU1ErOKsK5 .google-map {
  height: 100%;
  position: relative;
}
.cid-uU1ErOKsK5 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU1ErOKsK5 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU1ErOKsK5 .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-uU1ErOKsK5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU1ErOKsK5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU1ErOKsK5 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU1ErOKsK5 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1ErOKsK5 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU1ErOKsK5 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU1ErOKsK5 .content-head {
  max-width: 800px;
}
.cid-uU1ErPLg9o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU1ErPLg9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1ErPLg9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1ErPLg9o .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU1ErPLg9o .footer-col {
    flex-direction: column;
  }
}
.cid-uU1ErPLg9o .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU1ErPLg9o .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1ErPLg9o .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1ErPLg9o .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1ErPLg9o .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU1ErPLg9o .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU1ErPLg9o .soc-item {
  margin: 8px;
}
.cid-uU1ErPLg9o .soc-item a:hover .mbr-iconfont,
.cid-uU1ErPLg9o .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU1ErPLg9o .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU1ErPLg9o .row {
    text-align: center;
  }
  .cid-uU1ErPLg9o .social-row {
    justify-content: center;
  }
}
.cid-uU1ErPLg9o .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU1ErPLg9o .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1ErPLg9o .list {
    margin-bottom: 0rem;
  }
}
.cid-uU1ErPLg9o .mbr-text {
  color: #bbbbbb;
}
.cid-uU1ErPLg9o .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU1ErPLg9o .list,
.cid-uU1ErPLg9o .item-wrap {
  color: #232323;
}
.cid-uU1ErPLg9o .copyright {
  color: #ffffff;
}
.cid-uU1EyUuQqr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU1EyUuQqr .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-uU1EyUuQqr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU1EyUuQqr .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-uU1EyUuQqr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU1EyUuQqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU1EyUuQqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU1EyUuQqr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU1EyUuQqr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU1EyUuQqr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU1EyUuQqr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU1EyUuQqr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU1EyUuQqr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU1EyUuQqr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU1EyUuQqr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU1EyUuQqr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU1EyUuQqr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU1EyUuQqr .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU1EyUuQqr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU1EyUuQqr .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU1EyUuQqr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU1EyUuQqr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU1EyUuQqr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU1EyUuQqr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1EyUuQqr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU1EyUuQqr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU1EyUuQqr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU1EyUuQqr .nav-item:focus,
.cid-uU1EyUuQqr .nav-link:focus {
  outline: none;
}
.cid-uU1EyUuQqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU1EyUuQqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU1EyUuQqr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU1EyUuQqr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU1EyUuQqr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU1EyUuQqr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU1EyUuQqr .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-uU1EyUuQqr .navbar.opened {
  transition: all 0.3s;
}
.cid-uU1EyUuQqr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU1EyUuQqr .navbar .navbar-logo img {
  width: auto;
}
.cid-uU1EyUuQqr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU1EyUuQqr .navbar.collapsed {
  justify-content: center;
}
.cid-uU1EyUuQqr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU1EyUuQqr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU1EyUuQqr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU1EyUuQqr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU1EyUuQqr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU1EyUuQqr .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-uU1EyUuQqr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU1EyUuQqr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU1EyUuQqr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU1EyUuQqr .navbar {
    min-height: 72px;
  }
  .cid-uU1EyUuQqr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU1EyUuQqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU1EyUuQqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU1EyUuQqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU1EyUuQqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU1EyUuQqr .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-uU1EyUuQqr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU1EyUuQqr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU1EyUuQqr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU1EyUuQqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU1EyUuQqr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU1EyUuQqr .dropdown-item.active,
.cid-uU1EyUuQqr .dropdown-item:active {
  background-color: transparent;
}
.cid-uU1EyUuQqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU1EyUuQqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU1EyUuQqr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU1EyUuQqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU1EyUuQqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU1EyUuQqr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU1EyUuQqr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU1EyUuQqr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU1EyUuQqr .navbar-buttons {
    text-align: left;
  }
}
.cid-uU1EyUuQqr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU1EyUuQqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU1EyUuQqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU1EyUuQqr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1EyUuQqr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1EyUuQqr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU1EyUuQqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1EyUuQqr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU1EyUuQqr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU1EyUuQqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1EyUuQqr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU1EyUuQqr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU1EyUuQqr .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-uU1EyUuQqr .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU1EyUuQqr .navbar {
    height: 70px;
  }
  .cid-uU1EyUuQqr .navbar.opened {
    height: auto;
  }
  .cid-uU1EyUuQqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1EyUuQqr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU1EyUuQqr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU1EyUuQqr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU1EyUuQqr .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU1EyUuQqr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU1EyUuQqr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU1EyUuQqr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU1EyUuQqr .navbar-brand {
    margin-right: auto;
  }
  .cid-uU1EyUuQqr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU1EyUuQqr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU1EyUuQqr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU1EyUuQqr .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-uU1EyUuQqr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU1EyUuQqr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU1EyUuQqr .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU1EyUuQqr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU1EyUuQqr .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-uU1EyUuQqr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU1EyUuQqr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU1EyV9Ux7 {
  display: flex;
  background-image: url("../../../assets/images/16.jpg");
}
.cid-uU1EyV9Ux7 .mbr-overlay {
  background-color: #393193;
  opacity: 0.5;
}
.cid-uU1EyV9Ux7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU1EyV9Ux7 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU1EyV9Ux7 {
    align-items: flex-end;
  }
  .cid-uU1EyV9Ux7 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU1EyV9Ux7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU1EyV9Ux7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU1EyV9Ux7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU1EyV9Ux7 .content-wrap {
    width: 100%;
  }
}
.cid-uU1EyV9Ux7 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uU1EyV9Ux7 .mbr-text,
.cid-uU1EyV9Ux7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uU1EyV9Ux7 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU3r6AugPk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3r6AugPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU3r6AugPk .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-uU3r6AugPk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uU3r6AugPk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uU3r6AugPk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uU3r6AugPk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uU3r6AugPk .mbr-section-title {
  color: #000000;
}
.cid-uU3r6AugPk .mbr-text,
.cid-uU3r6AugPk .mbr-section-btn {
  color: #000000;
}
.cid-uU1EyXyBUN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU1EyXyBUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1EyXyBUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU1EyXyBUN .container-fluid {
    padding: 0;
  }
}
.cid-uU1EyXyBUN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU1EyXyBUN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU1EyXyBUN .embla__button--next,
.cid-uU1EyXyBUN .embla__button--prev {
  display: flex;
}
.cid-uU1EyXyBUN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU1EyXyBUN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU1EyXyBUN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU1EyXyBUN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU1EyXyBUN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU1EyXyBUN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU1EyXyBUN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU1EyXyBUN .embla {
  position: relative;
  width: 100%;
}
.cid-uU1EyXyBUN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU1EyXyBUN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU1EyXyBUN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU1EyXyBUN .embla__slide a {
  cursor: grab;
}
.cid-uU1EyXyBUN .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU1EyXyBUN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU1EyXyBUN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU1EyXyBUN .mbr-section-title {
  color: #232323;
}
.cid-uU1EyXyBUN .mbr-section-subtitle {
  color: #232323;
}
.cid-uU1EyXyBUN .mbr-box {
  color: #ffffff;
}
.cid-uU1EyXyBUN .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU1EyXyBUN img,
.cid-uU1EyXyBUN .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU1EyXyBUN .item-wrapper {
  position: relative;
}
.cid-uU1EyXyBUN .content-head {
  max-width: 800px;
}
.cid-uU1EyYYVvC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU1EyYYVvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1EyYYVvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU1EyYYVvC .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1EyYYVvC .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU1EyYYVvC .google-map {
  height: 100%;
  position: relative;
}
.cid-uU1EyYYVvC .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU1EyYYVvC .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU1EyYYVvC .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-uU1EyYYVvC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU1EyYYVvC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU1EyYYVvC .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU1EyYYVvC .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1EyYYVvC .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU1EyYYVvC ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU1EyYYVvC .content-head {
  max-width: 800px;
}
.cid-uU1EyZNVUK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU1EyZNVUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1EyZNVUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1EyZNVUK .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU1EyZNVUK .footer-col {
    flex-direction: column;
  }
}
.cid-uU1EyZNVUK .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU1EyZNVUK .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1EyZNVUK .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1EyZNVUK .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1EyZNVUK .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU1EyZNVUK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU1EyZNVUK .soc-item {
  margin: 8px;
}
.cid-uU1EyZNVUK .soc-item a:hover .mbr-iconfont,
.cid-uU1EyZNVUK .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU1EyZNVUK .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU1EyZNVUK .row {
    text-align: center;
  }
  .cid-uU1EyZNVUK .social-row {
    justify-content: center;
  }
}
.cid-uU1EyZNVUK .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU1EyZNVUK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1EyZNVUK .list {
    margin-bottom: 0rem;
  }
}
.cid-uU1EyZNVUK .mbr-text {
  color: #bbbbbb;
}
.cid-uU1EyZNVUK .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU1EyZNVUK .list,
.cid-uU1EyZNVUK .item-wrap {
  color: #232323;
}
.cid-uU1EyZNVUK .copyright {
  color: #ffffff;
}
.cid-uU1ED4Nl0o {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU1ED4Nl0o .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-uU1ED4Nl0o .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU1ED4Nl0o .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-uU1ED4Nl0o .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU1ED4Nl0o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU1ED4Nl0o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU1ED4Nl0o .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU1ED4Nl0o .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU1ED4Nl0o .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU1ED4Nl0o .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU1ED4Nl0o .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU1ED4Nl0o .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU1ED4Nl0o .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU1ED4Nl0o .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU1ED4Nl0o .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU1ED4Nl0o .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU1ED4Nl0o .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU1ED4Nl0o .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU1ED4Nl0o .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU1ED4Nl0o .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU1ED4Nl0o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU1ED4Nl0o .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU1ED4Nl0o .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1ED4Nl0o .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU1ED4Nl0o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU1ED4Nl0o .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU1ED4Nl0o .nav-item:focus,
.cid-uU1ED4Nl0o .nav-link:focus {
  outline: none;
}
.cid-uU1ED4Nl0o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU1ED4Nl0o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU1ED4Nl0o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU1ED4Nl0o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU1ED4Nl0o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU1ED4Nl0o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU1ED4Nl0o .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-uU1ED4Nl0o .navbar.opened {
  transition: all 0.3s;
}
.cid-uU1ED4Nl0o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU1ED4Nl0o .navbar .navbar-logo img {
  width: auto;
}
.cid-uU1ED4Nl0o .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU1ED4Nl0o .navbar.collapsed {
  justify-content: center;
}
.cid-uU1ED4Nl0o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU1ED4Nl0o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU1ED4Nl0o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU1ED4Nl0o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU1ED4Nl0o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU1ED4Nl0o .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-uU1ED4Nl0o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU1ED4Nl0o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU1ED4Nl0o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU1ED4Nl0o .navbar {
    min-height: 72px;
  }
  .cid-uU1ED4Nl0o .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU1ED4Nl0o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU1ED4Nl0o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU1ED4Nl0o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU1ED4Nl0o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU1ED4Nl0o .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-uU1ED4Nl0o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU1ED4Nl0o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU1ED4Nl0o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU1ED4Nl0o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU1ED4Nl0o .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU1ED4Nl0o .dropdown-item.active,
.cid-uU1ED4Nl0o .dropdown-item:active {
  background-color: transparent;
}
.cid-uU1ED4Nl0o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU1ED4Nl0o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU1ED4Nl0o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU1ED4Nl0o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU1ED4Nl0o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU1ED4Nl0o .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU1ED4Nl0o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU1ED4Nl0o .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU1ED4Nl0o .navbar-buttons {
    text-align: left;
  }
}
.cid-uU1ED4Nl0o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU1ED4Nl0o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU1ED4Nl0o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU1ED4Nl0o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1ED4Nl0o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1ED4Nl0o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU1ED4Nl0o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1ED4Nl0o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU1ED4Nl0o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU1ED4Nl0o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1ED4Nl0o .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU1ED4Nl0o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU1ED4Nl0o .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-uU1ED4Nl0o .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU1ED4Nl0o .navbar {
    height: 70px;
  }
  .cid-uU1ED4Nl0o .navbar.opened {
    height: auto;
  }
  .cid-uU1ED4Nl0o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1ED4Nl0o .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU1ED4Nl0o .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU1ED4Nl0o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU1ED4Nl0o .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU1ED4Nl0o .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU1ED4Nl0o .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU1ED4Nl0o .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU1ED4Nl0o .navbar-brand {
    margin-right: auto;
  }
  .cid-uU1ED4Nl0o .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU1ED4Nl0o .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU1ED4Nl0o .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU1ED4Nl0o .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-uU1ED4Nl0o .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU1ED4Nl0o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU1ED4Nl0o .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU1ED4Nl0o .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU1ED4Nl0o .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-uU1ED4Nl0o .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU1ED4Nl0o .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU1ED5qXly {
  display: flex;
  background-image: url("../../../assets/images/2.jpg");
}
.cid-uU1ED5qXly .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.8;
}
.cid-uU1ED5qXly .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU1ED5qXly .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU1ED5qXly {
    align-items: flex-end;
  }
  .cid-uU1ED5qXly .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU1ED5qXly .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU1ED5qXly {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU1ED5qXly .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU1ED5qXly .content-wrap {
    width: 100%;
  }
}
.cid-uU1ED5qXly .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU1ED5qXly .mbr-text,
.cid-uU1ED5qXly .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uU1ED5qXly .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU1ED62NeG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU1ED62NeG .mbr-text {
  color: #000000;
}
.cid-uU1ED62NeG .mbr-section-subtitle {
  color: #000000;
}
.cid-uU1ED62NeG .mbr-section-title {
  color: #000000;
}
.cid-uU3u3ecP5N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3u3ecP5N h6 {
  line-height: 1.2;
}
.cid-uU3u3ecP5N img,
.cid-uU3u3ecP5N .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uU3u3ecP5N img,
  .cid-uU3u3ecP5N .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uU3u3ecP5N .item:focus,
.cid-uU3u3ecP5N span:focus {
  outline: none;
}
.cid-uU3u3ecP5N .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uU3u3ecP5N .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uU3u3ecP5N .mbr-section-title {
  color: #000000;
}
.cid-uU3u3ecP5N .mbr-text,
.cid-uU3u3ecP5N .mbr-section-btn {
  color: #000000;
}
.cid-uU3u3ecP5N .item-title {
  color: #000000;
  text-align: center;
}
.cid-uU3u3ecP5N .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uU3u3ecP5N .item-text {
  color: #000000;
  text-align: center;
}
.cid-uU3u3ecP5N .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uU3u3ecP5N img,
  .cid-uU3u3ecP5N .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uU3u3ecP5N .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uU3vJIkarK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3vJIkarK h6 {
  line-height: 1.2;
}
.cid-uU3vJIkarK img,
.cid-uU3vJIkarK .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uU3vJIkarK img,
  .cid-uU3vJIkarK .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uU3vJIkarK .item:focus,
.cid-uU3vJIkarK span:focus {
  outline: none;
}
.cid-uU3vJIkarK .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uU3vJIkarK .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uU3vJIkarK .mbr-section-title {
  color: #000000;
}
.cid-uU3vJIkarK .mbr-text,
.cid-uU3vJIkarK .mbr-section-btn {
  color: #000000;
}
.cid-uU3vJIkarK .item-title {
  color: #000000;
  text-align: center;
}
.cid-uU3vJIkarK .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uU3vJIkarK .item-text {
  color: #000000;
  text-align: center;
}
.cid-uU3vJIkarK .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uU3vJIkarK img,
  .cid-uU3vJIkarK .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uU3vJIkarK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uU3EohJcdD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3EohJcdD h6 {
  line-height: 1.2;
}
.cid-uU3EohJcdD img,
.cid-uU3EohJcdD .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uU3EohJcdD img,
  .cid-uU3EohJcdD .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uU3EohJcdD .item:focus,
.cid-uU3EohJcdD span:focus {
  outline: none;
}
.cid-uU3EohJcdD .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uU3EohJcdD .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uU3EohJcdD .mbr-section-title {
  color: #000000;
}
.cid-uU3EohJcdD .mbr-text,
.cid-uU3EohJcdD .mbr-section-btn {
  color: #000000;
}
.cid-uU3EohJcdD .item-title {
  color: #000000;
  text-align: center;
}
.cid-uU3EohJcdD .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uU3EohJcdD .item-text {
  color: #000000;
  text-align: center;
}
.cid-uU3EohJcdD .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uU3EohJcdD img,
  .cid-uU3EohJcdD .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uU3EohJcdD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uU1ED781XI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU1ED781XI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1ED781XI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU1ED781XI .container-fluid {
    padding: 0;
  }
}
.cid-uU1ED781XI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU1ED781XI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU1ED781XI .embla__button--next,
.cid-uU1ED781XI .embla__button--prev {
  display: flex;
}
.cid-uU1ED781XI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU1ED781XI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU1ED781XI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU1ED781XI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU1ED781XI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU1ED781XI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU1ED781XI .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU1ED781XI .embla {
  position: relative;
  width: 100%;
}
.cid-uU1ED781XI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU1ED781XI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU1ED781XI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU1ED781XI .embla__slide a {
  cursor: grab;
}
.cid-uU1ED781XI .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU1ED781XI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU1ED781XI .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU1ED781XI .mbr-section-title {
  color: #232323;
}
.cid-uU1ED781XI .mbr-section-subtitle {
  color: #232323;
}
.cid-uU1ED781XI .mbr-box {
  color: #ffffff;
}
.cid-uU1ED781XI .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU1ED781XI img,
.cid-uU1ED781XI .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU1ED781XI .item-wrapper {
  position: relative;
}
.cid-uU1ED781XI .content-head {
  max-width: 800px;
}
.cid-uU1ED8uuex {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU1ED8uuex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1ED8uuex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU1ED8uuex .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1ED8uuex .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU1ED8uuex .google-map {
  height: 100%;
  position: relative;
}
.cid-uU1ED8uuex .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU1ED8uuex .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU1ED8uuex .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-uU1ED8uuex .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU1ED8uuex .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU1ED8uuex .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU1ED8uuex .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1ED8uuex .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU1ED8uuex ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU1ED8uuex .content-head {
  max-width: 800px;
}
.cid-uU1ED9cJW8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU1ED9cJW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1ED9cJW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1ED9cJW8 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU1ED9cJW8 .footer-col {
    flex-direction: column;
  }
}
.cid-uU1ED9cJW8 .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU1ED9cJW8 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1ED9cJW8 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1ED9cJW8 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1ED9cJW8 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU1ED9cJW8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU1ED9cJW8 .soc-item {
  margin: 8px;
}
.cid-uU1ED9cJW8 .soc-item a:hover .mbr-iconfont,
.cid-uU1ED9cJW8 .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU1ED9cJW8 .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU1ED9cJW8 .row {
    text-align: center;
  }
  .cid-uU1ED9cJW8 .social-row {
    justify-content: center;
  }
}
.cid-uU1ED9cJW8 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU1ED9cJW8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1ED9cJW8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uU1ED9cJW8 .mbr-text {
  color: #bbbbbb;
}
.cid-uU1ED9cJW8 .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU1ED9cJW8 .list,
.cid-uU1ED9cJW8 .item-wrap {
  color: #232323;
}
.cid-uU1ED9cJW8 .copyright {
  color: #ffffff;
}
.cid-uU1EGT5QjJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU1EGT5QjJ .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-uU1EGT5QjJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU1EGT5QjJ .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-uU1EGT5QjJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU1EGT5QjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU1EGT5QjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU1EGT5QjJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU1EGT5QjJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU1EGT5QjJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU1EGT5QjJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU1EGT5QjJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU1EGT5QjJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU1EGT5QjJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU1EGT5QjJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU1EGT5QjJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU1EGT5QjJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU1EGT5QjJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU1EGT5QjJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU1EGT5QjJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU1EGT5QjJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU1EGT5QjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU1EGT5QjJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU1EGT5QjJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1EGT5QjJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU1EGT5QjJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU1EGT5QjJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU1EGT5QjJ .nav-item:focus,
.cid-uU1EGT5QjJ .nav-link:focus {
  outline: none;
}
.cid-uU1EGT5QjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU1EGT5QjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU1EGT5QjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU1EGT5QjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU1EGT5QjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU1EGT5QjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU1EGT5QjJ .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-uU1EGT5QjJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uU1EGT5QjJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU1EGT5QjJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uU1EGT5QjJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU1EGT5QjJ .navbar.collapsed {
  justify-content: center;
}
.cid-uU1EGT5QjJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU1EGT5QjJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU1EGT5QjJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU1EGT5QjJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU1EGT5QjJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU1EGT5QjJ .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-uU1EGT5QjJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU1EGT5QjJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU1EGT5QjJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU1EGT5QjJ .navbar {
    min-height: 72px;
  }
  .cid-uU1EGT5QjJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU1EGT5QjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU1EGT5QjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU1EGT5QjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU1EGT5QjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU1EGT5QjJ .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-uU1EGT5QjJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU1EGT5QjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU1EGT5QjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU1EGT5QjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU1EGT5QjJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU1EGT5QjJ .dropdown-item.active,
.cid-uU1EGT5QjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uU1EGT5QjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU1EGT5QjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU1EGT5QjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU1EGT5QjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU1EGT5QjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU1EGT5QjJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU1EGT5QjJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU1EGT5QjJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU1EGT5QjJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uU1EGT5QjJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU1EGT5QjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU1EGT5QjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU1EGT5QjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1EGT5QjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1EGT5QjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU1EGT5QjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1EGT5QjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU1EGT5QjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU1EGT5QjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1EGT5QjJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU1EGT5QjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU1EGT5QjJ .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-uU1EGT5QjJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU1EGT5QjJ .navbar {
    height: 70px;
  }
  .cid-uU1EGT5QjJ .navbar.opened {
    height: auto;
  }
  .cid-uU1EGT5QjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1EGT5QjJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU1EGT5QjJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU1EGT5QjJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU1EGT5QjJ .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU1EGT5QjJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU1EGT5QjJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU1EGT5QjJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU1EGT5QjJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uU1EGT5QjJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU1EGT5QjJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU1EGT5QjJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU1EGT5QjJ .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-uU1EGT5QjJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU1EGT5QjJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU1EGT5QjJ .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU1EGT5QjJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU1EGT5QjJ .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-uU1EGT5QjJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU1EGT5QjJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU1EGTF1DE {
  display: flex;
  background-image: url("../../../assets/images/14.jpg");
}
.cid-uU1EGTF1DE .mbr-overlay {
  background-color: #393193;
  opacity: 0.5;
}
.cid-uU1EGTF1DE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU1EGTF1DE .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU1EGTF1DE {
    align-items: flex-end;
  }
  .cid-uU1EGTF1DE .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU1EGTF1DE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU1EGTF1DE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU1EGTF1DE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU1EGTF1DE .content-wrap {
    width: 100%;
  }
}
.cid-uU1EGTF1DE .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uU1EGTF1DE .mbr-text,
.cid-uU1EGTF1DE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uU1EGTF1DE .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU1EGUqd2Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uU1EGUqd2Q .mbr-text {
  color: #000000;
}
.cid-uU1EGUqd2Q .mbr-section-subtitle {
  color: #000000;
}
.cid-uU1EGUqd2Q .mbr-section-title {
  color: #000000;
}
.cid-uU3O2xPTf5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3O2xPTf5 h6 {
  line-height: 1.2;
}
.cid-uU3O2xPTf5 img,
.cid-uU3O2xPTf5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uU3O2xPTf5 img,
  .cid-uU3O2xPTf5 .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uU3O2xPTf5 .item:focus,
.cid-uU3O2xPTf5 span:focus {
  outline: none;
}
.cid-uU3O2xPTf5 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uU3O2xPTf5 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uU3O2xPTf5 .mbr-section-title {
  color: #000000;
}
.cid-uU3O2xPTf5 .mbr-text,
.cid-uU3O2xPTf5 .mbr-section-btn {
  color: #000000;
}
.cid-uU3O2xPTf5 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uU3O2xPTf5 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uU3O2xPTf5 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uU3O2xPTf5 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uU3O2xPTf5 img,
  .cid-uU3O2xPTf5 .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uU3O2xPTf5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uU3O2xPTf5 .item-subtitle,
.cid-uU3O2xPTf5 .mbr-section-btn {
  text-align: center;
}
.cid-uU3ORFhp9P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3ORFhp9P h6 {
  line-height: 1.2;
}
.cid-uU3ORFhp9P img,
.cid-uU3ORFhp9P .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uU3ORFhp9P img,
  .cid-uU3ORFhp9P .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uU3ORFhp9P .item:focus,
.cid-uU3ORFhp9P span:focus {
  outline: none;
}
.cid-uU3ORFhp9P .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uU3ORFhp9P .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uU3ORFhp9P .mbr-section-title {
  color: #000000;
}
.cid-uU3ORFhp9P .mbr-text,
.cid-uU3ORFhp9P .mbr-section-btn {
  color: #000000;
}
.cid-uU3ORFhp9P .item-title {
  color: #000000;
  text-align: center;
}
.cid-uU3ORFhp9P .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uU3ORFhp9P .item-text {
  color: #000000;
  text-align: center;
}
.cid-uU3ORFhp9P .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uU3ORFhp9P img,
  .cid-uU3ORFhp9P .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uU3ORFhp9P .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uU1EGVDaoo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU1EGVDaoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1EGVDaoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU1EGVDaoo .container-fluid {
    padding: 0;
  }
}
.cid-uU1EGVDaoo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU1EGVDaoo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU1EGVDaoo .embla__button--next,
.cid-uU1EGVDaoo .embla__button--prev {
  display: flex;
}
.cid-uU1EGVDaoo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU1EGVDaoo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU1EGVDaoo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU1EGVDaoo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU1EGVDaoo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU1EGVDaoo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU1EGVDaoo .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU1EGVDaoo .embla {
  position: relative;
  width: 100%;
}
.cid-uU1EGVDaoo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU1EGVDaoo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU1EGVDaoo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU1EGVDaoo .embla__slide a {
  cursor: grab;
}
.cid-uU1EGVDaoo .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU1EGVDaoo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU1EGVDaoo .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU1EGVDaoo .mbr-section-title {
  color: #232323;
}
.cid-uU1EGVDaoo .mbr-section-subtitle {
  color: #232323;
}
.cid-uU1EGVDaoo .mbr-box {
  color: #ffffff;
}
.cid-uU1EGVDaoo .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU1EGVDaoo img,
.cid-uU1EGVDaoo .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU1EGVDaoo .item-wrapper {
  position: relative;
}
.cid-uU1EGVDaoo .content-head {
  max-width: 800px;
}
.cid-uU1EGXndFJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU1EGXndFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1EGXndFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU1EGXndFJ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1EGXndFJ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU1EGXndFJ .google-map {
  height: 100%;
  position: relative;
}
.cid-uU1EGXndFJ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU1EGXndFJ .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU1EGXndFJ .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-uU1EGXndFJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU1EGXndFJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU1EGXndFJ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU1EGXndFJ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1EGXndFJ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU1EGXndFJ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU1EGXndFJ .content-head {
  max-width: 800px;
}
.cid-uU1EGY7KP5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU1EGY7KP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1EGY7KP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1EGY7KP5 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU1EGY7KP5 .footer-col {
    flex-direction: column;
  }
}
.cid-uU1EGY7KP5 .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU1EGY7KP5 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1EGY7KP5 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1EGY7KP5 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1EGY7KP5 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU1EGY7KP5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU1EGY7KP5 .soc-item {
  margin: 8px;
}
.cid-uU1EGY7KP5 .soc-item a:hover .mbr-iconfont,
.cid-uU1EGY7KP5 .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU1EGY7KP5 .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU1EGY7KP5 .row {
    text-align: center;
  }
  .cid-uU1EGY7KP5 .social-row {
    justify-content: center;
  }
}
.cid-uU1EGY7KP5 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU1EGY7KP5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1EGY7KP5 .list {
    margin-bottom: 0rem;
  }
}
.cid-uU1EGY7KP5 .mbr-text {
  color: #bbbbbb;
}
.cid-uU1EGY7KP5 .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU1EGY7KP5 .list,
.cid-uU1EGY7KP5 .item-wrap {
  color: #232323;
}
.cid-uU1EGY7KP5 .copyright {
  color: #ffffff;
}
.cid-uU1Fs9SeRt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU1Fs9SeRt .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-uU1Fs9SeRt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU1Fs9SeRt .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-uU1Fs9SeRt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU1Fs9SeRt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU1Fs9SeRt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU1Fs9SeRt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU1Fs9SeRt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU1Fs9SeRt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU1Fs9SeRt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU1Fs9SeRt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU1Fs9SeRt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU1Fs9SeRt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU1Fs9SeRt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU1Fs9SeRt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU1Fs9SeRt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU1Fs9SeRt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU1Fs9SeRt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU1Fs9SeRt .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU1Fs9SeRt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU1Fs9SeRt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU1Fs9SeRt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU1Fs9SeRt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1Fs9SeRt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU1Fs9SeRt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU1Fs9SeRt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU1Fs9SeRt .nav-item:focus,
.cid-uU1Fs9SeRt .nav-link:focus {
  outline: none;
}
.cid-uU1Fs9SeRt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU1Fs9SeRt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU1Fs9SeRt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU1Fs9SeRt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU1Fs9SeRt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU1Fs9SeRt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU1Fs9SeRt .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-uU1Fs9SeRt .navbar.opened {
  transition: all 0.3s;
}
.cid-uU1Fs9SeRt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU1Fs9SeRt .navbar .navbar-logo img {
  width: auto;
}
.cid-uU1Fs9SeRt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU1Fs9SeRt .navbar.collapsed {
  justify-content: center;
}
.cid-uU1Fs9SeRt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU1Fs9SeRt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU1Fs9SeRt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU1Fs9SeRt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU1Fs9SeRt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU1Fs9SeRt .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-uU1Fs9SeRt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU1Fs9SeRt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU1Fs9SeRt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU1Fs9SeRt .navbar {
    min-height: 72px;
  }
  .cid-uU1Fs9SeRt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU1Fs9SeRt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU1Fs9SeRt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU1Fs9SeRt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU1Fs9SeRt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU1Fs9SeRt .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-uU1Fs9SeRt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU1Fs9SeRt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU1Fs9SeRt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU1Fs9SeRt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU1Fs9SeRt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU1Fs9SeRt .dropdown-item.active,
.cid-uU1Fs9SeRt .dropdown-item:active {
  background-color: transparent;
}
.cid-uU1Fs9SeRt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU1Fs9SeRt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU1Fs9SeRt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU1Fs9SeRt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU1Fs9SeRt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU1Fs9SeRt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU1Fs9SeRt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU1Fs9SeRt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU1Fs9SeRt .navbar-buttons {
    text-align: left;
  }
}
.cid-uU1Fs9SeRt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU1Fs9SeRt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU1Fs9SeRt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU1Fs9SeRt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1Fs9SeRt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1Fs9SeRt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU1Fs9SeRt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1Fs9SeRt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU1Fs9SeRt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU1Fs9SeRt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1Fs9SeRt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU1Fs9SeRt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU1Fs9SeRt .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-uU1Fs9SeRt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU1Fs9SeRt .navbar {
    height: 70px;
  }
  .cid-uU1Fs9SeRt .navbar.opened {
    height: auto;
  }
  .cid-uU1Fs9SeRt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1Fs9SeRt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU1Fs9SeRt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU1Fs9SeRt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU1Fs9SeRt .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU1Fs9SeRt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU1Fs9SeRt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU1Fs9SeRt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU1Fs9SeRt .navbar-brand {
    margin-right: auto;
  }
  .cid-uU1Fs9SeRt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU1Fs9SeRt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU1Fs9SeRt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU1Fs9SeRt .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-uU1Fs9SeRt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU1Fs9SeRt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU1Fs9SeRt .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU1Fs9SeRt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU1Fs9SeRt .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-uU1Fs9SeRt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU1Fs9SeRt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU1FsbdtgO {
  display: flex;
  background-image: url("../../../assets/images/3.jpg");
}
.cid-uU1FsbdtgO .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.6;
}
.cid-uU1FsbdtgO .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU1FsbdtgO .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU1FsbdtgO {
    align-items: flex-end;
  }
  .cid-uU1FsbdtgO .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU1FsbdtgO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU1FsbdtgO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU1FsbdtgO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU1FsbdtgO .content-wrap {
    width: 100%;
  }
}
.cid-uU1FsbdtgO .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU1FsbdtgO .mbr-text,
.cid-uU1FsbdtgO .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uU1FsbdtgO .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU1FscnR7Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU1FscnR7Z .mbr-text {
  color: #000000;
}
.cid-uU1FscnR7Z .mbr-section-subtitle {
  color: #000000;
}
.cid-uU1FscnR7Z .mbr-section-title {
  color: #000000;
}
.cid-uU1Fsd67EU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uU1Fsd67EU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1Fsd67EU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1Fsd67EU .card-wrapper {
  background: #393193;
}
@media (max-width: 767px) {
  .cid-uU1Fsd67EU .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1Fsd67EU .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1Fsd67EU .card-wrapper {
    padding: 4rem;
  }
}
.cid-uU1Fsd67EU .mbr-text,
.cid-uU1Fsd67EU .mbr-section-btn {
  color: #ffffff;
}
.cid-uU1Fsd67EU .card-title,
.cid-uU1Fsd67EU .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uU1Fse0rhS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU1Fse0rhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1Fse0rhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU1Fse0rhS .container-fluid {
    padding: 0;
  }
}
.cid-uU1Fse0rhS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU1Fse0rhS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU1Fse0rhS .embla__button--next,
.cid-uU1Fse0rhS .embla__button--prev {
  display: flex;
}
.cid-uU1Fse0rhS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU1Fse0rhS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU1Fse0rhS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU1Fse0rhS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU1Fse0rhS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU1Fse0rhS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU1Fse0rhS .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU1Fse0rhS .embla {
  position: relative;
  width: 100%;
}
.cid-uU1Fse0rhS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU1Fse0rhS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU1Fse0rhS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU1Fse0rhS .embla__slide a {
  cursor: grab;
}
.cid-uU1Fse0rhS .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU1Fse0rhS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU1Fse0rhS .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU1Fse0rhS .mbr-section-title {
  color: #232323;
}
.cid-uU1Fse0rhS .mbr-section-subtitle {
  color: #232323;
}
.cid-uU1Fse0rhS .mbr-box {
  color: #ffffff;
}
.cid-uU1Fse0rhS .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU1Fse0rhS img,
.cid-uU1Fse0rhS .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU1Fse0rhS .item-wrapper {
  position: relative;
}
.cid-uU1Fse0rhS .content-head {
  max-width: 800px;
}
.cid-uU1FsgAWGH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU1FsgAWGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1FsgAWGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU1FsgAWGH .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FsgAWGH .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU1FsgAWGH .google-map {
  height: 100%;
  position: relative;
}
.cid-uU1FsgAWGH .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU1FsgAWGH .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU1FsgAWGH .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-uU1FsgAWGH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU1FsgAWGH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU1FsgAWGH .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU1FsgAWGH .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FsgAWGH .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU1FsgAWGH ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU1FsgAWGH .content-head {
  max-width: 800px;
}
.cid-uU1Fshguvg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU1Fshguvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1Fshguvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1Fshguvg .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU1Fshguvg .footer-col {
    flex-direction: column;
  }
}
.cid-uU1Fshguvg .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU1Fshguvg .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1Fshguvg .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1Fshguvg .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1Fshguvg .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU1Fshguvg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU1Fshguvg .soc-item {
  margin: 8px;
}
.cid-uU1Fshguvg .soc-item a:hover .mbr-iconfont,
.cid-uU1Fshguvg .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU1Fshguvg .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU1Fshguvg .row {
    text-align: center;
  }
  .cid-uU1Fshguvg .social-row {
    justify-content: center;
  }
}
.cid-uU1Fshguvg .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU1Fshguvg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1Fshguvg .list {
    margin-bottom: 0rem;
  }
}
.cid-uU1Fshguvg .mbr-text {
  color: #bbbbbb;
}
.cid-uU1Fshguvg .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU1Fshguvg .list,
.cid-uU1Fshguvg .item-wrap {
  color: #232323;
}
.cid-uU1Fshguvg .copyright {
  color: #ffffff;
}
.cid-uU1FzxGk4T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU1FzxGk4T .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-uU1FzxGk4T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU1FzxGk4T .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-uU1FzxGk4T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU1FzxGk4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU1FzxGk4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU1FzxGk4T .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU1FzxGk4T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU1FzxGk4T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU1FzxGk4T .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU1FzxGk4T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU1FzxGk4T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU1FzxGk4T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU1FzxGk4T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU1FzxGk4T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU1FzxGk4T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU1FzxGk4T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU1FzxGk4T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU1FzxGk4T .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU1FzxGk4T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU1FzxGk4T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU1FzxGk4T .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU1FzxGk4T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FzxGk4T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU1FzxGk4T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU1FzxGk4T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU1FzxGk4T .nav-item:focus,
.cid-uU1FzxGk4T .nav-link:focus {
  outline: none;
}
.cid-uU1FzxGk4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU1FzxGk4T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU1FzxGk4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU1FzxGk4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU1FzxGk4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU1FzxGk4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU1FzxGk4T .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-uU1FzxGk4T .navbar.opened {
  transition: all 0.3s;
}
.cid-uU1FzxGk4T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU1FzxGk4T .navbar .navbar-logo img {
  width: auto;
}
.cid-uU1FzxGk4T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU1FzxGk4T .navbar.collapsed {
  justify-content: center;
}
.cid-uU1FzxGk4T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU1FzxGk4T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU1FzxGk4T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU1FzxGk4T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU1FzxGk4T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU1FzxGk4T .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-uU1FzxGk4T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU1FzxGk4T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU1FzxGk4T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU1FzxGk4T .navbar {
    min-height: 72px;
  }
  .cid-uU1FzxGk4T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU1FzxGk4T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU1FzxGk4T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU1FzxGk4T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU1FzxGk4T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU1FzxGk4T .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-uU1FzxGk4T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU1FzxGk4T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU1FzxGk4T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU1FzxGk4T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU1FzxGk4T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU1FzxGk4T .dropdown-item.active,
.cid-uU1FzxGk4T .dropdown-item:active {
  background-color: transparent;
}
.cid-uU1FzxGk4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU1FzxGk4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU1FzxGk4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU1FzxGk4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU1FzxGk4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU1FzxGk4T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU1FzxGk4T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU1FzxGk4T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU1FzxGk4T .navbar-buttons {
    text-align: left;
  }
}
.cid-uU1FzxGk4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU1FzxGk4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU1FzxGk4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU1FzxGk4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1FzxGk4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1FzxGk4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU1FzxGk4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1FzxGk4T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU1FzxGk4T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU1FzxGk4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1FzxGk4T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU1FzxGk4T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU1FzxGk4T .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-uU1FzxGk4T .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU1FzxGk4T .navbar {
    height: 70px;
  }
  .cid-uU1FzxGk4T .navbar.opened {
    height: auto;
  }
  .cid-uU1FzxGk4T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1FzxGk4T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU1FzxGk4T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU1FzxGk4T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU1FzxGk4T .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU1FzxGk4T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU1FzxGk4T .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU1FzxGk4T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU1FzxGk4T .navbar-brand {
    margin-right: auto;
  }
  .cid-uU1FzxGk4T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU1FzxGk4T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU1FzxGk4T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU1FzxGk4T .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-uU1FzxGk4T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU1FzxGk4T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU1FzxGk4T .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU1FzxGk4T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU1FzxGk4T .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-uU1FzxGk4T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU1FzxGk4T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU1FzyCW2j {
  display: flex;
  background-image: url("../../../assets/images/1.jpg");
}
.cid-uU1FzyCW2j .mbr-overlay {
  background-color: #393193;
  opacity: 0.4;
}
.cid-uU1FzyCW2j .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU1FzyCW2j .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU1FzyCW2j {
    align-items: flex-end;
  }
  .cid-uU1FzyCW2j .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU1FzyCW2j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU1FzyCW2j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU1FzyCW2j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU1FzyCW2j .content-wrap {
    width: 100%;
  }
}
.cid-uU1FzyCW2j .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uU1FzyCW2j .mbr-text,
.cid-uU1FzyCW2j .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uU1FzyCW2j .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU1FzzuwgK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uU1FzzuwgK .mbr-text {
  color: #000000;
}
.cid-uU1FzzuwgK .mbr-section-subtitle {
  color: #000000;
}
.cid-uU1FzzuwgK .mbr-section-title {
  color: #000000;
}
.cid-uU1FzA8LVU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU1FzA8LVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1FzA8LVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1FzA8LVU .card-wrapper {
  background: #393193;
}
@media (max-width: 767px) {
  .cid-uU1FzA8LVU .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1FzA8LVU .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1FzA8LVU .card-wrapper {
    padding: 4rem;
  }
}
.cid-uU1FzA8LVU .mbr-text,
.cid-uU1FzA8LVU .mbr-section-btn {
  color: #ffffff;
}
.cid-uU1FzA8LVU .card-title,
.cid-uU1FzA8LVU .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uU1FzAT6yQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU1FzAT6yQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1FzAT6yQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU1FzAT6yQ .container-fluid {
    padding: 0;
  }
}
.cid-uU1FzAT6yQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU1FzAT6yQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU1FzAT6yQ .embla__button--next,
.cid-uU1FzAT6yQ .embla__button--prev {
  display: flex;
}
.cid-uU1FzAT6yQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU1FzAT6yQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU1FzAT6yQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU1FzAT6yQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU1FzAT6yQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU1FzAT6yQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU1FzAT6yQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU1FzAT6yQ .embla {
  position: relative;
  width: 100%;
}
.cid-uU1FzAT6yQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU1FzAT6yQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU1FzAT6yQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU1FzAT6yQ .embla__slide a {
  cursor: grab;
}
.cid-uU1FzAT6yQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU1FzAT6yQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU1FzAT6yQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU1FzAT6yQ .mbr-section-title {
  color: #232323;
}
.cid-uU1FzAT6yQ .mbr-section-subtitle {
  color: #232323;
}
.cid-uU1FzAT6yQ .mbr-box {
  color: #ffffff;
}
.cid-uU1FzAT6yQ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU1FzAT6yQ img,
.cid-uU1FzAT6yQ .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU1FzAT6yQ .item-wrapper {
  position: relative;
}
.cid-uU1FzAT6yQ .content-head {
  max-width: 800px;
}
.cid-uU1FzCMs2m {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU1FzCMs2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1FzCMs2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU1FzCMs2m .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FzCMs2m .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU1FzCMs2m .google-map {
  height: 100%;
  position: relative;
}
.cid-uU1FzCMs2m .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU1FzCMs2m .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU1FzCMs2m .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-uU1FzCMs2m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU1FzCMs2m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU1FzCMs2m .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU1FzCMs2m .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FzCMs2m .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU1FzCMs2m ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU1FzCMs2m .content-head {
  max-width: 800px;
}
.cid-uU1FzDzgnR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU1FzDzgnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1FzDzgnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1FzDzgnR .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU1FzDzgnR .footer-col {
    flex-direction: column;
  }
}
.cid-uU1FzDzgnR .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU1FzDzgnR .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1FzDzgnR .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1FzDzgnR .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FzDzgnR .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU1FzDzgnR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU1FzDzgnR .soc-item {
  margin: 8px;
}
.cid-uU1FzDzgnR .soc-item a:hover .mbr-iconfont,
.cid-uU1FzDzgnR .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU1FzDzgnR .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU1FzDzgnR .row {
    text-align: center;
  }
  .cid-uU1FzDzgnR .social-row {
    justify-content: center;
  }
}
.cid-uU1FzDzgnR .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU1FzDzgnR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1FzDzgnR .list {
    margin-bottom: 0rem;
  }
}
.cid-uU1FzDzgnR .mbr-text {
  color: #bbbbbb;
}
.cid-uU1FzDzgnR .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU1FzDzgnR .list,
.cid-uU1FzDzgnR .item-wrap {
  color: #232323;
}
.cid-uU1FzDzgnR .copyright {
  color: #ffffff;
}
.cid-uU1FLhHKEn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU1FLhHKEn .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-uU1FLhHKEn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU1FLhHKEn .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-uU1FLhHKEn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU1FLhHKEn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU1FLhHKEn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU1FLhHKEn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU1FLhHKEn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU1FLhHKEn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU1FLhHKEn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU1FLhHKEn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU1FLhHKEn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU1FLhHKEn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU1FLhHKEn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU1FLhHKEn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU1FLhHKEn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU1FLhHKEn .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU1FLhHKEn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU1FLhHKEn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU1FLhHKEn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU1FLhHKEn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU1FLhHKEn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU1FLhHKEn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FLhHKEn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU1FLhHKEn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU1FLhHKEn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU1FLhHKEn .nav-item:focus,
.cid-uU1FLhHKEn .nav-link:focus {
  outline: none;
}
.cid-uU1FLhHKEn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU1FLhHKEn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU1FLhHKEn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU1FLhHKEn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU1FLhHKEn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU1FLhHKEn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU1FLhHKEn .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-uU1FLhHKEn .navbar.opened {
  transition: all 0.3s;
}
.cid-uU1FLhHKEn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU1FLhHKEn .navbar .navbar-logo img {
  width: auto;
}
.cid-uU1FLhHKEn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU1FLhHKEn .navbar.collapsed {
  justify-content: center;
}
.cid-uU1FLhHKEn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU1FLhHKEn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU1FLhHKEn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU1FLhHKEn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU1FLhHKEn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU1FLhHKEn .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-uU1FLhHKEn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU1FLhHKEn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU1FLhHKEn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU1FLhHKEn .navbar {
    min-height: 72px;
  }
  .cid-uU1FLhHKEn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU1FLhHKEn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU1FLhHKEn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU1FLhHKEn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU1FLhHKEn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU1FLhHKEn .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-uU1FLhHKEn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU1FLhHKEn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU1FLhHKEn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU1FLhHKEn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU1FLhHKEn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU1FLhHKEn .dropdown-item.active,
.cid-uU1FLhHKEn .dropdown-item:active {
  background-color: transparent;
}
.cid-uU1FLhHKEn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU1FLhHKEn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU1FLhHKEn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU1FLhHKEn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU1FLhHKEn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU1FLhHKEn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU1FLhHKEn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU1FLhHKEn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU1FLhHKEn .navbar-buttons {
    text-align: left;
  }
}
.cid-uU1FLhHKEn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU1FLhHKEn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU1FLhHKEn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU1FLhHKEn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1FLhHKEn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1FLhHKEn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU1FLhHKEn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1FLhHKEn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU1FLhHKEn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU1FLhHKEn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1FLhHKEn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU1FLhHKEn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU1FLhHKEn .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-uU1FLhHKEn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU1FLhHKEn .navbar {
    height: 70px;
  }
  .cid-uU1FLhHKEn .navbar.opened {
    height: auto;
  }
  .cid-uU1FLhHKEn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1FLhHKEn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU1FLhHKEn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU1FLhHKEn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU1FLhHKEn .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU1FLhHKEn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU1FLhHKEn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU1FLhHKEn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU1FLhHKEn .navbar-brand {
    margin-right: auto;
  }
  .cid-uU1FLhHKEn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU1FLhHKEn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU1FLhHKEn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU1FLhHKEn .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-uU1FLhHKEn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU1FLhHKEn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU1FLhHKEn .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU1FLhHKEn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU1FLhHKEn .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-uU1FLhHKEn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU1FLhHKEn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU1FLiKxEg {
  display: flex;
  background-image: url("../../../assets/images/10.jpg");
}
.cid-uU1FLiKxEg .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.6;
}
.cid-uU1FLiKxEg .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU1FLiKxEg .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU1FLiKxEg {
    align-items: flex-end;
  }
  .cid-uU1FLiKxEg .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU1FLiKxEg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU1FLiKxEg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU1FLiKxEg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU1FLiKxEg .content-wrap {
    width: 100%;
  }
}
.cid-uU1FLiKxEg .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uU1FLiKxEg .mbr-text,
.cid-uU1FLiKxEg .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uU1FLiKxEg .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU1FLjTbp4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uU1FLjTbp4 .mbr-text {
  color: #000000;
}
.cid-uU1FLjTbp4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU1FLjTbp4 .mbr-section-title {
  color: #000000;
}
.cid-uU1FLkvnSF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uU1FLkvnSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1FLkvnSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1FLkvnSF .card-wrapper {
  background: #393193;
}
@media (max-width: 767px) {
  .cid-uU1FLkvnSF .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1FLkvnSF .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1FLkvnSF .card-wrapper {
    padding: 4rem;
  }
}
.cid-uU1FLkvnSF .mbr-text,
.cid-uU1FLkvnSF .mbr-section-btn {
  color: #ffffff;
}
.cid-uU1FLkvnSF .card-title,
.cid-uU1FLkvnSF .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uU1FLliHCc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU1FLliHCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1FLliHCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU1FLliHCc .container-fluid {
    padding: 0;
  }
}
.cid-uU1FLliHCc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU1FLliHCc .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU1FLliHCc .embla__button--next,
.cid-uU1FLliHCc .embla__button--prev {
  display: flex;
}
.cid-uU1FLliHCc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU1FLliHCc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU1FLliHCc .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU1FLliHCc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU1FLliHCc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU1FLliHCc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU1FLliHCc .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU1FLliHCc .embla {
  position: relative;
  width: 100%;
}
.cid-uU1FLliHCc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU1FLliHCc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU1FLliHCc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU1FLliHCc .embla__slide a {
  cursor: grab;
}
.cid-uU1FLliHCc .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU1FLliHCc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU1FLliHCc .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU1FLliHCc .mbr-section-title {
  color: #232323;
}
.cid-uU1FLliHCc .mbr-section-subtitle {
  color: #232323;
}
.cid-uU1FLliHCc .mbr-box {
  color: #ffffff;
}
.cid-uU1FLliHCc .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU1FLliHCc img,
.cid-uU1FLliHCc .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU1FLliHCc .item-wrapper {
  position: relative;
}
.cid-uU1FLliHCc .content-head {
  max-width: 800px;
}
.cid-uU1FLnrSD7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU1FLnrSD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1FLnrSD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU1FLnrSD7 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FLnrSD7 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU1FLnrSD7 .google-map {
  height: 100%;
  position: relative;
}
.cid-uU1FLnrSD7 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU1FLnrSD7 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU1FLnrSD7 .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-uU1FLnrSD7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU1FLnrSD7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU1FLnrSD7 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU1FLnrSD7 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FLnrSD7 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU1FLnrSD7 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU1FLnrSD7 .content-head {
  max-width: 800px;
}
.cid-uU1FLobGAC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU1FLobGAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1FLobGAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1FLobGAC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU1FLobGAC .footer-col {
    flex-direction: column;
  }
}
.cid-uU1FLobGAC .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU1FLobGAC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1FLobGAC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1FLobGAC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FLobGAC .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU1FLobGAC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU1FLobGAC .soc-item {
  margin: 8px;
}
.cid-uU1FLobGAC .soc-item a:hover .mbr-iconfont,
.cid-uU1FLobGAC .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU1FLobGAC .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU1FLobGAC .row {
    text-align: center;
  }
  .cid-uU1FLobGAC .social-row {
    justify-content: center;
  }
}
.cid-uU1FLobGAC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU1FLobGAC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1FLobGAC .list {
    margin-bottom: 0rem;
  }
}
.cid-uU1FLobGAC .mbr-text {
  color: #bbbbbb;
}
.cid-uU1FLobGAC .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU1FLobGAC .list,
.cid-uU1FLobGAC .item-wrap {
  color: #232323;
}
.cid-uU1FLobGAC .copyright {
  color: #ffffff;
}
.cid-uU1FZLbddL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU1FZLbddL .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-uU1FZLbddL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU1FZLbddL .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-uU1FZLbddL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU1FZLbddL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU1FZLbddL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU1FZLbddL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU1FZLbddL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU1FZLbddL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU1FZLbddL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU1FZLbddL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU1FZLbddL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU1FZLbddL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU1FZLbddL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU1FZLbddL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU1FZLbddL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU1FZLbddL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU1FZLbddL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU1FZLbddL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU1FZLbddL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU1FZLbddL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU1FZLbddL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU1FZLbddL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FZLbddL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU1FZLbddL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU1FZLbddL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU1FZLbddL .nav-item:focus,
.cid-uU1FZLbddL .nav-link:focus {
  outline: none;
}
.cid-uU1FZLbddL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU1FZLbddL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU1FZLbddL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU1FZLbddL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU1FZLbddL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU1FZLbddL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU1FZLbddL .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-uU1FZLbddL .navbar.opened {
  transition: all 0.3s;
}
.cid-uU1FZLbddL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU1FZLbddL .navbar .navbar-logo img {
  width: auto;
}
.cid-uU1FZLbddL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU1FZLbddL .navbar.collapsed {
  justify-content: center;
}
.cid-uU1FZLbddL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU1FZLbddL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU1FZLbddL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU1FZLbddL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU1FZLbddL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU1FZLbddL .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-uU1FZLbddL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU1FZLbddL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU1FZLbddL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU1FZLbddL .navbar {
    min-height: 72px;
  }
  .cid-uU1FZLbddL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU1FZLbddL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU1FZLbddL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU1FZLbddL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU1FZLbddL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU1FZLbddL .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-uU1FZLbddL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU1FZLbddL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU1FZLbddL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU1FZLbddL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU1FZLbddL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU1FZLbddL .dropdown-item.active,
.cid-uU1FZLbddL .dropdown-item:active {
  background-color: transparent;
}
.cid-uU1FZLbddL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU1FZLbddL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU1FZLbddL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU1FZLbddL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU1FZLbddL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU1FZLbddL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU1FZLbddL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU1FZLbddL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU1FZLbddL .navbar-buttons {
    text-align: left;
  }
}
.cid-uU1FZLbddL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU1FZLbddL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU1FZLbddL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU1FZLbddL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1FZLbddL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU1FZLbddL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU1FZLbddL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1FZLbddL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU1FZLbddL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU1FZLbddL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU1FZLbddL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU1FZLbddL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU1FZLbddL .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-uU1FZLbddL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU1FZLbddL .navbar {
    height: 70px;
  }
  .cid-uU1FZLbddL .navbar.opened {
    height: auto;
  }
  .cid-uU1FZLbddL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU1FZLbddL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU1FZLbddL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU1FZLbddL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU1FZLbddL .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU1FZLbddL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU1FZLbddL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU1FZLbddL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU1FZLbddL .navbar-brand {
    margin-right: auto;
  }
  .cid-uU1FZLbddL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU1FZLbddL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU1FZLbddL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU1FZLbddL .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-uU1FZLbddL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU1FZLbddL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU1FZLbddL .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU1FZLbddL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU1FZLbddL .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-uU1FZLbddL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU1FZLbddL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU1FZLS7xW {
  display: flex;
  background-image: url("../../../assets/images/7.jpg");
}
.cid-uU1FZLS7xW .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.4;
}
.cid-uU1FZLS7xW .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU1FZLS7xW .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU1FZLS7xW {
    align-items: flex-end;
  }
  .cid-uU1FZLS7xW .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU1FZLS7xW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU1FZLS7xW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU1FZLS7xW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU1FZLS7xW .content-wrap {
    width: 100%;
  }
}
.cid-uU1FZLS7xW .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uU1FZLS7xW .mbr-text,
.cid-uU1FZLS7xW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uU1FZLS7xW .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU1FZMwBrB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU1FZMwBrB .mbr-text {
  color: #000000;
}
.cid-uU1FZMwBrB .mbr-section-subtitle {
  color: #000000;
}
.cid-uU1FZMwBrB .mbr-section-title {
  color: #000000;
}
.cid-uU1FZNOhhH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU1FZNOhhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1FZNOhhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU1FZNOhhH .container-fluid {
    padding: 0;
  }
}
.cid-uU1FZNOhhH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU1FZNOhhH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU1FZNOhhH .embla__button--next,
.cid-uU1FZNOhhH .embla__button--prev {
  display: flex;
}
.cid-uU1FZNOhhH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU1FZNOhhH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU1FZNOhhH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU1FZNOhhH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU1FZNOhhH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU1FZNOhhH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU1FZNOhhH .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU1FZNOhhH .embla {
  position: relative;
  width: 100%;
}
.cid-uU1FZNOhhH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU1FZNOhhH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU1FZNOhhH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU1FZNOhhH .embla__slide a {
  cursor: grab;
}
.cid-uU1FZNOhhH .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU1FZNOhhH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU1FZNOhhH .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU1FZNOhhH .mbr-section-title {
  color: #232323;
}
.cid-uU1FZNOhhH .mbr-section-subtitle {
  color: #232323;
}
.cid-uU1FZNOhhH .mbr-box {
  color: #ffffff;
}
.cid-uU1FZNOhhH .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU1FZNOhhH img,
.cid-uU1FZNOhhH .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU1FZNOhhH .item-wrapper {
  position: relative;
}
.cid-uU1FZNOhhH .content-head {
  max-width: 800px;
}
.cid-uU1FZPkOKV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU1FZPkOKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1FZPkOKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU1FZPkOKV .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FZPkOKV .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU1FZPkOKV .google-map {
  height: 100%;
  position: relative;
}
.cid-uU1FZPkOKV .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU1FZPkOKV .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU1FZPkOKV .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-uU1FZPkOKV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU1FZPkOKV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU1FZPkOKV .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU1FZPkOKV .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FZPkOKV .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU1FZPkOKV ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU1FZPkOKV .content-head {
  max-width: 800px;
}
.cid-uU1FZQ5ZE0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU1FZQ5ZE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1FZQ5ZE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1FZQ5ZE0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU1FZQ5ZE0 .footer-col {
    flex-direction: column;
  }
}
.cid-uU1FZQ5ZE0 .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU1FZQ5ZE0 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU1FZQ5ZE0 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1FZQ5ZE0 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU1FZQ5ZE0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU1FZQ5ZE0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU1FZQ5ZE0 .soc-item {
  margin: 8px;
}
.cid-uU1FZQ5ZE0 .soc-item a:hover .mbr-iconfont,
.cid-uU1FZQ5ZE0 .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU1FZQ5ZE0 .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU1FZQ5ZE0 .row {
    text-align: center;
  }
  .cid-uU1FZQ5ZE0 .social-row {
    justify-content: center;
  }
}
.cid-uU1FZQ5ZE0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU1FZQ5ZE0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU1FZQ5ZE0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uU1FZQ5ZE0 .mbr-text {
  color: #bbbbbb;
}
.cid-uU1FZQ5ZE0 .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU1FZQ5ZE0 .list,
.cid-uU1FZQ5ZE0 .item-wrap {
  color: #232323;
}
.cid-uU1FZQ5ZE0 .copyright {
  color: #ffffff;
}
.cid-uU23qXAonZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU23qXAonZ .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-uU23qXAonZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU23qXAonZ .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-uU23qXAonZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU23qXAonZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU23qXAonZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU23qXAonZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU23qXAonZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU23qXAonZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU23qXAonZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU23qXAonZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU23qXAonZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU23qXAonZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU23qXAonZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU23qXAonZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU23qXAonZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU23qXAonZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU23qXAonZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU23qXAonZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU23qXAonZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU23qXAonZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU23qXAonZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU23qXAonZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23qXAonZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU23qXAonZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU23qXAonZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU23qXAonZ .nav-item:focus,
.cid-uU23qXAonZ .nav-link:focus {
  outline: none;
}
.cid-uU23qXAonZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU23qXAonZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU23qXAonZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU23qXAonZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU23qXAonZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU23qXAonZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU23qXAonZ .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-uU23qXAonZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uU23qXAonZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU23qXAonZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uU23qXAonZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU23qXAonZ .navbar.collapsed {
  justify-content: center;
}
.cid-uU23qXAonZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU23qXAonZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU23qXAonZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU23qXAonZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU23qXAonZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU23qXAonZ .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-uU23qXAonZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU23qXAonZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU23qXAonZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU23qXAonZ .navbar {
    min-height: 72px;
  }
  .cid-uU23qXAonZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU23qXAonZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU23qXAonZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU23qXAonZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU23qXAonZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU23qXAonZ .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-uU23qXAonZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU23qXAonZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU23qXAonZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU23qXAonZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU23qXAonZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU23qXAonZ .dropdown-item.active,
.cid-uU23qXAonZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uU23qXAonZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU23qXAonZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU23qXAonZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU23qXAonZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU23qXAonZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU23qXAonZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU23qXAonZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU23qXAonZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU23qXAonZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uU23qXAonZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU23qXAonZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU23qXAonZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU23qXAonZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU23qXAonZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU23qXAonZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU23qXAonZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU23qXAonZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU23qXAonZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU23qXAonZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU23qXAonZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU23qXAonZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU23qXAonZ .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-uU23qXAonZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU23qXAonZ .navbar {
    height: 70px;
  }
  .cid-uU23qXAonZ .navbar.opened {
    height: auto;
  }
  .cid-uU23qXAonZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU23qXAonZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU23qXAonZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU23qXAonZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU23qXAonZ .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU23qXAonZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU23qXAonZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU23qXAonZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU23qXAonZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uU23qXAonZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU23qXAonZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU23qXAonZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU23qXAonZ .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-uU23qXAonZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU23qXAonZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU23qXAonZ .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU23qXAonZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU23qXAonZ .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-uU23qXAonZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU23qXAonZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU23qZ2u9A {
  display: flex;
  background-image: url("../../../assets/images/2.jpg");
}
.cid-uU23qZ2u9A .mbr-overlay {
  background-color: #393193;
  opacity: 0.5;
}
.cid-uU23qZ2u9A .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU23qZ2u9A .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU23qZ2u9A {
    align-items: flex-end;
  }
  .cid-uU23qZ2u9A .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU23qZ2u9A .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU23qZ2u9A {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU23qZ2u9A .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU23qZ2u9A .content-wrap {
    width: 100%;
  }
}
.cid-uU23qZ2u9A .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU23qZ2u9A .mbr-text,
.cid-uU23qZ2u9A .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uU23qZ2u9A .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU23r0hDGG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uU23r0hDGG .mbr-text {
  color: #000000;
}
.cid-uU23r0hDGG .mbr-section-subtitle {
  color: #000000;
}
.cid-uU23r0hDGG .mbr-section-title {
  color: #000000;
}
.cid-uU23r1HAAT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU23r1HAAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU23r1HAAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU23r1HAAT .container-fluid {
    padding: 0;
  }
}
.cid-uU23r1HAAT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU23r1HAAT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU23r1HAAT .embla__button--next,
.cid-uU23r1HAAT .embla__button--prev {
  display: flex;
}
.cid-uU23r1HAAT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU23r1HAAT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU23r1HAAT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU23r1HAAT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU23r1HAAT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU23r1HAAT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU23r1HAAT .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU23r1HAAT .embla {
  position: relative;
  width: 100%;
}
.cid-uU23r1HAAT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU23r1HAAT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU23r1HAAT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU23r1HAAT .embla__slide a {
  cursor: grab;
}
.cid-uU23r1HAAT .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU23r1HAAT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU23r1HAAT .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU23r1HAAT .mbr-section-title {
  color: #232323;
}
.cid-uU23r1HAAT .mbr-section-subtitle {
  color: #232323;
}
.cid-uU23r1HAAT .mbr-box {
  color: #ffffff;
}
.cid-uU23r1HAAT .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU23r1HAAT img,
.cid-uU23r1HAAT .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU23r1HAAT .item-wrapper {
  position: relative;
}
.cid-uU23r1HAAT .content-head {
  max-width: 800px;
}
.cid-uU23r3jfJS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU23r3jfJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU23r3jfJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU23r3jfJS .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23r3jfJS .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU23r3jfJS .google-map {
  height: 100%;
  position: relative;
}
.cid-uU23r3jfJS .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU23r3jfJS .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU23r3jfJS .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-uU23r3jfJS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU23r3jfJS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU23r3jfJS .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU23r3jfJS .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23r3jfJS .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU23r3jfJS ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU23r3jfJS .content-head {
  max-width: 800px;
}
.cid-uU23r4RFrB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU23r4RFrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU23r4RFrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU23r4RFrB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU23r4RFrB .footer-col {
    flex-direction: column;
  }
}
.cid-uU23r4RFrB .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU23r4RFrB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU23r4RFrB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU23r4RFrB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23r4RFrB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU23r4RFrB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU23r4RFrB .soc-item {
  margin: 8px;
}
.cid-uU23r4RFrB .soc-item a:hover .mbr-iconfont,
.cid-uU23r4RFrB .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU23r4RFrB .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU23r4RFrB .row {
    text-align: center;
  }
  .cid-uU23r4RFrB .social-row {
    justify-content: center;
  }
}
.cid-uU23r4RFrB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU23r4RFrB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU23r4RFrB .list {
    margin-bottom: 0rem;
  }
}
.cid-uU23r4RFrB .mbr-text {
  color: #bbbbbb;
}
.cid-uU23r4RFrB .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU23r4RFrB .list,
.cid-uU23r4RFrB .item-wrap {
  color: #232323;
}
.cid-uU23r4RFrB .copyright {
  color: #ffffff;
}
.cid-uU23CPGfJh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU23CPGfJh .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-uU23CPGfJh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU23CPGfJh .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-uU23CPGfJh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU23CPGfJh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU23CPGfJh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU23CPGfJh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU23CPGfJh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU23CPGfJh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU23CPGfJh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU23CPGfJh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU23CPGfJh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU23CPGfJh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU23CPGfJh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU23CPGfJh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU23CPGfJh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU23CPGfJh .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU23CPGfJh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU23CPGfJh .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU23CPGfJh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU23CPGfJh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU23CPGfJh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU23CPGfJh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23CPGfJh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU23CPGfJh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU23CPGfJh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU23CPGfJh .nav-item:focus,
.cid-uU23CPGfJh .nav-link:focus {
  outline: none;
}
.cid-uU23CPGfJh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU23CPGfJh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU23CPGfJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU23CPGfJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU23CPGfJh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU23CPGfJh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU23CPGfJh .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-uU23CPGfJh .navbar.opened {
  transition: all 0.3s;
}
.cid-uU23CPGfJh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU23CPGfJh .navbar .navbar-logo img {
  width: auto;
}
.cid-uU23CPGfJh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU23CPGfJh .navbar.collapsed {
  justify-content: center;
}
.cid-uU23CPGfJh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU23CPGfJh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU23CPGfJh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU23CPGfJh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU23CPGfJh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU23CPGfJh .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-uU23CPGfJh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU23CPGfJh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU23CPGfJh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU23CPGfJh .navbar {
    min-height: 72px;
  }
  .cid-uU23CPGfJh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU23CPGfJh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU23CPGfJh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU23CPGfJh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU23CPGfJh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU23CPGfJh .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-uU23CPGfJh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU23CPGfJh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU23CPGfJh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU23CPGfJh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU23CPGfJh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU23CPGfJh .dropdown-item.active,
.cid-uU23CPGfJh .dropdown-item:active {
  background-color: transparent;
}
.cid-uU23CPGfJh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU23CPGfJh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU23CPGfJh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU23CPGfJh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU23CPGfJh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU23CPGfJh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU23CPGfJh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU23CPGfJh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU23CPGfJh .navbar-buttons {
    text-align: left;
  }
}
.cid-uU23CPGfJh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU23CPGfJh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU23CPGfJh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU23CPGfJh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU23CPGfJh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU23CPGfJh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU23CPGfJh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU23CPGfJh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU23CPGfJh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU23CPGfJh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU23CPGfJh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU23CPGfJh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU23CPGfJh .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-uU23CPGfJh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU23CPGfJh .navbar {
    height: 70px;
  }
  .cid-uU23CPGfJh .navbar.opened {
    height: auto;
  }
  .cid-uU23CPGfJh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU23CPGfJh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU23CPGfJh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU23CPGfJh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU23CPGfJh .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU23CPGfJh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU23CPGfJh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU23CPGfJh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU23CPGfJh .navbar-brand {
    margin-right: auto;
  }
  .cid-uU23CPGfJh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU23CPGfJh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU23CPGfJh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU23CPGfJh .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-uU23CPGfJh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU23CPGfJh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU23CPGfJh .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU23CPGfJh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU23CPGfJh .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-uU23CPGfJh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU23CPGfJh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU23CQqFTX {
  display: flex;
  background-image: url("../../../assets/images/3.jpg");
}
.cid-uU23CQqFTX .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.6;
}
.cid-uU23CQqFTX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU23CQqFTX .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU23CQqFTX {
    align-items: flex-end;
  }
  .cid-uU23CQqFTX .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU23CQqFTX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU23CQqFTX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU23CQqFTX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU23CQqFTX .content-wrap {
    width: 100%;
  }
}
.cid-uU23CQqFTX .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU23CQqFTX .mbr-text,
.cid-uU23CQqFTX .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uU23CQqFTX .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU23CRiHDN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uU23CRiHDN .mbr-text {
  color: #000000;
}
.cid-uU23CRiHDN .mbr-section-subtitle {
  color: #000000;
}
.cid-uU23CRiHDN .mbr-section-title {
  color: #000000;
}
.cid-uU23CSVmdM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU23CSVmdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU23CSVmdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU23CSVmdM .container-fluid {
    padding: 0;
  }
}
.cid-uU23CSVmdM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU23CSVmdM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU23CSVmdM .embla__button--next,
.cid-uU23CSVmdM .embla__button--prev {
  display: flex;
}
.cid-uU23CSVmdM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU23CSVmdM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU23CSVmdM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU23CSVmdM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU23CSVmdM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU23CSVmdM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU23CSVmdM .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU23CSVmdM .embla {
  position: relative;
  width: 100%;
}
.cid-uU23CSVmdM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU23CSVmdM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU23CSVmdM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU23CSVmdM .embla__slide a {
  cursor: grab;
}
.cid-uU23CSVmdM .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU23CSVmdM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU23CSVmdM .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU23CSVmdM .mbr-section-title {
  color: #232323;
}
.cid-uU23CSVmdM .mbr-section-subtitle {
  color: #232323;
}
.cid-uU23CSVmdM .mbr-box {
  color: #ffffff;
}
.cid-uU23CSVmdM .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU23CSVmdM img,
.cid-uU23CSVmdM .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU23CSVmdM .item-wrapper {
  position: relative;
}
.cid-uU23CSVmdM .content-head {
  max-width: 800px;
}
.cid-uU23CUBQEc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU23CUBQEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU23CUBQEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU23CUBQEc .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23CUBQEc .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU23CUBQEc .google-map {
  height: 100%;
  position: relative;
}
.cid-uU23CUBQEc .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU23CUBQEc .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU23CUBQEc .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-uU23CUBQEc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU23CUBQEc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU23CUBQEc .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU23CUBQEc .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23CUBQEc .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU23CUBQEc ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU23CUBQEc .content-head {
  max-width: 800px;
}
.cid-uU23CVru0g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU23CVru0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU23CVru0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU23CVru0g .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU23CVru0g .footer-col {
    flex-direction: column;
  }
}
.cid-uU23CVru0g .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU23CVru0g .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU23CVru0g .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU23CVru0g .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23CVru0g .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU23CVru0g .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU23CVru0g .soc-item {
  margin: 8px;
}
.cid-uU23CVru0g .soc-item a:hover .mbr-iconfont,
.cid-uU23CVru0g .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU23CVru0g .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU23CVru0g .row {
    text-align: center;
  }
  .cid-uU23CVru0g .social-row {
    justify-content: center;
  }
}
.cid-uU23CVru0g .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU23CVru0g .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU23CVru0g .list {
    margin-bottom: 0rem;
  }
}
.cid-uU23CVru0g .mbr-text {
  color: #bbbbbb;
}
.cid-uU23CVru0g .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU23CVru0g .list,
.cid-uU23CVru0g .item-wrap {
  color: #232323;
}
.cid-uU23CVru0g .copyright {
  color: #ffffff;
}
.cid-uU23HL0Lip {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU23HL0Lip .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-uU23HL0Lip .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU23HL0Lip .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-uU23HL0Lip .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU23HL0Lip .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU23HL0Lip .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU23HL0Lip .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU23HL0Lip .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU23HL0Lip .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU23HL0Lip .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU23HL0Lip .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU23HL0Lip .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU23HL0Lip .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU23HL0Lip .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU23HL0Lip .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU23HL0Lip .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU23HL0Lip .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU23HL0Lip .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU23HL0Lip .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU23HL0Lip .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU23HL0Lip .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU23HL0Lip .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU23HL0Lip .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23HL0Lip .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU23HL0Lip .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU23HL0Lip .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU23HL0Lip .nav-item:focus,
.cid-uU23HL0Lip .nav-link:focus {
  outline: none;
}
.cid-uU23HL0Lip .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU23HL0Lip .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU23HL0Lip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU23HL0Lip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU23HL0Lip .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU23HL0Lip .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU23HL0Lip .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-uU23HL0Lip .navbar.opened {
  transition: all 0.3s;
}
.cid-uU23HL0Lip .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU23HL0Lip .navbar .navbar-logo img {
  width: auto;
}
.cid-uU23HL0Lip .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU23HL0Lip .navbar.collapsed {
  justify-content: center;
}
.cid-uU23HL0Lip .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU23HL0Lip .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU23HL0Lip .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU23HL0Lip .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU23HL0Lip .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU23HL0Lip .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-uU23HL0Lip .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU23HL0Lip .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU23HL0Lip .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU23HL0Lip .navbar {
    min-height: 72px;
  }
  .cid-uU23HL0Lip .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU23HL0Lip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU23HL0Lip .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU23HL0Lip .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU23HL0Lip .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU23HL0Lip .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-uU23HL0Lip .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU23HL0Lip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU23HL0Lip .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU23HL0Lip .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU23HL0Lip .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU23HL0Lip .dropdown-item.active,
.cid-uU23HL0Lip .dropdown-item:active {
  background-color: transparent;
}
.cid-uU23HL0Lip .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU23HL0Lip .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU23HL0Lip .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU23HL0Lip .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU23HL0Lip .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU23HL0Lip .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU23HL0Lip ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU23HL0Lip .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU23HL0Lip .navbar-buttons {
    text-align: left;
  }
}
.cid-uU23HL0Lip button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU23HL0Lip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU23HL0Lip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU23HL0Lip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU23HL0Lip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU23HL0Lip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU23HL0Lip nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU23HL0Lip nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU23HL0Lip nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU23HL0Lip nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU23HL0Lip .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU23HL0Lip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU23HL0Lip .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-uU23HL0Lip .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU23HL0Lip .navbar {
    height: 70px;
  }
  .cid-uU23HL0Lip .navbar.opened {
    height: auto;
  }
  .cid-uU23HL0Lip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU23HL0Lip .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU23HL0Lip .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU23HL0Lip .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU23HL0Lip .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU23HL0Lip .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU23HL0Lip .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU23HL0Lip .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU23HL0Lip .navbar-brand {
    margin-right: auto;
  }
  .cid-uU23HL0Lip .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU23HL0Lip .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU23HL0Lip .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU23HL0Lip .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-uU23HL0Lip .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU23HL0Lip .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU23HL0Lip .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU23HL0Lip .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU23HL0Lip .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-uU23HL0Lip .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU23HL0Lip .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU23HLyzKq {
  display: flex;
  background-image: url("../../../assets/images/15.jpg");
}
.cid-uU23HLyzKq .mbr-overlay {
  background-color: #393193;
  opacity: 0.6;
}
.cid-uU23HLyzKq .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU23HLyzKq .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU23HLyzKq {
    align-items: flex-end;
  }
  .cid-uU23HLyzKq .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU23HLyzKq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU23HLyzKq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU23HLyzKq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU23HLyzKq .content-wrap {
    width: 100%;
  }
}
.cid-uU23HLyzKq .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU23HLyzKq .mbr-text,
.cid-uU23HLyzKq .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uU23HLyzKq .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU23HMcj41 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uU23HMcj41 .mbr-text {
  color: #000000;
}
.cid-uU23HMcj41 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU23HMcj41 .mbr-section-title {
  color: #000000;
}
.cid-uU23HNruz4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU23HNruz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU23HNruz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU23HNruz4 .container-fluid {
    padding: 0;
  }
}
.cid-uU23HNruz4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU23HNruz4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU23HNruz4 .embla__button--next,
.cid-uU23HNruz4 .embla__button--prev {
  display: flex;
}
.cid-uU23HNruz4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU23HNruz4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU23HNruz4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU23HNruz4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU23HNruz4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU23HNruz4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU23HNruz4 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU23HNruz4 .embla {
  position: relative;
  width: 100%;
}
.cid-uU23HNruz4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU23HNruz4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU23HNruz4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU23HNruz4 .embla__slide a {
  cursor: grab;
}
.cid-uU23HNruz4 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU23HNruz4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU23HNruz4 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU23HNruz4 .mbr-section-title {
  color: #232323;
}
.cid-uU23HNruz4 .mbr-section-subtitle {
  color: #232323;
}
.cid-uU23HNruz4 .mbr-box {
  color: #ffffff;
}
.cid-uU23HNruz4 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU23HNruz4 img,
.cid-uU23HNruz4 .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU23HNruz4 .item-wrapper {
  position: relative;
}
.cid-uU23HNruz4 .content-head {
  max-width: 800px;
}
.cid-uU23HOOGk1 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU23HOOGk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU23HOOGk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU23HOOGk1 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23HOOGk1 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU23HOOGk1 .google-map {
  height: 100%;
  position: relative;
}
.cid-uU23HOOGk1 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU23HOOGk1 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU23HOOGk1 .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-uU23HOOGk1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU23HOOGk1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU23HOOGk1 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU23HOOGk1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23HOOGk1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU23HOOGk1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU23HOOGk1 .content-head {
  max-width: 800px;
}
.cid-uU23HPzdOu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU23HPzdOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU23HPzdOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU23HPzdOu .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU23HPzdOu .footer-col {
    flex-direction: column;
  }
}
.cid-uU23HPzdOu .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU23HPzdOu .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU23HPzdOu .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU23HPzdOu .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23HPzdOu .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU23HPzdOu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU23HPzdOu .soc-item {
  margin: 8px;
}
.cid-uU23HPzdOu .soc-item a:hover .mbr-iconfont,
.cid-uU23HPzdOu .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU23HPzdOu .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU23HPzdOu .row {
    text-align: center;
  }
  .cid-uU23HPzdOu .social-row {
    justify-content: center;
  }
}
.cid-uU23HPzdOu .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU23HPzdOu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU23HPzdOu .list {
    margin-bottom: 0rem;
  }
}
.cid-uU23HPzdOu .mbr-text {
  color: #bbbbbb;
}
.cid-uU23HPzdOu .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU23HPzdOu .list,
.cid-uU23HPzdOu .item-wrap {
  color: #232323;
}
.cid-uU23HPzdOu .copyright {
  color: #ffffff;
}
.cid-uU23PFLKRl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU23PFLKRl .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-uU23PFLKRl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU23PFLKRl .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-uU23PFLKRl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU23PFLKRl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU23PFLKRl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU23PFLKRl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU23PFLKRl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU23PFLKRl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU23PFLKRl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU23PFLKRl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU23PFLKRl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU23PFLKRl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU23PFLKRl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU23PFLKRl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU23PFLKRl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU23PFLKRl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU23PFLKRl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU23PFLKRl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU23PFLKRl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU23PFLKRl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU23PFLKRl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU23PFLKRl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23PFLKRl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU23PFLKRl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU23PFLKRl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU23PFLKRl .nav-item:focus,
.cid-uU23PFLKRl .nav-link:focus {
  outline: none;
}
.cid-uU23PFLKRl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU23PFLKRl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU23PFLKRl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU23PFLKRl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU23PFLKRl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU23PFLKRl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU23PFLKRl .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-uU23PFLKRl .navbar.opened {
  transition: all 0.3s;
}
.cid-uU23PFLKRl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU23PFLKRl .navbar .navbar-logo img {
  width: auto;
}
.cid-uU23PFLKRl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU23PFLKRl .navbar.collapsed {
  justify-content: center;
}
.cid-uU23PFLKRl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU23PFLKRl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU23PFLKRl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU23PFLKRl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU23PFLKRl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU23PFLKRl .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-uU23PFLKRl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU23PFLKRl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU23PFLKRl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU23PFLKRl .navbar {
    min-height: 72px;
  }
  .cid-uU23PFLKRl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU23PFLKRl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU23PFLKRl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU23PFLKRl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU23PFLKRl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU23PFLKRl .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-uU23PFLKRl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU23PFLKRl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU23PFLKRl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU23PFLKRl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU23PFLKRl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU23PFLKRl .dropdown-item.active,
.cid-uU23PFLKRl .dropdown-item:active {
  background-color: transparent;
}
.cid-uU23PFLKRl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU23PFLKRl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU23PFLKRl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU23PFLKRl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU23PFLKRl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU23PFLKRl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU23PFLKRl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU23PFLKRl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU23PFLKRl .navbar-buttons {
    text-align: left;
  }
}
.cid-uU23PFLKRl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU23PFLKRl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU23PFLKRl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU23PFLKRl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU23PFLKRl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU23PFLKRl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU23PFLKRl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU23PFLKRl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU23PFLKRl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU23PFLKRl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU23PFLKRl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU23PFLKRl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU23PFLKRl .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-uU23PFLKRl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU23PFLKRl .navbar {
    height: 70px;
  }
  .cid-uU23PFLKRl .navbar.opened {
    height: auto;
  }
  .cid-uU23PFLKRl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU23PFLKRl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU23PFLKRl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU23PFLKRl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU23PFLKRl .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU23PFLKRl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU23PFLKRl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU23PFLKRl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU23PFLKRl .navbar-brand {
    margin-right: auto;
  }
  .cid-uU23PFLKRl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU23PFLKRl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU23PFLKRl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU23PFLKRl .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-uU23PFLKRl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU23PFLKRl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU23PFLKRl .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU23PFLKRl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU23PFLKRl .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-uU23PFLKRl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU23PFLKRl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU23PGqHqs {
  display: flex;
  background-image: url("../../../assets/images/21.jpg");
}
.cid-uU23PGqHqs .mbr-overlay {
  background-color: #2e481a;
  opacity: 0.5;
}
.cid-uU23PGqHqs .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU23PGqHqs .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU23PGqHqs {
    align-items: flex-end;
  }
  .cid-uU23PGqHqs .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU23PGqHqs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU23PGqHqs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU23PGqHqs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU23PGqHqs .content-wrap {
    width: 100%;
  }
}
.cid-uU23PGqHqs .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU23PGqHqs .mbr-text,
.cid-uU23PGqHqs .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uU23PGqHqs .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU23PHeTxL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU23PHeTxL .mbr-text {
  color: #000000;
}
.cid-uU23PHeTxL .mbr-section-subtitle {
  color: #000000;
}
.cid-uU23PHeTxL .mbr-section-title {
  color: #000000;
}
.cid-uU6dpTzoA6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU6dpTzoA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU6dpTzoA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU6dpTzoA6 .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uU6dpTzoA6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uU6dpTzoA6 .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU6dpTzoA6 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uU6dpTzoA6 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uU6dpTzoA6 .row {
  flex-direction: row-reverse;
}
.cid-uU6dpTzoA6 .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU6dpTzoA6 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uU6dpTzoA6 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uU6dpTzoA6 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uU6dpTzoA6 .image-wrapper {
  padding: 0 1rem;
}
.cid-uU6dpTzoA6 img,
.cid-uU6dpTzoA6 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uU6dpTzoA6 img,
  .cid-uU6dpTzoA6 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uU6dpTzoA6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uU6dpTzoA6 .mbr-text {
  color: #000000;
}
.cid-uU6dpTzoA6 .mbr-text,
.cid-uU6dpTzoA6 .mbr-section-btn {
  text-align: left;
}
.cid-uU6dpTzoA6 .price {
  color: #232323;
  text-align: left;
}
.cid-uU6dpTzoA6 .content-head {
  max-width: 800px;
}
.cid-uU6dpTzoA6 .mbr-section-maintitle {
  text-align: center;
}
.cid-uU6dpTzoA6 .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uU23PIpND3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU23PIpND3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU23PIpND3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU23PIpND3 .container-fluid {
    padding: 0;
  }
}
.cid-uU23PIpND3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU23PIpND3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU23PIpND3 .embla__button--next,
.cid-uU23PIpND3 .embla__button--prev {
  display: flex;
}
.cid-uU23PIpND3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU23PIpND3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU23PIpND3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU23PIpND3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU23PIpND3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU23PIpND3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU23PIpND3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU23PIpND3 .embla {
  position: relative;
  width: 100%;
}
.cid-uU23PIpND3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU23PIpND3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU23PIpND3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU23PIpND3 .embla__slide a {
  cursor: grab;
}
.cid-uU23PIpND3 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU23PIpND3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU23PIpND3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU23PIpND3 .mbr-section-title {
  color: #232323;
}
.cid-uU23PIpND3 .mbr-section-subtitle {
  color: #232323;
}
.cid-uU23PIpND3 .mbr-box {
  color: #ffffff;
}
.cid-uU23PIpND3 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU23PIpND3 img,
.cid-uU23PIpND3 .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU23PIpND3 .item-wrapper {
  position: relative;
}
.cid-uU23PIpND3 .content-head {
  max-width: 800px;
}
.cid-uU23PK0Rqk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU23PK0Rqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU23PK0Rqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU23PK0Rqk .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23PK0Rqk .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU23PK0Rqk .google-map {
  height: 100%;
  position: relative;
}
.cid-uU23PK0Rqk .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU23PK0Rqk .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU23PK0Rqk .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-uU23PK0Rqk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU23PK0Rqk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU23PK0Rqk .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU23PK0Rqk .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23PK0Rqk .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU23PK0Rqk ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU23PK0Rqk .content-head {
  max-width: 800px;
}
.cid-uU23PKWWzA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU23PKWWzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU23PKWWzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU23PKWWzA .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU23PKWWzA .footer-col {
    flex-direction: column;
  }
}
.cid-uU23PKWWzA .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU23PKWWzA .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU23PKWWzA .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU23PKWWzA .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU23PKWWzA .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU23PKWWzA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU23PKWWzA .soc-item {
  margin: 8px;
}
.cid-uU23PKWWzA .soc-item a:hover .mbr-iconfont,
.cid-uU23PKWWzA .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU23PKWWzA .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU23PKWWzA .row {
    text-align: center;
  }
  .cid-uU23PKWWzA .social-row {
    justify-content: center;
  }
}
.cid-uU23PKWWzA .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU23PKWWzA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU23PKWWzA .list {
    margin-bottom: 0rem;
  }
}
.cid-uU23PKWWzA .mbr-text {
  color: #bbbbbb;
}
.cid-uU23PKWWzA .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU23PKWWzA .list,
.cid-uU23PKWWzA .item-wrap {
  color: #232323;
}
.cid-uU23PKWWzA .copyright {
  color: #ffffff;
}
.cid-uU24cHcB92 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU24cHcB92 .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-uU24cHcB92 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU24cHcB92 .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-uU24cHcB92 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU24cHcB92 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU24cHcB92 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU24cHcB92 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU24cHcB92 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU24cHcB92 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU24cHcB92 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU24cHcB92 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU24cHcB92 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU24cHcB92 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU24cHcB92 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU24cHcB92 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU24cHcB92 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU24cHcB92 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU24cHcB92 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU24cHcB92 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU24cHcB92 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU24cHcB92 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU24cHcB92 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU24cHcB92 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24cHcB92 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU24cHcB92 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU24cHcB92 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU24cHcB92 .nav-item:focus,
.cid-uU24cHcB92 .nav-link:focus {
  outline: none;
}
.cid-uU24cHcB92 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU24cHcB92 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU24cHcB92 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU24cHcB92 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU24cHcB92 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU24cHcB92 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU24cHcB92 .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-uU24cHcB92 .navbar.opened {
  transition: all 0.3s;
}
.cid-uU24cHcB92 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU24cHcB92 .navbar .navbar-logo img {
  width: auto;
}
.cid-uU24cHcB92 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU24cHcB92 .navbar.collapsed {
  justify-content: center;
}
.cid-uU24cHcB92 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU24cHcB92 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU24cHcB92 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU24cHcB92 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU24cHcB92 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU24cHcB92 .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-uU24cHcB92 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU24cHcB92 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU24cHcB92 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU24cHcB92 .navbar {
    min-height: 72px;
  }
  .cid-uU24cHcB92 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU24cHcB92 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU24cHcB92 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU24cHcB92 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU24cHcB92 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU24cHcB92 .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-uU24cHcB92 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU24cHcB92 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU24cHcB92 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU24cHcB92 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU24cHcB92 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU24cHcB92 .dropdown-item.active,
.cid-uU24cHcB92 .dropdown-item:active {
  background-color: transparent;
}
.cid-uU24cHcB92 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU24cHcB92 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU24cHcB92 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU24cHcB92 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU24cHcB92 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU24cHcB92 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU24cHcB92 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU24cHcB92 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU24cHcB92 .navbar-buttons {
    text-align: left;
  }
}
.cid-uU24cHcB92 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU24cHcB92 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU24cHcB92 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU24cHcB92 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24cHcB92 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24cHcB92 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU24cHcB92 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24cHcB92 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU24cHcB92 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU24cHcB92 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24cHcB92 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU24cHcB92 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU24cHcB92 .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-uU24cHcB92 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU24cHcB92 .navbar {
    height: 70px;
  }
  .cid-uU24cHcB92 .navbar.opened {
    height: auto;
  }
  .cid-uU24cHcB92 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU24cHcB92 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU24cHcB92 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU24cHcB92 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU24cHcB92 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU24cHcB92 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU24cHcB92 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU24cHcB92 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU24cHcB92 .navbar-brand {
    margin-right: auto;
  }
  .cid-uU24cHcB92 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU24cHcB92 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU24cHcB92 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU24cHcB92 .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-uU24cHcB92 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU24cHcB92 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU24cHcB92 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU24cHcB92 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU24cHcB92 .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-uU24cHcB92 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU24cHcB92 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU24cHPiVB {
  display: flex;
  background-image: url("../../../assets/images/13.jpg");
}
.cid-uU24cHPiVB .mbr-overlay {
  background-color: #393193;
  opacity: 0.5;
}
.cid-uU24cHPiVB .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU24cHPiVB .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU24cHPiVB {
    align-items: flex-end;
  }
  .cid-uU24cHPiVB .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU24cHPiVB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU24cHPiVB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU24cHPiVB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU24cHPiVB .content-wrap {
    width: 100%;
  }
}
.cid-uU24cHPiVB .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uU24cHPiVB .mbr-text,
.cid-uU24cHPiVB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uU24cHPiVB .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU24cIGJzv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU24cIGJzv .mbr-text {
  color: #000000;
}
.cid-uU24cIGJzv .mbr-section-subtitle {
  color: #000000;
}
.cid-uU24cIGJzv .mbr-section-title {
  color: #000000;
}
.cid-uU24cJU5hn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU24cJU5hn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24cJU5hn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU24cJU5hn .container-fluid {
    padding: 0;
  }
}
.cid-uU24cJU5hn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU24cJU5hn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU24cJU5hn .embla__button--next,
.cid-uU24cJU5hn .embla__button--prev {
  display: flex;
}
.cid-uU24cJU5hn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU24cJU5hn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU24cJU5hn .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU24cJU5hn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU24cJU5hn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU24cJU5hn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU24cJU5hn .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU24cJU5hn .embla {
  position: relative;
  width: 100%;
}
.cid-uU24cJU5hn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU24cJU5hn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU24cJU5hn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU24cJU5hn .embla__slide a {
  cursor: grab;
}
.cid-uU24cJU5hn .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU24cJU5hn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU24cJU5hn .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU24cJU5hn .mbr-section-title {
  color: #232323;
}
.cid-uU24cJU5hn .mbr-section-subtitle {
  color: #232323;
}
.cid-uU24cJU5hn .mbr-box {
  color: #ffffff;
}
.cid-uU24cJU5hn .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU24cJU5hn img,
.cid-uU24cJU5hn .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU24cJU5hn .item-wrapper {
  position: relative;
}
.cid-uU24cJU5hn .content-head {
  max-width: 800px;
}
.cid-uU24cLkIe4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU24cLkIe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24cLkIe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU24cLkIe4 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24cLkIe4 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU24cLkIe4 .google-map {
  height: 100%;
  position: relative;
}
.cid-uU24cLkIe4 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU24cLkIe4 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU24cLkIe4 .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-uU24cLkIe4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU24cLkIe4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU24cLkIe4 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU24cLkIe4 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24cLkIe4 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU24cLkIe4 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU24cLkIe4 .content-head {
  max-width: 800px;
}
.cid-uU24cM3uD8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU24cM3uD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24cM3uD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU24cM3uD8 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU24cM3uD8 .footer-col {
    flex-direction: column;
  }
}
.cid-uU24cM3uD8 .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU24cM3uD8 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU24cM3uD8 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24cM3uD8 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24cM3uD8 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU24cM3uD8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU24cM3uD8 .soc-item {
  margin: 8px;
}
.cid-uU24cM3uD8 .soc-item a:hover .mbr-iconfont,
.cid-uU24cM3uD8 .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU24cM3uD8 .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU24cM3uD8 .row {
    text-align: center;
  }
  .cid-uU24cM3uD8 .social-row {
    justify-content: center;
  }
}
.cid-uU24cM3uD8 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU24cM3uD8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24cM3uD8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uU24cM3uD8 .mbr-text {
  color: #bbbbbb;
}
.cid-uU24cM3uD8 .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU24cM3uD8 .list,
.cid-uU24cM3uD8 .item-wrap {
  color: #232323;
}
.cid-uU24cM3uD8 .copyright {
  color: #ffffff;
}
.cid-uU24io0qL9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU24io0qL9 .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-uU24io0qL9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU24io0qL9 .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-uU24io0qL9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU24io0qL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU24io0qL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU24io0qL9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU24io0qL9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU24io0qL9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU24io0qL9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU24io0qL9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU24io0qL9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU24io0qL9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU24io0qL9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU24io0qL9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU24io0qL9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU24io0qL9 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU24io0qL9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU24io0qL9 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU24io0qL9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU24io0qL9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU24io0qL9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU24io0qL9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24io0qL9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU24io0qL9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU24io0qL9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU24io0qL9 .nav-item:focus,
.cid-uU24io0qL9 .nav-link:focus {
  outline: none;
}
.cid-uU24io0qL9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU24io0qL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU24io0qL9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU24io0qL9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU24io0qL9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU24io0qL9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU24io0qL9 .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-uU24io0qL9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uU24io0qL9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU24io0qL9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uU24io0qL9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU24io0qL9 .navbar.collapsed {
  justify-content: center;
}
.cid-uU24io0qL9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU24io0qL9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU24io0qL9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU24io0qL9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU24io0qL9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU24io0qL9 .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-uU24io0qL9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU24io0qL9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU24io0qL9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU24io0qL9 .navbar {
    min-height: 72px;
  }
  .cid-uU24io0qL9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU24io0qL9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU24io0qL9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU24io0qL9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU24io0qL9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU24io0qL9 .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-uU24io0qL9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU24io0qL9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU24io0qL9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU24io0qL9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU24io0qL9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU24io0qL9 .dropdown-item.active,
.cid-uU24io0qL9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uU24io0qL9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU24io0qL9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU24io0qL9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU24io0qL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU24io0qL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU24io0qL9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU24io0qL9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU24io0qL9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU24io0qL9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uU24io0qL9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU24io0qL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU24io0qL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU24io0qL9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24io0qL9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24io0qL9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU24io0qL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24io0qL9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU24io0qL9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU24io0qL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24io0qL9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU24io0qL9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU24io0qL9 .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-uU24io0qL9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU24io0qL9 .navbar {
    height: 70px;
  }
  .cid-uU24io0qL9 .navbar.opened {
    height: auto;
  }
  .cid-uU24io0qL9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU24io0qL9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU24io0qL9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU24io0qL9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU24io0qL9 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU24io0qL9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU24io0qL9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU24io0qL9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU24io0qL9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uU24io0qL9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU24io0qL9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU24io0qL9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU24io0qL9 .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-uU24io0qL9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU24io0qL9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU24io0qL9 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU24io0qL9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU24io0qL9 .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-uU24io0qL9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU24io0qL9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU24iozr0t {
  display: flex;
  background-image: url("../../../assets/images/19.jpg");
}
.cid-uU24iozr0t .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.5;
}
.cid-uU24iozr0t .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU24iozr0t .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU24iozr0t {
    align-items: flex-end;
  }
  .cid-uU24iozr0t .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU24iozr0t .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU24iozr0t {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU24iozr0t .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU24iozr0t .content-wrap {
    width: 100%;
  }
}
.cid-uU24iozr0t .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU24iozr0t .mbr-text,
.cid-uU24iozr0t .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uU24iozr0t .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU24ipajIT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uU24ipajIT .mbr-text {
  color: #000000;
}
.cid-uU24ipajIT .mbr-section-subtitle {
  color: #000000;
}
.cid-uU24ipajIT .mbr-section-title {
  color: #000000;
}
.cid-uU24iqjQni {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU24iqjQni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24iqjQni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU24iqjQni .container-fluid {
    padding: 0;
  }
}
.cid-uU24iqjQni .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU24iqjQni .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU24iqjQni .embla__button--next,
.cid-uU24iqjQni .embla__button--prev {
  display: flex;
}
.cid-uU24iqjQni .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU24iqjQni .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU24iqjQni .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU24iqjQni .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU24iqjQni .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU24iqjQni .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU24iqjQni .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU24iqjQni .embla {
  position: relative;
  width: 100%;
}
.cid-uU24iqjQni .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU24iqjQni .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU24iqjQni .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU24iqjQni .embla__slide a {
  cursor: grab;
}
.cid-uU24iqjQni .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU24iqjQni .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU24iqjQni .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU24iqjQni .mbr-section-title {
  color: #232323;
}
.cid-uU24iqjQni .mbr-section-subtitle {
  color: #232323;
}
.cid-uU24iqjQni .mbr-box {
  color: #ffffff;
}
.cid-uU24iqjQni .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU24iqjQni img,
.cid-uU24iqjQni .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU24iqjQni .item-wrapper {
  position: relative;
}
.cid-uU24iqjQni .content-head {
  max-width: 800px;
}
.cid-uU24irGUj9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU24irGUj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24irGUj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU24irGUj9 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24irGUj9 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU24irGUj9 .google-map {
  height: 100%;
  position: relative;
}
.cid-uU24irGUj9 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU24irGUj9 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU24irGUj9 .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-uU24irGUj9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU24irGUj9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU24irGUj9 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU24irGUj9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24irGUj9 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU24irGUj9 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU24irGUj9 .content-head {
  max-width: 800px;
}
.cid-uU24issaS7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU24issaS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24issaS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU24issaS7 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU24issaS7 .footer-col {
    flex-direction: column;
  }
}
.cid-uU24issaS7 .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU24issaS7 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU24issaS7 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24issaS7 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24issaS7 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU24issaS7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU24issaS7 .soc-item {
  margin: 8px;
}
.cid-uU24issaS7 .soc-item a:hover .mbr-iconfont,
.cid-uU24issaS7 .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU24issaS7 .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU24issaS7 .row {
    text-align: center;
  }
  .cid-uU24issaS7 .social-row {
    justify-content: center;
  }
}
.cid-uU24issaS7 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU24issaS7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24issaS7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uU24issaS7 .mbr-text {
  color: #bbbbbb;
}
.cid-uU24issaS7 .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU24issaS7 .list,
.cid-uU24issaS7 .item-wrap {
  color: #232323;
}
.cid-uU24issaS7 .copyright {
  color: #ffffff;
}
.cid-uU24tE12Oi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU24tE12Oi .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-uU24tE12Oi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU24tE12Oi .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-uU24tE12Oi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU24tE12Oi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU24tE12Oi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU24tE12Oi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU24tE12Oi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU24tE12Oi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU24tE12Oi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU24tE12Oi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU24tE12Oi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU24tE12Oi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU24tE12Oi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU24tE12Oi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU24tE12Oi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU24tE12Oi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU24tE12Oi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU24tE12Oi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU24tE12Oi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU24tE12Oi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU24tE12Oi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU24tE12Oi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24tE12Oi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU24tE12Oi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU24tE12Oi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU24tE12Oi .nav-item:focus,
.cid-uU24tE12Oi .nav-link:focus {
  outline: none;
}
.cid-uU24tE12Oi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU24tE12Oi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU24tE12Oi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU24tE12Oi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU24tE12Oi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU24tE12Oi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU24tE12Oi .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-uU24tE12Oi .navbar.opened {
  transition: all 0.3s;
}
.cid-uU24tE12Oi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU24tE12Oi .navbar .navbar-logo img {
  width: auto;
}
.cid-uU24tE12Oi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU24tE12Oi .navbar.collapsed {
  justify-content: center;
}
.cid-uU24tE12Oi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU24tE12Oi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU24tE12Oi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU24tE12Oi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU24tE12Oi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU24tE12Oi .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-uU24tE12Oi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU24tE12Oi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU24tE12Oi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU24tE12Oi .navbar {
    min-height: 72px;
  }
  .cid-uU24tE12Oi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU24tE12Oi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU24tE12Oi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU24tE12Oi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU24tE12Oi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU24tE12Oi .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-uU24tE12Oi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU24tE12Oi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU24tE12Oi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU24tE12Oi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU24tE12Oi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU24tE12Oi .dropdown-item.active,
.cid-uU24tE12Oi .dropdown-item:active {
  background-color: transparent;
}
.cid-uU24tE12Oi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU24tE12Oi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU24tE12Oi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU24tE12Oi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU24tE12Oi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU24tE12Oi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU24tE12Oi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU24tE12Oi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU24tE12Oi .navbar-buttons {
    text-align: left;
  }
}
.cid-uU24tE12Oi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU24tE12Oi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU24tE12Oi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU24tE12Oi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24tE12Oi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24tE12Oi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU24tE12Oi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24tE12Oi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU24tE12Oi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU24tE12Oi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24tE12Oi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU24tE12Oi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU24tE12Oi .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-uU24tE12Oi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU24tE12Oi .navbar {
    height: 70px;
  }
  .cid-uU24tE12Oi .navbar.opened {
    height: auto;
  }
  .cid-uU24tE12Oi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU24tE12Oi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU24tE12Oi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU24tE12Oi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU24tE12Oi .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU24tE12Oi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU24tE12Oi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU24tE12Oi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU24tE12Oi .navbar-brand {
    margin-right: auto;
  }
  .cid-uU24tE12Oi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU24tE12Oi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU24tE12Oi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU24tE12Oi .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-uU24tE12Oi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU24tE12Oi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU24tE12Oi .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU24tE12Oi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU24tE12Oi .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-uU24tE12Oi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU24tE12Oi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU24tEzhbG {
  display: flex;
  background-image: url("../../../assets/images/1.jpg");
}
.cid-uU24tEzhbG .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.5;
}
.cid-uU24tEzhbG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU24tEzhbG .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU24tEzhbG {
    align-items: flex-end;
  }
  .cid-uU24tEzhbG .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU24tEzhbG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU24tEzhbG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU24tEzhbG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU24tEzhbG .content-wrap {
    width: 100%;
  }
}
.cid-uU24tEzhbG .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uU24tEzhbG .mbr-text,
.cid-uU24tEzhbG .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uU24tEzhbG .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU24tFqR6M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uU24tFqR6M .mbr-text {
  color: #000000;
}
.cid-uU24tFqR6M .mbr-section-subtitle {
  color: #000000;
}
.cid-uU24tFqR6M .mbr-section-title {
  color: #000000;
}
.cid-uU8aTXhRr8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffeb69;
}
.cid-uU8aTXhRr8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uU8aTXhRr8 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uU8aTXhRr8 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uU8aTXhRr8 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uU8aTXhRr8 .content-head {
  max-width: 800px;
}
.cid-uU24tGyzSr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU24tGyzSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24tGyzSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU24tGyzSr .container-fluid {
    padding: 0;
  }
}
.cid-uU24tGyzSr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU24tGyzSr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU24tGyzSr .embla__button--next,
.cid-uU24tGyzSr .embla__button--prev {
  display: flex;
}
.cid-uU24tGyzSr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU24tGyzSr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU24tGyzSr .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU24tGyzSr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU24tGyzSr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU24tGyzSr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU24tGyzSr .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU24tGyzSr .embla {
  position: relative;
  width: 100%;
}
.cid-uU24tGyzSr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU24tGyzSr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU24tGyzSr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU24tGyzSr .embla__slide a {
  cursor: grab;
}
.cid-uU24tGyzSr .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU24tGyzSr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU24tGyzSr .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU24tGyzSr .mbr-section-title {
  color: #232323;
}
.cid-uU24tGyzSr .mbr-section-subtitle {
  color: #232323;
}
.cid-uU24tGyzSr .mbr-box {
  color: #ffffff;
}
.cid-uU24tGyzSr .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU24tGyzSr img,
.cid-uU24tGyzSr .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU24tGyzSr .item-wrapper {
  position: relative;
}
.cid-uU24tGyzSr .content-head {
  max-width: 800px;
}
.cid-uU24tHPE85 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU24tHPE85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24tHPE85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU24tHPE85 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24tHPE85 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU24tHPE85 .google-map {
  height: 100%;
  position: relative;
}
.cid-uU24tHPE85 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU24tHPE85 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU24tHPE85 .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-uU24tHPE85 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU24tHPE85 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU24tHPE85 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU24tHPE85 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24tHPE85 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU24tHPE85 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU24tHPE85 .content-head {
  max-width: 800px;
}
.cid-uU24tIzrPo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU24tIzrPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24tIzrPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU24tIzrPo .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU24tIzrPo .footer-col {
    flex-direction: column;
  }
}
.cid-uU24tIzrPo .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU24tIzrPo .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU24tIzrPo .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24tIzrPo .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24tIzrPo .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU24tIzrPo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU24tIzrPo .soc-item {
  margin: 8px;
}
.cid-uU24tIzrPo .soc-item a:hover .mbr-iconfont,
.cid-uU24tIzrPo .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU24tIzrPo .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU24tIzrPo .row {
    text-align: center;
  }
  .cid-uU24tIzrPo .social-row {
    justify-content: center;
  }
}
.cid-uU24tIzrPo .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU24tIzrPo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24tIzrPo .list {
    margin-bottom: 0rem;
  }
}
.cid-uU24tIzrPo .mbr-text {
  color: #bbbbbb;
}
.cid-uU24tIzrPo .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU24tIzrPo .list,
.cid-uU24tIzrPo .item-wrap {
  color: #232323;
}
.cid-uU24tIzrPo .copyright {
  color: #ffffff;
}
.cid-uU24yZY4wJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU24yZY4wJ .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-uU24yZY4wJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU24yZY4wJ .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-uU24yZY4wJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU24yZY4wJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU24yZY4wJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU24yZY4wJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU24yZY4wJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU24yZY4wJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU24yZY4wJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU24yZY4wJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU24yZY4wJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU24yZY4wJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU24yZY4wJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU24yZY4wJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU24yZY4wJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU24yZY4wJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU24yZY4wJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU24yZY4wJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU24yZY4wJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU24yZY4wJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU24yZY4wJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU24yZY4wJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24yZY4wJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU24yZY4wJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU24yZY4wJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU24yZY4wJ .nav-item:focus,
.cid-uU24yZY4wJ .nav-link:focus {
  outline: none;
}
.cid-uU24yZY4wJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU24yZY4wJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU24yZY4wJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU24yZY4wJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU24yZY4wJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU24yZY4wJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU24yZY4wJ .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-uU24yZY4wJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uU24yZY4wJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU24yZY4wJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uU24yZY4wJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU24yZY4wJ .navbar.collapsed {
  justify-content: center;
}
.cid-uU24yZY4wJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU24yZY4wJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU24yZY4wJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU24yZY4wJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU24yZY4wJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU24yZY4wJ .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-uU24yZY4wJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU24yZY4wJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU24yZY4wJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU24yZY4wJ .navbar {
    min-height: 72px;
  }
  .cid-uU24yZY4wJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU24yZY4wJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU24yZY4wJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU24yZY4wJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU24yZY4wJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU24yZY4wJ .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-uU24yZY4wJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU24yZY4wJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU24yZY4wJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU24yZY4wJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU24yZY4wJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU24yZY4wJ .dropdown-item.active,
.cid-uU24yZY4wJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uU24yZY4wJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU24yZY4wJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU24yZY4wJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU24yZY4wJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU24yZY4wJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU24yZY4wJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU24yZY4wJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU24yZY4wJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU24yZY4wJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uU24yZY4wJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU24yZY4wJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU24yZY4wJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU24yZY4wJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24yZY4wJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24yZY4wJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU24yZY4wJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24yZY4wJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU24yZY4wJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU24yZY4wJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24yZY4wJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU24yZY4wJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU24yZY4wJ .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-uU24yZY4wJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU24yZY4wJ .navbar {
    height: 70px;
  }
  .cid-uU24yZY4wJ .navbar.opened {
    height: auto;
  }
  .cid-uU24yZY4wJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU24yZY4wJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU24yZY4wJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU24yZY4wJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU24yZY4wJ .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU24yZY4wJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU24yZY4wJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU24yZY4wJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU24yZY4wJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uU24yZY4wJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU24yZY4wJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU24yZY4wJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU24yZY4wJ .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-uU24yZY4wJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU24yZY4wJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU24yZY4wJ .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU24yZY4wJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU24yZY4wJ .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-uU24yZY4wJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU24yZY4wJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU24z0Dgmb {
  display: flex;
  background-image: url("../../../assets/images/21.jpg");
}
.cid-uU24z0Dgmb .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.5;
}
.cid-uU24z0Dgmb .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU24z0Dgmb .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU24z0Dgmb {
    align-items: flex-end;
  }
  .cid-uU24z0Dgmb .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU24z0Dgmb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU24z0Dgmb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU24z0Dgmb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU24z0Dgmb .content-wrap {
    width: 100%;
  }
}
.cid-uU24z0Dgmb .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU24z0Dgmb .mbr-text,
.cid-uU24z0Dgmb .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uU24z0Dgmb .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU24z1pTcT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uU24z1pTcT .mbr-text {
  color: #000000;
}
.cid-uU24z1pTcT .mbr-section-subtitle {
  color: #000000;
}
.cid-uU24z1pTcT .mbr-section-title {
  color: #000000;
}
.cid-uU8dHEhagx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU8dHEhagx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8dHEhagx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8dHEhagx .card-wrapper {
  background: #393193;
}
@media (max-width: 767px) {
  .cid-uU8dHEhagx .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU8dHEhagx .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU8dHEhagx .card-wrapper {
    padding: 4rem;
  }
}
.cid-uU8dHEhagx .mbr-text,
.cid-uU8dHEhagx .mbr-section-btn {
  color: #ffffff;
}
.cid-uU8dHEhagx .card-title,
.cid-uU8dHEhagx .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uU24z2sNId {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU24z2sNId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24z2sNId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU24z2sNId .container-fluid {
    padding: 0;
  }
}
.cid-uU24z2sNId .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU24z2sNId .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU24z2sNId .embla__button--next,
.cid-uU24z2sNId .embla__button--prev {
  display: flex;
}
.cid-uU24z2sNId .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU24z2sNId .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU24z2sNId .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU24z2sNId .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU24z2sNId .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU24z2sNId .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU24z2sNId .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU24z2sNId .embla {
  position: relative;
  width: 100%;
}
.cid-uU24z2sNId .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU24z2sNId .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU24z2sNId .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU24z2sNId .embla__slide a {
  cursor: grab;
}
.cid-uU24z2sNId .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU24z2sNId .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU24z2sNId .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU24z2sNId .mbr-section-title {
  color: #232323;
}
.cid-uU24z2sNId .mbr-section-subtitle {
  color: #232323;
}
.cid-uU24z2sNId .mbr-box {
  color: #ffffff;
}
.cid-uU24z2sNId .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU24z2sNId img,
.cid-uU24z2sNId .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU24z2sNId .item-wrapper {
  position: relative;
}
.cid-uU24z2sNId .content-head {
  max-width: 800px;
}
.cid-uU24z3Jz84 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU24z3Jz84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24z3Jz84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU24z3Jz84 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24z3Jz84 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU24z3Jz84 .google-map {
  height: 100%;
  position: relative;
}
.cid-uU24z3Jz84 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU24z3Jz84 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU24z3Jz84 .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-uU24z3Jz84 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU24z3Jz84 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU24z3Jz84 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU24z3Jz84 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24z3Jz84 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU24z3Jz84 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU24z3Jz84 .content-head {
  max-width: 800px;
}
.cid-uU24z4tBVB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU24z4tBVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24z4tBVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU24z4tBVB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU24z4tBVB .footer-col {
    flex-direction: column;
  }
}
.cid-uU24z4tBVB .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU24z4tBVB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU24z4tBVB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24z4tBVB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24z4tBVB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU24z4tBVB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU24z4tBVB .soc-item {
  margin: 8px;
}
.cid-uU24z4tBVB .soc-item a:hover .mbr-iconfont,
.cid-uU24z4tBVB .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU24z4tBVB .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU24z4tBVB .row {
    text-align: center;
  }
  .cid-uU24z4tBVB .social-row {
    justify-content: center;
  }
}
.cid-uU24z4tBVB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU24z4tBVB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24z4tBVB .list {
    margin-bottom: 0rem;
  }
}
.cid-uU24z4tBVB .mbr-text {
  color: #bbbbbb;
}
.cid-uU24z4tBVB .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU24z4tBVB .list,
.cid-uU24z4tBVB .item-wrap {
  color: #232323;
}
.cid-uU24z4tBVB .copyright {
  color: #ffffff;
}
.cid-uU24E03Wou {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU24E03Wou .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-uU24E03Wou .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU24E03Wou .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-uU24E03Wou .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU24E03Wou .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU24E03Wou .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU24E03Wou .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU24E03Wou .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU24E03Wou .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU24E03Wou .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU24E03Wou .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU24E03Wou .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU24E03Wou .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU24E03Wou .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU24E03Wou .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU24E03Wou .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU24E03Wou .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU24E03Wou .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU24E03Wou .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU24E03Wou .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU24E03Wou .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU24E03Wou .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU24E03Wou .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24E03Wou .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU24E03Wou .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU24E03Wou .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU24E03Wou .nav-item:focus,
.cid-uU24E03Wou .nav-link:focus {
  outline: none;
}
.cid-uU24E03Wou .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU24E03Wou .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU24E03Wou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU24E03Wou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU24E03Wou .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU24E03Wou .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU24E03Wou .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-uU24E03Wou .navbar.opened {
  transition: all 0.3s;
}
.cid-uU24E03Wou .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU24E03Wou .navbar .navbar-logo img {
  width: auto;
}
.cid-uU24E03Wou .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU24E03Wou .navbar.collapsed {
  justify-content: center;
}
.cid-uU24E03Wou .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU24E03Wou .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU24E03Wou .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU24E03Wou .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU24E03Wou .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU24E03Wou .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-uU24E03Wou .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU24E03Wou .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU24E03Wou .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU24E03Wou .navbar {
    min-height: 72px;
  }
  .cid-uU24E03Wou .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU24E03Wou .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU24E03Wou .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU24E03Wou .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU24E03Wou .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU24E03Wou .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-uU24E03Wou .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU24E03Wou .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU24E03Wou .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU24E03Wou .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU24E03Wou .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU24E03Wou .dropdown-item.active,
.cid-uU24E03Wou .dropdown-item:active {
  background-color: transparent;
}
.cid-uU24E03Wou .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU24E03Wou .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU24E03Wou .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU24E03Wou .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU24E03Wou .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU24E03Wou .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU24E03Wou ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU24E03Wou .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU24E03Wou .navbar-buttons {
    text-align: left;
  }
}
.cid-uU24E03Wou button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU24E03Wou button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU24E03Wou button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU24E03Wou button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24E03Wou button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24E03Wou button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU24E03Wou nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24E03Wou nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU24E03Wou nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU24E03Wou nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24E03Wou .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU24E03Wou a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU24E03Wou .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-uU24E03Wou .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU24E03Wou .navbar {
    height: 70px;
  }
  .cid-uU24E03Wou .navbar.opened {
    height: auto;
  }
  .cid-uU24E03Wou .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU24E03Wou .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU24E03Wou .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU24E03Wou .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU24E03Wou .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU24E03Wou .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU24E03Wou .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU24E03Wou .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU24E03Wou .navbar-brand {
    margin-right: auto;
  }
  .cid-uU24E03Wou .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU24E03Wou .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU24E03Wou .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU24E03Wou .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-uU24E03Wou .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU24E03Wou .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU24E03Wou .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU24E03Wou .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU24E03Wou .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-uU24E03Wou .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU24E03Wou .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU24E0EGoN {
  display: flex;
  background-image: url("../../../assets/images/22.jpg");
}
.cid-uU24E0EGoN .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.6;
}
.cid-uU24E0EGoN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU24E0EGoN .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU24E0EGoN {
    align-items: center;
  }
  .cid-uU24E0EGoN .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU24E0EGoN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU24E0EGoN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU24E0EGoN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU24E0EGoN .content-wrap {
    width: 100%;
  }
}
.cid-uU24E0EGoN .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU24E0EGoN .mbr-text,
.cid-uU24E0EGoN .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uU24E0EGoN .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU24E1kL2R {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uU24E1kL2R .mbr-text {
  color: #000000;
}
.cid-uU24E1kL2R .mbr-section-subtitle {
  color: #000000;
}
.cid-uU24E1kL2R .mbr-section-title {
  color: #000000;
}
.cid-uU8koVXXVj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffeb69;
}
.cid-uU8koVXXVj .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-uU8koVXXVj .panel-group {
  border: none;
}
.cid-uU8koVXXVj .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uU8koVXXVj .card-header {
    padding: 0rem;
  }
}
.cid-uU8koVXXVj .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uU8koVXXVj .img-col {
  padding: 0;
}
.cid-uU8koVXXVj .img-item {
  height: 100%;
}
.cid-uU8koVXXVj img {
  height: 100%;
  object-fit: cover;
}
.cid-uU8koVXXVj .collapsed span {
  transform: rotate(0deg);
}
.cid-uU8koVXXVj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uU8koVXXVj p {
  margin-bottom: 0.3rem;
}
.cid-uU8koVXXVj .panel-title-edit {
  color: #000000;
}
.cid-uU8koVXXVj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uU8koVXXVj .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uU8koVXXVj .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU8koVXXVj .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uU8koVXXVj .panel-text {
  color: #000000;
}
.cid-uU8koVXXVj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uU8koVXXVj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uU8koVXXVj .panel-title-edit,
.cid-uU8koVXXVj .mbr-iconfont {
  color: #000000;
}
.cid-uU24E2ODyv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU24E2ODyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24E2ODyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU24E2ODyv .container-fluid {
    padding: 0;
  }
}
.cid-uU24E2ODyv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU24E2ODyv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU24E2ODyv .embla__button--next,
.cid-uU24E2ODyv .embla__button--prev {
  display: flex;
}
.cid-uU24E2ODyv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU24E2ODyv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU24E2ODyv .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU24E2ODyv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU24E2ODyv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU24E2ODyv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU24E2ODyv .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU24E2ODyv .embla {
  position: relative;
  width: 100%;
}
.cid-uU24E2ODyv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU24E2ODyv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU24E2ODyv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU24E2ODyv .embla__slide a {
  cursor: grab;
}
.cid-uU24E2ODyv .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU24E2ODyv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU24E2ODyv .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU24E2ODyv .mbr-section-title {
  color: #232323;
}
.cid-uU24E2ODyv .mbr-section-subtitle {
  color: #232323;
}
.cid-uU24E2ODyv .mbr-box {
  color: #ffffff;
}
.cid-uU24E2ODyv .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU24E2ODyv img,
.cid-uU24E2ODyv .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU24E2ODyv .item-wrapper {
  position: relative;
}
.cid-uU24E2ODyv .content-head {
  max-width: 800px;
}
.cid-uU24E4lvfR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU24E4lvfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24E4lvfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU24E4lvfR .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24E4lvfR .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU24E4lvfR .google-map {
  height: 100%;
  position: relative;
}
.cid-uU24E4lvfR .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU24E4lvfR .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU24E4lvfR .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-uU24E4lvfR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU24E4lvfR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU24E4lvfR .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU24E4lvfR .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24E4lvfR .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU24E4lvfR ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU24E4lvfR .content-head {
  max-width: 800px;
}
.cid-uU24E55v3i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU24E55v3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24E55v3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU24E55v3i .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU24E55v3i .footer-col {
    flex-direction: column;
  }
}
.cid-uU24E55v3i .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU24E55v3i .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU24E55v3i .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24E55v3i .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24E55v3i .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU24E55v3i .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU24E55v3i .soc-item {
  margin: 8px;
}
.cid-uU24E55v3i .soc-item a:hover .mbr-iconfont,
.cid-uU24E55v3i .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU24E55v3i .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU24E55v3i .row {
    text-align: center;
  }
  .cid-uU24E55v3i .social-row {
    justify-content: center;
  }
}
.cid-uU24E55v3i .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU24E55v3i .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24E55v3i .list {
    margin-bottom: 0rem;
  }
}
.cid-uU24E55v3i .mbr-text {
  color: #bbbbbb;
}
.cid-uU24E55v3i .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU24E55v3i .list,
.cid-uU24E55v3i .item-wrap {
  color: #232323;
}
.cid-uU24E55v3i .copyright {
  color: #ffffff;
}
.cid-uU24I8AIiu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU24I8AIiu .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-uU24I8AIiu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU24I8AIiu .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-uU24I8AIiu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU24I8AIiu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU24I8AIiu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU24I8AIiu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU24I8AIiu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU24I8AIiu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU24I8AIiu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU24I8AIiu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU24I8AIiu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU24I8AIiu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU24I8AIiu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU24I8AIiu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU24I8AIiu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU24I8AIiu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU24I8AIiu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU24I8AIiu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU24I8AIiu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU24I8AIiu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU24I8AIiu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU24I8AIiu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24I8AIiu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU24I8AIiu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU24I8AIiu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU24I8AIiu .nav-item:focus,
.cid-uU24I8AIiu .nav-link:focus {
  outline: none;
}
.cid-uU24I8AIiu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU24I8AIiu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU24I8AIiu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU24I8AIiu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU24I8AIiu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU24I8AIiu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU24I8AIiu .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-uU24I8AIiu .navbar.opened {
  transition: all 0.3s;
}
.cid-uU24I8AIiu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU24I8AIiu .navbar .navbar-logo img {
  width: auto;
}
.cid-uU24I8AIiu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU24I8AIiu .navbar.collapsed {
  justify-content: center;
}
.cid-uU24I8AIiu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU24I8AIiu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU24I8AIiu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU24I8AIiu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU24I8AIiu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU24I8AIiu .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-uU24I8AIiu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU24I8AIiu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU24I8AIiu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU24I8AIiu .navbar {
    min-height: 72px;
  }
  .cid-uU24I8AIiu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU24I8AIiu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU24I8AIiu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU24I8AIiu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU24I8AIiu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU24I8AIiu .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-uU24I8AIiu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU24I8AIiu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU24I8AIiu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU24I8AIiu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU24I8AIiu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU24I8AIiu .dropdown-item.active,
.cid-uU24I8AIiu .dropdown-item:active {
  background-color: transparent;
}
.cid-uU24I8AIiu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU24I8AIiu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU24I8AIiu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU24I8AIiu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU24I8AIiu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU24I8AIiu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU24I8AIiu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU24I8AIiu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU24I8AIiu .navbar-buttons {
    text-align: left;
  }
}
.cid-uU24I8AIiu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU24I8AIiu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU24I8AIiu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU24I8AIiu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24I8AIiu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24I8AIiu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU24I8AIiu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24I8AIiu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU24I8AIiu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU24I8AIiu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24I8AIiu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU24I8AIiu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU24I8AIiu .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-uU24I8AIiu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU24I8AIiu .navbar {
    height: 70px;
  }
  .cid-uU24I8AIiu .navbar.opened {
    height: auto;
  }
  .cid-uU24I8AIiu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU24I8AIiu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU24I8AIiu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU24I8AIiu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU24I8AIiu .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU24I8AIiu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU24I8AIiu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU24I8AIiu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU24I8AIiu .navbar-brand {
    margin-right: auto;
  }
  .cid-uU24I8AIiu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU24I8AIiu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU24I8AIiu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU24I8AIiu .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-uU24I8AIiu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU24I8AIiu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU24I8AIiu .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU24I8AIiu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU24I8AIiu .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-uU24I8AIiu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU24I8AIiu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU24I9aN0C {
  display: flex;
  background-image: url("../../../assets/images/img-20250724-wa0053.jpg");
}
.cid-uU24I9aN0C .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uU24I9aN0C .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU24I9aN0C .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU24I9aN0C {
    align-items: flex-end;
  }
  .cid-uU24I9aN0C .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU24I9aN0C .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU24I9aN0C {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU24I9aN0C .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU24I9aN0C .content-wrap {
    width: 100%;
  }
}
.cid-uU24I9aN0C .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uU24I9aN0C .mbr-text,
.cid-uU24I9aN0C .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uU24I9aN0C .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU8sOrlIVX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uU8sOrlIVX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uU8sOrlIVX .item {
    margin-bottom: 1rem;
  }
}
.cid-uU8sOrlIVX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uU8sOrlIVX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uU8sOrlIVX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uU8sOrlIVX .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uU8sOrlIVX .carousel-control,
.cid-uU8sOrlIVX .close {
  background: #1b1b1b;
}
.cid-uU8sOrlIVX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uU8sOrlIVX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uU8sOrlIVX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uU8sOrlIVX .carousel-control-next span {
  margin-left: 5px;
}
.cid-uU8sOrlIVX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uU8sOrlIVX .close::before {
  content: '\e91a';
}
.cid-uU8sOrlIVX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uU8sOrlIVX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uU8sOrlIVX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU8sOrlIVX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU8sOrlIVX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU8sOrlIVX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uU8sOrlIVX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uU8sOrlIVX .carousel-indicators li.active,
.cid-uU8sOrlIVX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uU8sOrlIVX .carousel-indicators li::after,
.cid-uU8sOrlIVX .carousel-indicators li::before {
  content: none;
}
.cid-uU8sOrlIVX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uU8sOrlIVX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uU8sOrlIVX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU8sOrlIVX .carousel-indicators {
    display: none;
  }
}
.cid-uU8sOrlIVX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uU8sOrlIVX .carousel-inner > .active {
  display: block;
}
.cid-uU8sOrlIVX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU8sOrlIVX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uU8sOrlIVX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uU8sOrlIVX .carousel-control,
  .cid-uU8sOrlIVX .carousel-indicators,
  .cid-uU8sOrlIVX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uU8sOrlIVX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uU8sOrlIVX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uU8sOrlIVX .carousel-indicators .active,
.cid-uU8sOrlIVX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uU8sOrlIVX .carousel-indicators .active {
  background: #fff;
}
.cid-uU8sOrlIVX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uU8sOrlIVX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uU8sOrlIVX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uU8sOrlIVX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uU8sOrlIVX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uU8sOrlIVX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uU8sOrlIVX .carousel {
  width: 100%;
}
.cid-uU8sOrlIVX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uU8sOrlIVX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uU8sOrlIVX .modal.fade .modal-dialog,
.cid-uU8sOrlIVX .modal.in .modal-dialog {
  transform: none;
}
.cid-uU8sOrlIVX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uU8sOrlIVX .content-head {
  max-width: 800px;
}
.cid-uU24Ib21Fh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU24Ib21Fh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24Ib21Fh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU24Ib21Fh .container-fluid {
    padding: 0;
  }
}
.cid-uU24Ib21Fh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU24Ib21Fh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU24Ib21Fh .embla__button--next,
.cid-uU24Ib21Fh .embla__button--prev {
  display: flex;
}
.cid-uU24Ib21Fh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU24Ib21Fh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU24Ib21Fh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU24Ib21Fh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU24Ib21Fh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU24Ib21Fh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU24Ib21Fh .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU24Ib21Fh .embla {
  position: relative;
  width: 100%;
}
.cid-uU24Ib21Fh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU24Ib21Fh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU24Ib21Fh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU24Ib21Fh .embla__slide a {
  cursor: grab;
}
.cid-uU24Ib21Fh .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU24Ib21Fh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU24Ib21Fh .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU24Ib21Fh .mbr-section-title {
  color: #232323;
}
.cid-uU24Ib21Fh .mbr-section-subtitle {
  color: #232323;
}
.cid-uU24Ib21Fh .mbr-box {
  color: #ffffff;
}
.cid-uU24Ib21Fh .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU24Ib21Fh img,
.cid-uU24Ib21Fh .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU24Ib21Fh .item-wrapper {
  position: relative;
}
.cid-uU24Ib21Fh .content-head {
  max-width: 800px;
}
.cid-uU24IckZNW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU24IckZNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24IckZNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU24IckZNW .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24IckZNW .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU24IckZNW .google-map {
  height: 100%;
  position: relative;
}
.cid-uU24IckZNW .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU24IckZNW .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU24IckZNW .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-uU24IckZNW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU24IckZNW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU24IckZNW .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU24IckZNW .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24IckZNW .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU24IckZNW ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU24IckZNW .content-head {
  max-width: 800px;
}
.cid-uU24Id4Nb3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU24Id4Nb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24Id4Nb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU24Id4Nb3 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU24Id4Nb3 .footer-col {
    flex-direction: column;
  }
}
.cid-uU24Id4Nb3 .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU24Id4Nb3 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU24Id4Nb3 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24Id4Nb3 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24Id4Nb3 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU24Id4Nb3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU24Id4Nb3 .soc-item {
  margin: 8px;
}
.cid-uU24Id4Nb3 .soc-item a:hover .mbr-iconfont,
.cid-uU24Id4Nb3 .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU24Id4Nb3 .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU24Id4Nb3 .row {
    text-align: center;
  }
  .cid-uU24Id4Nb3 .social-row {
    justify-content: center;
  }
}
.cid-uU24Id4Nb3 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU24Id4Nb3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24Id4Nb3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uU24Id4Nb3 .mbr-text {
  color: #bbbbbb;
}
.cid-uU24Id4Nb3 .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU24Id4Nb3 .list,
.cid-uU24Id4Nb3 .item-wrap {
  color: #232323;
}
.cid-uU24Id4Nb3 .copyright {
  color: #ffffff;
}
.cid-uU24XUyzGH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU24XUyzGH .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-uU24XUyzGH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU24XUyzGH .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-uU24XUyzGH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU24XUyzGH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU24XUyzGH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU24XUyzGH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU24XUyzGH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU24XUyzGH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU24XUyzGH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU24XUyzGH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU24XUyzGH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU24XUyzGH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU24XUyzGH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU24XUyzGH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU24XUyzGH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU24XUyzGH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU24XUyzGH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU24XUyzGH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU24XUyzGH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU24XUyzGH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU24XUyzGH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU24XUyzGH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24XUyzGH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU24XUyzGH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU24XUyzGH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU24XUyzGH .nav-item:focus,
.cid-uU24XUyzGH .nav-link:focus {
  outline: none;
}
.cid-uU24XUyzGH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU24XUyzGH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU24XUyzGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU24XUyzGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU24XUyzGH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU24XUyzGH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU24XUyzGH .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-uU24XUyzGH .navbar.opened {
  transition: all 0.3s;
}
.cid-uU24XUyzGH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU24XUyzGH .navbar .navbar-logo img {
  width: auto;
}
.cid-uU24XUyzGH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU24XUyzGH .navbar.collapsed {
  justify-content: center;
}
.cid-uU24XUyzGH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU24XUyzGH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU24XUyzGH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU24XUyzGH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU24XUyzGH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU24XUyzGH .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-uU24XUyzGH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU24XUyzGH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU24XUyzGH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU24XUyzGH .navbar {
    min-height: 72px;
  }
  .cid-uU24XUyzGH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU24XUyzGH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU24XUyzGH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU24XUyzGH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU24XUyzGH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU24XUyzGH .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-uU24XUyzGH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU24XUyzGH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU24XUyzGH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU24XUyzGH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU24XUyzGH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU24XUyzGH .dropdown-item.active,
.cid-uU24XUyzGH .dropdown-item:active {
  background-color: transparent;
}
.cid-uU24XUyzGH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU24XUyzGH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU24XUyzGH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU24XUyzGH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU24XUyzGH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU24XUyzGH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU24XUyzGH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU24XUyzGH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU24XUyzGH .navbar-buttons {
    text-align: left;
  }
}
.cid-uU24XUyzGH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU24XUyzGH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU24XUyzGH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU24XUyzGH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24XUyzGH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU24XUyzGH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU24XUyzGH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24XUyzGH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU24XUyzGH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU24XUyzGH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU24XUyzGH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU24XUyzGH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU24XUyzGH .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-uU24XUyzGH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU24XUyzGH .navbar {
    height: 70px;
  }
  .cid-uU24XUyzGH .navbar.opened {
    height: auto;
  }
  .cid-uU24XUyzGH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU24XUyzGH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU24XUyzGH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU24XUyzGH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU24XUyzGH .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU24XUyzGH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU24XUyzGH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU24XUyzGH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU24XUyzGH .navbar-brand {
    margin-right: auto;
  }
  .cid-uU24XUyzGH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU24XUyzGH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU24XUyzGH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU24XUyzGH .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-uU24XUyzGH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU24XUyzGH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU24XUyzGH .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU24XUyzGH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU24XUyzGH .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-uU24XUyzGH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU24XUyzGH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU24XVaNVy {
  display: flex;
  background-image: url("../../../assets/images/african-american-man-sitting-desk-surrounded-with-gadgets-papers.jpg");
}
.cid-uU24XVaNVy .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.5;
}
.cid-uU24XVaNVy .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU24XVaNVy .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU24XVaNVy {
    align-items: flex-end;
  }
  .cid-uU24XVaNVy .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU24XVaNVy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU24XVaNVy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU24XVaNVy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU24XVaNVy .content-wrap {
    width: 100%;
  }
}
.cid-uU24XVaNVy .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU24XVaNVy .mbr-text,
.cid-uU24XVaNVy .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uU24XVaNVy .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU24XW1rb0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU24XW1rb0 .mbr-text {
  color: #000000;
}
.cid-uU24XW1rb0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU24XW1rb0 .mbr-section-title {
  color: #000000;
}
.cid-uU24XXdT4T {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU24XXdT4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24XXdT4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU24XXdT4T .container-fluid {
    padding: 0;
  }
}
.cid-uU24XXdT4T .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU24XXdT4T .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU24XXdT4T .embla__button--next,
.cid-uU24XXdT4T .embla__button--prev {
  display: flex;
}
.cid-uU24XXdT4T .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU24XXdT4T .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU24XXdT4T .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU24XXdT4T .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU24XXdT4T .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU24XXdT4T .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU24XXdT4T .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU24XXdT4T .embla {
  position: relative;
  width: 100%;
}
.cid-uU24XXdT4T .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU24XXdT4T .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU24XXdT4T .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU24XXdT4T .embla__slide a {
  cursor: grab;
}
.cid-uU24XXdT4T .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU24XXdT4T .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU24XXdT4T .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU24XXdT4T .mbr-section-title {
  color: #232323;
}
.cid-uU24XXdT4T .mbr-section-subtitle {
  color: #232323;
}
.cid-uU24XXdT4T .mbr-box {
  color: #ffffff;
}
.cid-uU24XXdT4T .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU24XXdT4T img,
.cid-uU24XXdT4T .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU24XXdT4T .item-wrapper {
  position: relative;
}
.cid-uU24XXdT4T .content-head {
  max-width: 800px;
}
.cid-uU24XYqTWV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU24XYqTWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24XYqTWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU24XYqTWV .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24XYqTWV .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU24XYqTWV .google-map {
  height: 100%;
  position: relative;
}
.cid-uU24XYqTWV .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU24XYqTWV .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU24XYqTWV .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-uU24XYqTWV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU24XYqTWV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU24XYqTWV .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU24XYqTWV .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24XYqTWV .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU24XYqTWV ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU24XYqTWV .content-head {
  max-width: 800px;
}
.cid-uU24XZa0RJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU24XZa0RJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU24XZa0RJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU24XZa0RJ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU24XZa0RJ .footer-col {
    flex-direction: column;
  }
}
.cid-uU24XZa0RJ .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU24XZa0RJ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU24XZa0RJ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24XZa0RJ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU24XZa0RJ .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU24XZa0RJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU24XZa0RJ .soc-item {
  margin: 8px;
}
.cid-uU24XZa0RJ .soc-item a:hover .mbr-iconfont,
.cid-uU24XZa0RJ .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU24XZa0RJ .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU24XZa0RJ .row {
    text-align: center;
  }
  .cid-uU24XZa0RJ .social-row {
    justify-content: center;
  }
}
.cid-uU24XZa0RJ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU24XZa0RJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU24XZa0RJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uU24XZa0RJ .mbr-text {
  color: #bbbbbb;
}
.cid-uU24XZa0RJ .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU24XZa0RJ .list,
.cid-uU24XZa0RJ .item-wrap {
  color: #232323;
}
.cid-uU24XZa0RJ .copyright {
  color: #ffffff;
}
.cid-uU25oqDS0a {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU25oqDS0a .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-uU25oqDS0a .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU25oqDS0a .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-uU25oqDS0a .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU25oqDS0a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU25oqDS0a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU25oqDS0a .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU25oqDS0a .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU25oqDS0a .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU25oqDS0a .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU25oqDS0a .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU25oqDS0a .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU25oqDS0a .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU25oqDS0a .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU25oqDS0a .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU25oqDS0a .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU25oqDS0a .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU25oqDS0a .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU25oqDS0a .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU25oqDS0a .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU25oqDS0a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU25oqDS0a .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU25oqDS0a .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU25oqDS0a .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU25oqDS0a .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU25oqDS0a .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU25oqDS0a .nav-item:focus,
.cid-uU25oqDS0a .nav-link:focus {
  outline: none;
}
.cid-uU25oqDS0a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU25oqDS0a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU25oqDS0a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU25oqDS0a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU25oqDS0a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU25oqDS0a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU25oqDS0a .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-uU25oqDS0a .navbar.opened {
  transition: all 0.3s;
}
.cid-uU25oqDS0a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU25oqDS0a .navbar .navbar-logo img {
  width: auto;
}
.cid-uU25oqDS0a .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU25oqDS0a .navbar.collapsed {
  justify-content: center;
}
.cid-uU25oqDS0a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU25oqDS0a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU25oqDS0a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU25oqDS0a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU25oqDS0a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU25oqDS0a .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-uU25oqDS0a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU25oqDS0a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU25oqDS0a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU25oqDS0a .navbar {
    min-height: 72px;
  }
  .cid-uU25oqDS0a .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU25oqDS0a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU25oqDS0a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU25oqDS0a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU25oqDS0a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU25oqDS0a .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-uU25oqDS0a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU25oqDS0a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU25oqDS0a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU25oqDS0a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU25oqDS0a .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU25oqDS0a .dropdown-item.active,
.cid-uU25oqDS0a .dropdown-item:active {
  background-color: transparent;
}
.cid-uU25oqDS0a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU25oqDS0a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU25oqDS0a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU25oqDS0a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU25oqDS0a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU25oqDS0a .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU25oqDS0a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU25oqDS0a .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU25oqDS0a .navbar-buttons {
    text-align: left;
  }
}
.cid-uU25oqDS0a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU25oqDS0a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU25oqDS0a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU25oqDS0a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU25oqDS0a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU25oqDS0a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU25oqDS0a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU25oqDS0a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU25oqDS0a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU25oqDS0a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU25oqDS0a .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU25oqDS0a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU25oqDS0a .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-uU25oqDS0a .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU25oqDS0a .navbar {
    height: 70px;
  }
  .cid-uU25oqDS0a .navbar.opened {
    height: auto;
  }
  .cid-uU25oqDS0a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU25oqDS0a .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU25oqDS0a .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU25oqDS0a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU25oqDS0a .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU25oqDS0a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU25oqDS0a .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU25oqDS0a .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU25oqDS0a .navbar-brand {
    margin-right: auto;
  }
  .cid-uU25oqDS0a .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU25oqDS0a .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU25oqDS0a .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU25oqDS0a .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-uU25oqDS0a .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU25oqDS0a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU25oqDS0a .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU25oqDS0a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU25oqDS0a .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-uU25oqDS0a .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU25oqDS0a .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU25orFQcA {
  display: flex;
  background-image: url("../../../assets/images/hands-together-unity.jpg");
}
.cid-uU25orFQcA .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uU25orFQcA .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU25orFQcA .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU25orFQcA {
    align-items: flex-end;
  }
  .cid-uU25orFQcA .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU25orFQcA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU25orFQcA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU25orFQcA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU25orFQcA .content-wrap {
    width: 100%;
  }
}
.cid-uU25orFQcA .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uU25orFQcA .mbr-text,
.cid-uU25orFQcA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uU25orFQcA .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU25osC39L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU25osC39L .mbr-text {
  color: #000000;
}
.cid-uU25osC39L .mbr-section-subtitle {
  color: #000000;
}
.cid-uU25osC39L .mbr-section-title {
  color: #000000;
}
.cid-uU25otRtD6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU25otRtD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU25otRtD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU25otRtD6 .container-fluid {
    padding: 0;
  }
}
.cid-uU25otRtD6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU25otRtD6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU25otRtD6 .embla__button--next,
.cid-uU25otRtD6 .embla__button--prev {
  display: flex;
}
.cid-uU25otRtD6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU25otRtD6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU25otRtD6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU25otRtD6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU25otRtD6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU25otRtD6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU25otRtD6 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU25otRtD6 .embla {
  position: relative;
  width: 100%;
}
.cid-uU25otRtD6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU25otRtD6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU25otRtD6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU25otRtD6 .embla__slide a {
  cursor: grab;
}
.cid-uU25otRtD6 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU25otRtD6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU25otRtD6 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU25otRtD6 .mbr-section-title {
  color: #232323;
}
.cid-uU25otRtD6 .mbr-section-subtitle {
  color: #232323;
}
.cid-uU25otRtD6 .mbr-box {
  color: #ffffff;
}
.cid-uU25otRtD6 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU25otRtD6 img,
.cid-uU25otRtD6 .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU25otRtD6 .item-wrapper {
  position: relative;
}
.cid-uU25otRtD6 .content-head {
  max-width: 800px;
}
.cid-uU25ovQ3j0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU25ovQ3j0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU25ovQ3j0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU25ovQ3j0 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU25ovQ3j0 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU25ovQ3j0 .google-map {
  height: 100%;
  position: relative;
}
.cid-uU25ovQ3j0 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU25ovQ3j0 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU25ovQ3j0 .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-uU25ovQ3j0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU25ovQ3j0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU25ovQ3j0 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU25ovQ3j0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU25ovQ3j0 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU25ovQ3j0 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU25ovQ3j0 .content-head {
  max-width: 800px;
}
.cid-uU25owGQ9J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU25owGQ9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU25owGQ9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU25owGQ9J .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU25owGQ9J .footer-col {
    flex-direction: column;
  }
}
.cid-uU25owGQ9J .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU25owGQ9J .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU25owGQ9J .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU25owGQ9J .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU25owGQ9J .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU25owGQ9J .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU25owGQ9J .soc-item {
  margin: 8px;
}
.cid-uU25owGQ9J .soc-item a:hover .mbr-iconfont,
.cid-uU25owGQ9J .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU25owGQ9J .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU25owGQ9J .row {
    text-align: center;
  }
  .cid-uU25owGQ9J .social-row {
    justify-content: center;
  }
}
.cid-uU25owGQ9J .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU25owGQ9J .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU25owGQ9J .list {
    margin-bottom: 0rem;
  }
}
.cid-uU25owGQ9J .mbr-text {
  color: #bbbbbb;
}
.cid-uU25owGQ9J .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU25owGQ9J .list,
.cid-uU25owGQ9J .item-wrap {
  color: #232323;
}
.cid-uU25owGQ9J .copyright {
  color: #ffffff;
}
.cid-uU25CEisgJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU25CEisgJ .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-uU25CEisgJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU25CEisgJ .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-uU25CEisgJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU25CEisgJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU25CEisgJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU25CEisgJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU25CEisgJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU25CEisgJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU25CEisgJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU25CEisgJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU25CEisgJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU25CEisgJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU25CEisgJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU25CEisgJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU25CEisgJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU25CEisgJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU25CEisgJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU25CEisgJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU25CEisgJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU25CEisgJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU25CEisgJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU25CEisgJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU25CEisgJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU25CEisgJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU25CEisgJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU25CEisgJ .nav-item:focus,
.cid-uU25CEisgJ .nav-link:focus {
  outline: none;
}
.cid-uU25CEisgJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU25CEisgJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU25CEisgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU25CEisgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU25CEisgJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU25CEisgJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU25CEisgJ .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-uU25CEisgJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uU25CEisgJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU25CEisgJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uU25CEisgJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU25CEisgJ .navbar.collapsed {
  justify-content: center;
}
.cid-uU25CEisgJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU25CEisgJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU25CEisgJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU25CEisgJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU25CEisgJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU25CEisgJ .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-uU25CEisgJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU25CEisgJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU25CEisgJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU25CEisgJ .navbar {
    min-height: 72px;
  }
  .cid-uU25CEisgJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU25CEisgJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU25CEisgJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU25CEisgJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU25CEisgJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU25CEisgJ .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-uU25CEisgJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU25CEisgJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU25CEisgJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU25CEisgJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU25CEisgJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU25CEisgJ .dropdown-item.active,
.cid-uU25CEisgJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uU25CEisgJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU25CEisgJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU25CEisgJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU25CEisgJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU25CEisgJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU25CEisgJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU25CEisgJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU25CEisgJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU25CEisgJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uU25CEisgJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU25CEisgJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU25CEisgJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU25CEisgJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU25CEisgJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU25CEisgJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU25CEisgJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU25CEisgJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU25CEisgJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU25CEisgJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU25CEisgJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU25CEisgJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU25CEisgJ .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-uU25CEisgJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU25CEisgJ .navbar {
    height: 70px;
  }
  .cid-uU25CEisgJ .navbar.opened {
    height: auto;
  }
  .cid-uU25CEisgJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU25CEisgJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU25CEisgJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU25CEisgJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU25CEisgJ .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU25CEisgJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU25CEisgJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU25CEisgJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU25CEisgJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uU25CEisgJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU25CEisgJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU25CEisgJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU25CEisgJ .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-uU25CEisgJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU25CEisgJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU25CEisgJ .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU25CEisgJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU25CEisgJ .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-uU25CEisgJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU25CEisgJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU25CETmZs {
  display: flex;
  background-image: url("../../../assets/images/close-up-community-concept-with-hands.jpg");
}
.cid-uU25CETmZs .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uU25CETmZs .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU25CETmZs .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU25CETmZs {
    align-items: flex-end;
  }
  .cid-uU25CETmZs .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU25CETmZs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU25CETmZs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU25CETmZs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU25CETmZs .content-wrap {
    width: 100%;
  }
}
.cid-uU25CETmZs .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uU25CETmZs .mbr-text,
.cid-uU25CETmZs .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uU25CETmZs .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU25CFFINW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU25CFFINW .mbr-text {
  color: #000000;
}
.cid-uU25CFFINW .mbr-section-subtitle {
  color: #000000;
}
.cid-uU25CFFINW .mbr-section-title {
  color: #000000;
}
.cid-uU25CGNjEy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU25CGNjEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU25CGNjEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU25CGNjEy .container-fluid {
    padding: 0;
  }
}
.cid-uU25CGNjEy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU25CGNjEy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU25CGNjEy .embla__button--next,
.cid-uU25CGNjEy .embla__button--prev {
  display: flex;
}
.cid-uU25CGNjEy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU25CGNjEy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU25CGNjEy .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU25CGNjEy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU25CGNjEy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU25CGNjEy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU25CGNjEy .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU25CGNjEy .embla {
  position: relative;
  width: 100%;
}
.cid-uU25CGNjEy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU25CGNjEy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU25CGNjEy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU25CGNjEy .embla__slide a {
  cursor: grab;
}
.cid-uU25CGNjEy .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU25CGNjEy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU25CGNjEy .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU25CGNjEy .mbr-section-title {
  color: #232323;
}
.cid-uU25CGNjEy .mbr-section-subtitle {
  color: #232323;
}
.cid-uU25CGNjEy .mbr-box {
  color: #ffffff;
}
.cid-uU25CGNjEy .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU25CGNjEy img,
.cid-uU25CGNjEy .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU25CGNjEy .item-wrapper {
  position: relative;
}
.cid-uU25CGNjEy .content-head {
  max-width: 800px;
}
.cid-uU25CI0Jm3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU25CI0Jm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU25CI0Jm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU25CI0Jm3 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU25CI0Jm3 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU25CI0Jm3 .google-map {
  height: 100%;
  position: relative;
}
.cid-uU25CI0Jm3 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU25CI0Jm3 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU25CI0Jm3 .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-uU25CI0Jm3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU25CI0Jm3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU25CI0Jm3 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU25CI0Jm3 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU25CI0Jm3 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU25CI0Jm3 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU25CI0Jm3 .content-head {
  max-width: 800px;
}
.cid-uU25CII7wW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU25CII7wW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU25CII7wW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU25CII7wW .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU25CII7wW .footer-col {
    flex-direction: column;
  }
}
.cid-uU25CII7wW .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU25CII7wW .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU25CII7wW .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU25CII7wW .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU25CII7wW .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU25CII7wW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU25CII7wW .soc-item {
  margin: 8px;
}
.cid-uU25CII7wW .soc-item a:hover .mbr-iconfont,
.cid-uU25CII7wW .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU25CII7wW .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU25CII7wW .row {
    text-align: center;
  }
  .cid-uU25CII7wW .social-row {
    justify-content: center;
  }
}
.cid-uU25CII7wW .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU25CII7wW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU25CII7wW .list {
    margin-bottom: 0rem;
  }
}
.cid-uU25CII7wW .mbr-text {
  color: #bbbbbb;
}
.cid-uU25CII7wW .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU25CII7wW .list,
.cid-uU25CII7wW .item-wrap {
  color: #232323;
}
.cid-uU25CII7wW .copyright {
  color: #ffffff;
}
.cid-uU25W3wCre {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU25W3wCre .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-uU25W3wCre .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU25W3wCre .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-uU25W3wCre .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU25W3wCre .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU25W3wCre .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU25W3wCre .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU25W3wCre .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU25W3wCre .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU25W3wCre .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU25W3wCre .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU25W3wCre .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU25W3wCre .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU25W3wCre .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU25W3wCre .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU25W3wCre .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU25W3wCre .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU25W3wCre .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU25W3wCre .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU25W3wCre .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU25W3wCre .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU25W3wCre .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU25W3wCre .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU25W3wCre .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU25W3wCre .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU25W3wCre .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU25W3wCre .nav-item:focus,
.cid-uU25W3wCre .nav-link:focus {
  outline: none;
}
.cid-uU25W3wCre .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU25W3wCre .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU25W3wCre .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU25W3wCre .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU25W3wCre .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU25W3wCre .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU25W3wCre .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-uU25W3wCre .navbar.opened {
  transition: all 0.3s;
}
.cid-uU25W3wCre .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU25W3wCre .navbar .navbar-logo img {
  width: auto;
}
.cid-uU25W3wCre .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU25W3wCre .navbar.collapsed {
  justify-content: center;
}
.cid-uU25W3wCre .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU25W3wCre .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU25W3wCre .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU25W3wCre .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU25W3wCre .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU25W3wCre .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-uU25W3wCre .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU25W3wCre .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU25W3wCre .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU25W3wCre .navbar {
    min-height: 72px;
  }
  .cid-uU25W3wCre .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU25W3wCre .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU25W3wCre .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU25W3wCre .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU25W3wCre .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU25W3wCre .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-uU25W3wCre .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU25W3wCre .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU25W3wCre .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU25W3wCre .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU25W3wCre .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU25W3wCre .dropdown-item.active,
.cid-uU25W3wCre .dropdown-item:active {
  background-color: transparent;
}
.cid-uU25W3wCre .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU25W3wCre .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU25W3wCre .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU25W3wCre .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU25W3wCre .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU25W3wCre .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU25W3wCre ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU25W3wCre .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU25W3wCre .navbar-buttons {
    text-align: left;
  }
}
.cid-uU25W3wCre button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU25W3wCre button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU25W3wCre button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU25W3wCre button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU25W3wCre button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU25W3wCre button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU25W3wCre nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU25W3wCre nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU25W3wCre nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU25W3wCre nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU25W3wCre .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU25W3wCre a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU25W3wCre .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-uU25W3wCre .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU25W3wCre .navbar {
    height: 70px;
  }
  .cid-uU25W3wCre .navbar.opened {
    height: auto;
  }
  .cid-uU25W3wCre .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU25W3wCre .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU25W3wCre .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU25W3wCre .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU25W3wCre .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU25W3wCre .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU25W3wCre .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU25W3wCre .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU25W3wCre .navbar-brand {
    margin-right: auto;
  }
  .cid-uU25W3wCre .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU25W3wCre .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU25W3wCre .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU25W3wCre .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-uU25W3wCre .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU25W3wCre .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU25W3wCre .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU25W3wCre .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU25W3wCre .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-uU25W3wCre .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU25W3wCre .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU25W4i3YN {
  display: flex;
  background-image: url("../../../assets/images/21.jpg");
}
.cid-uU25W4i3YN .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.5;
}
.cid-uU25W4i3YN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU25W4i3YN .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU25W4i3YN {
    align-items: flex-end;
  }
  .cid-uU25W4i3YN .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU25W4i3YN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU25W4i3YN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU25W4i3YN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU25W4i3YN .content-wrap {
    width: 100%;
  }
}
.cid-uU25W4i3YN .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uU25W4i3YN .mbr-text,
.cid-uU25W4i3YN .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uU25W4i3YN .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU25W4RhDH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU25W4RhDH .mbr-text {
  color: #000000;
}
.cid-uU25W4RhDH .mbr-section-subtitle {
  color: #000000;
}
.cid-uU25W4RhDH .mbr-section-title {
  color: #000000;
}
.cid-uU25W5YTOr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU25W5YTOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU25W5YTOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU25W5YTOr .container-fluid {
    padding: 0;
  }
}
.cid-uU25W5YTOr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU25W5YTOr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU25W5YTOr .embla__button--next,
.cid-uU25W5YTOr .embla__button--prev {
  display: flex;
}
.cid-uU25W5YTOr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU25W5YTOr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU25W5YTOr .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU25W5YTOr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU25W5YTOr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU25W5YTOr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU25W5YTOr .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU25W5YTOr .embla {
  position: relative;
  width: 100%;
}
.cid-uU25W5YTOr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU25W5YTOr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU25W5YTOr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU25W5YTOr .embla__slide a {
  cursor: grab;
}
.cid-uU25W5YTOr .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU25W5YTOr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU25W5YTOr .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU25W5YTOr .mbr-section-title {
  color: #232323;
}
.cid-uU25W5YTOr .mbr-section-subtitle {
  color: #232323;
}
.cid-uU25W5YTOr .mbr-box {
  color: #ffffff;
}
.cid-uU25W5YTOr .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU25W5YTOr img,
.cid-uU25W5YTOr .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU25W5YTOr .item-wrapper {
  position: relative;
}
.cid-uU25W5YTOr .content-head {
  max-width: 800px;
}
.cid-uU25W7jWQa {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU25W7jWQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU25W7jWQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU25W7jWQa .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU25W7jWQa .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU25W7jWQa .google-map {
  height: 100%;
  position: relative;
}
.cid-uU25W7jWQa .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU25W7jWQa .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU25W7jWQa .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-uU25W7jWQa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU25W7jWQa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU25W7jWQa .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU25W7jWQa .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU25W7jWQa .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU25W7jWQa ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU25W7jWQa .content-head {
  max-width: 800px;
}
.cid-uU25W817kN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU25W817kN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU25W817kN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU25W817kN .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU25W817kN .footer-col {
    flex-direction: column;
  }
}
.cid-uU25W817kN .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU25W817kN .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU25W817kN .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU25W817kN .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU25W817kN .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU25W817kN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU25W817kN .soc-item {
  margin: 8px;
}
.cid-uU25W817kN .soc-item a:hover .mbr-iconfont,
.cid-uU25W817kN .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU25W817kN .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU25W817kN .row {
    text-align: center;
  }
  .cid-uU25W817kN .social-row {
    justify-content: center;
  }
}
.cid-uU25W817kN .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU25W817kN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU25W817kN .list {
    margin-bottom: 0rem;
  }
}
.cid-uU25W817kN .mbr-text {
  color: #bbbbbb;
}
.cid-uU25W817kN .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU25W817kN .list,
.cid-uU25W817kN .item-wrap {
  color: #232323;
}
.cid-uU25W817kN .copyright {
  color: #ffffff;
}
.cid-uU26nSnxZY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU26nSnxZY .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-uU26nSnxZY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU26nSnxZY .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-uU26nSnxZY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU26nSnxZY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU26nSnxZY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU26nSnxZY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU26nSnxZY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU26nSnxZY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU26nSnxZY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU26nSnxZY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU26nSnxZY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU26nSnxZY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU26nSnxZY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU26nSnxZY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU26nSnxZY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU26nSnxZY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU26nSnxZY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU26nSnxZY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU26nSnxZY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU26nSnxZY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU26nSnxZY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU26nSnxZY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU26nSnxZY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU26nSnxZY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU26nSnxZY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU26nSnxZY .nav-item:focus,
.cid-uU26nSnxZY .nav-link:focus {
  outline: none;
}
.cid-uU26nSnxZY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU26nSnxZY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU26nSnxZY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU26nSnxZY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU26nSnxZY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU26nSnxZY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU26nSnxZY .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-uU26nSnxZY .navbar.opened {
  transition: all 0.3s;
}
.cid-uU26nSnxZY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU26nSnxZY .navbar .navbar-logo img {
  width: auto;
}
.cid-uU26nSnxZY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU26nSnxZY .navbar.collapsed {
  justify-content: center;
}
.cid-uU26nSnxZY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU26nSnxZY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU26nSnxZY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU26nSnxZY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU26nSnxZY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU26nSnxZY .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-uU26nSnxZY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU26nSnxZY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU26nSnxZY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU26nSnxZY .navbar {
    min-height: 72px;
  }
  .cid-uU26nSnxZY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU26nSnxZY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU26nSnxZY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU26nSnxZY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU26nSnxZY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU26nSnxZY .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-uU26nSnxZY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU26nSnxZY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU26nSnxZY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU26nSnxZY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU26nSnxZY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU26nSnxZY .dropdown-item.active,
.cid-uU26nSnxZY .dropdown-item:active {
  background-color: transparent;
}
.cid-uU26nSnxZY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU26nSnxZY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU26nSnxZY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU26nSnxZY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU26nSnxZY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU26nSnxZY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU26nSnxZY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU26nSnxZY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU26nSnxZY .navbar-buttons {
    text-align: left;
  }
}
.cid-uU26nSnxZY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU26nSnxZY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU26nSnxZY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU26nSnxZY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU26nSnxZY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU26nSnxZY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU26nSnxZY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU26nSnxZY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU26nSnxZY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU26nSnxZY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU26nSnxZY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU26nSnxZY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU26nSnxZY .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-uU26nSnxZY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU26nSnxZY .navbar {
    height: 70px;
  }
  .cid-uU26nSnxZY .navbar.opened {
    height: auto;
  }
  .cid-uU26nSnxZY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU26nSnxZY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU26nSnxZY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU26nSnxZY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU26nSnxZY .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU26nSnxZY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU26nSnxZY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU26nSnxZY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU26nSnxZY .navbar-brand {
    margin-right: auto;
  }
  .cid-uU26nSnxZY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU26nSnxZY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU26nSnxZY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU26nSnxZY .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-uU26nSnxZY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU26nSnxZY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU26nSnxZY .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU26nSnxZY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU26nSnxZY .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-uU26nSnxZY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU26nSnxZY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU26nTmMJM {
  display: flex;
  background-image: url("../../../assets/images/16.jpg");
}
.cid-uU26nTmMJM .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.6;
}
.cid-uU26nTmMJM .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU26nTmMJM .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU26nTmMJM {
    align-items: flex-end;
  }
  .cid-uU26nTmMJM .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU26nTmMJM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU26nTmMJM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU26nTmMJM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU26nTmMJM .content-wrap {
    width: 100%;
  }
}
.cid-uU26nTmMJM .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uU26nTmMJM .mbr-text,
.cid-uU26nTmMJM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uU26nTmMJM .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU26nU9n34 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU26nU9n34 .mbr-text {
  color: #000000;
}
.cid-uU26nU9n34 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU26nU9n34 .mbr-section-title {
  color: #000000;
}
.cid-uU26nVlEEQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU26nVlEEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU26nVlEEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU26nVlEEQ .container-fluid {
    padding: 0;
  }
}
.cid-uU26nVlEEQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU26nVlEEQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU26nVlEEQ .embla__button--next,
.cid-uU26nVlEEQ .embla__button--prev {
  display: flex;
}
.cid-uU26nVlEEQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU26nVlEEQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU26nVlEEQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU26nVlEEQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU26nVlEEQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU26nVlEEQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU26nVlEEQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU26nVlEEQ .embla {
  position: relative;
  width: 100%;
}
.cid-uU26nVlEEQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU26nVlEEQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU26nVlEEQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU26nVlEEQ .embla__slide a {
  cursor: grab;
}
.cid-uU26nVlEEQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU26nVlEEQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU26nVlEEQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU26nVlEEQ .mbr-section-title {
  color: #232323;
}
.cid-uU26nVlEEQ .mbr-section-subtitle {
  color: #232323;
}
.cid-uU26nVlEEQ .mbr-box {
  color: #ffffff;
}
.cid-uU26nVlEEQ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU26nVlEEQ img,
.cid-uU26nVlEEQ .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU26nVlEEQ .item-wrapper {
  position: relative;
}
.cid-uU26nVlEEQ .content-head {
  max-width: 800px;
}
.cid-uU26nWZscH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU26nWZscH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU26nWZscH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU26nWZscH .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU26nWZscH .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU26nWZscH .google-map {
  height: 100%;
  position: relative;
}
.cid-uU26nWZscH .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU26nWZscH .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU26nWZscH .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-uU26nWZscH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU26nWZscH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU26nWZscH .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU26nWZscH .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU26nWZscH .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU26nWZscH ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU26nWZscH .content-head {
  max-width: 800px;
}
.cid-uU26nXSWdl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU26nXSWdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU26nXSWdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU26nXSWdl .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU26nXSWdl .footer-col {
    flex-direction: column;
  }
}
.cid-uU26nXSWdl .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU26nXSWdl .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU26nXSWdl .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU26nXSWdl .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU26nXSWdl .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU26nXSWdl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU26nXSWdl .soc-item {
  margin: 8px;
}
.cid-uU26nXSWdl .soc-item a:hover .mbr-iconfont,
.cid-uU26nXSWdl .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU26nXSWdl .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU26nXSWdl .row {
    text-align: center;
  }
  .cid-uU26nXSWdl .social-row {
    justify-content: center;
  }
}
.cid-uU26nXSWdl .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU26nXSWdl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU26nXSWdl .list {
    margin-bottom: 0rem;
  }
}
.cid-uU26nXSWdl .mbr-text {
  color: #bbbbbb;
}
.cid-uU26nXSWdl .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU26nXSWdl .list,
.cid-uU26nXSWdl .item-wrap {
  color: #232323;
}
.cid-uU26nXSWdl .copyright {
  color: #ffffff;
}
.cid-uU2fP2Vhec {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uU2fP2Vhec .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-uU2fP2Vhec .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uU2fP2Vhec .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-uU2fP2Vhec .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uU2fP2Vhec .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU2fP2Vhec .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU2fP2Vhec .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uU2fP2Vhec .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uU2fP2Vhec .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uU2fP2Vhec .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uU2fP2Vhec .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uU2fP2Vhec .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uU2fP2Vhec .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uU2fP2Vhec .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uU2fP2Vhec .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uU2fP2Vhec .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uU2fP2Vhec .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uU2fP2Vhec .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uU2fP2Vhec .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uU2fP2Vhec .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uU2fP2Vhec .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uU2fP2Vhec .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.6) !important;
  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;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uU2fP2Vhec .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU2fP2Vhec .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uU2fP2Vhec .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU2fP2Vhec .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-uU2fP2Vhec .nav-item:focus,
.cid-uU2fP2Vhec .nav-link:focus {
  outline: none;
}
.cid-uU2fP2Vhec .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU2fP2Vhec .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU2fP2Vhec .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU2fP2Vhec .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU2fP2Vhec .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU2fP2Vhec .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU2fP2Vhec .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-uU2fP2Vhec .navbar.opened {
  transition: all 0.3s;
}
.cid-uU2fP2Vhec .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU2fP2Vhec .navbar .navbar-logo img {
  width: auto;
}
.cid-uU2fP2Vhec .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uU2fP2Vhec .navbar.collapsed {
  justify-content: center;
}
.cid-uU2fP2Vhec .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU2fP2Vhec .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU2fP2Vhec .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uU2fP2Vhec .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU2fP2Vhec .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU2fP2Vhec .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-uU2fP2Vhec .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU2fP2Vhec .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU2fP2Vhec .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uU2fP2Vhec .navbar {
    min-height: 72px;
  }
  .cid-uU2fP2Vhec .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uU2fP2Vhec .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU2fP2Vhec .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU2fP2Vhec .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU2fP2Vhec .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU2fP2Vhec .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-uU2fP2Vhec .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU2fP2Vhec .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uU2fP2Vhec .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU2fP2Vhec .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU2fP2Vhec .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uU2fP2Vhec .dropdown-item.active,
.cid-uU2fP2Vhec .dropdown-item:active {
  background-color: transparent;
}
.cid-uU2fP2Vhec .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU2fP2Vhec .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU2fP2Vhec .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU2fP2Vhec .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uU2fP2Vhec .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uU2fP2Vhec .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uU2fP2Vhec ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU2fP2Vhec .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uU2fP2Vhec .navbar-buttons {
    text-align: left;
  }
}
.cid-uU2fP2Vhec button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU2fP2Vhec button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU2fP2Vhec button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU2fP2Vhec button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU2fP2Vhec button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU2fP2Vhec button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU2fP2Vhec nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU2fP2Vhec nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU2fP2Vhec nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU2fP2Vhec nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU2fP2Vhec .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU2fP2Vhec a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU2fP2Vhec .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-uU2fP2Vhec .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU2fP2Vhec .navbar {
    height: 70px;
  }
  .cid-uU2fP2Vhec .navbar.opened {
    height: auto;
  }
  .cid-uU2fP2Vhec .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU2fP2Vhec .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uU2fP2Vhec .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uU2fP2Vhec .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uU2fP2Vhec .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uU2fP2Vhec .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uU2fP2Vhec .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uU2fP2Vhec .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uU2fP2Vhec .navbar-brand {
    margin-right: auto;
  }
  .cid-uU2fP2Vhec .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uU2fP2Vhec .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uU2fP2Vhec .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uU2fP2Vhec .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-uU2fP2Vhec .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uU2fP2Vhec .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uU2fP2Vhec .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uU2fP2Vhec .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uU2fP2Vhec .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-uU2fP2Vhec .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uU2fP2Vhec .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uU2fP53TjU {
  display: flex;
  background-image: url("../../../assets/images/img-20250724-wa0053.jpg");
}
.cid-uU2fP53TjU .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uU2fP53TjU .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uU2fP53TjU .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uU2fP53TjU {
    align-items: center;
  }
  .cid-uU2fP53TjU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uU2fP53TjU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uU2fP53TjU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU2fP53TjU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU2fP53TjU .content-wrap {
    width: 100%;
  }
}
.cid-uU2fP53TjU .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uU2fP53TjU .mbr-text,
.cid-uU2fP53TjU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uU2fP53TjU .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uU2fP5ZKzV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU2fP5ZKzV .mbr-text {
  color: #000000;
}
.cid-uU2fP5ZKzV .mbr-section-subtitle {
  color: #000000;
}
.cid-uU2fP5ZKzV .mbr-section-title {
  color: #000000;
}
.cid-uU2fP6w151 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU2fP6w151 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU2fP6w151 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU2fP6w151 .card-wrapper {
  background: #393193;
}
@media (max-width: 767px) {
  .cid-uU2fP6w151 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU2fP6w151 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU2fP6w151 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uU2fP6w151 .mbr-text,
.cid-uU2fP6w151 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uU2fP6w151 .card-title,
.cid-uU2fP6w151 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uU2fP7cnrg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uU2fP7cnrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU2fP7cnrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU2fP7cnrg .container-fluid {
    padding: 0;
  }
}
.cid-uU2fP7cnrg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU2fP7cnrg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU2fP7cnrg .embla__button--next,
.cid-uU2fP7cnrg .embla__button--prev {
  display: flex;
}
.cid-uU2fP7cnrg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU2fP7cnrg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU2fP7cnrg .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU2fP7cnrg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU2fP7cnrg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU2fP7cnrg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU2fP7cnrg .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU2fP7cnrg .embla {
  position: relative;
  width: 100%;
}
.cid-uU2fP7cnrg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU2fP7cnrg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU2fP7cnrg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU2fP7cnrg .embla__slide a {
  cursor: grab;
}
.cid-uU2fP7cnrg .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU2fP7cnrg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU2fP7cnrg .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU2fP7cnrg .mbr-section-title {
  color: #232323;
}
.cid-uU2fP7cnrg .mbr-section-subtitle {
  color: #232323;
}
.cid-uU2fP7cnrg .mbr-box {
  color: #ffffff;
}
.cid-uU2fP7cnrg .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU2fP7cnrg img,
.cid-uU2fP7cnrg .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uU2fP7cnrg .item-wrapper {
  position: relative;
}
.cid-uU2fP7cnrg .content-head {
  max-width: 800px;
}
.cid-uU2fP8up6s {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uU2fP8up6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU2fP8up6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uU2fP8up6s .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU2fP8up6s .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uU2fP8up6s .google-map {
  height: 100%;
  position: relative;
}
.cid-uU2fP8up6s .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uU2fP8up6s .google-map iframe {
    min-height: 350px;
  }
}
.cid-uU2fP8up6s .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-uU2fP8up6s .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uU2fP8up6s .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uU2fP8up6s .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uU2fP8up6s .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uU2fP8up6s .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uU2fP8up6s ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uU2fP8up6s .content-head {
  max-width: 800px;
}
.cid-uU2fP9cieP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uU2fP9cieP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU2fP9cieP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU2fP9cieP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uU2fP9cieP .footer-col {
    flex-direction: column;
  }
}
.cid-uU2fP9cieP .row {
  background: #0c2c68;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uU2fP9cieP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU2fP9cieP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uU2fP9cieP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uU2fP9cieP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uU2fP9cieP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU2fP9cieP .soc-item {
  margin: 8px;
}
.cid-uU2fP9cieP .soc-item a:hover .mbr-iconfont,
.cid-uU2fP9cieP .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
}
.cid-uU2fP9cieP .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: #0c2c68;
  color: #ffea64;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uU2fP9cieP .row {
    text-align: center;
  }
  .cid-uU2fP9cieP .social-row {
    justify-content: center;
  }
}
.cid-uU2fP9cieP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uU2fP9cieP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU2fP9cieP .list {
    margin-bottom: 0rem;
  }
}
.cid-uU2fP9cieP .mbr-text {
  color: #bbbbbb;
}
.cid-uU2fP9cieP .mbr-section-subtitle {
  color: #ffea64;
}
.cid-uU2fP9cieP .list,
.cid-uU2fP9cieP .item-wrap {
  color: #232323;
}
.cid-uU2fP9cieP .copyright {
  color: #ffffff;
}
