.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: #0c2c68 !important;
}
.bg-success {
  background-color: #f92c50 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #ffa600 !important;
}
.bg-danger {
  background-color: #9fe870 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !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: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !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: #0c2c68;
  color: #0c2c68;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !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: #320707;
  color: #320707;
}
.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: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !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: #0c2c68 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #f92c50 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #ffa600 !important;
}
.text-danger {
  color: #9fe870 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01050d !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: #ba0525 !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: #996400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #66d022 !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: #0c2c68;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #ffa600;
}
.alert-danger {
  background-color: #9fe870;
}
.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: #0c2c68;
  border-color: #0c2c68;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c2c68;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedcc;
}
.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: #0c2c68 !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: #0c2c68;
}
/* 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: #0c2c68;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0c2c68;
}
.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: #0c2c68;
  border-bottom-color: #0c2c68;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0c2c68 !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='%230c2c68' %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-uVF2BvtOAL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVF2BvtOAL .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-uVF2BvtOAL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVF2BvtOAL .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-uVF2BvtOAL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uVF2BvtOAL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVF2BvtOAL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVF2BvtOAL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uVF2BvtOAL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uVF2BvtOAL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uVF2BvtOAL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uVF2BvtOAL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVF2BvtOAL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVF2BvtOAL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uVF2BvtOAL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVF2BvtOAL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uVF2BvtOAL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVF2BvtOAL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVF2BvtOAL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uVF2BvtOAL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uVF2BvtOAL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVF2BvtOAL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uVF2BvtOAL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !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-uVF2BvtOAL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVF2BvtOAL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uVF2BvtOAL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVF2BvtOAL .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.9) !important;
}
.cid-uVF2BvtOAL .nav-item:focus,
.cid-uVF2BvtOAL .nav-link:focus {
  outline: none;
}
.cid-uVF2BvtOAL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVF2BvtOAL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVF2BvtOAL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVF2BvtOAL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVF2BvtOAL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVF2BvtOAL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVF2BvtOAL .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-uVF2BvtOAL .navbar.opened {
  transition: all 0.3s;
}
.cid-uVF2BvtOAL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVF2BvtOAL .navbar .navbar-logo img {
  width: auto;
}
.cid-uVF2BvtOAL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVF2BvtOAL .navbar.collapsed {
  justify-content: center;
}
.cid-uVF2BvtOAL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVF2BvtOAL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVF2BvtOAL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uVF2BvtOAL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVF2BvtOAL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVF2BvtOAL .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-uVF2BvtOAL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVF2BvtOAL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVF2BvtOAL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVF2BvtOAL .navbar {
    min-height: 72px;
  }
  .cid-uVF2BvtOAL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVF2BvtOAL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVF2BvtOAL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVF2BvtOAL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVF2BvtOAL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVF2BvtOAL .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-uVF2BvtOAL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVF2BvtOAL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVF2BvtOAL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVF2BvtOAL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVF2BvtOAL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVF2BvtOAL .dropdown-item.active,
.cid-uVF2BvtOAL .dropdown-item:active {
  background-color: transparent;
}
.cid-uVF2BvtOAL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVF2BvtOAL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVF2BvtOAL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVF2BvtOAL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVF2BvtOAL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVF2BvtOAL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVF2BvtOAL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVF2BvtOAL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVF2BvtOAL .navbar-buttons {
    text-align: left;
  }
}
.cid-uVF2BvtOAL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVF2BvtOAL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVF2BvtOAL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVF2BvtOAL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVF2BvtOAL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVF2BvtOAL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVF2BvtOAL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVF2BvtOAL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVF2BvtOAL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVF2BvtOAL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVF2BvtOAL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVF2BvtOAL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVF2BvtOAL .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-uVF2BvtOAL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVF2BvtOAL .navbar {
    height: 70px;
  }
  .cid-uVF2BvtOAL .navbar.opened {
    height: auto;
  }
  .cid-uVF2BvtOAL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVF2BvtOAL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVF2BvtOAL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVF2BvtOAL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVF2BvtOAL .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-uVF2BvtOAL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVF2BvtOAL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVF2BvtOAL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVF2BvtOAL .navbar-brand {
    margin-right: auto;
  }
  .cid-uVF2BvtOAL .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uVF2BvtOAL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVF2BvtOAL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVF2BvtOAL .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-uVF2BvtOAL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVF2BvtOAL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVF2BvtOAL .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-uVF2BvtOAL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVF2BvtOAL .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-uVF2BvtOAL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uVF2BvtOAL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXU29LfQXM {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uXU29LfQXM .carousel {
  height: 800px;
}
.cid-uXU29LfQXM .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXU29LfQXM .carousel-item,
.cid-uXU29LfQXM .carousel-inner {
  height: 100%;
}
.cid-uXU29LfQXM img,
.cid-uXU29LfQXM .item-wrapper {
  border-radius: 0 !important;
}
.cid-uXU29LfQXM .carousel-caption {
  bottom: 40px;
}
.cid-uXU29LfQXM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uXU29LfQXM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uXU29LfQXM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uXU29LfQXM .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uXU29LfQXM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uXU29LfQXM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uXU29LfQXM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uXU29LfQXM .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-uXU29LfQXM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXU29LfQXM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uXU29LfQXM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uXU29LfQXM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uXU29LfQXM .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-uXU29LfQXM .carousel-indicators li.active,
.cid-uXU29LfQXM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uXU29LfQXM .carousel-indicators li::after,
.cid-uXU29LfQXM .carousel-indicators li::before {
  content: none;
}
.cid-uXU29LfQXM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uXU29LfQXM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uXU29LfQXM .mbr-section-subtitle,
  .cid-uXU29LfQXM .mbr-section-text,
  .cid-uXU29LfQXM .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVF3ZSK4eC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVF3ZSK4eC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVF3ZSK4eC .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-uVF3ZSK4eC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVF3ZSK4eC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVF3ZSK4eC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVF3ZSK4eC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVF3ZSK4eC .mbr-section-title {
  color: #000000;
}
.cid-uVF3ZSK4eC .mbr-text,
.cid-uVF3ZSK4eC .mbr-section-btn {
  color: #000000;
}
.cid-uVFb9I69XE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVFb9I69XE img,
.cid-uVFb9I69XE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVFb9I69XE .item:focus,
.cid-uVFb9I69XE span:focus {
  outline: none;
}
.cid-uVFb9I69XE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVFb9I69XE .item {
    margin-bottom: 1rem;
  }
}
.cid-uVFb9I69XE .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-uVFb9I69XE .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uVFb9I69XE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uVFb9I69XE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVFb9I69XE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVFb9I69XE .mbr-section-title {
  color: #000000;
}
.cid-uVFb9I69XE .item-title {
  text-align: left;
}
.cid-uVFb9I69XE .item-subtitle {
  text-align: left;
}
.cid-uVFb9I69XE .mbr-text,
.cid-uVFb9I69XE .item .mbr-section-btn {
  text-align: left;
}
.cid-uVFb9I69XE .content-head {
  max-width: 800px;
}
.cid-uVFbnImCRs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVFbnImCRs img,
.cid-uVFbnImCRs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVFbnImCRs .item:focus,
.cid-uVFbnImCRs span:focus {
  outline: none;
}
.cid-uVFbnImCRs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVFbnImCRs .item {
    margin-bottom: 1rem;
  }
}
.cid-uVFbnImCRs .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-uVFbnImCRs .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uVFbnImCRs .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uVFbnImCRs .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVFbnImCRs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVFbnImCRs .mbr-section-title {
  color: #000000;
}
.cid-uVFbnImCRs .item-title {
  text-align: left;
}
.cid-uVFbnImCRs .item-subtitle {
  text-align: left;
}
.cid-uVFbnImCRs .mbr-text,
.cid-uVFbnImCRs .item .mbr-section-btn {
  text-align: left;
}
.cid-uVFbnImCRs .content-head {
  max-width: 800px;
}
.cid-uXTNwvNSYe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXTNwvNSYe img,
.cid-uXTNwvNSYe .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXTNwvNSYe .item:focus,
.cid-uXTNwvNSYe span:focus {
  outline: none;
}
.cid-uXTNwvNSYe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXTNwvNSYe .item {
    margin-bottom: 1rem;
  }
}
.cid-uXTNwvNSYe .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-uXTNwvNSYe .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTNwvNSYe .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXTNwvNSYe .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXTNwvNSYe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXTNwvNSYe .mbr-section-title {
  color: #000000;
}
.cid-uXTNwvNSYe .item-title {
  text-align: left;
}
.cid-uXTNwvNSYe .item-subtitle {
  text-align: left;
}
.cid-uXTNwvNSYe .mbr-text,
.cid-uXTNwvNSYe .item .mbr-section-btn {
  text-align: left;
}
.cid-uXTNwvNSYe .content-head {
  max-width: 800px;
}
.cid-uWUlpYtkfz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWUlpYtkfz h6 {
  line-height: 1.2;
}
.cid-uWUlpYtkfz img,
.cid-uWUlpYtkfz .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uWUlpYtkfz img,
  .cid-uWUlpYtkfz .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uWUlpYtkfz .item:focus,
.cid-uWUlpYtkfz span:focus {
  outline: none;
}
.cid-uWUlpYtkfz .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uWUlpYtkfz .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uWUlpYtkfz .mbr-section-title {
  color: #000000;
}
.cid-uWUlpYtkfz .mbr-text,
.cid-uWUlpYtkfz .mbr-section-btn {
  color: #000000;
}
.cid-uWUlpYtkfz .item-title {
  color: #000000;
  text-align: center;
}
.cid-uWUlpYtkfz .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWUlpYtkfz .item-text {
  color: #000000;
  text-align: center;
}
.cid-uWUlpYtkfz .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uWUlpYtkfz img,
  .cid-uWUlpYtkfz .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uWUlpYtkfz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXTUw6ZxqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXTUw6ZxqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTUw6ZxqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTUw6ZxqP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .footer-col {
    flex-direction: column;
  }
}
.cid-uXTUw6ZxqP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXTUw6ZxqP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXTUw6ZxqP .soc-item {
  margin: 8px;
}
.cid-uXTUw6ZxqP .soc-item a:hover .mbr-iconfont,
.cid-uXTUw6ZxqP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXTUw6ZxqP .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: #163300;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    text-align: center;
  }
  .cid-uXTUw6ZxqP .social-row {
    justify-content: center;
  }
}
.cid-uXTUw6ZxqP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 0rem;
  }
}
.cid-uXTUw6ZxqP .mbr-text {
  color: #bbbbbb;
}
.cid-uXTUw6ZxqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTUw6ZxqP .list,
.cid-uXTUw6ZxqP .item-wrap {
  color: #232323;
}
.cid-uXTUw6ZxqP .copyright {
  color: #000000;
}
.cid-uXmwpTHSsf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXmwpTHSsf .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-uXmwpTHSsf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXmwpTHSsf .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-uXmwpTHSsf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXmwpTHSsf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXmwpTHSsf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXmwpTHSsf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXmwpTHSsf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXmwpTHSsf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXmwpTHSsf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXmwpTHSsf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXmwpTHSsf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXmwpTHSsf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXmwpTHSsf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXmwpTHSsf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXmwpTHSsf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXmwpTHSsf .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXmwpTHSsf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXmwpTHSsf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXmwpTHSsf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXmwpTHSsf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXmwpTHSsf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !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-uXmwpTHSsf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXmwpTHSsf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXmwpTHSsf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXmwpTHSsf .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.9) !important;
}
.cid-uXmwpTHSsf .nav-item:focus,
.cid-uXmwpTHSsf .nav-link:focus {
  outline: none;
}
.cid-uXmwpTHSsf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXmwpTHSsf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXmwpTHSsf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXmwpTHSsf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXmwpTHSsf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXmwpTHSsf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXmwpTHSsf .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-uXmwpTHSsf .navbar.opened {
  transition: all 0.3s;
}
.cid-uXmwpTHSsf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXmwpTHSsf .navbar .navbar-logo img {
  width: auto;
}
.cid-uXmwpTHSsf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXmwpTHSsf .navbar.collapsed {
  justify-content: center;
}
.cid-uXmwpTHSsf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXmwpTHSsf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXmwpTHSsf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uXmwpTHSsf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXmwpTHSsf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXmwpTHSsf .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-uXmwpTHSsf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXmwpTHSsf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXmwpTHSsf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXmwpTHSsf .navbar {
    min-height: 72px;
  }
  .cid-uXmwpTHSsf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXmwpTHSsf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXmwpTHSsf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXmwpTHSsf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXmwpTHSsf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXmwpTHSsf .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-uXmwpTHSsf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXmwpTHSsf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXmwpTHSsf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXmwpTHSsf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXmwpTHSsf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXmwpTHSsf .dropdown-item.active,
.cid-uXmwpTHSsf .dropdown-item:active {
  background-color: transparent;
}
.cid-uXmwpTHSsf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXmwpTHSsf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXmwpTHSsf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXmwpTHSsf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXmwpTHSsf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXmwpTHSsf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXmwpTHSsf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXmwpTHSsf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXmwpTHSsf .navbar-buttons {
    text-align: left;
  }
}
.cid-uXmwpTHSsf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXmwpTHSsf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXmwpTHSsf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXmwpTHSsf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmwpTHSsf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmwpTHSsf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXmwpTHSsf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmwpTHSsf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXmwpTHSsf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXmwpTHSsf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmwpTHSsf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXmwpTHSsf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXmwpTHSsf .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-uXmwpTHSsf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXmwpTHSsf .navbar {
    height: 70px;
  }
  .cid-uXmwpTHSsf .navbar.opened {
    height: auto;
  }
  .cid-uXmwpTHSsf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXmwpTHSsf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXmwpTHSsf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXmwpTHSsf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXmwpTHSsf .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-uXmwpTHSsf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXmwpTHSsf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXmwpTHSsf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXmwpTHSsf .navbar-brand {
    margin-right: auto;
  }
  .cid-uXmwpTHSsf .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXmwpTHSsf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXmwpTHSsf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXmwpTHSsf .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-uXmwpTHSsf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXmwpTHSsf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXmwpTHSsf .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-uXmwpTHSsf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXmwpTHSsf .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-uXmwpTHSsf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXmwpTHSsf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXmwpUSCKr {
  display: flex;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-uXmwpUSCKr .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uXmwpUSCKr .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXmwpUSCKr .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXmwpUSCKr {
    align-items: flex-end;
  }
  .cid-uXmwpUSCKr .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXmwpUSCKr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXmwpUSCKr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXmwpUSCKr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXmwpUSCKr .content-wrap {
    width: 100%;
  }
}
.cid-uXmwpUSCKr .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uXmwpUSCKr .mbr-text,
.cid-uXmwpUSCKr .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uXmwpUSCKr .mbr-description {
  text-align: right;
  color: #ffffff;
}
.cid-uXmwSNBs6E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXmwSNBs6E .mbr-text {
  color: #000000;
}
.cid-uXmwSNBs6E .mbr-section-subtitle {
  color: #000000;
}
.cid-uXmwSNBs6E .mbr-section-title {
  color: #000000;
}
.cid-uXmwpZJhKg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXmwpZJhKg h6 {
  line-height: 1.2;
}
.cid-uXmwpZJhKg img,
.cid-uXmwpZJhKg .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uXmwpZJhKg img,
  .cid-uXmwpZJhKg .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uXmwpZJhKg .item:focus,
.cid-uXmwpZJhKg span:focus {
  outline: none;
}
.cid-uXmwpZJhKg .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uXmwpZJhKg .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uXmwpZJhKg .mbr-section-title {
  color: #000000;
}
.cid-uXmwpZJhKg .mbr-text,
.cid-uXmwpZJhKg .mbr-section-btn {
  color: #000000;
}
.cid-uXmwpZJhKg .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXmwpZJhKg .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXmwpZJhKg .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXmwpZJhKg .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uXmwpZJhKg img,
  .cid-uXmwpZJhKg .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uXmwpZJhKg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXTUw6ZxqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXTUw6ZxqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTUw6ZxqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTUw6ZxqP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .footer-col {
    flex-direction: column;
  }
}
.cid-uXTUw6ZxqP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXTUw6ZxqP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXTUw6ZxqP .soc-item {
  margin: 8px;
}
.cid-uXTUw6ZxqP .soc-item a:hover .mbr-iconfont,
.cid-uXTUw6ZxqP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXTUw6ZxqP .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: #163300;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    text-align: center;
  }
  .cid-uXTUw6ZxqP .social-row {
    justify-content: center;
  }
}
.cid-uXTUw6ZxqP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 0rem;
  }
}
.cid-uXTUw6ZxqP .mbr-text {
  color: #bbbbbb;
}
.cid-uXTUw6ZxqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTUw6ZxqP .list,
.cid-uXTUw6ZxqP .item-wrap {
  color: #232323;
}
.cid-uXTUw6ZxqP .copyright {
  color: #000000;
}
.cid-uXmwVWGK14 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXmwVWGK14 .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-uXmwVWGK14 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXmwVWGK14 .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-uXmwVWGK14 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXmwVWGK14 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXmwVWGK14 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXmwVWGK14 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXmwVWGK14 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXmwVWGK14 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXmwVWGK14 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXmwVWGK14 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXmwVWGK14 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXmwVWGK14 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXmwVWGK14 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXmwVWGK14 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXmwVWGK14 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXmwVWGK14 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXmwVWGK14 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXmwVWGK14 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXmwVWGK14 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXmwVWGK14 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXmwVWGK14 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !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-uXmwVWGK14 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXmwVWGK14 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXmwVWGK14 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXmwVWGK14 .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.9) !important;
}
.cid-uXmwVWGK14 .nav-item:focus,
.cid-uXmwVWGK14 .nav-link:focus {
  outline: none;
}
.cid-uXmwVWGK14 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXmwVWGK14 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXmwVWGK14 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXmwVWGK14 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXmwVWGK14 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXmwVWGK14 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXmwVWGK14 .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-uXmwVWGK14 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXmwVWGK14 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXmwVWGK14 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXmwVWGK14 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXmwVWGK14 .navbar.collapsed {
  justify-content: center;
}
.cid-uXmwVWGK14 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXmwVWGK14 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXmwVWGK14 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uXmwVWGK14 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXmwVWGK14 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXmwVWGK14 .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-uXmwVWGK14 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXmwVWGK14 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXmwVWGK14 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXmwVWGK14 .navbar {
    min-height: 72px;
  }
  .cid-uXmwVWGK14 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXmwVWGK14 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXmwVWGK14 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXmwVWGK14 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXmwVWGK14 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXmwVWGK14 .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-uXmwVWGK14 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXmwVWGK14 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXmwVWGK14 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXmwVWGK14 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXmwVWGK14 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXmwVWGK14 .dropdown-item.active,
.cid-uXmwVWGK14 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXmwVWGK14 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXmwVWGK14 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXmwVWGK14 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXmwVWGK14 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXmwVWGK14 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXmwVWGK14 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXmwVWGK14 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXmwVWGK14 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXmwVWGK14 .navbar-buttons {
    text-align: left;
  }
}
.cid-uXmwVWGK14 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXmwVWGK14 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXmwVWGK14 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXmwVWGK14 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmwVWGK14 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmwVWGK14 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXmwVWGK14 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmwVWGK14 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXmwVWGK14 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXmwVWGK14 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmwVWGK14 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXmwVWGK14 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXmwVWGK14 .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-uXmwVWGK14 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXmwVWGK14 .navbar {
    height: 70px;
  }
  .cid-uXmwVWGK14 .navbar.opened {
    height: auto;
  }
  .cid-uXmwVWGK14 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXmwVWGK14 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXmwVWGK14 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXmwVWGK14 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXmwVWGK14 .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-uXmwVWGK14 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXmwVWGK14 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXmwVWGK14 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXmwVWGK14 .navbar-brand {
    margin-right: auto;
  }
  .cid-uXmwVWGK14 .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXmwVWGK14 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXmwVWGK14 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXmwVWGK14 .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-uXmwVWGK14 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXmwVWGK14 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXmwVWGK14 .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-uXmwVWGK14 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXmwVWGK14 .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-uXmwVWGK14 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXmwVWGK14 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXmwVXNyIy {
  display: flex;
  background-image: url("../../../assets/images/mbr-13.jpg");
}
.cid-uXmwVXNyIy .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uXmwVXNyIy .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXmwVXNyIy .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXmwVXNyIy {
    align-items: flex-end;
  }
  .cid-uXmwVXNyIy .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXmwVXNyIy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXmwVXNyIy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXmwVXNyIy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXmwVXNyIy .content-wrap {
    width: 100%;
  }
}
.cid-uXmwVXNyIy .mbr-section-title {
  text-align: right;
  color: #0c2c68;
}
.cid-uXmwVXNyIy .mbr-text,
.cid-uXmwVXNyIy .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uXmwVXNyIy .mbr-description {
  text-align: right;
  color: #ffffff;
}
.cid-uXokxmfOm2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXokxmfOm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXokxmfOm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXmwVZHuOH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXmwVZHuOH h6 {
  line-height: 1.2;
}
.cid-uXmwVZHuOH img,
.cid-uXmwVZHuOH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uXmwVZHuOH img,
  .cid-uXmwVZHuOH .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uXmwVZHuOH .item:focus,
.cid-uXmwVZHuOH span:focus {
  outline: none;
}
.cid-uXmwVZHuOH .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uXmwVZHuOH .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uXmwVZHuOH .mbr-section-title {
  color: #000000;
}
.cid-uXmwVZHuOH .mbr-text,
.cid-uXmwVZHuOH .mbr-section-btn {
  color: #000000;
}
.cid-uXmwVZHuOH .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXmwVZHuOH .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXmwVZHuOH .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXmwVZHuOH .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uXmwVZHuOH img,
  .cid-uXmwVZHuOH .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uXmwVZHuOH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXTUw6ZxqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXTUw6ZxqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTUw6ZxqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTUw6ZxqP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .footer-col {
    flex-direction: column;
  }
}
.cid-uXTUw6ZxqP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXTUw6ZxqP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXTUw6ZxqP .soc-item {
  margin: 8px;
}
.cid-uXTUw6ZxqP .soc-item a:hover .mbr-iconfont,
.cid-uXTUw6ZxqP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXTUw6ZxqP .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: #163300;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    text-align: center;
  }
  .cid-uXTUw6ZxqP .social-row {
    justify-content: center;
  }
}
.cid-uXTUw6ZxqP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 0rem;
  }
}
.cid-uXTUw6ZxqP .mbr-text {
  color: #bbbbbb;
}
.cid-uXTUw6ZxqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTUw6ZxqP .list,
.cid-uXTUw6ZxqP .item-wrap {
  color: #232323;
}
.cid-uXTUw6ZxqP .copyright {
  color: #000000;
}
.cid-uXmwZ5U6sw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXmwZ5U6sw .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-uXmwZ5U6sw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXmwZ5U6sw .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-uXmwZ5U6sw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXmwZ5U6sw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXmwZ5U6sw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXmwZ5U6sw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXmwZ5U6sw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXmwZ5U6sw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXmwZ5U6sw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXmwZ5U6sw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXmwZ5U6sw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXmwZ5U6sw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXmwZ5U6sw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXmwZ5U6sw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXmwZ5U6sw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXmwZ5U6sw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXmwZ5U6sw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXmwZ5U6sw .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXmwZ5U6sw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXmwZ5U6sw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXmwZ5U6sw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !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-uXmwZ5U6sw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXmwZ5U6sw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXmwZ5U6sw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXmwZ5U6sw .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.9) !important;
}
.cid-uXmwZ5U6sw .nav-item:focus,
.cid-uXmwZ5U6sw .nav-link:focus {
  outline: none;
}
.cid-uXmwZ5U6sw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXmwZ5U6sw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXmwZ5U6sw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXmwZ5U6sw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXmwZ5U6sw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXmwZ5U6sw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXmwZ5U6sw .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-uXmwZ5U6sw .navbar.opened {
  transition: all 0.3s;
}
.cid-uXmwZ5U6sw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXmwZ5U6sw .navbar .navbar-logo img {
  width: auto;
}
.cid-uXmwZ5U6sw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXmwZ5U6sw .navbar.collapsed {
  justify-content: center;
}
.cid-uXmwZ5U6sw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXmwZ5U6sw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXmwZ5U6sw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uXmwZ5U6sw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXmwZ5U6sw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXmwZ5U6sw .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-uXmwZ5U6sw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXmwZ5U6sw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXmwZ5U6sw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXmwZ5U6sw .navbar {
    min-height: 72px;
  }
  .cid-uXmwZ5U6sw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXmwZ5U6sw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXmwZ5U6sw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXmwZ5U6sw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXmwZ5U6sw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXmwZ5U6sw .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-uXmwZ5U6sw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXmwZ5U6sw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXmwZ5U6sw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXmwZ5U6sw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXmwZ5U6sw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXmwZ5U6sw .dropdown-item.active,
.cid-uXmwZ5U6sw .dropdown-item:active {
  background-color: transparent;
}
.cid-uXmwZ5U6sw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXmwZ5U6sw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXmwZ5U6sw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXmwZ5U6sw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXmwZ5U6sw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXmwZ5U6sw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXmwZ5U6sw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXmwZ5U6sw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXmwZ5U6sw .navbar-buttons {
    text-align: left;
  }
}
.cid-uXmwZ5U6sw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXmwZ5U6sw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXmwZ5U6sw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXmwZ5U6sw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmwZ5U6sw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmwZ5U6sw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXmwZ5U6sw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmwZ5U6sw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXmwZ5U6sw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXmwZ5U6sw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmwZ5U6sw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXmwZ5U6sw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXmwZ5U6sw .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-uXmwZ5U6sw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXmwZ5U6sw .navbar {
    height: 70px;
  }
  .cid-uXmwZ5U6sw .navbar.opened {
    height: auto;
  }
  .cid-uXmwZ5U6sw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXmwZ5U6sw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXmwZ5U6sw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXmwZ5U6sw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXmwZ5U6sw .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-uXmwZ5U6sw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXmwZ5U6sw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXmwZ5U6sw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXmwZ5U6sw .navbar-brand {
    margin-right: auto;
  }
  .cid-uXmwZ5U6sw .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXmwZ5U6sw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXmwZ5U6sw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXmwZ5U6sw .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-uXmwZ5U6sw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXmwZ5U6sw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXmwZ5U6sw .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-uXmwZ5U6sw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXmwZ5U6sw .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-uXmwZ5U6sw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXmwZ5U6sw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXmwZ6Mqvl {
  display: flex;
  background-image: url("../../../assets/images/mbr-14.jpg");
}
.cid-uXmwZ6Mqvl .mbr-overlay {
  background-color: #a0e1e1;
  opacity: 0;
}
.cid-uXmwZ6Mqvl .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXmwZ6Mqvl .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXmwZ6Mqvl {
    align-items: flex-end;
  }
  .cid-uXmwZ6Mqvl .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXmwZ6Mqvl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXmwZ6Mqvl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXmwZ6Mqvl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXmwZ6Mqvl .content-wrap {
    width: 100%;
  }
}
.cid-uXmwZ6Mqvl .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uXmwZ6Mqvl .mbr-text,
.cid-uXmwZ6Mqvl .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uXmwZ6Mqvl .mbr-description {
  text-align: right;
  color: #ffffff;
}
.cid-uXome29SLv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXome29SLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXome29SLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXmwZ8D9uj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXmwZ8D9uj h6 {
  line-height: 1.2;
}
.cid-uXmwZ8D9uj img,
.cid-uXmwZ8D9uj .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uXmwZ8D9uj img,
  .cid-uXmwZ8D9uj .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uXmwZ8D9uj .item:focus,
.cid-uXmwZ8D9uj span:focus {
  outline: none;
}
.cid-uXmwZ8D9uj .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uXmwZ8D9uj .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uXmwZ8D9uj .mbr-section-title {
  color: #000000;
}
.cid-uXmwZ8D9uj .mbr-text,
.cid-uXmwZ8D9uj .mbr-section-btn {
  color: #000000;
}
.cid-uXmwZ8D9uj .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXmwZ8D9uj .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXmwZ8D9uj .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXmwZ8D9uj .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uXmwZ8D9uj img,
  .cid-uXmwZ8D9uj .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uXmwZ8D9uj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXTUw6ZxqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXTUw6ZxqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTUw6ZxqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTUw6ZxqP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .footer-col {
    flex-direction: column;
  }
}
.cid-uXTUw6ZxqP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXTUw6ZxqP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXTUw6ZxqP .soc-item {
  margin: 8px;
}
.cid-uXTUw6ZxqP .soc-item a:hover .mbr-iconfont,
.cid-uXTUw6ZxqP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXTUw6ZxqP .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: #163300;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    text-align: center;
  }
  .cid-uXTUw6ZxqP .social-row {
    justify-content: center;
  }
}
.cid-uXTUw6ZxqP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 0rem;
  }
}
.cid-uXTUw6ZxqP .mbr-text {
  color: #bbbbbb;
}
.cid-uXTUw6ZxqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTUw6ZxqP .list,
.cid-uXTUw6ZxqP .item-wrap {
  color: #232323;
}
.cid-uXTUw6ZxqP .copyright {
  color: #000000;
}
.cid-uXmx2L5JcK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXmx2L5JcK .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-uXmx2L5JcK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXmx2L5JcK .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-uXmx2L5JcK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXmx2L5JcK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXmx2L5JcK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXmx2L5JcK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXmx2L5JcK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXmx2L5JcK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXmx2L5JcK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXmx2L5JcK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXmx2L5JcK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXmx2L5JcK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXmx2L5JcK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXmx2L5JcK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXmx2L5JcK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXmx2L5JcK .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXmx2L5JcK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXmx2L5JcK .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXmx2L5JcK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXmx2L5JcK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXmx2L5JcK .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !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-uXmx2L5JcK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXmx2L5JcK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXmx2L5JcK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXmx2L5JcK .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.9) !important;
}
.cid-uXmx2L5JcK .nav-item:focus,
.cid-uXmx2L5JcK .nav-link:focus {
  outline: none;
}
.cid-uXmx2L5JcK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXmx2L5JcK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXmx2L5JcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXmx2L5JcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXmx2L5JcK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXmx2L5JcK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXmx2L5JcK .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-uXmx2L5JcK .navbar.opened {
  transition: all 0.3s;
}
.cid-uXmx2L5JcK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXmx2L5JcK .navbar .navbar-logo img {
  width: auto;
}
.cid-uXmx2L5JcK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXmx2L5JcK .navbar.collapsed {
  justify-content: center;
}
.cid-uXmx2L5JcK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXmx2L5JcK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXmx2L5JcK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uXmx2L5JcK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXmx2L5JcK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXmx2L5JcK .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-uXmx2L5JcK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXmx2L5JcK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXmx2L5JcK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXmx2L5JcK .navbar {
    min-height: 72px;
  }
  .cid-uXmx2L5JcK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXmx2L5JcK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXmx2L5JcK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXmx2L5JcK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXmx2L5JcK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXmx2L5JcK .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-uXmx2L5JcK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXmx2L5JcK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXmx2L5JcK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXmx2L5JcK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXmx2L5JcK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXmx2L5JcK .dropdown-item.active,
.cid-uXmx2L5JcK .dropdown-item:active {
  background-color: transparent;
}
.cid-uXmx2L5JcK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXmx2L5JcK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXmx2L5JcK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXmx2L5JcK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXmx2L5JcK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXmx2L5JcK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXmx2L5JcK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXmx2L5JcK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXmx2L5JcK .navbar-buttons {
    text-align: left;
  }
}
.cid-uXmx2L5JcK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXmx2L5JcK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXmx2L5JcK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXmx2L5JcK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmx2L5JcK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmx2L5JcK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXmx2L5JcK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmx2L5JcK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXmx2L5JcK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXmx2L5JcK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmx2L5JcK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXmx2L5JcK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXmx2L5JcK .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-uXmx2L5JcK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXmx2L5JcK .navbar {
    height: 70px;
  }
  .cid-uXmx2L5JcK .navbar.opened {
    height: auto;
  }
  .cid-uXmx2L5JcK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXmx2L5JcK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXmx2L5JcK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXmx2L5JcK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXmx2L5JcK .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-uXmx2L5JcK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXmx2L5JcK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXmx2L5JcK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXmx2L5JcK .navbar-brand {
    margin-right: auto;
  }
  .cid-uXmx2L5JcK .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXmx2L5JcK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXmx2L5JcK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXmx2L5JcK .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-uXmx2L5JcK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXmx2L5JcK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXmx2L5JcK .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-uXmx2L5JcK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXmx2L5JcK .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-uXmx2L5JcK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXmx2L5JcK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXmx2M1Gkz {
  display: flex;
  background-image: url("../../../assets/images/mbr-15.jpg");
}
.cid-uXmx2M1Gkz .mbr-overlay {
  background-color: #a0e1e1;
  opacity: 0;
}
.cid-uXmx2M1Gkz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXmx2M1Gkz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXmx2M1Gkz {
    align-items: flex-end;
  }
  .cid-uXmx2M1Gkz .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXmx2M1Gkz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXmx2M1Gkz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXmx2M1Gkz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXmx2M1Gkz .content-wrap {
    width: 100%;
  }
}
.cid-uXmx2M1Gkz .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uXmx2M1Gkz .mbr-text,
.cid-uXmx2M1Gkz .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uXmx2M1Gkz .mbr-description {
  text-align: right;
  color: #ffffff;
}
.cid-uXmx2N1mfb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXmx2N1mfb .mbr-text {
  color: #000000;
}
.cid-uXmx2N1mfb .mbr-section-subtitle {
  color: #000000;
}
.cid-uXmx2N1mfb .mbr-section-title {
  color: #000000;
}
.cid-uXmx2NXnCh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXmx2NXnCh h6 {
  line-height: 1.2;
}
.cid-uXmx2NXnCh img,
.cid-uXmx2NXnCh .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uXmx2NXnCh img,
  .cid-uXmx2NXnCh .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uXmx2NXnCh .item:focus,
.cid-uXmx2NXnCh span:focus {
  outline: none;
}
.cid-uXmx2NXnCh .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uXmx2NXnCh .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uXmx2NXnCh .mbr-section-title {
  color: #000000;
}
.cid-uXmx2NXnCh .mbr-text,
.cid-uXmx2NXnCh .mbr-section-btn {
  color: #000000;
}
.cid-uXmx2NXnCh .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXmx2NXnCh .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXmx2NXnCh .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXmx2NXnCh .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uXmx2NXnCh img,
  .cid-uXmx2NXnCh .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uXmx2NXnCh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXTUw6ZxqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXTUw6ZxqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTUw6ZxqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTUw6ZxqP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .footer-col {
    flex-direction: column;
  }
}
.cid-uXTUw6ZxqP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXTUw6ZxqP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXTUw6ZxqP .soc-item {
  margin: 8px;
}
.cid-uXTUw6ZxqP .soc-item a:hover .mbr-iconfont,
.cid-uXTUw6ZxqP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXTUw6ZxqP .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: #163300;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    text-align: center;
  }
  .cid-uXTUw6ZxqP .social-row {
    justify-content: center;
  }
}
.cid-uXTUw6ZxqP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 0rem;
  }
}
.cid-uXTUw6ZxqP .mbr-text {
  color: #bbbbbb;
}
.cid-uXTUw6ZxqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTUw6ZxqP .list,
.cid-uXTUw6ZxqP .item-wrap {
  color: #232323;
}
.cid-uXTUw6ZxqP .copyright {
  color: #000000;
}
.cid-uXmxg9SKW0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXmxg9SKW0 .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-uXmxg9SKW0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXmxg9SKW0 .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-uXmxg9SKW0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXmxg9SKW0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXmxg9SKW0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXmxg9SKW0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXmxg9SKW0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXmxg9SKW0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXmxg9SKW0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXmxg9SKW0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXmxg9SKW0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXmxg9SKW0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXmxg9SKW0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXmxg9SKW0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXmxg9SKW0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXmxg9SKW0 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXmxg9SKW0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXmxg9SKW0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXmxg9SKW0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXmxg9SKW0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXmxg9SKW0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !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-uXmxg9SKW0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXmxg9SKW0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXmxg9SKW0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXmxg9SKW0 .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.9) !important;
}
.cid-uXmxg9SKW0 .nav-item:focus,
.cid-uXmxg9SKW0 .nav-link:focus {
  outline: none;
}
.cid-uXmxg9SKW0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXmxg9SKW0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXmxg9SKW0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXmxg9SKW0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXmxg9SKW0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXmxg9SKW0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXmxg9SKW0 .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-uXmxg9SKW0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXmxg9SKW0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXmxg9SKW0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXmxg9SKW0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXmxg9SKW0 .navbar.collapsed {
  justify-content: center;
}
.cid-uXmxg9SKW0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXmxg9SKW0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXmxg9SKW0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uXmxg9SKW0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXmxg9SKW0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXmxg9SKW0 .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-uXmxg9SKW0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXmxg9SKW0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXmxg9SKW0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXmxg9SKW0 .navbar {
    min-height: 72px;
  }
  .cid-uXmxg9SKW0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXmxg9SKW0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXmxg9SKW0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXmxg9SKW0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXmxg9SKW0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXmxg9SKW0 .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-uXmxg9SKW0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXmxg9SKW0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXmxg9SKW0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXmxg9SKW0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXmxg9SKW0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXmxg9SKW0 .dropdown-item.active,
.cid-uXmxg9SKW0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXmxg9SKW0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXmxg9SKW0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXmxg9SKW0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXmxg9SKW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXmxg9SKW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXmxg9SKW0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXmxg9SKW0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXmxg9SKW0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXmxg9SKW0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uXmxg9SKW0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXmxg9SKW0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXmxg9SKW0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXmxg9SKW0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmxg9SKW0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmxg9SKW0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXmxg9SKW0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmxg9SKW0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXmxg9SKW0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXmxg9SKW0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmxg9SKW0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXmxg9SKW0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXmxg9SKW0 .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-uXmxg9SKW0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXmxg9SKW0 .navbar {
    height: 70px;
  }
  .cid-uXmxg9SKW0 .navbar.opened {
    height: auto;
  }
  .cid-uXmxg9SKW0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXmxg9SKW0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXmxg9SKW0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXmxg9SKW0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXmxg9SKW0 .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-uXmxg9SKW0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXmxg9SKW0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXmxg9SKW0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXmxg9SKW0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uXmxg9SKW0 .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXmxg9SKW0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXmxg9SKW0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXmxg9SKW0 .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-uXmxg9SKW0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXmxg9SKW0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXmxg9SKW0 .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-uXmxg9SKW0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXmxg9SKW0 .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-uXmxg9SKW0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXmxg9SKW0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXmxgb7Sfk {
  display: flex;
  background-image: url("../../../assets/images/mbr-16.jpg");
}
.cid-uXmxgb7Sfk .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uXmxgb7Sfk .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXmxgb7Sfk .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXmxgb7Sfk {
    align-items: flex-end;
  }
  .cid-uXmxgb7Sfk .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXmxgb7Sfk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXmxgb7Sfk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXmxgb7Sfk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXmxgb7Sfk .content-wrap {
    width: 100%;
  }
}
.cid-uXmxgb7Sfk .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uXmxgb7Sfk .mbr-text,
.cid-uXmxgb7Sfk .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uXmxgb7Sfk .mbr-description {
  text-align: right;
  color: #ffffff;
}
.cid-uXmxgcr3EX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXmxgcr3EX .mbr-text {
  color: #000000;
}
.cid-uXmxgcr3EX .mbr-section-subtitle {
  color: #000000;
}
.cid-uXmxgcr3EX .mbr-section-title {
  color: #000000;
}
.cid-uXooGhyaIg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXooGhyaIg .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uXooGhyaIg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uXooGhyaIg .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uXooGhyaIg .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-uXooGhyaIg .mbr-card-subtitle {
  color: #000000;
}
.cid-uXmxgdnquR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXmxgdnquR h6 {
  line-height: 1.2;
}
.cid-uXmxgdnquR img,
.cid-uXmxgdnquR .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uXmxgdnquR img,
  .cid-uXmxgdnquR .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uXmxgdnquR .item:focus,
.cid-uXmxgdnquR span:focus {
  outline: none;
}
.cid-uXmxgdnquR .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uXmxgdnquR .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uXmxgdnquR .mbr-section-title {
  color: #000000;
}
.cid-uXmxgdnquR .mbr-text,
.cid-uXmxgdnquR .mbr-section-btn {
  color: #000000;
}
.cid-uXmxgdnquR .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXmxgdnquR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXmxgdnquR .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXmxgdnquR .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uXmxgdnquR img,
  .cid-uXmxgdnquR .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uXmxgdnquR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXTUw6ZxqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXTUw6ZxqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTUw6ZxqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTUw6ZxqP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .footer-col {
    flex-direction: column;
  }
}
.cid-uXTUw6ZxqP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXTUw6ZxqP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXTUw6ZxqP .soc-item {
  margin: 8px;
}
.cid-uXTUw6ZxqP .soc-item a:hover .mbr-iconfont,
.cid-uXTUw6ZxqP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXTUw6ZxqP .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: #163300;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    text-align: center;
  }
  .cid-uXTUw6ZxqP .social-row {
    justify-content: center;
  }
}
.cid-uXTUw6ZxqP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 0rem;
  }
}
.cid-uXTUw6ZxqP .mbr-text {
  color: #bbbbbb;
}
.cid-uXTUw6ZxqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTUw6ZxqP .list,
.cid-uXTUw6ZxqP .item-wrap {
  color: #232323;
}
.cid-uXTUw6ZxqP .copyright {
  color: #000000;
}
.cid-uXmxoFkfp1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXmxoFkfp1 .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-uXmxoFkfp1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXmxoFkfp1 .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-uXmxoFkfp1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXmxoFkfp1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXmxoFkfp1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXmxoFkfp1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXmxoFkfp1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXmxoFkfp1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXmxoFkfp1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXmxoFkfp1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXmxoFkfp1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXmxoFkfp1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXmxoFkfp1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXmxoFkfp1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXmxoFkfp1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXmxoFkfp1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXmxoFkfp1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXmxoFkfp1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXmxoFkfp1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXmxoFkfp1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXmxoFkfp1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !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-uXmxoFkfp1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXmxoFkfp1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXmxoFkfp1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXmxoFkfp1 .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.9) !important;
}
.cid-uXmxoFkfp1 .nav-item:focus,
.cid-uXmxoFkfp1 .nav-link:focus {
  outline: none;
}
.cid-uXmxoFkfp1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXmxoFkfp1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXmxoFkfp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXmxoFkfp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXmxoFkfp1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXmxoFkfp1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXmxoFkfp1 .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-uXmxoFkfp1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXmxoFkfp1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXmxoFkfp1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXmxoFkfp1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXmxoFkfp1 .navbar.collapsed {
  justify-content: center;
}
.cid-uXmxoFkfp1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXmxoFkfp1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXmxoFkfp1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uXmxoFkfp1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXmxoFkfp1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXmxoFkfp1 .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-uXmxoFkfp1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXmxoFkfp1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXmxoFkfp1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXmxoFkfp1 .navbar {
    min-height: 72px;
  }
  .cid-uXmxoFkfp1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXmxoFkfp1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXmxoFkfp1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXmxoFkfp1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXmxoFkfp1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXmxoFkfp1 .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-uXmxoFkfp1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXmxoFkfp1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXmxoFkfp1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXmxoFkfp1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXmxoFkfp1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXmxoFkfp1 .dropdown-item.active,
.cid-uXmxoFkfp1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXmxoFkfp1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXmxoFkfp1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXmxoFkfp1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXmxoFkfp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXmxoFkfp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXmxoFkfp1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXmxoFkfp1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXmxoFkfp1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXmxoFkfp1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uXmxoFkfp1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXmxoFkfp1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXmxoFkfp1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXmxoFkfp1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmxoFkfp1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmxoFkfp1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXmxoFkfp1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmxoFkfp1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXmxoFkfp1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXmxoFkfp1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmxoFkfp1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXmxoFkfp1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXmxoFkfp1 .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-uXmxoFkfp1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXmxoFkfp1 .navbar {
    height: 70px;
  }
  .cid-uXmxoFkfp1 .navbar.opened {
    height: auto;
  }
  .cid-uXmxoFkfp1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXmxoFkfp1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXmxoFkfp1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXmxoFkfp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXmxoFkfp1 .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-uXmxoFkfp1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXmxoFkfp1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXmxoFkfp1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXmxoFkfp1 .navbar-brand {
    margin-right: auto;
  }
  .cid-uXmxoFkfp1 .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXmxoFkfp1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXmxoFkfp1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXmxoFkfp1 .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-uXmxoFkfp1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXmxoFkfp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXmxoFkfp1 .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-uXmxoFkfp1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXmxoFkfp1 .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-uXmxoFkfp1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXmxoFkfp1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXmxoGgu0d {
  display: flex;
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-uXmxoGgu0d .mbr-overlay {
  background-color: #a0e1e1;
  opacity: 0;
}
.cid-uXmxoGgu0d .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXmxoGgu0d .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXmxoGgu0d {
    align-items: flex-end;
  }
  .cid-uXmxoGgu0d .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXmxoGgu0d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXmxoGgu0d {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXmxoGgu0d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXmxoGgu0d .content-wrap {
    width: 100%;
  }
}
.cid-uXmxoGgu0d .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uXmxoGgu0d .mbr-text,
.cid-uXmxoGgu0d .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uXmxoGgu0d .mbr-description {
  text-align: right;
  color: #ffffff;
}
.cid-uXmxoHhGxp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXmxoHhGxp .mbr-text {
  color: #000000;
}
.cid-uXmxoHhGxp .mbr-section-subtitle {
  color: #000000;
}
.cid-uXmxoHhGxp .mbr-section-title {
  color: #000000;
}
.cid-uXU5bQHVCx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uXU5bQHVCx h6 {
  line-height: 1.2;
}
.cid-uXU5bQHVCx img,
.cid-uXU5bQHVCx .item-img {
  width: 100%;
  height: 100%;
}
.cid-uXU5bQHVCx .item:focus,
.cid-uXU5bQHVCx span:focus {
  outline: none;
}
.cid-uXU5bQHVCx .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uXU5bQHVCx .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uXU5bQHVCx .mbr-section-title {
  color: #000000;
}
.cid-uXU5bQHVCx .mbr-text,
.cid-uXU5bQHVCx .mbr-section-btn {
  color: #000000;
}
.cid-uXU5bQHVCx .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXU5bQHVCx .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXU5bQHVCx .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXU5bQHVCx .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uXU5bQHVCx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXmxoI7mpd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXmxoI7mpd h6 {
  line-height: 1.2;
}
.cid-uXmxoI7mpd img,
.cid-uXmxoI7mpd .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uXmxoI7mpd img,
  .cid-uXmxoI7mpd .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uXmxoI7mpd .item:focus,
.cid-uXmxoI7mpd span:focus {
  outline: none;
}
.cid-uXmxoI7mpd .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uXmxoI7mpd .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uXmxoI7mpd .mbr-section-title {
  color: #000000;
}
.cid-uXmxoI7mpd .mbr-text,
.cid-uXmxoI7mpd .mbr-section-btn {
  color: #000000;
}
.cid-uXmxoI7mpd .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXmxoI7mpd .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXmxoI7mpd .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXmxoI7mpd .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uXmxoI7mpd img,
  .cid-uXmxoI7mpd .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uXmxoI7mpd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXTUw6ZxqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXTUw6ZxqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTUw6ZxqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTUw6ZxqP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .footer-col {
    flex-direction: column;
  }
}
.cid-uXTUw6ZxqP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXTUw6ZxqP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXTUw6ZxqP .soc-item {
  margin: 8px;
}
.cid-uXTUw6ZxqP .soc-item a:hover .mbr-iconfont,
.cid-uXTUw6ZxqP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXTUw6ZxqP .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: #163300;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    text-align: center;
  }
  .cid-uXTUw6ZxqP .social-row {
    justify-content: center;
  }
}
.cid-uXTUw6ZxqP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 0rem;
  }
}
.cid-uXTUw6ZxqP .mbr-text {
  color: #bbbbbb;
}
.cid-uXTUw6ZxqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTUw6ZxqP .list,
.cid-uXTUw6ZxqP .item-wrap {
  color: #232323;
}
.cid-uXTUw6ZxqP .copyright {
  color: #000000;
}
.cid-uXmxrOH37B {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXmxrOH37B .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-uXmxrOH37B .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXmxrOH37B .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-uXmxrOH37B .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXmxrOH37B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXmxrOH37B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXmxrOH37B .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXmxrOH37B .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXmxrOH37B .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXmxrOH37B .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXmxrOH37B .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXmxrOH37B .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXmxrOH37B .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXmxrOH37B .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXmxrOH37B .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXmxrOH37B .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXmxrOH37B .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXmxrOH37B .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXmxrOH37B .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXmxrOH37B .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXmxrOH37B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXmxrOH37B .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !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-uXmxrOH37B .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXmxrOH37B .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXmxrOH37B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXmxrOH37B .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.9) !important;
}
.cid-uXmxrOH37B .nav-item:focus,
.cid-uXmxrOH37B .nav-link:focus {
  outline: none;
}
.cid-uXmxrOH37B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXmxrOH37B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXmxrOH37B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXmxrOH37B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXmxrOH37B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXmxrOH37B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXmxrOH37B .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-uXmxrOH37B .navbar.opened {
  transition: all 0.3s;
}
.cid-uXmxrOH37B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXmxrOH37B .navbar .navbar-logo img {
  width: auto;
}
.cid-uXmxrOH37B .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXmxrOH37B .navbar.collapsed {
  justify-content: center;
}
.cid-uXmxrOH37B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXmxrOH37B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXmxrOH37B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uXmxrOH37B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXmxrOH37B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXmxrOH37B .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-uXmxrOH37B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXmxrOH37B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXmxrOH37B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXmxrOH37B .navbar {
    min-height: 72px;
  }
  .cid-uXmxrOH37B .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXmxrOH37B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXmxrOH37B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXmxrOH37B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXmxrOH37B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXmxrOH37B .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-uXmxrOH37B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXmxrOH37B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXmxrOH37B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXmxrOH37B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXmxrOH37B .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXmxrOH37B .dropdown-item.active,
.cid-uXmxrOH37B .dropdown-item:active {
  background-color: transparent;
}
.cid-uXmxrOH37B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXmxrOH37B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXmxrOH37B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXmxrOH37B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXmxrOH37B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXmxrOH37B .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXmxrOH37B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXmxrOH37B .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXmxrOH37B .navbar-buttons {
    text-align: left;
  }
}
.cid-uXmxrOH37B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXmxrOH37B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXmxrOH37B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXmxrOH37B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmxrOH37B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXmxrOH37B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXmxrOH37B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmxrOH37B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXmxrOH37B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXmxrOH37B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXmxrOH37B .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXmxrOH37B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXmxrOH37B .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-uXmxrOH37B .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXmxrOH37B .navbar {
    height: 70px;
  }
  .cid-uXmxrOH37B .navbar.opened {
    height: auto;
  }
  .cid-uXmxrOH37B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXmxrOH37B .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXmxrOH37B .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXmxrOH37B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXmxrOH37B .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-uXmxrOH37B .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXmxrOH37B .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXmxrOH37B .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXmxrOH37B .navbar-brand {
    margin-right: auto;
  }
  .cid-uXmxrOH37B .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXmxrOH37B .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXmxrOH37B .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXmxrOH37B .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-uXmxrOH37B .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXmxrOH37B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXmxrOH37B .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-uXmxrOH37B .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXmxrOH37B .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-uXmxrOH37B .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXmxrOH37B .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXmxrPArSl {
  display: flex;
  background-image: url("../../../assets/images/mbr-19.jpg");
}
.cid-uXmxrPArSl .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uXmxrPArSl .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXmxrPArSl .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXmxrPArSl {
    align-items: flex-end;
  }
  .cid-uXmxrPArSl .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXmxrPArSl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXmxrPArSl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXmxrPArSl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXmxrPArSl .content-wrap {
    width: 100%;
  }
}
.cid-uXmxrPArSl .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uXmxrPArSl .mbr-text,
.cid-uXmxrPArSl .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uXmxrPArSl .mbr-description {
  text-align: right;
  color: #ffffff;
}
.cid-uXmxrQysML {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXmxrQysML .mbr-text {
  color: #000000;
}
.cid-uXmxrQysML .mbr-section-subtitle {
  color: #000000;
}
.cid-uXmxrQysML .mbr-section-title {
  color: #000000;
}
.cid-uXmxrRv10J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXmxrRv10J h6 {
  line-height: 1.2;
}
.cid-uXmxrRv10J img,
.cid-uXmxrRv10J .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uXmxrRv10J img,
  .cid-uXmxrRv10J .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uXmxrRv10J .item:focus,
.cid-uXmxrRv10J span:focus {
  outline: none;
}
.cid-uXmxrRv10J .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uXmxrRv10J .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uXmxrRv10J .mbr-section-title {
  color: #000000;
}
.cid-uXmxrRv10J .mbr-text,
.cid-uXmxrRv10J .mbr-section-btn {
  color: #000000;
}
.cid-uXmxrRv10J .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXmxrRv10J .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXmxrRv10J .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXmxrRv10J .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uXmxrRv10J img,
  .cid-uXmxrRv10J .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uXmxrRv10J .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXTUw6ZxqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXTUw6ZxqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTUw6ZxqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTUw6ZxqP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .footer-col {
    flex-direction: column;
  }
}
.cid-uXTUw6ZxqP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXTUw6ZxqP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXTUw6ZxqP .soc-item {
  margin: 8px;
}
.cid-uXTUw6ZxqP .soc-item a:hover .mbr-iconfont,
.cid-uXTUw6ZxqP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXTUw6ZxqP .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: #163300;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    text-align: center;
  }
  .cid-uXTUw6ZxqP .social-row {
    justify-content: center;
  }
}
.cid-uXTUw6ZxqP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 0rem;
  }
}
.cid-uXTUw6ZxqP .mbr-text {
  color: #bbbbbb;
}
.cid-uXTUw6ZxqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTUw6ZxqP .list,
.cid-uXTUw6ZxqP .item-wrap {
  color: #232323;
}
.cid-uXTUw6ZxqP .copyright {
  color: #000000;
}
.cid-uXo3pBPmtK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXo3pBPmtK .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-uXo3pBPmtK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXo3pBPmtK .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-uXo3pBPmtK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXo3pBPmtK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXo3pBPmtK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXo3pBPmtK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXo3pBPmtK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXo3pBPmtK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXo3pBPmtK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXo3pBPmtK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXo3pBPmtK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXo3pBPmtK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXo3pBPmtK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXo3pBPmtK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXo3pBPmtK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXo3pBPmtK .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXo3pBPmtK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXo3pBPmtK .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXo3pBPmtK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXo3pBPmtK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXo3pBPmtK .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !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-uXo3pBPmtK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXo3pBPmtK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXo3pBPmtK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXo3pBPmtK .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.9) !important;
}
.cid-uXo3pBPmtK .nav-item:focus,
.cid-uXo3pBPmtK .nav-link:focus {
  outline: none;
}
.cid-uXo3pBPmtK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXo3pBPmtK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXo3pBPmtK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXo3pBPmtK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXo3pBPmtK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXo3pBPmtK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXo3pBPmtK .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-uXo3pBPmtK .navbar.opened {
  transition: all 0.3s;
}
.cid-uXo3pBPmtK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXo3pBPmtK .navbar .navbar-logo img {
  width: auto;
}
.cid-uXo3pBPmtK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXo3pBPmtK .navbar.collapsed {
  justify-content: center;
}
.cid-uXo3pBPmtK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXo3pBPmtK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXo3pBPmtK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uXo3pBPmtK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXo3pBPmtK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXo3pBPmtK .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-uXo3pBPmtK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXo3pBPmtK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXo3pBPmtK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXo3pBPmtK .navbar {
    min-height: 72px;
  }
  .cid-uXo3pBPmtK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXo3pBPmtK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXo3pBPmtK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXo3pBPmtK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXo3pBPmtK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXo3pBPmtK .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-uXo3pBPmtK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXo3pBPmtK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXo3pBPmtK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXo3pBPmtK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXo3pBPmtK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXo3pBPmtK .dropdown-item.active,
.cid-uXo3pBPmtK .dropdown-item:active {
  background-color: transparent;
}
.cid-uXo3pBPmtK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXo3pBPmtK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXo3pBPmtK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXo3pBPmtK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXo3pBPmtK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXo3pBPmtK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXo3pBPmtK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXo3pBPmtK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXo3pBPmtK .navbar-buttons {
    text-align: left;
  }
}
.cid-uXo3pBPmtK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXo3pBPmtK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXo3pBPmtK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXo3pBPmtK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXo3pBPmtK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXo3pBPmtK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXo3pBPmtK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXo3pBPmtK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXo3pBPmtK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXo3pBPmtK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXo3pBPmtK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXo3pBPmtK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXo3pBPmtK .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-uXo3pBPmtK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXo3pBPmtK .navbar {
    height: 70px;
  }
  .cid-uXo3pBPmtK .navbar.opened {
    height: auto;
  }
  .cid-uXo3pBPmtK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXo3pBPmtK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXo3pBPmtK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXo3pBPmtK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXo3pBPmtK .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-uXo3pBPmtK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXo3pBPmtK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXo3pBPmtK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXo3pBPmtK .navbar-brand {
    margin-right: auto;
  }
  .cid-uXo3pBPmtK .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXo3pBPmtK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXo3pBPmtK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXo3pBPmtK .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-uXo3pBPmtK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXo3pBPmtK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXo3pBPmtK .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-uXo3pBPmtK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXo3pBPmtK .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-uXo3pBPmtK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXo3pBPmtK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXo3pCtzs1 {
  display: flex;
  background-image: url("../../../assets/images/mbr-28.jpg");
}
.cid-uXo3pCtzs1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uXo3pCtzs1 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXo3pCtzs1 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXo3pCtzs1 {
    align-items: flex-end;
  }
  .cid-uXo3pCtzs1 .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXo3pCtzs1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXo3pCtzs1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXo3pCtzs1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXo3pCtzs1 .content-wrap {
    width: 100%;
  }
}
.cid-uXo3pCtzs1 .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uXo3pCtzs1 .mbr-text,
.cid-uXo3pCtzs1 .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uXo3pCtzs1 .mbr-description {
  text-align: right;
  color: #ffffff;
}
.cid-uXo3pDh6hj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXo3pDh6hj .mbr-text {
  color: #000000;
}
.cid-uXo3pDh6hj .mbr-section-subtitle {
  color: #000000;
}
.cid-uXo3pDh6hj .mbr-section-title {
  color: #000000;
}
.cid-uXoLUEF8el {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-uXoLUEF8el .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXoLUEF8el .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-uXoLUEF8el .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXoLUEF8el .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uXoLUEF8el .google-map {
  height: 100%;
  position: relative;
}
.cid-uXoLUEF8el .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXoLUEF8el .google-map iframe {
    min-height: 350px;
  }
}
.cid-uXoLUEF8el .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-uXoLUEF8el .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXoLUEF8el .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXoLUEF8el .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXoLUEF8el .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXoLUEF8el .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXoLUEF8el ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uXoLUEF8el .content-head {
  max-width: 800px;
}
.cid-uXoLWL8BC7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uXoLWL8BC7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uXoLWL8BC7 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uXoLWL8BC7 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uXoLWL8BC7 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uXoLWL8BC7 .content-head {
  max-width: 800px;
}
.cid-uXo3pDZwrI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXo3pDZwrI h6 {
  line-height: 1.2;
}
.cid-uXo3pDZwrI img,
.cid-uXo3pDZwrI .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uXo3pDZwrI img,
  .cid-uXo3pDZwrI .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uXo3pDZwrI .item:focus,
.cid-uXo3pDZwrI span:focus {
  outline: none;
}
.cid-uXo3pDZwrI .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uXo3pDZwrI .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uXo3pDZwrI .mbr-section-title {
  color: #000000;
}
.cid-uXo3pDZwrI .mbr-text,
.cid-uXo3pDZwrI .mbr-section-btn {
  color: #000000;
}
.cid-uXo3pDZwrI .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXo3pDZwrI .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXo3pDZwrI .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXo3pDZwrI .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uXo3pDZwrI img,
  .cid-uXo3pDZwrI .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uXo3pDZwrI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXTUw6ZxqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXTUw6ZxqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTUw6ZxqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTUw6ZxqP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .footer-col {
    flex-direction: column;
  }
}
.cid-uXTUw6ZxqP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXTUw6ZxqP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXTUw6ZxqP .soc-item {
  margin: 8px;
}
.cid-uXTUw6ZxqP .soc-item a:hover .mbr-iconfont,
.cid-uXTUw6ZxqP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXTUw6ZxqP .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: #163300;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    text-align: center;
  }
  .cid-uXTUw6ZxqP .social-row {
    justify-content: center;
  }
}
.cid-uXTUw6ZxqP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 0rem;
  }
}
.cid-uXTUw6ZxqP .mbr-text {
  color: #bbbbbb;
}
.cid-uXTUw6ZxqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTUw6ZxqP .list,
.cid-uXTUw6ZxqP .item-wrap {
  color: #232323;
}
.cid-uXTUw6ZxqP .copyright {
  color: #000000;
}
.cid-uXo3uIOhYn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXo3uIOhYn .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-uXo3uIOhYn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXo3uIOhYn .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-uXo3uIOhYn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXo3uIOhYn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXo3uIOhYn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXo3uIOhYn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXo3uIOhYn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXo3uIOhYn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXo3uIOhYn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXo3uIOhYn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXo3uIOhYn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXo3uIOhYn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXo3uIOhYn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXo3uIOhYn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXo3uIOhYn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXo3uIOhYn .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXo3uIOhYn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXo3uIOhYn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXo3uIOhYn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXo3uIOhYn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXo3uIOhYn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !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-uXo3uIOhYn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXo3uIOhYn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXo3uIOhYn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXo3uIOhYn .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.9) !important;
}
.cid-uXo3uIOhYn .nav-item:focus,
.cid-uXo3uIOhYn .nav-link:focus {
  outline: none;
}
.cid-uXo3uIOhYn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXo3uIOhYn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXo3uIOhYn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXo3uIOhYn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXo3uIOhYn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXo3uIOhYn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXo3uIOhYn .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-uXo3uIOhYn .navbar.opened {
  transition: all 0.3s;
}
.cid-uXo3uIOhYn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXo3uIOhYn .navbar .navbar-logo img {
  width: auto;
}
.cid-uXo3uIOhYn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXo3uIOhYn .navbar.collapsed {
  justify-content: center;
}
.cid-uXo3uIOhYn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXo3uIOhYn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXo3uIOhYn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uXo3uIOhYn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXo3uIOhYn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXo3uIOhYn .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-uXo3uIOhYn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXo3uIOhYn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXo3uIOhYn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXo3uIOhYn .navbar {
    min-height: 72px;
  }
  .cid-uXo3uIOhYn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXo3uIOhYn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXo3uIOhYn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXo3uIOhYn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXo3uIOhYn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXo3uIOhYn .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-uXo3uIOhYn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXo3uIOhYn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXo3uIOhYn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXo3uIOhYn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXo3uIOhYn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXo3uIOhYn .dropdown-item.active,
.cid-uXo3uIOhYn .dropdown-item:active {
  background-color: transparent;
}
.cid-uXo3uIOhYn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXo3uIOhYn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXo3uIOhYn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXo3uIOhYn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXo3uIOhYn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXo3uIOhYn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXo3uIOhYn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXo3uIOhYn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXo3uIOhYn .navbar-buttons {
    text-align: left;
  }
}
.cid-uXo3uIOhYn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXo3uIOhYn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXo3uIOhYn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXo3uIOhYn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXo3uIOhYn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXo3uIOhYn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXo3uIOhYn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXo3uIOhYn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXo3uIOhYn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXo3uIOhYn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXo3uIOhYn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXo3uIOhYn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXo3uIOhYn .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-uXo3uIOhYn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXo3uIOhYn .navbar {
    height: 70px;
  }
  .cid-uXo3uIOhYn .navbar.opened {
    height: auto;
  }
  .cid-uXo3uIOhYn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXo3uIOhYn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXo3uIOhYn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXo3uIOhYn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXo3uIOhYn .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-uXo3uIOhYn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXo3uIOhYn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXo3uIOhYn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXo3uIOhYn .navbar-brand {
    margin-right: auto;
  }
  .cid-uXo3uIOhYn .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXo3uIOhYn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXo3uIOhYn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXo3uIOhYn .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-uXo3uIOhYn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXo3uIOhYn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXo3uIOhYn .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-uXo3uIOhYn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXo3uIOhYn .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-uXo3uIOhYn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXo3uIOhYn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXo3uJjh07 {
  display: flex;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-uXo3uJjh07 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uXo3uJjh07 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXo3uJjh07 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXo3uJjh07 {
    align-items: flex-end;
  }
  .cid-uXo3uJjh07 .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXo3uJjh07 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXo3uJjh07 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXo3uJjh07 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXo3uJjh07 .content-wrap {
    width: 100%;
  }
}
.cid-uXo3uJjh07 .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uXo3uJjh07 .mbr-text,
.cid-uXo3uJjh07 .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uXo3uJjh07 .mbr-description {
  text-align: right;
  color: #ffffff;
}
.cid-uXqbphmRLZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXqbphmRLZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqbphmRLZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uXqbphmRLZ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uXqbphmRLZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uXqbphmRLZ .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-uXqbphmRLZ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uXqbphmRLZ .carousel-control,
.cid-uXqbphmRLZ .close {
  background: #1b1b1b;
}
.cid-uXqbphmRLZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uXqbphmRLZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uXqbphmRLZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uXqbphmRLZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uXqbphmRLZ .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-uXqbphmRLZ .close::before {
  content: '\e91a';
}
.cid-uXqbphmRLZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uXqbphmRLZ .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-uXqbphmRLZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXqbphmRLZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uXqbphmRLZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uXqbphmRLZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uXqbphmRLZ .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-uXqbphmRLZ .carousel-indicators li.active,
.cid-uXqbphmRLZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uXqbphmRLZ .carousel-indicators li::after,
.cid-uXqbphmRLZ .carousel-indicators li::before {
  content: none;
}
.cid-uXqbphmRLZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uXqbphmRLZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uXqbphmRLZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXqbphmRLZ .carousel-indicators {
    display: none;
  }
}
.cid-uXqbphmRLZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uXqbphmRLZ .carousel-inner > .active {
  display: block;
}
.cid-uXqbphmRLZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXqbphmRLZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uXqbphmRLZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uXqbphmRLZ .carousel-control,
  .cid-uXqbphmRLZ .carousel-indicators,
  .cid-uXqbphmRLZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uXqbphmRLZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uXqbphmRLZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uXqbphmRLZ .carousel-indicators .active,
.cid-uXqbphmRLZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uXqbphmRLZ .carousel-indicators .active {
  background: #fff;
}
.cid-uXqbphmRLZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uXqbphmRLZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uXqbphmRLZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uXqbphmRLZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uXqbphmRLZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uXqbphmRLZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uXqbphmRLZ .carousel {
  width: 100%;
}
.cid-uXqbphmRLZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uXqbphmRLZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uXqbphmRLZ .modal.fade .modal-dialog,
.cid-uXqbphmRLZ .modal.in .modal-dialog {
  transform: none;
}
.cid-uXqbphmRLZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uXqbphmRLZ .content-head {
  max-width: 800px;
}
.cid-uXo3uKmim1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXo3uKmim1 h6 {
  line-height: 1.2;
}
.cid-uXo3uKmim1 img,
.cid-uXo3uKmim1 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uXo3uKmim1 img,
  .cid-uXo3uKmim1 .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uXo3uKmim1 .item:focus,
.cid-uXo3uKmim1 span:focus {
  outline: none;
}
.cid-uXo3uKmim1 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uXo3uKmim1 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uXo3uKmim1 .mbr-section-title {
  color: #000000;
}
.cid-uXo3uKmim1 .mbr-text,
.cid-uXo3uKmim1 .mbr-section-btn {
  color: #000000;
}
.cid-uXo3uKmim1 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXo3uKmim1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXo3uKmim1 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXo3uKmim1 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uXo3uKmim1 img,
  .cid-uXo3uKmim1 .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uXo3uKmim1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXTUw6ZxqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXTUw6ZxqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTUw6ZxqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTUw6ZxqP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .footer-col {
    flex-direction: column;
  }
}
.cid-uXTUw6ZxqP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXTUw6ZxqP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXTUw6ZxqP .soc-item {
  margin: 8px;
}
.cid-uXTUw6ZxqP .soc-item a:hover .mbr-iconfont,
.cid-uXTUw6ZxqP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXTUw6ZxqP .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: #163300;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    text-align: center;
  }
  .cid-uXTUw6ZxqP .social-row {
    justify-content: center;
  }
}
.cid-uXTUw6ZxqP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 0rem;
  }
}
.cid-uXTUw6ZxqP .mbr-text {
  color: #bbbbbb;
}
.cid-uXTUw6ZxqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTUw6ZxqP .list,
.cid-uXTUw6ZxqP .item-wrap {
  color: #232323;
}
.cid-uXTUw6ZxqP .copyright {
  color: #000000;
}
.cid-uXo3UXCdNS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXo3UXCdNS .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-uXo3UXCdNS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXo3UXCdNS .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-uXo3UXCdNS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXo3UXCdNS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXo3UXCdNS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXo3UXCdNS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXo3UXCdNS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXo3UXCdNS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXo3UXCdNS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXo3UXCdNS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXo3UXCdNS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXo3UXCdNS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXo3UXCdNS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXo3UXCdNS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXo3UXCdNS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXo3UXCdNS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXo3UXCdNS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXo3UXCdNS .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXo3UXCdNS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXo3UXCdNS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXo3UXCdNS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !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-uXo3UXCdNS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXo3UXCdNS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXo3UXCdNS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXo3UXCdNS .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.9) !important;
}
.cid-uXo3UXCdNS .nav-item:focus,
.cid-uXo3UXCdNS .nav-link:focus {
  outline: none;
}
.cid-uXo3UXCdNS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXo3UXCdNS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXo3UXCdNS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXo3UXCdNS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXo3UXCdNS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXo3UXCdNS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXo3UXCdNS .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-uXo3UXCdNS .navbar.opened {
  transition: all 0.3s;
}
.cid-uXo3UXCdNS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXo3UXCdNS .navbar .navbar-logo img {
  width: auto;
}
.cid-uXo3UXCdNS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXo3UXCdNS .navbar.collapsed {
  justify-content: center;
}
.cid-uXo3UXCdNS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXo3UXCdNS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXo3UXCdNS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uXo3UXCdNS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXo3UXCdNS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXo3UXCdNS .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-uXo3UXCdNS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXo3UXCdNS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXo3UXCdNS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXo3UXCdNS .navbar {
    min-height: 72px;
  }
  .cid-uXo3UXCdNS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXo3UXCdNS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXo3UXCdNS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXo3UXCdNS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXo3UXCdNS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXo3UXCdNS .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-uXo3UXCdNS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXo3UXCdNS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXo3UXCdNS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXo3UXCdNS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXo3UXCdNS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXo3UXCdNS .dropdown-item.active,
.cid-uXo3UXCdNS .dropdown-item:active {
  background-color: transparent;
}
.cid-uXo3UXCdNS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXo3UXCdNS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXo3UXCdNS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXo3UXCdNS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXo3UXCdNS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXo3UXCdNS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXo3UXCdNS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXo3UXCdNS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXo3UXCdNS .navbar-buttons {
    text-align: left;
  }
}
.cid-uXo3UXCdNS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXo3UXCdNS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXo3UXCdNS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXo3UXCdNS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXo3UXCdNS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXo3UXCdNS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXo3UXCdNS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXo3UXCdNS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXo3UXCdNS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXo3UXCdNS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXo3UXCdNS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXo3UXCdNS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXo3UXCdNS .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-uXo3UXCdNS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXo3UXCdNS .navbar {
    height: 70px;
  }
  .cid-uXo3UXCdNS .navbar.opened {
    height: auto;
  }
  .cid-uXo3UXCdNS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXo3UXCdNS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXo3UXCdNS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXo3UXCdNS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXo3UXCdNS .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-uXo3UXCdNS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXo3UXCdNS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXo3UXCdNS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXo3UXCdNS .navbar-brand {
    margin-right: auto;
  }
  .cid-uXo3UXCdNS .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXo3UXCdNS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXo3UXCdNS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXo3UXCdNS .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-uXo3UXCdNS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXo3UXCdNS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXo3UXCdNS .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-uXo3UXCdNS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXo3UXCdNS .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-uXo3UXCdNS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXo3UXCdNS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXo3UYmJ2N {
  display: flex;
  background-image: url("../../../assets/images/mbr-29.jpg");
}
.cid-uXo3UYmJ2N .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uXo3UYmJ2N .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXo3UYmJ2N .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXo3UYmJ2N {
    align-items: flex-end;
  }
  .cid-uXo3UYmJ2N .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXo3UYmJ2N .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXo3UYmJ2N {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXo3UYmJ2N .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXo3UYmJ2N .content-wrap {
    width: 100%;
  }
}
.cid-uXo3UYmJ2N .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uXo3UYmJ2N .mbr-text,
.cid-uXo3UYmJ2N .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uXo3UYmJ2N .mbr-description {
  text-align: right;
  color: #ffffff;
}
.cid-uXo3UZuWls {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXo3UZuWls .mbr-text {
  color: #000000;
}
.cid-uXo3UZuWls .mbr-section-subtitle {
  color: #000000;
}
.cid-uXo3UZuWls .mbr-section-title {
  color: #000000;
}
.cid-uXq9YmHVYU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXq9YmHVYU .mbr-text {
  color: #000000;
}
.cid-uXq9YmHVYU .mbr-section-subtitle {
  color: #000000;
}
.cid-uXq9YmHVYU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXq9YmHVYU .mbr-text,
.cid-uXq9YmHVYU .item .mbr-section-btn {
  text-align: left;
}
.cid-uXq9YmHVYU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXq9YmHVYU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXq9YmHVYU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uXo3V02Eze {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXo3V02Eze h6 {
  line-height: 1.2;
}
.cid-uXo3V02Eze img,
.cid-uXo3V02Eze .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uXo3V02Eze img,
  .cid-uXo3V02Eze .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uXo3V02Eze .item:focus,
.cid-uXo3V02Eze span:focus {
  outline: none;
}
.cid-uXo3V02Eze .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uXo3V02Eze .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uXo3V02Eze .mbr-section-title {
  color: #000000;
}
.cid-uXo3V02Eze .mbr-text,
.cid-uXo3V02Eze .mbr-section-btn {
  color: #000000;
}
.cid-uXo3V02Eze .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXo3V02Eze .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXo3V02Eze .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXo3V02Eze .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uXo3V02Eze img,
  .cid-uXo3V02Eze .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uXo3V02Eze .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXTUw6ZxqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXTUw6ZxqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTUw6ZxqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTUw6ZxqP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .footer-col {
    flex-direction: column;
  }
}
.cid-uXTUw6ZxqP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXTUw6ZxqP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXTUw6ZxqP .soc-item {
  margin: 8px;
}
.cid-uXTUw6ZxqP .soc-item a:hover .mbr-iconfont,
.cid-uXTUw6ZxqP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXTUw6ZxqP .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: #163300;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    text-align: center;
  }
  .cid-uXTUw6ZxqP .social-row {
    justify-content: center;
  }
}
.cid-uXTUw6ZxqP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 0rem;
  }
}
.cid-uXTUw6ZxqP .mbr-text {
  color: #bbbbbb;
}
.cid-uXTUw6ZxqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTUw6ZxqP .list,
.cid-uXTUw6ZxqP .item-wrap {
  color: #232323;
}
.cid-uXTUw6ZxqP .copyright {
  color: #000000;
}
.cid-uXo07KGABZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXo07KGABZ .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-uXo07KGABZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXo07KGABZ .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-uXo07KGABZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uXo07KGABZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXo07KGABZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXo07KGABZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXo07KGABZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uXo07KGABZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uXo07KGABZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXo07KGABZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXo07KGABZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXo07KGABZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uXo07KGABZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXo07KGABZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXo07KGABZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXo07KGABZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXo07KGABZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXo07KGABZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uXo07KGABZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXo07KGABZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uXo07KGABZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !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-uXo07KGABZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXo07KGABZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXo07KGABZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXo07KGABZ .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.9) !important;
}
.cid-uXo07KGABZ .nav-item:focus,
.cid-uXo07KGABZ .nav-link:focus {
  outline: none;
}
.cid-uXo07KGABZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXo07KGABZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXo07KGABZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXo07KGABZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXo07KGABZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXo07KGABZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXo07KGABZ .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-uXo07KGABZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uXo07KGABZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXo07KGABZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uXo07KGABZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXo07KGABZ .navbar.collapsed {
  justify-content: center;
}
.cid-uXo07KGABZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXo07KGABZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXo07KGABZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uXo07KGABZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXo07KGABZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXo07KGABZ .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-uXo07KGABZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXo07KGABZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXo07KGABZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXo07KGABZ .navbar {
    min-height: 72px;
  }
  .cid-uXo07KGABZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXo07KGABZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXo07KGABZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXo07KGABZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXo07KGABZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXo07KGABZ .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-uXo07KGABZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXo07KGABZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXo07KGABZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXo07KGABZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXo07KGABZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXo07KGABZ .dropdown-item.active,
.cid-uXo07KGABZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uXo07KGABZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXo07KGABZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXo07KGABZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXo07KGABZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXo07KGABZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXo07KGABZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXo07KGABZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXo07KGABZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXo07KGABZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uXo07KGABZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXo07KGABZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXo07KGABZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXo07KGABZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXo07KGABZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXo07KGABZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXo07KGABZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXo07KGABZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXo07KGABZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXo07KGABZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXo07KGABZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXo07KGABZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXo07KGABZ .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-uXo07KGABZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXo07KGABZ .navbar {
    height: 70px;
  }
  .cid-uXo07KGABZ .navbar.opened {
    height: auto;
  }
  .cid-uXo07KGABZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXo07KGABZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXo07KGABZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXo07KGABZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXo07KGABZ .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-uXo07KGABZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXo07KGABZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXo07KGABZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXo07KGABZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uXo07KGABZ .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXo07KGABZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXo07KGABZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXo07KGABZ .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-uXo07KGABZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXo07KGABZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXo07KGABZ .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-uXo07KGABZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXo07KGABZ .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-uXo07KGABZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXo07KGABZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXo07LhBrY {
  display: flex;
  background-image: url("../../../assets/images/md2.jpg");
}
.cid-uXo07LhBrY .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uXo07LhBrY .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXo07LhBrY .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXo07LhBrY {
    align-items: flex-end;
  }
  .cid-uXo07LhBrY .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXo07LhBrY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXo07LhBrY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXo07LhBrY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXo07LhBrY .content-wrap {
    width: 100%;
  }
}
.cid-uXo07LhBrY .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uXo07LhBrY .mbr-text,
.cid-uXo07LhBrY .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uXo07LhBrY .mbr-description {
  text-align: right;
  color: #ffffff;
}
.cid-uXo07LTgWa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXo07LTgWa .mbr-text {
  color: #000000;
}
.cid-uXo07LTgWa .mbr-section-subtitle {
  color: #000000;
}
.cid-uXo07LTgWa .mbr-section-title {
  color: #000000;
}
.cid-uXoGtiFsAP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXoGtiFsAP .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uXoGtiFsAP .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uXoGtiFsAP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uXoGtiFsAP .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-uXoGtiFsAP .mbr-card-subtitle {
  color: #000000;
}
.cid-uXo07Mnlag {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXo07Mnlag h6 {
  line-height: 1.2;
}
.cid-uXo07Mnlag img,
.cid-uXo07Mnlag .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uXo07Mnlag img,
  .cid-uXo07Mnlag .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uXo07Mnlag .item:focus,
.cid-uXo07Mnlag span:focus {
  outline: none;
}
.cid-uXo07Mnlag .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uXo07Mnlag .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uXo07Mnlag .mbr-section-title {
  color: #000000;
}
.cid-uXo07Mnlag .mbr-text,
.cid-uXo07Mnlag .mbr-section-btn {
  color: #000000;
}
.cid-uXo07Mnlag .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXo07Mnlag .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXo07Mnlag .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXo07Mnlag .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uXo07Mnlag img,
  .cid-uXo07Mnlag .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uXo07Mnlag .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXTUw6ZxqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXTUw6ZxqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTUw6ZxqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTUw6ZxqP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .footer-col {
    flex-direction: column;
  }
}
.cid-uXTUw6ZxqP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXTUw6ZxqP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXTUw6ZxqP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXTUw6ZxqP .soc-item {
  margin: 8px;
}
.cid-uXTUw6ZxqP .soc-item a:hover .mbr-iconfont,
.cid-uXTUw6ZxqP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXTUw6ZxqP .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: #163300;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXTUw6ZxqP .row {
    text-align: center;
  }
  .cid-uXTUw6ZxqP .social-row {
    justify-content: center;
  }
}
.cid-uXTUw6ZxqP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXTUw6ZxqP .list {
    margin-bottom: 0rem;
  }
}
.cid-uXTUw6ZxqP .mbr-text {
  color: #bbbbbb;
}
.cid-uXTUw6ZxqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTUw6ZxqP .list,
.cid-uXTUw6ZxqP .item-wrap {
  color: #232323;
}
.cid-uXTUw6ZxqP .copyright {
  color: #000000;
}
