.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: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #071a3d !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #071a3d !important;
  border-color: #071a3d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0c2d6b !important;
  border-color: #0c2d6b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c2d6b !important;
  border-color: #0c2d6b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !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: #d70081 !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: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #071a3d;
  color: #071a3d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #071a3d !important;
  border-color: #071a3d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !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: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #071a3d !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !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: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #071a3d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #071a3d;
  border-color: #071a3d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #071a3d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #407ce9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.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: #ffffff;
}
.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.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #071a3d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #071a3d;
}
/* 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: #071a3d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #071a3d;
}
.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: #071a3d;
  border-bottom-color: #071a3d;
}
.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: #071a3d !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: #ffd7ef !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='%23071a3d' %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;
}
.cid-uDQrdECnKH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDQrdECnKH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDQrdECnKH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDQrdECnKH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDQrdECnKH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDQrdECnKH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDQrdECnKH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDQrdECnKH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDQrdECnKH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDQrdECnKH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDQrdECnKH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDQrdECnKH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDQrdECnKH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDQrdECnKH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDQrdECnKH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDQrdECnKH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDQrdECnKH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDQrdECnKH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDQrdECnKH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uDQrdECnKH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDQrdECnKH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDQrdECnKH .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDQrdECnKH .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: #ffffff !important;
}
.cid-uDQrdECnKH .nav-item:focus,
.cid-uDQrdECnKH .nav-link:focus {
  outline: none;
}
.cid-uDQrdECnKH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDQrdECnKH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDQrdECnKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDQrdECnKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDQrdECnKH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDQrdECnKH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar.opened {
  transition: all 0.3s;
}
.cid-uDQrdECnKH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDQrdECnKH .navbar .navbar-logo img {
  width: auto;
}
.cid-uDQrdECnKH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDQrdECnKH .navbar.collapsed {
  justify-content: center;
}
.cid-uDQrdECnKH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDQrdECnKH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDQrdECnKH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDQrdECnKH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDQrdECnKH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDQrdECnKH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDQrdECnKH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDQrdECnKH .navbar {
    min-height: 72px;
  }
  .cid-uDQrdECnKH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDQrdECnKH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDQrdECnKH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDQrdECnKH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDQrdECnKH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDQrdECnKH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDQrdECnKH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDQrdECnKH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDQrdECnKH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDQrdECnKH .dropdown-item.active,
.cid-uDQrdECnKH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDQrdECnKH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDQrdECnKH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDQrdECnKH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDQrdECnKH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDQrdECnKH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDQrdECnKH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDQrdECnKH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDQrdECnKH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDQrdECnKH .navbar-buttons {
    text-align: left;
  }
}
.cid-uDQrdECnKH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDQrdECnKH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDQrdECnKH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDQrdECnKH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDQrdECnKH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDQrdECnKH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDQrdECnKH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDQrdECnKH .navbar {
    height: 70px;
  }
  .cid-uDQrdECnKH .navbar.opened {
    height: auto;
  }
  .cid-uDQrdECnKH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDQrdECnKH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDQrdECnKH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDQrdECnKH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDQrdECnKH .navbar-brand {
    margin-right: auto;
  }
  .cid-uDQrdECnKH .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDQrdECnKH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDQrdECnKH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDQrdECnKH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXJQ50CEnJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-uXJQ50CEnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJQ50CEnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bbb-1867x1050.webp");
}
.cid-uXJQ50CEnJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXJQ50CEnJ .mbr-text,
.cid-uXJQ50CEnJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSrPurKefQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSrPurKefQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrPurKefQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrPurKefQ .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uIg9OxPGpS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIg9OxPGpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIg9OxPGpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIg9OxPGpS .row {
  flex-direction: row-reverse;
}
.cid-uSrRlq2t4S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uSrRlq2t4S img,
.cid-uSrRlq2t4S .item-img {
  width: 100%;
}
.cid-uSrRlq2t4S .item:focus,
.cid-uSrRlq2t4S span:focus {
  outline: none;
}
.cid-uSrRlq2t4S .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSrRlq2t4S .item {
    margin-bottom: 1rem;
  }
}
.cid-uSrRlq2t4S .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uSrRlq2t4S .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uSrRlq2t4S .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uSrRlq2t4S .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uSrRlq2t4S .mbr-section-title {
  color: #ffffff;
}
.cid-uSrRlq2t4S .item-title {
  text-align: center;
  color: #071a3d;
}
.cid-uSrRlq2t4S .item-subtitle {
  text-align: left;
}
.cid-uSrRlq2t4S .mbr-text,
.cid-uSrRlq2t4S .item .mbr-section-btn {
  text-align: center;
}
.cid-uSrRlq2t4S .content-head {
  max-width: 800px;
}
.cid-uQzfXGeLVp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQzfXGeLVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzfXGeLVp .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-uQzfXGeLVp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQzfXGeLVp .row {
  flex-direction: row-reverse;
}
.cid-uQzfXGeLVp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQzfXGeLVp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQzfXGeLVp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQzfXGeLVp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQzfXGeLVp .mbr-text,
.cid-uQzfXGeLVp .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDQEGglbIP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDQEGglbIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQEGglbIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQEGglbIP .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uDQEGglbIP .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uDQEGglbIP .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uDQEGglbIP img,
.cid-uDQEGglbIP .item-img {
  width: 100%;
}
.cid-uDQt2UUlwF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uDQt2UUlwF img,
.cid-uDQt2UUlwF .item-img {
  width: 100%;
}
.cid-uDQt2UUlwF .item:focus,
.cid-uDQt2UUlwF span:focus {
  outline: none;
}
.cid-uDQt2UUlwF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDQt2UUlwF .item {
    margin-bottom: 1rem;
  }
}
.cid-uDQt2UUlwF .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uDQt2UUlwF .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uDQt2UUlwF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDQt2UUlwF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uDQt2UUlwF .mbr-section-title {
  color: #ffffff;
}
.cid-uDQt2UUlwF .item-title {
  text-align: center;
  color: #071a3d;
}
.cid-uDQt2UUlwF .item-subtitle {
  text-align: left;
}
.cid-uDQt2UUlwF .mbr-text,
.cid-uDQt2UUlwF .item .mbr-section-btn {
  text-align: center;
}
.cid-uDQt2UUlwF .content-head {
  max-width: 800px;
}
.cid-uRdZJ7xs86 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uRdZJ7xs86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdZJ7xs86 .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-uRdZJ7xs86 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRdZJ7xs86 .row {
  flex-direction: row-reverse;
}
.cid-uRdZJ7xs86 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRdZJ7xs86 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdZJ7xs86 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRdZJ7xs86 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRdZJ7xs86 .mbr-text,
.cid-uRdZJ7xs86 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uSxWoL727x {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uSxWoL727x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxWoL727x .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-uSxWoL727x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSxWoL727x .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSxWoL727x .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSxWoL727x .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSxWoL727x .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSxWoL727x .mbr-text,
.cid-uSxWoL727x .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uSxXf7y8Jg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uSxXf7y8Jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxXf7y8Jg .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-uSxXf7y8Jg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSxXf7y8Jg .row {
  flex-direction: row-reverse;
}
.cid-uSxXf7y8Jg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSxXf7y8Jg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSxXf7y8Jg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSxXf7y8Jg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSxXf7y8Jg .mbr-text,
.cid-uSxXf7y8Jg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uSxXJWozHH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uSxXJWozHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxXJWozHH .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-uSxXJWozHH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSxXJWozHH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSxXJWozHH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSxXJWozHH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSxXJWozHH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSxXJWozHH .mbr-text,
.cid-uSxXJWozHH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uSxYFb5kk5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uSxYFb5kk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxYFb5kk5 .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-uSxYFb5kk5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSxYFb5kk5 .row {
  flex-direction: row-reverse;
}
.cid-uSxYFb5kk5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSxYFb5kk5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSxYFb5kk5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSxYFb5kk5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSxYFb5kk5 .mbr-text,
.cid-uSxYFb5kk5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uE2GufQrKL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (min-width: 992px) {
  .cid-uE2GufQrKL .carousel {
    min-height: 700px;
  }
  .cid-uE2GufQrKL .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uE2GufQrKL .carousel {
    min-height: 455px;
  }
  .cid-uE2GufQrKL .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uE2GufQrKL .carousel {
    min-height: 385px;
  }
  .cid-uE2GufQrKL .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-uE2GufQrKL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uE2GufQrKL .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uE2GufQrKL .carousel,
.cid-uE2GufQrKL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uE2GufQrKL .item-wrapper {
  width: 100%;
}
.cid-uE2GufQrKL .carousel-caption {
  bottom: 40px;
}
.cid-uE2GufQrKL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uE2GufQrKL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uE2GufQrKL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uE2GufQrKL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uE2GufQrKL .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-uE2GufQrKL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uE2GufQrKL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uE2GufQrKL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uE2GufQrKL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uE2GufQrKL .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-uE2GufQrKL .carousel-indicators li.active,
.cid-uE2GufQrKL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uE2GufQrKL .carousel-indicators li::after,
.cid-uE2GufQrKL .carousel-indicators li::before {
  content: none;
}
.cid-uE2GufQrKL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uE2GufQrKL .carousel-indicators {
    display: none !important;
  }
}
.cid-uQRc5PnTrZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQRc5PnTrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRc5PnTrZ .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-uQRc5PnTrZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQRc5PnTrZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQRc5PnTrZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQRc5PnTrZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQRc5PnTrZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQRc5PnTrZ .mbr-text,
.cid-uQRc5PnTrZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQzcNxrVOP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQzcNxrVOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzcNxrVOP .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-uQzcNxrVOP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQzcNxrVOP .row {
  flex-direction: row-reverse;
}
.cid-uQzcNxrVOP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQzcNxrVOP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQzcNxrVOP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQzcNxrVOP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQzcNxrVOP .mbr-text,
.cid-uQzcNxrVOP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQzdxhPL3h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uQzdxhPL3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzdxhPL3h .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-uQzdxhPL3h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQzdxhPL3h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQzdxhPL3h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQzdxhPL3h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQzdxhPL3h .mbr-section-title {
  color: #ffffff;
}
.cid-uQzdxhPL3h .mbr-text,
.cid-uQzdxhPL3h .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uSy80nNRVs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uSy80nNRVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSy80nNRVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSy80nNRVs .mbr-section-title {
  color: #ffffff;
}
.cid-uSy2X8XS6z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #071a3d;
}
.cid-uSy2X8XS6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSy2X8XS6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSy2X8XS6z .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uSy2X8XS6z .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uSy2X8XS6z .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uSy2X8XS6z img,
.cid-uSy2X8XS6z .item-img {
  width: 100%;
}
.cid-uSy7QYOpp5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #071a3d;
}
.cid-uSy7QYOpp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSy7QYOpp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSy7QYOpp5 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uSy7QYOpp5 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uSy7QYOpp5 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uSy7QYOpp5 img,
.cid-uSy7QYOpp5 .item-img {
  width: 100%;
}
.cid-uQVQjVnhYQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQVQjVnhYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVQjVnhYQ .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-uQVQjVnhYQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQVQjVnhYQ .row {
  flex-direction: row-reverse;
}
.cid-uQVQjVnhYQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQVQjVnhYQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVQjVnhYQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQVQjVnhYQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQVQjVnhYQ .mbr-text,
.cid-uQVQjVnhYQ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQVV4BMHXi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQVV4BMHXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVV4BMHXi .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-uQVV4BMHXi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQVV4BMHXi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQVV4BMHXi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVV4BMHXi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQVV4BMHXi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQVV4BMHXi .mbr-text,
.cid-uQVV4BMHXi .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQWfw2Wkyk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQWfw2Wkyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfw2Wkyk .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-uQWfw2Wkyk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQWfw2Wkyk .row {
  flex-direction: row-reverse;
}
.cid-uQWfw2Wkyk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQWfw2Wkyk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQWfw2Wkyk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQWfw2Wkyk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQWfw2Wkyk .mbr-text,
.cid-uQWfw2Wkyk .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDQxTwePpU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDQxTwePpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQxTwePpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQxTwePpU .row {
  justify-content: center;
}
.cid-uDQxTwePpU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDQxTwePpU .item {
    margin-bottom: 1rem;
  }
}
.cid-uDQxTwePpU .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #edefeb;
}
@media (max-width: 991px) {
  .cid-uDQxTwePpU .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uDQxTwePpU .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-uDQxTwePpU .content-head {
  max-width: 800px;
}
.cid-uDQxTwePpU .mbr-section-title {
  color: #071a3d;
}
.cid-uDQxTwePpU .card-title {
  color: #071a3d;
}
.cid-uDQxTwePpU P {
  color: #071a3d;
}
.cid-uDQziPoUQQ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDQziPoUQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQziPoUQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQziPoUQQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uDQziPoUQQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uDQziPoUQQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uDQziPoUQQ img,
.cid-uDQziPoUQQ .item-img {
  width: 100%;
}
.cid-uDQB21GCnu {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uDQB21GCnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQB21GCnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQB21GCnu .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uDQB21GCnu .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uDQB21GCnu .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-uDQB21GCnu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uDQB21GCnu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uDQB21GCnu .content-head {
  max-width: 800px;
}
.cid-uDQDGovxvs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uDQDGovxvs .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uDQDGovxvs .container {
    padding: 0 12px;
  }
}
.cid-uDQDGovxvs .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDQDGovxvs .social-row .soc-item {
  margin: 8px;
}
.cid-uDQDGovxvs .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDQDGovxvs .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uDQDGovxvs .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uDQDGovxvs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDQDGovxvs .mbr-section-title {
  color: #ffffff;
}
.cid-uDQDGovxvs .mbr-section-title,
.cid-uDQDGovxvs .social-list {
  color: #ffffff;
}
.cid-uDQBt5HjB3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uDQBt5HjB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQBt5HjB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQBt5HjB3 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uDQBt5HjB3 .footer-col {
    flex-direction: column;
  }
}
.cid-uDQBt5HjB3 .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDQBt5HjB3 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDQBt5HjB3 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uDQBt5HjB3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDQBt5HjB3 .soc-item {
  margin: 8px;
}
.cid-uDQBt5HjB3 .soc-item a:hover .mbr-iconfont,
.cid-uDQBt5HjB3 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uDQBt5HjB3 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDQBt5HjB3 .row {
    text-align: center;
  }
  .cid-uDQBt5HjB3 .social-row {
    justify-content: center;
  }
}
.cid-uDQBt5HjB3 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uDQBt5HjB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDQBt5HjB3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uDQBt5HjB3 .mbr-text {
  color: #bbbbbb;
}
.cid-uDQBt5HjB3 .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uDQBt5HjB3 .list,
.cid-uDQBt5HjB3 .item-wrap {
  color: #071a3d;
}
.cid-uDQBt5HjB3 .copyright {
  color: #071a3d;
}
.cid-uSy9lHfm0j.popup-builder {
  background-color: #ffffff;
}
.cid-uSy9lHfm0j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSy9lHfm0j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSy9lHfm0j .modal-content,
.cid-uSy9lHfm0j .modal-dialog {
  height: auto;
}
.cid-uSy9lHfm0j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSy9lHfm0j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSy9lHfm0j .form-wrapper .mbr-form .form-group,
  .cid-uSy9lHfm0j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSy9lHfm0j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSy9lHfm0j .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSy9lHfm0j .mbr-text {
  text-align: center;
}
.cid-uSy9lHfm0j .pt-0 {
  padding-top: 0 !important;
}
.cid-uSy9lHfm0j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSy9lHfm0j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSy9lHfm0j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSy9lHfm0j .modal-open {
  overflow: hidden;
}
.cid-uSy9lHfm0j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSy9lHfm0j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSy9lHfm0j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSy9lHfm0j .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSy9lHfm0j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSy9lHfm0j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSy9lHfm0j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSy9lHfm0j .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSy9lHfm0j .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSy9lHfm0j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSy9lHfm0j .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSy9lHfm0j .modal-backdrop.show {
  opacity: .5;
}
.cid-uSy9lHfm0j .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uSy9lHfm0j .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSy9lHfm0j .modal-header {
    padding: 1rem;
  }
}
.cid-uSy9lHfm0j .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSy9lHfm0j .modal-header .close svg {
  fill: #353535;
}
.cid-uSy9lHfm0j .modal-header .close:hover {
  opacity: 1;
}
.cid-uSy9lHfm0j .modal-header .close:focus {
  outline: none;
}
.cid-uSy9lHfm0j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSy9lHfm0j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSy9lHfm0j .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSy9lHfm0j .modal-body {
    padding: 1rem;
  }
}
.cid-uSy9lHfm0j .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSy9lHfm0j .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSy9lHfm0j .modal-footer {
    padding: 1rem;
  }
}
.cid-uSy9lHfm0j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSy9lHfm0j .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSy9lHfm0j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSy9lHfm0j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSy9lHfm0j .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSy9lHfm0j .modal-lg,
  .cid-uSy9lHfm0j .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSy9lHfm0j .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSy9lHfm0j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSy9lHfm0j .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSy9lHfm0j .form-group {
  margin-bottom: 1rem;
}
.cid-uSy9lHfm0j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSy9lHfm0j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSy9lHfm0j .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSy9lHfm0j .mbr-section-btn {
  margin: 0;
}
.cid-uSy9lHfm0j .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQRdudhxnS.popup-builder {
  background-color: #ffffff;
}
.cid-uQRdudhxnS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQRdudhxnS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQRdudhxnS .modal-content,
.cid-uQRdudhxnS .modal-dialog {
  height: auto;
}
.cid-uQRdudhxnS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQRdudhxnS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQRdudhxnS .form-wrapper .mbr-form .form-group,
  .cid-uQRdudhxnS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQRdudhxnS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQRdudhxnS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQRdudhxnS .mbr-text {
  text-align: center;
}
.cid-uQRdudhxnS .pt-0 {
  padding-top: 0 !important;
}
.cid-uQRdudhxnS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQRdudhxnS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQRdudhxnS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQRdudhxnS .modal-open {
  overflow: hidden;
}
.cid-uQRdudhxnS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQRdudhxnS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQRdudhxnS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQRdudhxnS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQRdudhxnS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQRdudhxnS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQRdudhxnS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQRdudhxnS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQRdudhxnS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQRdudhxnS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQRdudhxnS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQRdudhxnS .modal-backdrop.show {
  opacity: .5;
}
.cid-uQRdudhxnS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uQRdudhxnS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQRdudhxnS .modal-header {
    padding: 1rem;
  }
}
.cid-uQRdudhxnS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQRdudhxnS .modal-header .close svg {
  fill: #353535;
}
.cid-uQRdudhxnS .modal-header .close:hover {
  opacity: 1;
}
.cid-uQRdudhxnS .modal-header .close:focus {
  outline: none;
}
.cid-uQRdudhxnS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQRdudhxnS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQRdudhxnS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQRdudhxnS .modal-body {
    padding: 1rem;
  }
}
.cid-uQRdudhxnS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uQRdudhxnS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQRdudhxnS .modal-footer {
    padding: 1rem;
  }
}
.cid-uQRdudhxnS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQRdudhxnS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQRdudhxnS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQRdudhxnS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQRdudhxnS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQRdudhxnS .modal-lg,
  .cid-uQRdudhxnS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQRdudhxnS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQRdudhxnS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQRdudhxnS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQRdudhxnS .form-group {
  margin-bottom: 1rem;
}
.cid-uQRdudhxnS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQRdudhxnS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQRdudhxnS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQRdudhxnS .mbr-section-btn {
  margin: 0;
}
.cid-uQRdudhxnS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSya8v2X3N.popup-builder {
  background-color: #ffffff;
}
.cid-uSya8v2X3N.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSya8v2X3N.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSya8v2X3N .modal-content,
.cid-uSya8v2X3N .modal-dialog {
  height: auto;
}
.cid-uSya8v2X3N .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSya8v2X3N .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSya8v2X3N .form-wrapper .mbr-form .form-group,
  .cid-uSya8v2X3N .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSya8v2X3N .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSya8v2X3N .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSya8v2X3N .mbr-text {
  text-align: center;
}
.cid-uSya8v2X3N .pt-0 {
  padding-top: 0 !important;
}
.cid-uSya8v2X3N .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSya8v2X3N .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSya8v2X3N .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSya8v2X3N .modal-open {
  overflow: hidden;
}
.cid-uSya8v2X3N .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSya8v2X3N .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSya8v2X3N .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSya8v2X3N .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSya8v2X3N .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSya8v2X3N .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSya8v2X3N .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSya8v2X3N .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSya8v2X3N .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSya8v2X3N .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSya8v2X3N .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSya8v2X3N .modal-backdrop.show {
  opacity: .5;
}
.cid-uSya8v2X3N .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uSya8v2X3N .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSya8v2X3N .modal-header {
    padding: 1rem;
  }
}
.cid-uSya8v2X3N .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSya8v2X3N .modal-header .close svg {
  fill: #353535;
}
.cid-uSya8v2X3N .modal-header .close:hover {
  opacity: 1;
}
.cid-uSya8v2X3N .modal-header .close:focus {
  outline: none;
}
.cid-uSya8v2X3N .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSya8v2X3N .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSya8v2X3N .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSya8v2X3N .modal-body {
    padding: 1rem;
  }
}
.cid-uSya8v2X3N .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSya8v2X3N .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSya8v2X3N .modal-footer {
    padding: 1rem;
  }
}
.cid-uSya8v2X3N .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSya8v2X3N .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSya8v2X3N .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSya8v2X3N .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSya8v2X3N .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSya8v2X3N .modal-lg,
  .cid-uSya8v2X3N .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSya8v2X3N .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSya8v2X3N .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSya8v2X3N .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSya8v2X3N .form-group {
  margin-bottom: 1rem;
}
.cid-uSya8v2X3N .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSya8v2X3N .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSya8v2X3N .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSya8v2X3N .mbr-section-btn {
  margin: 0;
}
.cid-uSya8v2X3N .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSy7D1l5av.popup-builder {
  background-color: #ffffff;
}
.cid-uSy7D1l5av.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSy7D1l5av.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSy7D1l5av .modal-content,
.cid-uSy7D1l5av .modal-dialog {
  height: auto;
}
.cid-uSy7D1l5av .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSy7D1l5av .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSy7D1l5av .form-wrapper .mbr-form .form-group,
  .cid-uSy7D1l5av .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSy7D1l5av .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSy7D1l5av .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSy7D1l5av .mbr-text {
  text-align: center;
}
.cid-uSy7D1l5av .pt-0 {
  padding-top: 0 !important;
}
.cid-uSy7D1l5av .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSy7D1l5av .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSy7D1l5av .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSy7D1l5av .modal-open {
  overflow: hidden;
}
.cid-uSy7D1l5av .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSy7D1l5av .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSy7D1l5av .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSy7D1l5av .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSy7D1l5av .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSy7D1l5av .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSy7D1l5av .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSy7D1l5av .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSy7D1l5av .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSy7D1l5av .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSy7D1l5av .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSy7D1l5av .modal-backdrop.show {
  opacity: .5;
}
.cid-uSy7D1l5av .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uSy7D1l5av .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSy7D1l5av .modal-header {
    padding: 1rem;
  }
}
.cid-uSy7D1l5av .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSy7D1l5av .modal-header .close svg {
  fill: #353535;
}
.cid-uSy7D1l5av .modal-header .close:hover {
  opacity: 1;
}
.cid-uSy7D1l5av .modal-header .close:focus {
  outline: none;
}
.cid-uSy7D1l5av .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSy7D1l5av .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSy7D1l5av .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSy7D1l5av .modal-body {
    padding: 1rem;
  }
}
.cid-uSy7D1l5av .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSy7D1l5av .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSy7D1l5av .modal-footer {
    padding: 1rem;
  }
}
.cid-uSy7D1l5av .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSy7D1l5av .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSy7D1l5av .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSy7D1l5av .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSy7D1l5av .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSy7D1l5av .modal-lg,
  .cid-uSy7D1l5av .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSy7D1l5av .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSy7D1l5av .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSy7D1l5av .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSy7D1l5av .form-group {
  margin-bottom: 1rem;
}
.cid-uSy7D1l5av .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSy7D1l5av .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSy7D1l5av .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSy7D1l5av .mbr-section-btn {
  margin: 0;
}
.cid-uSy7D1l5av .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSy5w01wpv.popup-builder {
  background-color: #ffffff;
}
.cid-uSy5w01wpv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSy5w01wpv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSy5w01wpv .modal-content,
.cid-uSy5w01wpv .modal-dialog {
  height: auto;
}
.cid-uSy5w01wpv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSy5w01wpv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSy5w01wpv .form-wrapper .mbr-form .form-group,
  .cid-uSy5w01wpv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSy5w01wpv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSy5w01wpv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSy5w01wpv .mbr-text {
  text-align: center;
}
.cid-uSy5w01wpv .pt-0 {
  padding-top: 0 !important;
}
.cid-uSy5w01wpv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSy5w01wpv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSy5w01wpv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSy5w01wpv .modal-open {
  overflow: hidden;
}
.cid-uSy5w01wpv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSy5w01wpv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSy5w01wpv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSy5w01wpv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSy5w01wpv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSy5w01wpv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSy5w01wpv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSy5w01wpv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSy5w01wpv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSy5w01wpv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSy5w01wpv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSy5w01wpv .modal-backdrop.show {
  opacity: .5;
}
.cid-uSy5w01wpv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uSy5w01wpv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSy5w01wpv .modal-header {
    padding: 1rem;
  }
}
.cid-uSy5w01wpv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSy5w01wpv .modal-header .close svg {
  fill: #353535;
}
.cid-uSy5w01wpv .modal-header .close:hover {
  opacity: 1;
}
.cid-uSy5w01wpv .modal-header .close:focus {
  outline: none;
}
.cid-uSy5w01wpv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSy5w01wpv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSy5w01wpv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSy5w01wpv .modal-body {
    padding: 1rem;
  }
}
.cid-uSy5w01wpv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSy5w01wpv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSy5w01wpv .modal-footer {
    padding: 1rem;
  }
}
.cid-uSy5w01wpv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSy5w01wpv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSy5w01wpv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSy5w01wpv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSy5w01wpv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSy5w01wpv .modal-lg,
  .cid-uSy5w01wpv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSy5w01wpv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSy5w01wpv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSy5w01wpv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSy5w01wpv .form-group {
  margin-bottom: 1rem;
}
.cid-uSy5w01wpv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSy5w01wpv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSy5w01wpv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSy5w01wpv .mbr-section-btn {
  margin: 0;
}
.cid-uSy5w01wpv .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDQrdECnKH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDQrdECnKH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDQrdECnKH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDQrdECnKH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDQrdECnKH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDQrdECnKH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDQrdECnKH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDQrdECnKH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDQrdECnKH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDQrdECnKH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDQrdECnKH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDQrdECnKH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDQrdECnKH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDQrdECnKH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDQrdECnKH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDQrdECnKH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDQrdECnKH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDQrdECnKH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDQrdECnKH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uDQrdECnKH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDQrdECnKH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDQrdECnKH .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDQrdECnKH .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: #ffffff !important;
}
.cid-uDQrdECnKH .nav-item:focus,
.cid-uDQrdECnKH .nav-link:focus {
  outline: none;
}
.cid-uDQrdECnKH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDQrdECnKH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDQrdECnKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDQrdECnKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDQrdECnKH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDQrdECnKH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar.opened {
  transition: all 0.3s;
}
.cid-uDQrdECnKH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDQrdECnKH .navbar .navbar-logo img {
  width: auto;
}
.cid-uDQrdECnKH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDQrdECnKH .navbar.collapsed {
  justify-content: center;
}
.cid-uDQrdECnKH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDQrdECnKH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDQrdECnKH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDQrdECnKH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDQrdECnKH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDQrdECnKH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDQrdECnKH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDQrdECnKH .navbar {
    min-height: 72px;
  }
  .cid-uDQrdECnKH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDQrdECnKH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDQrdECnKH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDQrdECnKH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDQrdECnKH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDQrdECnKH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDQrdECnKH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDQrdECnKH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDQrdECnKH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDQrdECnKH .dropdown-item.active,
.cid-uDQrdECnKH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDQrdECnKH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDQrdECnKH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDQrdECnKH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDQrdECnKH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDQrdECnKH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDQrdECnKH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDQrdECnKH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDQrdECnKH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDQrdECnKH .navbar-buttons {
    text-align: left;
  }
}
.cid-uDQrdECnKH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDQrdECnKH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDQrdECnKH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDQrdECnKH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDQrdECnKH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDQrdECnKH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDQrdECnKH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDQrdECnKH .navbar {
    height: 70px;
  }
  .cid-uDQrdECnKH .navbar.opened {
    height: auto;
  }
  .cid-uDQrdECnKH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDQrdECnKH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDQrdECnKH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDQrdECnKH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDQrdECnKH .navbar-brand {
    margin-right: auto;
  }
  .cid-uDQrdECnKH .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDQrdECnKH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDQrdECnKH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDQrdECnKH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uE7zFmb6Vv {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uE7zFmb6Vv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE7zFmb6Vv .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-uE7zFmb6Vv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uE7zFmb6Vv .row {
  flex-direction: row-reverse;
}
.cid-uE7zFmb6Vv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uE7zFmb6Vv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uE7zFmb6Vv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uE7zFmb6Vv .mbr-section-title {
  color: #ffffff;
}
.cid-uE7zFmb6Vv .mbr-text,
.cid-uE7zFmb6Vv .mbr-section-btn {
  color: #ffffff;
}
.cid-uE7zUieMTC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uE7zUieMTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE7zUieMTC .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-uE7zUieMTC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uE7zUieMTC .row {
  flex-direction: row-reverse;
}
.cid-uE7zUieMTC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uE7zUieMTC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uE7zUieMTC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uE7zUieMTC .mbr-section-title {
  color: #ffffff;
}
.cid-uE7zUieMTC .mbr-text,
.cid-uE7zUieMTC .mbr-section-btn {
  color: #ffffff;
}
.cid-uE7Abfx5i4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uE7Abfx5i4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE7Abfx5i4 .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-uE7Abfx5i4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uE7Abfx5i4 .row {
  flex-direction: row-reverse;
}
.cid-uE7Abfx5i4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uE7Abfx5i4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uE7Abfx5i4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uE7Abfx5i4 .mbr-section-title {
  color: #ffffff;
}
.cid-uE7Abfx5i4 .mbr-text,
.cid-uE7Abfx5i4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uDQDGovxvs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uDQDGovxvs .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uDQDGovxvs .container {
    padding: 0 12px;
  }
}
.cid-uDQDGovxvs .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDQDGovxvs .social-row .soc-item {
  margin: 8px;
}
.cid-uDQDGovxvs .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDQDGovxvs .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uDQDGovxvs .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uDQDGovxvs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDQDGovxvs .mbr-section-title {
  color: #ffffff;
}
.cid-uDQDGovxvs .mbr-section-title,
.cid-uDQDGovxvs .social-list {
  color: #ffffff;
}
.cid-uDQBt5HjB3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uDQBt5HjB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQBt5HjB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQBt5HjB3 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uDQBt5HjB3 .footer-col {
    flex-direction: column;
  }
}
.cid-uDQBt5HjB3 .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDQBt5HjB3 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDQBt5HjB3 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uDQBt5HjB3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDQBt5HjB3 .soc-item {
  margin: 8px;
}
.cid-uDQBt5HjB3 .soc-item a:hover .mbr-iconfont,
.cid-uDQBt5HjB3 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uDQBt5HjB3 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDQBt5HjB3 .row {
    text-align: center;
  }
  .cid-uDQBt5HjB3 .social-row {
    justify-content: center;
  }
}
.cid-uDQBt5HjB3 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uDQBt5HjB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDQBt5HjB3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uDQBt5HjB3 .mbr-text {
  color: #bbbbbb;
}
.cid-uDQBt5HjB3 .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uDQBt5HjB3 .list,
.cid-uDQBt5HjB3 .item-wrap {
  color: #071a3d;
}
.cid-uDQBt5HjB3 .copyright {
  color: #071a3d;
}
.cid-uJkoIvbgVZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJkoIvbgVZ .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-uJkoIvbgVZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJkoIvbgVZ .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-uJkoIvbgVZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJkoIvbgVZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJkoIvbgVZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJkoIvbgVZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJkoIvbgVZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJkoIvbgVZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uJkoIvbgVZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJkoIvbgVZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJkoIvbgVZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJkoIvbgVZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uJkoIvbgVZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJkoIvbgVZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJkoIvbgVZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJkoIvbgVZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJkoIvbgVZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJkoIvbgVZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJkoIvbgVZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJkoIvbgVZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJkoIvbgVZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uJkoIvbgVZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJkoIvbgVZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJkoIvbgVZ .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJkoIvbgVZ .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: #ffffff !important;
}
.cid-uJkoIvbgVZ .nav-item:focus,
.cid-uJkoIvbgVZ .nav-link:focus {
  outline: none;
}
.cid-uJkoIvbgVZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJkoIvbgVZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJkoIvbgVZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJkoIvbgVZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJkoIvbgVZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJkoIvbgVZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJkoIvbgVZ .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-uJkoIvbgVZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJkoIvbgVZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJkoIvbgVZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uJkoIvbgVZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJkoIvbgVZ .navbar.collapsed {
  justify-content: center;
}
.cid-uJkoIvbgVZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJkoIvbgVZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJkoIvbgVZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJkoIvbgVZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJkoIvbgVZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJkoIvbgVZ .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-uJkoIvbgVZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJkoIvbgVZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJkoIvbgVZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJkoIvbgVZ .navbar {
    min-height: 72px;
  }
  .cid-uJkoIvbgVZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJkoIvbgVZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJkoIvbgVZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJkoIvbgVZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJkoIvbgVZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJkoIvbgVZ .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-uJkoIvbgVZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJkoIvbgVZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJkoIvbgVZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJkoIvbgVZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJkoIvbgVZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJkoIvbgVZ .dropdown-item.active,
.cid-uJkoIvbgVZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJkoIvbgVZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJkoIvbgVZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJkoIvbgVZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJkoIvbgVZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJkoIvbgVZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJkoIvbgVZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJkoIvbgVZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJkoIvbgVZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJkoIvbgVZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uJkoIvbgVZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJkoIvbgVZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uJkoIvbgVZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJkoIvbgVZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJkoIvbgVZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJkoIvbgVZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJkoIvbgVZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJkoIvbgVZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJkoIvbgVZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJkoIvbgVZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJkoIvbgVZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJkoIvbgVZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJkoIvbgVZ .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-uJkoIvbgVZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJkoIvbgVZ .navbar {
    height: 70px;
  }
  .cid-uJkoIvbgVZ .navbar.opened {
    height: auto;
  }
  .cid-uJkoIvbgVZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJkoIvbgVZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJkoIvbgVZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJkoIvbgVZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJkoIvbgVZ .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-uJkoIvbgVZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJkoIvbgVZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJkoIvbgVZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJkoIvbgVZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uJkoIvbgVZ .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uJkoIvbgVZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJkoIvbgVZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJkoIvbgVZ .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-uJkoIvbgVZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJkoIvbgVZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJkoIvbgVZ .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-uJkoIvbgVZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJkoIvbgVZ .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-uJkoIvbgVZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJkoIvbgVZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJuL8KS6cM {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uJuL8KS6cM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuL8KS6cM .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-uJuL8KS6cM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJuL8KS6cM .row {
  flex-direction: row-reverse;
}
.cid-uJuL8KS6cM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJuL8KS6cM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJuL8KS6cM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJuL8KS6cM .mbr-section-title {
  color: #071a3d;
}
.cid-uJuL8KS6cM .mbr-text,
.cid-uJuL8KS6cM .mbr-section-btn {
  color: #232323;
}
.cid-uJksL8Nyqi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uJksL8Nyqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJksL8Nyqi .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-uJksL8Nyqi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJksL8Nyqi .row {
  flex-direction: row-reverse;
}
.cid-uJksL8Nyqi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJksL8Nyqi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJksL8Nyqi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJksL8Nyqi .mbr-section-title {
  color: #071a3d;
}
.cid-uJksL8Nyqi .mbr-text,
.cid-uJksL8Nyqi .mbr-section-btn {
  color: #232323;
}
.cid-uJktcodD5O {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uJktcodD5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJktcodD5O .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-uJktcodD5O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJktcodD5O .row {
  flex-direction: row-reverse;
}
.cid-uJktcodD5O .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJktcodD5O .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJktcodD5O .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJktcodD5O .mbr-section-title {
  color: #071a3d;
}
.cid-uJktcodD5O .mbr-text,
.cid-uJktcodD5O .mbr-section-btn {
  color: #232323;
}
.cid-uJktAQ7iEr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uJktAQ7iEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJktAQ7iEr .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-uJktAQ7iEr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJktAQ7iEr .row {
  flex-direction: row-reverse;
}
.cid-uJktAQ7iEr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJktAQ7iEr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJktAQ7iEr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJktAQ7iEr .mbr-section-title {
  color: #071a3d;
}
.cid-uJktAQ7iEr .mbr-text,
.cid-uJktAQ7iEr .mbr-section-btn {
  color: #232323;
}
.cid-uJkxYKqkcl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uJkpOgNuM1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uJkpOgNuM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJkpOgNuM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJkpOgNuM1 .row {
  flex-direction: row-reverse;
}
.cid-uJkq8rPrVA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uJkq8rPrVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJkq8rPrVA .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-uJkq8rPrVA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJkq8rPrVA .row {
  flex-direction: row-reverse;
}
.cid-uJkq8rPrVA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJkq8rPrVA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJkq8rPrVA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJkq8rPrVA .mbr-section-title {
  color: #000000;
}
.cid-uJkq8rPrVA .mbr-text,
.cid-uJkq8rPrVA .mbr-section-btn {
  color: #232323;
}
.cid-uJkqSLj740 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uJkqSLj740 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJkqSLj740 .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-uJkqSLj740 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJkqSLj740 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJkqSLj740 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJkqSLj740 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJkqSLj740 .mbr-section-title {
  color: #071a3d;
}
.cid-uJkqSLj740 .mbr-text,
.cid-uJkqSLj740 .mbr-section-btn {
  color: #232323;
}
.cid-uJkrsOVHNR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uJkrsOVHNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJkrsOVHNR .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-uJkrsOVHNR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJkrsOVHNR .row {
  flex-direction: row-reverse;
}
.cid-uJkrsOVHNR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJkrsOVHNR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJkrsOVHNR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJkrsOVHNR .mbr-section-title {
  color: #071a3d;
}
.cid-uJkrsOVHNR .mbr-text,
.cid-uJkrsOVHNR .mbr-section-btn {
  color: #232323;
}
.cid-uJkrZaXzid {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uJkrZaXzid .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJkrZaXzid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJkrZaXzid .row {
  flex-direction: row-reverse;
}
.cid-uJkzbpdQ2n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uJkunH1tXc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uJkunH1tXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJkunH1tXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJkunH1tXc .row {
  flex-direction: row-reverse;
}
.cid-uJkzcrpIwY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uJkurfYTJb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uJkurfYTJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJkurfYTJb .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-uJkurfYTJb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJkurfYTJb .row {
  flex-direction: row-reverse;
}
.cid-uJkurfYTJb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJkurfYTJb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJkurfYTJb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJkurfYTJb .mbr-section-title {
  color: #071a3d;
}
.cid-uJkurfYTJb .mbr-text,
.cid-uJkurfYTJb .mbr-section-btn {
  color: #232323;
}
.cid-uJkuJoXbf3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uJkuJoXbf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJkuJoXbf3 .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-uJkuJoXbf3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJkuJoXbf3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJkuJoXbf3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJkuJoXbf3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJkuJoXbf3 .mbr-section-title {
  color: #071a3d;
}
.cid-uJkuJoXbf3 .mbr-text,
.cid-uJkuJoXbf3 .mbr-section-btn {
  color: #232323;
}
.cid-uJkzeIDOgy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uJkoIw5bIf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uJkoIw5bIf .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uJkoIw5bIf .container {
    padding: 0 12px;
  }
}
.cid-uJkoIw5bIf .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJkoIw5bIf .social-row .soc-item {
  margin: 8px;
}
.cid-uJkoIw5bIf .social-row .soc-item a:hover .mbr-iconfont,
.cid-uJkoIw5bIf .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJkoIw5bIf .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uJkoIw5bIf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJkoIw5bIf .mbr-section-title {
  color: #ffffff;
}
.cid-uJkoIw5bIf .mbr-section-title,
.cid-uJkoIw5bIf .social-list {
  color: #ffffff;
}
.cid-uJkoIwpigJ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uJkoIwpigJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJkoIwpigJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJkoIwpigJ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uJkoIwpigJ .footer-col {
    flex-direction: column;
  }
}
.cid-uJkoIwpigJ .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uJkoIwpigJ .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJkoIwpigJ .mbr-section-btn {
    text-align: center;
  }
}
.cid-uJkoIwpigJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJkoIwpigJ .soc-item {
  margin: 8px;
}
.cid-uJkoIwpigJ .soc-item a:hover .mbr-iconfont,
.cid-uJkoIwpigJ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJkoIwpigJ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJkoIwpigJ .row {
    text-align: center;
  }
  .cid-uJkoIwpigJ .social-row {
    justify-content: center;
  }
}
.cid-uJkoIwpigJ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uJkoIwpigJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJkoIwpigJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uJkoIwpigJ .mbr-text {
  color: #bbbbbb;
}
.cid-uJkoIwpigJ .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uJkoIwpigJ .list,
.cid-uJkoIwpigJ .item-wrap {
  color: #071a3d;
}
.cid-uJkoIwpigJ .copyright {
  color: #071a3d;
}
.cid-uNKUk4YWVi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNKUk4YWVi .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-uNKUk4YWVi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNKUk4YWVi .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-uNKUk4YWVi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uNKUk4YWVi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNKUk4YWVi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNKUk4YWVi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uNKUk4YWVi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uNKUk4YWVi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uNKUk4YWVi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNKUk4YWVi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNKUk4YWVi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNKUk4YWVi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uNKUk4YWVi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uNKUk4YWVi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uNKUk4YWVi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNKUk4YWVi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNKUk4YWVi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNKUk4YWVi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uNKUk4YWVi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNKUk4YWVi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uNKUk4YWVi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uNKUk4YWVi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNKUk4YWVi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNKUk4YWVi .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNKUk4YWVi .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: #ffffff !important;
}
.cid-uNKUk4YWVi .nav-item:focus,
.cid-uNKUk4YWVi .nav-link:focus {
  outline: none;
}
.cid-uNKUk4YWVi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNKUk4YWVi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNKUk4YWVi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNKUk4YWVi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNKUk4YWVi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNKUk4YWVi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNKUk4YWVi .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-uNKUk4YWVi .navbar.opened {
  transition: all 0.3s;
}
.cid-uNKUk4YWVi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNKUk4YWVi .navbar .navbar-logo img {
  width: auto;
}
.cid-uNKUk4YWVi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNKUk4YWVi .navbar.collapsed {
  justify-content: center;
}
.cid-uNKUk4YWVi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNKUk4YWVi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNKUk4YWVi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uNKUk4YWVi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNKUk4YWVi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNKUk4YWVi .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-uNKUk4YWVi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNKUk4YWVi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNKUk4YWVi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNKUk4YWVi .navbar {
    min-height: 72px;
  }
  .cid-uNKUk4YWVi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNKUk4YWVi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNKUk4YWVi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNKUk4YWVi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNKUk4YWVi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNKUk4YWVi .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-uNKUk4YWVi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNKUk4YWVi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNKUk4YWVi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNKUk4YWVi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNKUk4YWVi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNKUk4YWVi .dropdown-item.active,
.cid-uNKUk4YWVi .dropdown-item:active {
  background-color: transparent;
}
.cid-uNKUk4YWVi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNKUk4YWVi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNKUk4YWVi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNKUk4YWVi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNKUk4YWVi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNKUk4YWVi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNKUk4YWVi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNKUk4YWVi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNKUk4YWVi .navbar-buttons {
    text-align: left;
  }
}
.cid-uNKUk4YWVi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNKUk4YWVi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uNKUk4YWVi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNKUk4YWVi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNKUk4YWVi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNKUk4YWVi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNKUk4YWVi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNKUk4YWVi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNKUk4YWVi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNKUk4YWVi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNKUk4YWVi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNKUk4YWVi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNKUk4YWVi .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-uNKUk4YWVi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNKUk4YWVi .navbar {
    height: 70px;
  }
  .cid-uNKUk4YWVi .navbar.opened {
    height: auto;
  }
  .cid-uNKUk4YWVi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNKUk4YWVi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNKUk4YWVi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNKUk4YWVi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNKUk4YWVi .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-uNKUk4YWVi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNKUk4YWVi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNKUk4YWVi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNKUk4YWVi .navbar-brand {
    margin-right: auto;
  }
  .cid-uNKUk4YWVi .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uNKUk4YWVi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNKUk4YWVi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNKUk4YWVi .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-uNKUk4YWVi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNKUk4YWVi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNKUk4YWVi .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-uNKUk4YWVi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNKUk4YWVi .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-uNKUk4YWVi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNKUk4YWVi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNKUs458k4 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNKUs458k4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNKUs458k4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNKUs458k4 .row {
  justify-content: center;
}
.cid-uNKUs458k4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNKUs458k4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uNKUs458k4 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #edefeb;
}
@media (max-width: 991px) {
  .cid-uNKUs458k4 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uNKUs458k4 .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-uNKUs458k4 .content-head {
  max-width: 800px;
}
.cid-uNKUsPM8Yo {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uNKUsPM8Yo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNKUsPM8Yo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNKUsPM8Yo .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uNKUsPM8Yo .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uNKUsPM8Yo .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uNKUsPM8Yo img,
.cid-uNKUsPM8Yo .item-img {
  width: 100%;
}
.cid-uNKUte1qSW {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uNKUte1qSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNKUte1qSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNKUte1qSW .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uNKUte1qSW .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uNKUte1qSW .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-uNKUte1qSW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNKUte1qSW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNKUte1qSW .content-head {
  max-width: 800px;
}
.cid-uNKUk6fVnj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uNKUk6fVnj .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uNKUk6fVnj .container {
    padding: 0 12px;
  }
}
.cid-uNKUk6fVnj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNKUk6fVnj .social-row .soc-item {
  margin: 8px;
}
.cid-uNKUk6fVnj .social-row .soc-item a:hover .mbr-iconfont,
.cid-uNKUk6fVnj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uNKUk6fVnj .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uNKUk6fVnj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uNKUk6fVnj .mbr-section-title {
  color: #ffffff;
}
.cid-uNKUk6fVnj .mbr-section-title,
.cid-uNKUk6fVnj .social-list {
  color: #ffffff;
}
.cid-uNKUk6BwEx {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uNKUk6BwEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNKUk6BwEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNKUk6BwEx .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uNKUk6BwEx .footer-col {
    flex-direction: column;
  }
}
.cid-uNKUk6BwEx .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uNKUk6BwEx .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNKUk6BwEx .mbr-section-btn {
    text-align: center;
  }
}
.cid-uNKUk6BwEx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNKUk6BwEx .soc-item {
  margin: 8px;
}
.cid-uNKUk6BwEx .soc-item a:hover .mbr-iconfont,
.cid-uNKUk6BwEx .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uNKUk6BwEx .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uNKUk6BwEx .row {
    text-align: center;
  }
  .cid-uNKUk6BwEx .social-row {
    justify-content: center;
  }
}
.cid-uNKUk6BwEx .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uNKUk6BwEx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNKUk6BwEx .list {
    margin-bottom: 0rem;
  }
}
.cid-uNKUk6BwEx .mbr-text {
  color: #bbbbbb;
}
.cid-uNKUk6BwEx .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uNKUk6BwEx .list,
.cid-uNKUk6BwEx .item-wrap {
  color: #071a3d;
}
.cid-uNKUk6BwEx .copyright {
  color: #071a3d;
}
.cid-uOXKHON2wb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOXKHON2wb .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-uOXKHON2wb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOXKHON2wb .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-uOXKHON2wb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uOXKHON2wb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOXKHON2wb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOXKHON2wb .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uOXKHON2wb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOXKHON2wb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uOXKHON2wb .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOXKHON2wb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOXKHON2wb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOXKHON2wb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uOXKHON2wb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOXKHON2wb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOXKHON2wb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOXKHON2wb .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOXKHON2wb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOXKHON2wb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uOXKHON2wb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOXKHON2wb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uOXKHON2wb .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uOXKHON2wb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOXKHON2wb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOXKHON2wb .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOXKHON2wb .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: #ffffff !important;
}
.cid-uOXKHON2wb .nav-item:focus,
.cid-uOXKHON2wb .nav-link:focus {
  outline: none;
}
.cid-uOXKHON2wb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOXKHON2wb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOXKHON2wb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOXKHON2wb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOXKHON2wb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOXKHON2wb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOXKHON2wb .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-uOXKHON2wb .navbar.opened {
  transition: all 0.3s;
}
.cid-uOXKHON2wb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOXKHON2wb .navbar .navbar-logo img {
  width: auto;
}
.cid-uOXKHON2wb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOXKHON2wb .navbar.collapsed {
  justify-content: center;
}
.cid-uOXKHON2wb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOXKHON2wb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOXKHON2wb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOXKHON2wb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOXKHON2wb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOXKHON2wb .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-uOXKHON2wb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOXKHON2wb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOXKHON2wb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOXKHON2wb .navbar {
    min-height: 72px;
  }
  .cid-uOXKHON2wb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOXKHON2wb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOXKHON2wb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOXKHON2wb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOXKHON2wb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOXKHON2wb .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-uOXKHON2wb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOXKHON2wb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOXKHON2wb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOXKHON2wb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOXKHON2wb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOXKHON2wb .dropdown-item.active,
.cid-uOXKHON2wb .dropdown-item:active {
  background-color: transparent;
}
.cid-uOXKHON2wb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOXKHON2wb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOXKHON2wb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOXKHON2wb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOXKHON2wb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOXKHON2wb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOXKHON2wb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOXKHON2wb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOXKHON2wb .navbar-buttons {
    text-align: left;
  }
}
.cid-uOXKHON2wb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOXKHON2wb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uOXKHON2wb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOXKHON2wb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOXKHON2wb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOXKHON2wb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOXKHON2wb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXKHON2wb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOXKHON2wb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOXKHON2wb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXKHON2wb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOXKHON2wb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOXKHON2wb .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-uOXKHON2wb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOXKHON2wb .navbar {
    height: 70px;
  }
  .cid-uOXKHON2wb .navbar.opened {
    height: auto;
  }
  .cid-uOXKHON2wb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOXKHON2wb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOXKHON2wb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOXKHON2wb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOXKHON2wb .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-uOXKHON2wb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOXKHON2wb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOXKHON2wb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOXKHON2wb .navbar-brand {
    margin-right: auto;
  }
  .cid-uOXKHON2wb .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uOXKHON2wb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOXKHON2wb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOXKHON2wb .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-uOXKHON2wb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOXKHON2wb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOXKHON2wb .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-uOXKHON2wb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOXKHON2wb .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-uOXKHON2wb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOXKHON2wb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOXKHP8QqQ {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOXKHP8QqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXKHP8QqQ .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-uOXKHP8QqQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOXKHP8QqQ .row {
  flex-direction: row-reverse;
}
.cid-uOXKHP8QqQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOXKHP8QqQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOXKHP8QqQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOXKHP8QqQ .mbr-section-title {
  color: #071a3d;
}
.cid-uOXKHP8QqQ .mbr-text,
.cid-uOXKHP8QqQ .mbr-section-btn {
  color: #232323;
}
.cid-uOXKHPntkZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOXKHPntkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXKHPntkZ .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-uOXKHPntkZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOXKHPntkZ .row {
  flex-direction: row-reverse;
}
.cid-uOXKHPntkZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOXKHPntkZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOXKHPntkZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOXKHPntkZ .mbr-section-title {
  color: #071a3d;
}
.cid-uOXKHPntkZ .mbr-text,
.cid-uOXKHPntkZ .mbr-section-btn {
  color: #232323;
}
.cid-uOXKHPTMe0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOXKHPTMe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXKHPTMe0 .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-uOXKHPTMe0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOXKHPTMe0 .row {
  flex-direction: row-reverse;
}
.cid-uOXKHPTMe0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOXKHPTMe0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOXKHPTMe0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOXKHPTMe0 .mbr-section-title {
  color: #071a3d;
}
.cid-uOXKHPTMe0 .mbr-text,
.cid-uOXKHPTMe0 .mbr-section-btn {
  color: #232323;
}
.cid-uQ1aMW90QU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQ1aMW90QU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQ1aMW90QU .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQ1aMW90QU .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQ1aMW90QU .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQ1aMW90QU .mbr-text {
  color: #3d5943;
}
.cid-uOXKHQ7W86 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOXKHSWBxg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uOXKHSWBxg .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uOXKHSWBxg .container {
    padding: 0 12px;
  }
}
.cid-uOXKHSWBxg .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uOXKHSWBxg .social-row .soc-item {
  margin: 8px;
}
.cid-uOXKHSWBxg .social-row .soc-item a:hover .mbr-iconfont,
.cid-uOXKHSWBxg .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uOXKHSWBxg .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uOXKHSWBxg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOXKHSWBxg .mbr-section-title {
  color: #ffffff;
}
.cid-uOXKHSWBxg .mbr-section-title,
.cid-uOXKHSWBxg .social-list {
  color: #ffffff;
}
.cid-uOXKHTlQV2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uOXKHTlQV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXKHTlQV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXKHTlQV2 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uOXKHTlQV2 .footer-col {
    flex-direction: column;
  }
}
.cid-uOXKHTlQV2 .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uOXKHTlQV2 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOXKHTlQV2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uOXKHTlQV2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOXKHTlQV2 .soc-item {
  margin: 8px;
}
.cid-uOXKHTlQV2 .soc-item a:hover .mbr-iconfont,
.cid-uOXKHTlQV2 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uOXKHTlQV2 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOXKHTlQV2 .row {
    text-align: center;
  }
  .cid-uOXKHTlQV2 .social-row {
    justify-content: center;
  }
}
.cid-uOXKHTlQV2 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uOXKHTlQV2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOXKHTlQV2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uOXKHTlQV2 .mbr-text {
  color: #bbbbbb;
}
.cid-uOXKHTlQV2 .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uOXKHTlQV2 .list,
.cid-uOXKHTlQV2 .item-wrap {
  color: #071a3d;
}
.cid-uOXKHTlQV2 .copyright {
  color: #071a3d;
}
.cid-uPZKsc00yz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPZKsc00yz .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-uPZKsc00yz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPZKsc00yz .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-uPZKsc00yz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPZKsc00yz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPZKsc00yz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPZKsc00yz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPZKsc00yz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uPZKsc00yz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uPZKsc00yz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPZKsc00yz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPZKsc00yz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPZKsc00yz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uPZKsc00yz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPZKsc00yz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPZKsc00yz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPZKsc00yz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPZKsc00yz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPZKsc00yz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uPZKsc00yz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPZKsc00yz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uPZKsc00yz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uPZKsc00yz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPZKsc00yz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPZKsc00yz .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPZKsc00yz .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: #ffffff !important;
}
.cid-uPZKsc00yz .nav-item:focus,
.cid-uPZKsc00yz .nav-link:focus {
  outline: none;
}
.cid-uPZKsc00yz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPZKsc00yz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPZKsc00yz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPZKsc00yz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPZKsc00yz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPZKsc00yz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPZKsc00yz .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-uPZKsc00yz .navbar.opened {
  transition: all 0.3s;
}
.cid-uPZKsc00yz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPZKsc00yz .navbar .navbar-logo img {
  width: auto;
}
.cid-uPZKsc00yz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPZKsc00yz .navbar.collapsed {
  justify-content: center;
}
.cid-uPZKsc00yz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPZKsc00yz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPZKsc00yz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPZKsc00yz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPZKsc00yz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPZKsc00yz .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-uPZKsc00yz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPZKsc00yz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPZKsc00yz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPZKsc00yz .navbar {
    min-height: 72px;
  }
  .cid-uPZKsc00yz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPZKsc00yz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPZKsc00yz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPZKsc00yz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPZKsc00yz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPZKsc00yz .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-uPZKsc00yz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPZKsc00yz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPZKsc00yz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPZKsc00yz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPZKsc00yz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPZKsc00yz .dropdown-item.active,
.cid-uPZKsc00yz .dropdown-item:active {
  background-color: transparent;
}
.cid-uPZKsc00yz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPZKsc00yz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPZKsc00yz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPZKsc00yz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPZKsc00yz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPZKsc00yz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPZKsc00yz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPZKsc00yz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPZKsc00yz .navbar-buttons {
    text-align: left;
  }
}
.cid-uPZKsc00yz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPZKsc00yz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uPZKsc00yz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPZKsc00yz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZKsc00yz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZKsc00yz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPZKsc00yz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZKsc00yz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPZKsc00yz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPZKsc00yz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZKsc00yz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPZKsc00yz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPZKsc00yz .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-uPZKsc00yz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPZKsc00yz .navbar {
    height: 70px;
  }
  .cid-uPZKsc00yz .navbar.opened {
    height: auto;
  }
  .cid-uPZKsc00yz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPZKsc00yz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPZKsc00yz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPZKsc00yz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPZKsc00yz .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-uPZKsc00yz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPZKsc00yz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPZKsc00yz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPZKsc00yz .navbar-brand {
    margin-right: auto;
  }
  .cid-uPZKsc00yz .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPZKsc00yz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPZKsc00yz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPZKsc00yz .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-uPZKsc00yz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPZKsc00yz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPZKsc00yz .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-uPZKsc00yz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPZKsc00yz .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-uPZKsc00yz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPZKsc00yz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPZLIecqxu {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uPZLIecqxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZLIecqxu .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-uPZLIecqxu .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uPZLIecqxu .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uPZLIecqxu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPZLIecqxu .media-content,
.cid-uPZLIecqxu .mbr-figure {
  align-self: center;
}
.cid-uPZLIecqxu .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uPZLIecqxu .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uPZLIecqxu .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uPZLIecqxu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uPZLIecqxu .mbr-text,
.cid-uPZLIecqxu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uPZNSCXbwS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPZNSCXbwS .mbr-text {
  color: #071a3d;
  text-align: center;
}
.cid-uPZNSCXbwS .mbr-section-subtitle {
  color: #000000;
}
.cid-uPZNSCXbwS .mbr-section-title {
  color: #000000;
}
.cid-uPZOvE8ddR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uPZOvE8ddR img,
.cid-uPZOvE8ddR .item-img {
  width: 100%;
}
.cid-uPZOvE8ddR .item:focus,
.cid-uPZOvE8ddR span:focus {
  outline: none;
}
.cid-uPZOvE8ddR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPZOvE8ddR .item {
    margin-bottom: 1rem;
  }
}
.cid-uPZOvE8ddR .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uPZOvE8ddR .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPZOvE8ddR .item-wrapper .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) {
  .cid-uPZOvE8ddR .item-wrapper .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 991px) {
  .cid-uPZOvE8ddR .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uPZOvE8ddR .mbr-section-title {
  color: #232323;
}
.cid-uPZOvE8ddR .mbr-text,
.cid-uPZOvE8ddR .mbr-section-btn {
  text-align: center;
}
.cid-uPZOvE8ddR .item-title {
  text-align: center;
  color: #071a3d;
}
.cid-uPZOvE8ddR .content-head {
  max-width: 800px;
}
.cid-uPZOvE8ddR .mbr-text,
.cid-uPZOvE8ddR .item-wrapper .mbr-section-btn {
  color: #071a3d;
}
.cid-uPZSZEsRfq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPZSZEsRfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZSZEsRfq .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-uPZSZEsRfq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPZSZEsRfq .row {
  flex-direction: row-reverse;
}
.cid-uPZSZEsRfq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPZSZEsRfq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPZSZEsRfq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPZSZEsRfq .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uPZSZEsRfq .mbr-text,
.cid-uPZSZEsRfq .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQtYKLung9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQtYKLung9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQtYKLung9 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQtYKLung9 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQtYKLung9 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQtYKLung9 .mbr-text {
  color: #071a3d;
}
.cid-uPZSAJkNUd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPZSAJkNUd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uPZSAJkNUd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPZSAJkNUd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPZSAJkNUd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uPZSAJkNUd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uPZSAJkNUd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uPZSAJkNUd .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uPZSAJkNUd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uPZSAJkNUd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uPZRbaBqlL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uPZRbaBqlL img,
.cid-uPZRbaBqlL .item-img {
  width: 100%;
}
.cid-uPZRbaBqlL .item:focus,
.cid-uPZRbaBqlL span:focus {
  outline: none;
}
.cid-uPZRbaBqlL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPZRbaBqlL .item {
    margin-bottom: 1rem;
  }
}
.cid-uPZRbaBqlL .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uPZRbaBqlL .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uPZRbaBqlL .item-wrapper .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) {
  .cid-uPZRbaBqlL .item-wrapper .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 991px) {
  .cid-uPZRbaBqlL .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uPZRbaBqlL .mbr-section-title {
  color: #232323;
}
.cid-uPZRbaBqlL .mbr-text,
.cid-uPZRbaBqlL .mbr-section-btn {
  text-align: center;
}
.cid-uPZRbaBqlL .item-title {
  text-align: center;
  color: #071a3d;
}
.cid-uPZRbaBqlL .content-head {
  max-width: 800px;
}
.cid-uPZRbaBqlL .mbr-text,
.cid-uPZRbaBqlL .item-wrapper .mbr-section-btn {
  color: #071a3d;
}
.cid-uQtXCskITK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQtXCskITK h6 {
  line-height: 1.2;
}
.cid-uQtXCskITK img,
.cid-uQtXCskITK .item-img {
  width: 100%;
}
.cid-uQtXCskITK .item:focus,
.cid-uQtXCskITK span:focus {
  outline: none;
}
.cid-uQtXCskITK .item {
  cursor: pointer;
}
.cid-uQtXCskITK .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQtXCskITK .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uQtXCskITK .mbr-section-title {
  color: #071a3d;
}
.cid-uQtXCskITK .mbr-text,
.cid-uQtXCskITK .mbr-section-btn {
  color: #000000;
}
.cid-uQtXCskITK .item-title {
  color: #000000;
  text-align: center;
}
.cid-uQtXCskITK .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQtXCskITK .item-text {
  color: #000000;
  text-align: center;
}
.cid-uQtXCskITK .content-head {
  max-width: 800px;
}
.cid-uQtXCskITK .item-text,
.cid-uQtXCskITK .mbr-section-btn {
  color: #071a3d;
}
.cid-uPZPyB7Eir {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPZPyB7Eir .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uPZPyB7Eir .row {
    text-align: center;
  }
}
.cid-uPZPyB7Eir .mbr-text {
  text-align: center;
  color: #071a3d;
}
.cid-uPZPyB7Eir .mbr-section-title {
  text-align: center;
  color: #071a3d;
}
.cid-uPZPtMdP2H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #071a3d;
}
.cid-uPZPtMdP2H .card-box {
  padding: 0 2rem;
}
.cid-uPZPtMdP2H .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uPZPtMdP2H .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uPZPtMdP2H h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uPZPtMdP2H p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uPZPtMdP2H .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uPZPtMdP2H .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uPZPtMdP2H .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uPZPtMdP2H .card-title {
  text-align: center;
  color: #0f1e4b;
}
.cid-uPZKscZNZ9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uPZKscZNZ9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uPZKscZNZ9 .container {
    padding: 0 12px;
  }
}
.cid-uPZKscZNZ9 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uPZKscZNZ9 .social-row .soc-item {
  margin: 8px;
}
.cid-uPZKscZNZ9 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uPZKscZNZ9 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uPZKscZNZ9 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uPZKscZNZ9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPZKscZNZ9 .mbr-section-title {
  color: #ffffff;
}
.cid-uPZKscZNZ9 .mbr-section-title,
.cid-uPZKscZNZ9 .social-list {
  color: #ffffff;
}
.cid-uPZKsdgu2c {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uPZKsdgu2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZKsdgu2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZKsdgu2c .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uPZKsdgu2c .footer-col {
    flex-direction: column;
  }
}
.cid-uPZKsdgu2c .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPZKsdgu2c .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPZKsdgu2c .mbr-section-btn {
    text-align: center;
  }
}
.cid-uPZKsdgu2c .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPZKsdgu2c .soc-item {
  margin: 8px;
}
.cid-uPZKsdgu2c .soc-item a:hover .mbr-iconfont,
.cid-uPZKsdgu2c .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uPZKsdgu2c .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPZKsdgu2c .row {
    text-align: center;
  }
  .cid-uPZKsdgu2c .social-row {
    justify-content: center;
  }
}
.cid-uPZKsdgu2c .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uPZKsdgu2c .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPZKsdgu2c .list {
    margin-bottom: 0rem;
  }
}
.cid-uPZKsdgu2c .mbr-text {
  color: #bbbbbb;
}
.cid-uPZKsdgu2c .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uPZKsdgu2c .list,
.cid-uPZKsdgu2c .item-wrap {
  color: #071a3d;
}
.cid-uPZKsdgu2c .copyright {
  color: #071a3d;
}
.cid-uQ0gnFjVVQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQ0gnFjVVQ .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-uQ0gnFjVVQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQ0gnFjVVQ .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-uQ0gnFjVVQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQ0gnFjVVQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ0gnFjVVQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ0gnFjVVQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQ0gnFjVVQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQ0gnFjVVQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uQ0gnFjVVQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQ0gnFjVVQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQ0gnFjVVQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQ0gnFjVVQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uQ0gnFjVVQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQ0gnFjVVQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQ0gnFjVVQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQ0gnFjVVQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQ0gnFjVVQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQ0gnFjVVQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQ0gnFjVVQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQ0gnFjVVQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQ0gnFjVVQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uQ0gnFjVVQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ0gnFjVVQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQ0gnFjVVQ .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQ0gnFjVVQ .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: #ffffff !important;
}
.cid-uQ0gnFjVVQ .nav-item:focus,
.cid-uQ0gnFjVVQ .nav-link:focus {
  outline: none;
}
.cid-uQ0gnFjVVQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ0gnFjVVQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ0gnFjVVQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ0gnFjVVQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ0gnFjVVQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ0gnFjVVQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ0gnFjVVQ .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-uQ0gnFjVVQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ0gnFjVVQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ0gnFjVVQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ0gnFjVVQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQ0gnFjVVQ .navbar.collapsed {
  justify-content: center;
}
.cid-uQ0gnFjVVQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ0gnFjVVQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ0gnFjVVQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQ0gnFjVVQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ0gnFjVVQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ0gnFjVVQ .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-uQ0gnFjVVQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ0gnFjVVQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ0gnFjVVQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQ0gnFjVVQ .navbar {
    min-height: 72px;
  }
  .cid-uQ0gnFjVVQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ0gnFjVVQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ0gnFjVVQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ0gnFjVVQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ0gnFjVVQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ0gnFjVVQ .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-uQ0gnFjVVQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ0gnFjVVQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQ0gnFjVVQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ0gnFjVVQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ0gnFjVVQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQ0gnFjVVQ .dropdown-item.active,
.cid-uQ0gnFjVVQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ0gnFjVVQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ0gnFjVVQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ0gnFjVVQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ0gnFjVVQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ0gnFjVVQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQ0gnFjVVQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQ0gnFjVVQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ0gnFjVVQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQ0gnFjVVQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uQ0gnFjVVQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ0gnFjVVQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uQ0gnFjVVQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ0gnFjVVQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ0gnFjVVQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ0gnFjVVQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ0gnFjVVQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ0gnFjVVQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ0gnFjVVQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ0gnFjVVQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ0gnFjVVQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQ0gnFjVVQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ0gnFjVVQ .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-uQ0gnFjVVQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ0gnFjVVQ .navbar {
    height: 70px;
  }
  .cid-uQ0gnFjVVQ .navbar.opened {
    height: auto;
  }
  .cid-uQ0gnFjVVQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ0gnFjVVQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQ0gnFjVVQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQ0gnFjVVQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQ0gnFjVVQ .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-uQ0gnFjVVQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQ0gnFjVVQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQ0gnFjVVQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQ0gnFjVVQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uQ0gnFjVVQ .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQ0gnFjVVQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQ0gnFjVVQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQ0gnFjVVQ .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-uQ0gnFjVVQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQ0gnFjVVQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQ0gnFjVVQ .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-uQ0gnFjVVQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQ0gnFjVVQ .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-uQ0gnFjVVQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQ0gnFjVVQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQ0gnFJfWB {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQ0gnFJfWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ0gnFJfWB .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-uQ0gnFJfWB .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uQ0gnFJfWB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uQ0gnFJfWB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQ0gnFJfWB .media-content,
.cid-uQ0gnFJfWB .mbr-figure {
  align-self: center;
}
.cid-uQ0gnFJfWB .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uQ0gnFJfWB .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uQ0gnFJfWB .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uQ0gnFJfWB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uQ0gnFJfWB .mbr-text,
.cid-uQ0gnFJfWB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQ0gnG3Fm4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQ0gnG3Fm4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQ0gnG3Fm4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uQ0gnG3Fm4 .mbr-section-title {
  color: #000000;
}
.cid-uQ0gnGhNj5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQ0gnGhNj5 img,
.cid-uQ0gnGhNj5 .item-img {
  width: 100%;
}
.cid-uQ0gnGhNj5 .item:focus,
.cid-uQ0gnGhNj5 span:focus {
  outline: none;
}
.cid-uQ0gnGhNj5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQ0gnGhNj5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uQ0gnGhNj5 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQ0gnGhNj5 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQ0gnGhNj5 .item-wrapper .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) {
  .cid-uQ0gnGhNj5 .item-wrapper .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ0gnGhNj5 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uQ0gnGhNj5 .mbr-section-title {
  color: #232323;
}
.cid-uQ0gnGhNj5 .mbr-text,
.cid-uQ0gnGhNj5 .mbr-section-btn {
  text-align: center;
}
.cid-uQ0gnGhNj5 .item-title {
  text-align: center;
}
.cid-uQ0gnGhNj5 .content-head {
  max-width: 800px;
}
.cid-uQ0k4ICY7q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQ0k4ICY7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ0k4ICY7q .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-uQ0k4ICY7q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ0k4ICY7q .row {
  flex-direction: row-reverse;
}
.cid-uQ0k4ICY7q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQ0k4ICY7q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ0k4ICY7q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQ0k4ICY7q .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQ0k4ICY7q .mbr-text,
.cid-uQ0k4ICY7q .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQ0Xtt5k5l {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uQ0Xtt5k5l .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ0Xtt5k5l .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ0Xtt5k5l .mbr-text {
    text-align: center;
  }
}
.cid-uQ0Xtt5k5l H1 {
  color: #232323;
}
.cid-uQ0Xtt5k5l .mbr-text,
.cid-uQ0Xtt5k5l .mbr-section-btn {
  color: #232323;
}
.cid-uQ0VGLeayx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQ0VGLeayx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ0VGLeayx .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-uQ0VGLeayx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ0VGLeayx .row {
  flex-direction: row-reverse;
}
.cid-uQ0VGLeayx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ0VGLeayx .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQ0X5Uqw70 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dsc5902-1200x795.webp");
}
.cid-uQ0X5Uqw70 .content {
  width: 52%;
}
@media (max-width: 859px) {
  .cid-uQ0X5Uqw70 .content {
    width: 100%;
    text-align: center;
  }
}
.cid-uQ0X5Uqw70 .mbr-section-title {
  color: #f8f5fa;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uQ0X5Uqw70 .mbr-section-title span {
  position: relative;
}
.cid-uQ0X5Uqw70 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-uQ0X5Uqw70 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-uQ0X5Uqw70 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-uQ0X5Uqw70 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-uQ0X5Uqw70 .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-uQ0X5Uqw70 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQ0X5Uqw70 .mbr-section-subtitle span {
  position: relative;
}
.cid-uQ0X5Uqw70 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-uQ0X5Uqw70 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-uQ0X5Uqw70 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-uQ0X5Uqw70 .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-uQ0X5Uqw70 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uQ0X5Uqw70 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uQ0X5Uqw70 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uQ0X5Uqw70 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uQ0X5Uqw70 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uQ0X5Uqw70 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uQ0X5Uqw70 .mbr-section-title DIV {
  text-align: center;
}
.cid-uQ0XvAHsnb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQ0XvAHsnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ0XvAHsnb .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-uQ0XvAHsnb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ0XvAHsnb .row {
  flex-direction: row-reverse;
}
.cid-uQ0XvAHsnb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ0XvAHsnb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQ0XcjiHME {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uQ0XcjiHME .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ0XcjiHME .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ0XcjiHME .mbr-text {
    text-align: center;
  }
}
.cid-uQ0XcjiHME H1 {
  color: #232323;
}
.cid-uQ0XcjiHME .mbr-text,
.cid-uQ0XcjiHME .mbr-section-btn {
  color: #232323;
}
.cid-uQ0Xeky8Zb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQ0Xeky8Zb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ0Xeky8Zb .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-uQ0Xeky8Zb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ0Xeky8Zb .row {
  flex-direction: row-reverse;
}
.cid-uQ0Xeky8Zb img {
  width: 100%;
}
.cid-uQ0gnHDa5B {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uQ0gnHDa5B img,
.cid-uQ0gnHDa5B .item-img {
  width: 100%;
}
.cid-uQ0gnHDa5B .item:focus,
.cid-uQ0gnHDa5B span:focus {
  outline: none;
}
.cid-uQ0gnHDa5B .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQ0gnHDa5B .item {
    margin-bottom: 1rem;
  }
}
.cid-uQ0gnHDa5B .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQ0gnHDa5B .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQ0gnHDa5B .item-wrapper .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) {
  .cid-uQ0gnHDa5B .item-wrapper .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ0gnHDa5B .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uQ0gnHDa5B .mbr-section-title {
  color: #232323;
}
.cid-uQ0gnHDa5B .mbr-text,
.cid-uQ0gnHDa5B .mbr-section-btn {
  text-align: center;
}
.cid-uQ0gnHDa5B .item-title {
  text-align: center;
}
.cid-uQ0gnHDa5B .content-head {
  max-width: 800px;
}
.cid-uQ133I0ai0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ133I0ai0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ133I0ai0 .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-uQ133I0ai0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ133I0ai0 .row {
  flex-direction: row-reverse;
}
.cid-uQ133I0ai0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQ133I0ai0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ133I0ai0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQ133I0ai0 .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQ133I0ai0 .mbr-text,
.cid-uQ133I0ai0 .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQ166OjmAK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ166OjmAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ166OjmAK .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-uQ166OjmAK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ166OjmAK .row {
  flex-direction: row-reverse;
}
.cid-uQ166OjmAK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQ166OjmAK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ166OjmAK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQ166OjmAK .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQ166OjmAK .mbr-text,
.cid-uQ166OjmAK .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQ13tOBJy4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQ13tOBJy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ13tOBJy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ13tOBJy4 .video-wrapper iframe {
  width: 100%;
}
.cid-uQ13tOBJy4 .mbr-section-title,
.cid-uQ13tOBJy4 .mbr-section-subtitle,
.cid-uQ13tOBJy4 .mbr-text {
  text-align: center;
}
.cid-uQ13tOBJy4 .mbr-section-title {
  color: #071a3d;
}
.cid-uQ13tOBJy4 .mbr-text {
  color: #071a3d;
}
.cid-uQ13yMTQ5A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQ13yMTQ5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ13yMTQ5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ13yMTQ5A .video-wrapper iframe {
  width: 100%;
}
.cid-uQ13yMTQ5A .mbr-section-title,
.cid-uQ13yMTQ5A .mbr-section-subtitle,
.cid-uQ13yMTQ5A .mbr-text {
  text-align: center;
}
.cid-uQ13yMTQ5A .mbr-section-title {
  color: #071a3d;
}
.cid-uQ13yMTQ5A .mbr-text {
  color: #071a3d;
}
.cid-uQ15uJ1alr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ15uJ1alr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ15uJ1alr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ15uJ1alr .mbr-section-title {
  color: #071a3d;
}
.cid-uQ11ExAjwg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQ11ExAjwg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQ11ExAjwg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQ11ExAjwg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQ11ExAjwg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQ11ExAjwg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQ11ExAjwg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQ11ExAjwg .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQ11ExAjwg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQ11ExAjwg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQ15tbMIrj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQ15tbMIrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ15tbMIrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ15tbMIrj .mbr-section-title {
  color: #071a3d;
}
.cid-uQ11oTYXYV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQ11oTYXYV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQ11oTYXYV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQ11oTYXYV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQ11oTYXYV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQ11oTYXYV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQ11oTYXYV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQ11oTYXYV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQ11oTYXYV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQ11oTYXYV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQtYulgnjT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQtYulgnjT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQtYulgnjT .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQtYulgnjT .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQtYulgnjT .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQtYulgnjT .mbr-text {
  color: #071a3d;
}
.cid-uQtXTQX2G9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQtXTQX2G9 h6 {
  line-height: 1.2;
}
.cid-uQtXTQX2G9 img,
.cid-uQtXTQX2G9 .item-img {
  width: 100%;
}
.cid-uQtXTQX2G9 .item:focus,
.cid-uQtXTQX2G9 span:focus {
  outline: none;
}
.cid-uQtXTQX2G9 .item {
  cursor: pointer;
}
.cid-uQtXTQX2G9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQtXTQX2G9 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uQtXTQX2G9 .mbr-section-title {
  color: #071a3d;
}
.cid-uQtXTQX2G9 .mbr-text,
.cid-uQtXTQX2G9 .mbr-section-btn {
  color: #000000;
}
.cid-uQtXTQX2G9 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uQtXTQX2G9 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQtXTQX2G9 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uQtXTQX2G9 .content-head {
  max-width: 800px;
}
.cid-uQtXTQX2G9 .item-text,
.cid-uQtXTQX2G9 .mbr-section-btn {
  color: #071a3d;
}
.cid-uQ0gnGHCWO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uQ0gnGHCWO .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uQ0gnGHCWO .row {
    text-align: center;
  }
}
.cid-uQ0gnGHCWO .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uQ0gnGHCWO .mbr-section-title {
  text-align: center;
  color: #071a3d;
}
.cid-uQ0VL9odlW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #071a3d;
}
.cid-uQ0VL9odlW .card-box {
  padding: 0 2rem;
}
.cid-uQ0VL9odlW .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQ0VL9odlW .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQ0VL9odlW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQ0VL9odlW p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uQ0VL9odlW .mbr-text {
  color: #071a3d;
  text-align: center;
}
.cid-uQ0VL9odlW .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uQ0VL9odlW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQ0VL9odlW .card-title {
  text-align: center;
  color: #071a3d;
}
.cid-uWqfrculo1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWqfrculo1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWqfrculo1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWqfrculo1 .card-wrapper {
  background: #071a3d;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWqfrculo1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWqfrculo1 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWqfrculo1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWqfrculo1 .mbr-text,
.cid-uWqfrculo1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uWqfrculo1 .card-title,
.cid-uWqfrculo1 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uQ0gnKYC18 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uQ0gnKYC18 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uQ0gnKYC18 .container {
    padding: 0 12px;
  }
}
.cid-uQ0gnKYC18 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uQ0gnKYC18 .social-row .soc-item {
  margin: 8px;
}
.cid-uQ0gnKYC18 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uQ0gnKYC18 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQ0gnKYC18 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uQ0gnKYC18 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQ0gnKYC18 .mbr-section-title {
  color: #ffffff;
}
.cid-uQ0gnKYC18 .mbr-section-title,
.cid-uQ0gnKYC18 .social-list {
  color: #ffffff;
}
.cid-uQ0gnLtven {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uQ0gnLtven .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ0gnLtven .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ0gnLtven .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uQ0gnLtven .footer-col {
    flex-direction: column;
  }
}
.cid-uQ0gnLtven .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQ0gnLtven .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ0gnLtven .mbr-section-btn {
    text-align: center;
  }
}
.cid-uQ0gnLtven .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQ0gnLtven .soc-item {
  margin: 8px;
}
.cid-uQ0gnLtven .soc-item a:hover .mbr-iconfont,
.cid-uQ0gnLtven .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQ0gnLtven .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uQ0gnLtven .row {
    text-align: center;
  }
  .cid-uQ0gnLtven .social-row {
    justify-content: center;
  }
}
.cid-uQ0gnLtven .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uQ0gnLtven .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ0gnLtven .list {
    margin-bottom: 0rem;
  }
}
.cid-uQ0gnLtven .mbr-text {
  color: #bbbbbb;
}
.cid-uQ0gnLtven .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uQ0gnLtven .list,
.cid-uQ0gnLtven .item-wrap {
  color: #071a3d;
}
.cid-uQ0gnLtven .copyright {
  color: #071a3d;
}
.cid-uQ7T8sx9Kb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQ7T8sx9Kb .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-uQ7T8sx9Kb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQ7T8sx9Kb .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-uQ7T8sx9Kb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQ7T8sx9Kb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ7T8sx9Kb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ7T8sx9Kb .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQ7T8sx9Kb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQ7T8sx9Kb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uQ7T8sx9Kb .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQ7T8sx9Kb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQ7T8sx9Kb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQ7T8sx9Kb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uQ7T8sx9Kb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQ7T8sx9Kb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQ7T8sx9Kb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQ7T8sx9Kb .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQ7T8sx9Kb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQ7T8sx9Kb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQ7T8sx9Kb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQ7T8sx9Kb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQ7T8sx9Kb .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uQ7T8sx9Kb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ7T8sx9Kb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQ7T8sx9Kb .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQ7T8sx9Kb .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: #ffffff !important;
}
.cid-uQ7T8sx9Kb .nav-item:focus,
.cid-uQ7T8sx9Kb .nav-link:focus {
  outline: none;
}
.cid-uQ7T8sx9Kb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ7T8sx9Kb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ7T8sx9Kb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ7T8sx9Kb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ7T8sx9Kb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ7T8sx9Kb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ7T8sx9Kb .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-uQ7T8sx9Kb .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ7T8sx9Kb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ7T8sx9Kb .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ7T8sx9Kb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQ7T8sx9Kb .navbar.collapsed {
  justify-content: center;
}
.cid-uQ7T8sx9Kb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ7T8sx9Kb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ7T8sx9Kb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQ7T8sx9Kb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ7T8sx9Kb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ7T8sx9Kb .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-uQ7T8sx9Kb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ7T8sx9Kb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ7T8sx9Kb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQ7T8sx9Kb .navbar {
    min-height: 72px;
  }
  .cid-uQ7T8sx9Kb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ7T8sx9Kb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ7T8sx9Kb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ7T8sx9Kb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ7T8sx9Kb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ7T8sx9Kb .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-uQ7T8sx9Kb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ7T8sx9Kb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQ7T8sx9Kb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ7T8sx9Kb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ7T8sx9Kb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQ7T8sx9Kb .dropdown-item.active,
.cid-uQ7T8sx9Kb .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ7T8sx9Kb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ7T8sx9Kb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ7T8sx9Kb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ7T8sx9Kb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ7T8sx9Kb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQ7T8sx9Kb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQ7T8sx9Kb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ7T8sx9Kb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQ7T8sx9Kb .navbar-buttons {
    text-align: left;
  }
}
.cid-uQ7T8sx9Kb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ7T8sx9Kb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uQ7T8sx9Kb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ7T8sx9Kb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ7T8sx9Kb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ7T8sx9Kb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ7T8sx9Kb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ7T8sx9Kb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ7T8sx9Kb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ7T8sx9Kb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ7T8sx9Kb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQ7T8sx9Kb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ7T8sx9Kb .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-uQ7T8sx9Kb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ7T8sx9Kb .navbar {
    height: 70px;
  }
  .cid-uQ7T8sx9Kb .navbar.opened {
    height: auto;
  }
  .cid-uQ7T8sx9Kb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ7T8sx9Kb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQ7T8sx9Kb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQ7T8sx9Kb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQ7T8sx9Kb .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-uQ7T8sx9Kb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQ7T8sx9Kb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQ7T8sx9Kb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQ7T8sx9Kb .navbar-brand {
    margin-right: auto;
  }
  .cid-uQ7T8sx9Kb .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQ7T8sx9Kb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQ7T8sx9Kb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQ7T8sx9Kb .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-uQ7T8sx9Kb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQ7T8sx9Kb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQ7T8sx9Kb .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-uQ7T8sx9Kb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQ7T8sx9Kb .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-uQ7T8sx9Kb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQ7T8sx9Kb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQ7TMZz5QY {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #071a3d;
}
.cid-uQ7TMZz5QY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ7TMZz5QY .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-uQ7TMZz5QY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ7TMZz5QY .row {
  flex-direction: row-reverse;
}
.cid-uQ7TMZz5QY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQ7TMZz5QY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ7TMZz5QY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQ7TMZz5QY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQ7TMZz5QY .mbr-text,
.cid-uQ7TMZz5QY .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQ7T8t6hKO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQ7T8t6hKO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQ7T8t6hKO .mbr-section-subtitle {
  color: #000000;
}
.cid-uQ7T8t6hKO .mbr-section-title {
  color: #000000;
}
.cid-uQ7T8thceL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uQ7T8thceL img,
.cid-uQ7T8thceL .item-img {
  width: 100%;
}
.cid-uQ7T8thceL .item:focus,
.cid-uQ7T8thceL span:focus {
  outline: none;
}
.cid-uQ7T8thceL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQ7T8thceL .item {
    margin-bottom: 1rem;
  }
}
.cid-uQ7T8thceL .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQ7T8thceL .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQ7T8thceL .item-wrapper .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) {
  .cid-uQ7T8thceL .item-wrapper .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ7T8thceL .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uQ7T8thceL .mbr-section-title {
  color: #232323;
}
.cid-uQ7T8thceL .mbr-text,
.cid-uQ7T8thceL .mbr-section-btn {
  text-align: center;
}
.cid-uQ7T8thceL .item-title {
  text-align: center;
}
.cid-uQ7T8thceL .content-head {
  max-width: 800px;
}
.cid-uQhyMS0eR4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQhyMS0eR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhyMS0eR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQhyMS0eR4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQhyMS0eR4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uQhyMS0eR4 .item-wrapper {
  position: relative;
}
.cid-uQhyMS0eR4 .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-uQhyMS0eR4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQhyMS0eR4 .carousel-control,
.cid-uQhyMS0eR4 .close {
  background: #1b1b1b;
}
.cid-uQhyMS0eR4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQhyMS0eR4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQhyMS0eR4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQhyMS0eR4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQhyMS0eR4 .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-uQhyMS0eR4 .close::before {
  content: '\e91a';
}
.cid-uQhyMS0eR4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQhyMS0eR4 .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-uQhyMS0eR4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQhyMS0eR4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQhyMS0eR4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQhyMS0eR4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQhyMS0eR4 .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-uQhyMS0eR4 .carousel-indicators li.active,
.cid-uQhyMS0eR4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQhyMS0eR4 .carousel-indicators li::after,
.cid-uQhyMS0eR4 .carousel-indicators li::before {
  content: none;
}
.cid-uQhyMS0eR4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQhyMS0eR4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQhyMS0eR4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQhyMS0eR4 .carousel-indicators {
    display: none;
  }
}
.cid-uQhyMS0eR4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQhyMS0eR4 .carousel-inner > .active {
  display: block;
}
.cid-uQhyMS0eR4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQhyMS0eR4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQhyMS0eR4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQhyMS0eR4 .carousel-control,
  .cid-uQhyMS0eR4 .carousel-indicators,
  .cid-uQhyMS0eR4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQhyMS0eR4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQhyMS0eR4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQhyMS0eR4 .carousel-indicators .active,
.cid-uQhyMS0eR4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQhyMS0eR4 .carousel-indicators .active {
  background: #fff;
}
.cid-uQhyMS0eR4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQhyMS0eR4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQhyMS0eR4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQhyMS0eR4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQhyMS0eR4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQhyMS0eR4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQhyMS0eR4 .carousel {
  width: 100%;
}
.cid-uQhyMS0eR4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQhyMS0eR4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQhyMS0eR4 .modal.fade .modal-dialog,
.cid-uQhyMS0eR4 .modal.in .modal-dialog {
  transform: none;
}
.cid-uQhyMS0eR4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQhyMS0eR4 .content-head {
  max-width: 800px;
}
.cid-uQ7T8ueYNI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQ7T8ueYNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ7T8ueYNI .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-uQ7T8ueYNI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ7T8ueYNI .row {
  flex-direction: row-reverse;
}
.cid-uQ7T8ueYNI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQ7T8ueYNI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ7T8ueYNI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQ7T8ueYNI .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQ7T8ueYNI .mbr-text,
.cid-uQ7T8ueYNI .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQ84CKgoH5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQ84CKgoH5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQ84CKgoH5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQ84CKgoH5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQ84CKgoH5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQ84CKgoH5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQ84CKgoH5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQ84CKgoH5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQ84CKgoH5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQ84CKgoH5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQ8609ZOBY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQ8609ZOBY .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQ8609ZOBY .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQ8609ZOBY .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQ8609ZOBY .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQ8609ZOBY .mbr-text {
  color: #3d5943;
}
.cid-uQhtvBLEtP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uQhtvBLEtP .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uQhtvBLEtP .row {
    text-align: center;
  }
}
.cid-uQhtvBLEtP .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uQhtvBLEtP .mbr-section-title {
  text-align: center;
  color: #071a3d;
}
.cid-uQhszLLTwR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #071a3d;
}
.cid-uQhszLLTwR .card-box {
  padding: 0 2rem;
}
.cid-uQhszLLTwR .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQhszLLTwR .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQhszLLTwR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQhszLLTwR p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uQhszLLTwR .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQhszLLTwR .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uQhszLLTwR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQhszLLTwR .card-title {
  text-align: center;
  color: #000000;
}
.cid-uQhxlnO7aa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uQhxlnO7aa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhxlnO7aa .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-uQhxlnO7aa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQhxlnO7aa .row {
  flex-direction: row-reverse;
}
.cid-uQhxlnO7aa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQhxlnO7aa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQhxlnO7aa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQhxlnO7aa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQhxlnO7aa .mbr-text,
.cid-uQhxlnO7aa .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQhwHAXx88 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uQhwHAXx88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhwHAXx88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQhwHAXx88 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uQhwHAXx88 .container {
    max-width: 1400px;
  }
}
.cid-uQhwHAXx88 .card {
  margin: auto;
}
.cid-uQhwHAXx88 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uQhwHAXx88 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQhwHAXx88 .row {
  justify-content: center;
}
.cid-uQhwHAXx88 H3 {
  color: #ffffff;
}
.cid-uQhwHAXx88 .card-title,
.cid-uQhwHAXx88 .card-box {
  color: #ffffff;
}
.cid-uQ7T8xrXNG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uQ7T8xrXNG .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uQ7T8xrXNG .container {
    padding: 0 12px;
  }
}
.cid-uQ7T8xrXNG .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uQ7T8xrXNG .social-row .soc-item {
  margin: 8px;
}
.cid-uQ7T8xrXNG .social-row .soc-item a:hover .mbr-iconfont,
.cid-uQ7T8xrXNG .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQ7T8xrXNG .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uQ7T8xrXNG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQ7T8xrXNG .mbr-section-title {
  color: #ffffff;
}
.cid-uQ7T8xrXNG .mbr-section-title,
.cid-uQ7T8xrXNG .social-list {
  color: #ffffff;
}
.cid-uQ7T8xNzHR {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uQ7T8xNzHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ7T8xNzHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ7T8xNzHR .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uQ7T8xNzHR .footer-col {
    flex-direction: column;
  }
}
.cid-uQ7T8xNzHR .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQ7T8xNzHR .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ7T8xNzHR .mbr-section-btn {
    text-align: center;
  }
}
.cid-uQ7T8xNzHR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQ7T8xNzHR .soc-item {
  margin: 8px;
}
.cid-uQ7T8xNzHR .soc-item a:hover .mbr-iconfont,
.cid-uQ7T8xNzHR .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQ7T8xNzHR .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uQ7T8xNzHR .row {
    text-align: center;
  }
  .cid-uQ7T8xNzHR .social-row {
    justify-content: center;
  }
}
.cid-uQ7T8xNzHR .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uQ7T8xNzHR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ7T8xNzHR .list {
    margin-bottom: 0rem;
  }
}
.cid-uQ7T8xNzHR .mbr-text {
  color: #bbbbbb;
}
.cid-uQ7T8xNzHR .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uQ7T8xNzHR .list,
.cid-uQ7T8xNzHR .item-wrap {
  color: #071a3d;
}
.cid-uQ7T8xNzHR .copyright {
  color: #071a3d;
}
.cid-uQhmE9KEjs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQhmE9KEjs .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-uQhmE9KEjs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQhmE9KEjs .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-uQhmE9KEjs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQhmE9KEjs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQhmE9KEjs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQhmE9KEjs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQhmE9KEjs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQhmE9KEjs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uQhmE9KEjs .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQhmE9KEjs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQhmE9KEjs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQhmE9KEjs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uQhmE9KEjs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQhmE9KEjs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQhmE9KEjs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQhmE9KEjs .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQhmE9KEjs .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQhmE9KEjs .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQhmE9KEjs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQhmE9KEjs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQhmE9KEjs .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uQhmE9KEjs .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQhmE9KEjs .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQhmE9KEjs .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQhmE9KEjs .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: #ffffff !important;
}
.cid-uQhmE9KEjs .nav-item:focus,
.cid-uQhmE9KEjs .nav-link:focus {
  outline: none;
}
.cid-uQhmE9KEjs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQhmE9KEjs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQhmE9KEjs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQhmE9KEjs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQhmE9KEjs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQhmE9KEjs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQhmE9KEjs .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-uQhmE9KEjs .navbar.opened {
  transition: all 0.3s;
}
.cid-uQhmE9KEjs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQhmE9KEjs .navbar .navbar-logo img {
  width: auto;
}
.cid-uQhmE9KEjs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQhmE9KEjs .navbar.collapsed {
  justify-content: center;
}
.cid-uQhmE9KEjs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQhmE9KEjs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQhmE9KEjs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQhmE9KEjs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQhmE9KEjs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQhmE9KEjs .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-uQhmE9KEjs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQhmE9KEjs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQhmE9KEjs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQhmE9KEjs .navbar {
    min-height: 72px;
  }
  .cid-uQhmE9KEjs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQhmE9KEjs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQhmE9KEjs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQhmE9KEjs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQhmE9KEjs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQhmE9KEjs .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-uQhmE9KEjs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQhmE9KEjs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQhmE9KEjs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQhmE9KEjs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQhmE9KEjs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQhmE9KEjs .dropdown-item.active,
.cid-uQhmE9KEjs .dropdown-item:active {
  background-color: transparent;
}
.cid-uQhmE9KEjs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQhmE9KEjs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQhmE9KEjs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQhmE9KEjs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQhmE9KEjs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQhmE9KEjs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQhmE9KEjs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQhmE9KEjs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQhmE9KEjs .navbar-buttons {
    text-align: left;
  }
}
.cid-uQhmE9KEjs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQhmE9KEjs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uQhmE9KEjs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQhmE9KEjs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQhmE9KEjs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQhmE9KEjs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQhmE9KEjs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQhmE9KEjs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQhmE9KEjs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQhmE9KEjs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQhmE9KEjs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQhmE9KEjs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQhmE9KEjs .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-uQhmE9KEjs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQhmE9KEjs .navbar {
    height: 70px;
  }
  .cid-uQhmE9KEjs .navbar.opened {
    height: auto;
  }
  .cid-uQhmE9KEjs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQhmE9KEjs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQhmE9KEjs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQhmE9KEjs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQhmE9KEjs .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-uQhmE9KEjs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQhmE9KEjs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQhmE9KEjs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQhmE9KEjs .navbar-brand {
    margin-right: auto;
  }
  .cid-uQhmE9KEjs .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQhmE9KEjs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQhmE9KEjs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQhmE9KEjs .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-uQhmE9KEjs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQhmE9KEjs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQhmE9KEjs .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-uQhmE9KEjs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQhmE9KEjs .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-uQhmE9KEjs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQhmE9KEjs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQhmMkBvpe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQhmMkBvpe .mbr-section-subtitle {
  color: #0f1e4b;
  text-align: left;
}
.cid-uQhmMkBvpe .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uQhmMkBvpe H2 {
  color: #071a3d;
}
.cid-uQhmEaI7jo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uQhmEaI7jo .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uQhmEaI7jo .container {
    padding: 0 12px;
  }
}
.cid-uQhmEaI7jo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uQhmEaI7jo .social-row .soc-item {
  margin: 8px;
}
.cid-uQhmEaI7jo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uQhmEaI7jo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQhmEaI7jo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uQhmEaI7jo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQhmEaI7jo .mbr-section-title {
  color: #ffffff;
}
.cid-uQhmEaI7jo .mbr-section-title,
.cid-uQhmEaI7jo .social-list {
  color: #ffffff;
}
.cid-uQhmEaZGmf {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uQhmEaZGmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhmEaZGmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQhmEaZGmf .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uQhmEaZGmf .footer-col {
    flex-direction: column;
  }
}
.cid-uQhmEaZGmf .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQhmEaZGmf .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQhmEaZGmf .mbr-section-btn {
    text-align: center;
  }
}
.cid-uQhmEaZGmf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQhmEaZGmf .soc-item {
  margin: 8px;
}
.cid-uQhmEaZGmf .soc-item a:hover .mbr-iconfont,
.cid-uQhmEaZGmf .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQhmEaZGmf .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uQhmEaZGmf .row {
    text-align: center;
  }
  .cid-uQhmEaZGmf .social-row {
    justify-content: center;
  }
}
.cid-uQhmEaZGmf .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uQhmEaZGmf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQhmEaZGmf .list {
    margin-bottom: 0rem;
  }
}
.cid-uQhmEaZGmf .mbr-text {
  color: #bbbbbb;
}
.cid-uQhmEaZGmf .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uQhmEaZGmf .list,
.cid-uQhmEaZGmf .item-wrap {
  color: #071a3d;
}
.cid-uQhmEaZGmf .copyright {
  color: #071a3d;
}
.cid-uQhUgg6h9y {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQhUgg6h9y .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-uQhUgg6h9y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQhUgg6h9y .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-uQhUgg6h9y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQhUgg6h9y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQhUgg6h9y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQhUgg6h9y .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQhUgg6h9y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQhUgg6h9y .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uQhUgg6h9y .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQhUgg6h9y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQhUgg6h9y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQhUgg6h9y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uQhUgg6h9y .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQhUgg6h9y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQhUgg6h9y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQhUgg6h9y .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQhUgg6h9y .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQhUgg6h9y .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQhUgg6h9y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQhUgg6h9y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQhUgg6h9y .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uQhUgg6h9y .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQhUgg6h9y .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQhUgg6h9y .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQhUgg6h9y .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: #ffffff !important;
}
.cid-uQhUgg6h9y .nav-item:focus,
.cid-uQhUgg6h9y .nav-link:focus {
  outline: none;
}
.cid-uQhUgg6h9y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQhUgg6h9y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQhUgg6h9y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQhUgg6h9y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQhUgg6h9y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQhUgg6h9y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQhUgg6h9y .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-uQhUgg6h9y .navbar.opened {
  transition: all 0.3s;
}
.cid-uQhUgg6h9y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQhUgg6h9y .navbar .navbar-logo img {
  width: auto;
}
.cid-uQhUgg6h9y .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQhUgg6h9y .navbar.collapsed {
  justify-content: center;
}
.cid-uQhUgg6h9y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQhUgg6h9y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQhUgg6h9y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQhUgg6h9y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQhUgg6h9y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQhUgg6h9y .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-uQhUgg6h9y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQhUgg6h9y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQhUgg6h9y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQhUgg6h9y .navbar {
    min-height: 72px;
  }
  .cid-uQhUgg6h9y .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQhUgg6h9y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQhUgg6h9y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQhUgg6h9y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQhUgg6h9y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQhUgg6h9y .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-uQhUgg6h9y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQhUgg6h9y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQhUgg6h9y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQhUgg6h9y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQhUgg6h9y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQhUgg6h9y .dropdown-item.active,
.cid-uQhUgg6h9y .dropdown-item:active {
  background-color: transparent;
}
.cid-uQhUgg6h9y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQhUgg6h9y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQhUgg6h9y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQhUgg6h9y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQhUgg6h9y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQhUgg6h9y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQhUgg6h9y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQhUgg6h9y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQhUgg6h9y .navbar-buttons {
    text-align: left;
  }
}
.cid-uQhUgg6h9y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQhUgg6h9y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uQhUgg6h9y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQhUgg6h9y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQhUgg6h9y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQhUgg6h9y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQhUgg6h9y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQhUgg6h9y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQhUgg6h9y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQhUgg6h9y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQhUgg6h9y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQhUgg6h9y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQhUgg6h9y .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-uQhUgg6h9y .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQhUgg6h9y .navbar {
    height: 70px;
  }
  .cid-uQhUgg6h9y .navbar.opened {
    height: auto;
  }
  .cid-uQhUgg6h9y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQhUgg6h9y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQhUgg6h9y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQhUgg6h9y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQhUgg6h9y .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-uQhUgg6h9y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQhUgg6h9y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQhUgg6h9y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQhUgg6h9y .navbar-brand {
    margin-right: auto;
  }
  .cid-uQhUgg6h9y .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQhUgg6h9y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQhUgg6h9y .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQhUgg6h9y .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-uQhUgg6h9y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQhUgg6h9y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQhUgg6h9y .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-uQhUgg6h9y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQhUgg6h9y .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-uQhUgg6h9y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQhUgg6h9y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQhUggtiQ1 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQhUggtiQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhUggtiQ1 .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-uQhUggtiQ1 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uQhUggtiQ1 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uQhUggtiQ1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQhUggtiQ1 .media-content,
.cid-uQhUggtiQ1 .mbr-figure {
  align-self: center;
}
.cid-uQhUggtiQ1 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uQhUggtiQ1 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uQhUggtiQ1 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uQhUggtiQ1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uQhUggtiQ1 .mbr-text,
.cid-uQhUggtiQ1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQhUggMPXc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQhUggMPXc .mbr-text {
  color: #071a3d;
  text-align: center;
}
.cid-uQhUggMPXc .mbr-section-subtitle {
  color: #000000;
}
.cid-uQhUggMPXc .mbr-section-title {
  color: #000000;
}
.cid-uQifgxEI1z {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQifgxEI1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQifgxEI1z .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-uQifgxEI1z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQifgxEI1z .row {
  flex-direction: row-reverse;
}
.cid-uQifgxEI1z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQifgxEI1z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQifgxEI1z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQifgxEI1z .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQifgxEI1z .mbr-text,
.cid-uQifgxEI1z .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQiggxhmHi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQiggxhmHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQiggxhmHi .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-uQiggxhmHi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQiggxhmHi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQiggxhmHi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQiggxhmHi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQiggxhmHi .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQiggxhmHi .mbr-text,
.cid-uQiggxhmHi .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQigP0KYHF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQigP0KYHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQigP0KYHF .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-uQigP0KYHF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQigP0KYHF .row {
  flex-direction: row-reverse;
}
.cid-uQigP0KYHF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQigP0KYHF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQigP0KYHF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQigP0KYHF .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQigP0KYHF .mbr-text,
.cid-uQigP0KYHF .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQihFos9KF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQihFos9KF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQihFos9KF .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-uQihFos9KF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQihFos9KF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQihFos9KF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQihFos9KF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQihFos9KF .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQihFos9KF .mbr-text,
.cid-uQihFos9KF .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQij8vlPfw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQij8vlPfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQij8vlPfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQij8vlPfw .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQij8vlPfw .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uQij8vlPfw .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uQij8vlPfw .mbr-text,
.cid-uQij8vlPfw .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQij8vlPfw .card-title,
.cid-uQij8vlPfw .card-box {
  text-align: center;
  color: #071a3d;
}
.cid-uQhUghXPgv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQhUghXPgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhUghXPgv .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-uQhUghXPgv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQhUghXPgv .row {
  flex-direction: row-reverse;
}
.cid-uQhUghXPgv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQhUghXPgv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQhUghXPgv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQhUghXPgv .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQhUghXPgv .mbr-text,
.cid-uQhUghXPgv .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQnIluwsTl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQnIluwsTl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQnIluwsTl .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQnIluwsTl .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQnIluwsTl .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQnIluwsTl .mbr-text {
  color: #3d5943;
}
.cid-uQhUgirwQU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQhUgirwQU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQhUgirwQU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQhUgirwQU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQhUgirwQU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQhUgirwQU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQhUgirwQU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQhUgirwQU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQhUgirwQU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQhUgirwQU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uVMfySsWVJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVMfySsWVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMfySsWVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVMfySsWVJ .mbr-section-title {
  color: #071a3d;
}
.cid-uVMfvZMM98 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uVMfvZMM98 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uVMfvZMM98 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uVMfvZMM98 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uVMfvZMM98 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uVMfvZMM98 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uVMfvZMM98 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uVMfvZMM98 .card .panel-body {
  color: #767676;
}
.cid-uVMfvZMM98 .panel-text {
  color: #0f1e4b;
}
.cid-uVMfvZMM98 H4 {
  color: #071a3d;
}
.cid-uQhUgjEHOZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQhUgjEHOZ h6 {
  line-height: 1.2;
}
.cid-uQhUgjEHOZ img,
.cid-uQhUgjEHOZ .item-img {
  width: 100%;
}
.cid-uQhUgjEHOZ .item:focus,
.cid-uQhUgjEHOZ span:focus {
  outline: none;
}
.cid-uQhUgjEHOZ .item {
  cursor: pointer;
}
.cid-uQhUgjEHOZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQhUgjEHOZ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uQhUgjEHOZ .mbr-section-title {
  color: #071a3d;
}
.cid-uQhUgjEHOZ .mbr-text,
.cid-uQhUgjEHOZ .mbr-section-btn {
  color: #000000;
}
.cid-uQhUgjEHOZ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uQhUgjEHOZ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQhUgjEHOZ .item-text {
  color: #000000;
  text-align: center;
}
.cid-uQhUgjEHOZ .content-head {
  max-width: 800px;
}
.cid-uQhUgiUki2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQhUgiUki2 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uQhUgiUki2 .row {
    text-align: center;
  }
}
.cid-uQhUgiUki2 .mbr-text {
  text-align: center;
  color: #071a3d;
}
.cid-uQhUgiUki2 .mbr-section-title {
  text-align: center;
  color: #071a3d;
}
.cid-uQhUgjabuP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #071a3d;
}
.cid-uQhUgjabuP .card-box {
  padding: 0 2rem;
}
.cid-uQhUgjabuP .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQhUgjabuP .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQhUgjabuP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQhUgjabuP p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uQhUgjabuP .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQhUgjabuP .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uQhUgjabuP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQhUgjabuP .card-title {
  text-align: center;
  color: #0f1e4b;
}
.cid-uQhUglZM7r {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uQhUglZM7r .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uQhUglZM7r .container {
    padding: 0 12px;
  }
}
.cid-uQhUglZM7r .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uQhUglZM7r .social-row .soc-item {
  margin: 8px;
}
.cid-uQhUglZM7r .social-row .soc-item a:hover .mbr-iconfont,
.cid-uQhUglZM7r .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQhUglZM7r .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uQhUglZM7r .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQhUglZM7r .mbr-section-title {
  color: #ffffff;
}
.cid-uQhUglZM7r .mbr-section-title,
.cid-uQhUglZM7r .social-list {
  color: #ffffff;
}
.cid-uQhUgmzFEu {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uQhUgmzFEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhUgmzFEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQhUgmzFEu .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uQhUgmzFEu .footer-col {
    flex-direction: column;
  }
}
.cid-uQhUgmzFEu .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQhUgmzFEu .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQhUgmzFEu .mbr-section-btn {
    text-align: center;
  }
}
.cid-uQhUgmzFEu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQhUgmzFEu .soc-item {
  margin: 8px;
}
.cid-uQhUgmzFEu .soc-item a:hover .mbr-iconfont,
.cid-uQhUgmzFEu .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQhUgmzFEu .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uQhUgmzFEu .row {
    text-align: center;
  }
  .cid-uQhUgmzFEu .social-row {
    justify-content: center;
  }
}
.cid-uQhUgmzFEu .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uQhUgmzFEu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQhUgmzFEu .list {
    margin-bottom: 0rem;
  }
}
.cid-uQhUgmzFEu .mbr-text {
  color: #bbbbbb;
}
.cid-uQhUgmzFEu .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uQhUgmzFEu .list,
.cid-uQhUgmzFEu .item-wrap {
  color: #071a3d;
}
.cid-uQhUgmzFEu .copyright {
  color: #071a3d;
}
.cid-uQnqGcl5sx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQnqGcl5sx .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-uQnqGcl5sx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQnqGcl5sx .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-uQnqGcl5sx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQnqGcl5sx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQnqGcl5sx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQnqGcl5sx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQnqGcl5sx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQnqGcl5sx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uQnqGcl5sx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQnqGcl5sx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQnqGcl5sx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQnqGcl5sx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uQnqGcl5sx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQnqGcl5sx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQnqGcl5sx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQnqGcl5sx .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQnqGcl5sx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQnqGcl5sx .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQnqGcl5sx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQnqGcl5sx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQnqGcl5sx .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uQnqGcl5sx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQnqGcl5sx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQnqGcl5sx .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQnqGcl5sx .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: #ffffff !important;
}
.cid-uQnqGcl5sx .nav-item:focus,
.cid-uQnqGcl5sx .nav-link:focus {
  outline: none;
}
.cid-uQnqGcl5sx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQnqGcl5sx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQnqGcl5sx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQnqGcl5sx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQnqGcl5sx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQnqGcl5sx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQnqGcl5sx .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-uQnqGcl5sx .navbar.opened {
  transition: all 0.3s;
}
.cid-uQnqGcl5sx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQnqGcl5sx .navbar .navbar-logo img {
  width: auto;
}
.cid-uQnqGcl5sx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQnqGcl5sx .navbar.collapsed {
  justify-content: center;
}
.cid-uQnqGcl5sx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQnqGcl5sx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQnqGcl5sx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQnqGcl5sx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQnqGcl5sx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQnqGcl5sx .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-uQnqGcl5sx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQnqGcl5sx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQnqGcl5sx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQnqGcl5sx .navbar {
    min-height: 72px;
  }
  .cid-uQnqGcl5sx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQnqGcl5sx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQnqGcl5sx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQnqGcl5sx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQnqGcl5sx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQnqGcl5sx .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-uQnqGcl5sx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQnqGcl5sx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQnqGcl5sx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQnqGcl5sx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQnqGcl5sx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQnqGcl5sx .dropdown-item.active,
.cid-uQnqGcl5sx .dropdown-item:active {
  background-color: transparent;
}
.cid-uQnqGcl5sx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQnqGcl5sx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQnqGcl5sx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQnqGcl5sx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQnqGcl5sx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQnqGcl5sx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQnqGcl5sx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQnqGcl5sx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQnqGcl5sx .navbar-buttons {
    text-align: left;
  }
}
.cid-uQnqGcl5sx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQnqGcl5sx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uQnqGcl5sx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQnqGcl5sx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQnqGcl5sx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQnqGcl5sx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQnqGcl5sx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQnqGcl5sx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQnqGcl5sx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQnqGcl5sx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQnqGcl5sx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQnqGcl5sx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQnqGcl5sx .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-uQnqGcl5sx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQnqGcl5sx .navbar {
    height: 70px;
  }
  .cid-uQnqGcl5sx .navbar.opened {
    height: auto;
  }
  .cid-uQnqGcl5sx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQnqGcl5sx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQnqGcl5sx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQnqGcl5sx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQnqGcl5sx .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-uQnqGcl5sx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQnqGcl5sx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQnqGcl5sx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQnqGcl5sx .navbar-brand {
    margin-right: auto;
  }
  .cid-uQnqGcl5sx .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQnqGcl5sx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQnqGcl5sx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQnqGcl5sx .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-uQnqGcl5sx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQnqGcl5sx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQnqGcl5sx .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-uQnqGcl5sx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQnqGcl5sx .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-uQnqGcl5sx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQnqGcl5sx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQnqGcPxWL {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQnqGcPxWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnqGcPxWL .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-uQnqGcPxWL .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uQnqGcPxWL .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uQnqGcPxWL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQnqGcPxWL .media-content,
.cid-uQnqGcPxWL .mbr-figure {
  align-self: center;
}
.cid-uQnqGcPxWL .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uQnqGcPxWL .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uQnqGcPxWL .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uQnqGcPxWL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uQnqGcPxWL .mbr-text,
.cid-uQnqGcPxWL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQnqGdaxWR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQnqGdaxWR .mbr-text {
  color: #071a3d;
  text-align: center;
}
.cid-uQnqGdaxWR .mbr-section-subtitle {
  color: #000000;
}
.cid-uQnqGdaxWR .mbr-section-title {
  color: #000000;
}
.cid-uQnqGdnwxR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQnqGdnwxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnqGdnwxR .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-uQnqGdnwxR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQnqGdnwxR .row {
  flex-direction: row-reverse;
}
.cid-uQnqGdnwxR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQnqGdnwxR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQnqGdnwxR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQnqGdnwxR .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQnqGdnwxR .mbr-text,
.cid-uQnqGdnwxR .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQnqGdELYp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQnqGdELYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnqGdELYp .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-uQnqGdELYp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQnqGdELYp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQnqGdELYp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQnqGdELYp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQnqGdELYp .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQnqGdELYp .mbr-text,
.cid-uQnqGdELYp .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQnqGdZitP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQnqGdZitP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnqGdZitP .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-uQnqGdZitP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQnqGdZitP .row {
  flex-direction: row-reverse;
}
.cid-uQnqGdZitP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQnqGdZitP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQnqGdZitP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQnqGdZitP .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQnqGdZitP .mbr-text,
.cid-uQnqGdZitP .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQnqGegLKl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQnqGegLKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnqGegLKl .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-uQnqGegLKl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQnqGegLKl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQnqGegLKl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQnqGegLKl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQnqGegLKl .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQnqGegLKl .mbr-text,
.cid-uQnqGegLKl .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQtahW8FDc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (min-width: 992px) {
  .cid-uQtahW8FDc .carousel {
    min-height: 600px;
  }
  .cid-uQtahW8FDc .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQtahW8FDc .carousel {
    min-height: 390px;
  }
  .cid-uQtahW8FDc .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQtahW8FDc .carousel {
    min-height: 330px;
  }
  .cid-uQtahW8FDc .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uQtahW8FDc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQtahW8FDc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQtahW8FDc .carousel,
.cid-uQtahW8FDc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQtahW8FDc .item-wrapper {
  width: 100%;
}
.cid-uQtahW8FDc .carousel-caption {
  bottom: 40px;
}
.cid-uQtahW8FDc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQtahW8FDc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQtahW8FDc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQtahW8FDc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQtahW8FDc .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-uQtahW8FDc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQtahW8FDc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQtahW8FDc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQtahW8FDc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQtahW8FDc .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-uQtahW8FDc .carousel-indicators li.active,
.cid-uQtahW8FDc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQtahW8FDc .carousel-indicators li::after,
.cid-uQtahW8FDc .carousel-indicators li::before {
  content: none;
}
.cid-uQtahW8FDc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQtahW8FDc .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnqGexVHs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQnqGexVHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnqGexVHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQnqGexVHs .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQnqGexVHs .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uQnqGexVHs .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uQnqGexVHs .mbr-text,
.cid-uQnqGexVHs .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQnqGexVHs .card-title,
.cid-uQnqGexVHs .card-box {
  text-align: center;
  color: #071a3d;
}
.cid-uQnqGfH8SF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQnqGfH8SF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnqGfH8SF .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-uQnqGfH8SF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQnqGfH8SF .row {
  flex-direction: row-reverse;
}
.cid-uQnqGfH8SF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQnqGfH8SF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQnqGfH8SF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQnqGfH8SF .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQnqGfH8SF .mbr-text,
.cid-uQnqGfH8SF .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQnD7MVoR0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQnD7MVoR0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQnD7MVoR0 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQnD7MVoR0 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQnD7MVoR0 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQnD7MVoR0 .mbr-text {
  color: #3d5943;
}
.cid-uQnIGUBHcb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQnIGUBHcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnIGUBHcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQnIGUBHcb .mbr-section-title {
  color: #071a3d;
}
.cid-uQnqGgecCM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQnqGgecCM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQnqGgecCM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnqGgecCM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnqGgecCM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnqGgecCM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQnqGgecCM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQnqGgecCM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQnqGgecCM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQnqGgecCM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQnBCDKLD6 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQnBCDKLD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnBCDKLD6 .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-uQnBCDKLD6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQnBCDKLD6 .row {
  flex-direction: row-reverse;
}
.cid-uQnBCDKLD6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQnBCDKLD6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQnBCDKLD6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQnBCDKLD6 .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQnBCDKLD6 .mbr-text,
.cid-uQnBCDKLD6 .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQnCiJweyB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQnCiJweyB .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQnCiJweyB .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQnCiJweyB .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQnCiJweyB .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQnCiJweyB .mbr-text {
  color: #3d5943;
}
.cid-uQnCeQfQVP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQnCeQfQVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnCeQfQVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQnCeQfQVP .mbr-section-title {
  color: #071a3d;
}
.cid-uQnBxMGT4L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQnBxMGT4L .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQnBxMGT4L .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnBxMGT4L .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnBxMGT4L .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnBxMGT4L .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQnBxMGT4L .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQnBxMGT4L .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQnBxMGT4L .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQnBxMGT4L .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQnCfBAKMh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQnCfBAKMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnCfBAKMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQnCfBAKMh .mbr-section-title {
  color: #071a3d;
}
.cid-uQnByL6EEN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQnByL6EEN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQnByL6EEN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnByL6EEN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnByL6EEN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnByL6EEN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQnByL6EEN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQnByL6EEN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQnByL6EEN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQnByL6EEN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQnqGhyqrl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQnqGhyqrl h6 {
  line-height: 1.2;
}
.cid-uQnqGhyqrl img,
.cid-uQnqGhyqrl .item-img {
  width: 100%;
}
.cid-uQnqGhyqrl .item:focus,
.cid-uQnqGhyqrl span:focus {
  outline: none;
}
.cid-uQnqGhyqrl .item {
  cursor: pointer;
}
.cid-uQnqGhyqrl .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQnqGhyqrl .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uQnqGhyqrl .mbr-section-title {
  color: #071a3d;
}
.cid-uQnqGhyqrl .mbr-text,
.cid-uQnqGhyqrl .mbr-section-btn {
  color: #000000;
}
.cid-uQnqGhyqrl .item-title {
  color: #000000;
  text-align: center;
}
.cid-uQnqGhyqrl .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQnqGhyqrl .item-text {
  color: #000000;
  text-align: center;
}
.cid-uQnqGhyqrl .content-head {
  max-width: 800px;
}
.cid-uQnqGgJ4NY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQnqGgJ4NY .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uQnqGgJ4NY .row {
    text-align: center;
  }
}
.cid-uQnqGgJ4NY .mbr-text {
  text-align: center;
  color: #071a3d;
}
.cid-uQnqGgJ4NY .mbr-section-title {
  text-align: center;
  color: #071a3d;
}
.cid-uQnqGh5fiU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #071a3d;
}
.cid-uQnqGh5fiU .card-box {
  padding: 0 2rem;
}
.cid-uQnqGh5fiU .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQnqGh5fiU .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQnqGh5fiU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQnqGh5fiU p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uQnqGh5fiU .mbr-text {
  color: #071a3d;
  text-align: center;
}
.cid-uQnqGh5fiU .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uQnqGh5fiU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQnqGh5fiU .card-title {
  text-align: center;
  color: #0f1e4b;
}
.cid-uQnqGjtmas {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uQnqGjtmas .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uQnqGjtmas .container {
    padding: 0 12px;
  }
}
.cid-uQnqGjtmas .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uQnqGjtmas .social-row .soc-item {
  margin: 8px;
}
.cid-uQnqGjtmas .social-row .soc-item a:hover .mbr-iconfont,
.cid-uQnqGjtmas .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQnqGjtmas .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uQnqGjtmas .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQnqGjtmas .mbr-section-title {
  color: #ffffff;
}
.cid-uQnqGjtmas .mbr-section-title,
.cid-uQnqGjtmas .social-list {
  color: #ffffff;
}
.cid-uQnqGjYaoD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uQnqGjYaoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnqGjYaoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQnqGjYaoD .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uQnqGjYaoD .footer-col {
    flex-direction: column;
  }
}
.cid-uQnqGjYaoD .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQnqGjYaoD .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQnqGjYaoD .mbr-section-btn {
    text-align: center;
  }
}
.cid-uQnqGjYaoD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQnqGjYaoD .soc-item {
  margin: 8px;
}
.cid-uQnqGjYaoD .soc-item a:hover .mbr-iconfont,
.cid-uQnqGjYaoD .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQnqGjYaoD .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uQnqGjYaoD .row {
    text-align: center;
  }
  .cid-uQnqGjYaoD .social-row {
    justify-content: center;
  }
}
.cid-uQnqGjYaoD .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uQnqGjYaoD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQnqGjYaoD .list {
    margin-bottom: 0rem;
  }
}
.cid-uQnqGjYaoD .mbr-text {
  color: #bbbbbb;
}
.cid-uQnqGjYaoD .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uQnqGjYaoD .list,
.cid-uQnqGjYaoD .item-wrap {
  color: #071a3d;
}
.cid-uQnqGjYaoD .copyright {
  color: #071a3d;
}
.cid-uQt167siNC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQt167siNC .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-uQt167siNC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQt167siNC .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-uQt167siNC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQt167siNC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQt167siNC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQt167siNC .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQt167siNC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQt167siNC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uQt167siNC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQt167siNC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQt167siNC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQt167siNC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uQt167siNC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQt167siNC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQt167siNC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQt167siNC .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQt167siNC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQt167siNC .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQt167siNC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQt167siNC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQt167siNC .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uQt167siNC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQt167siNC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQt167siNC .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQt167siNC .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: #ffffff !important;
}
.cid-uQt167siNC .nav-item:focus,
.cid-uQt167siNC .nav-link:focus {
  outline: none;
}
.cid-uQt167siNC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQt167siNC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQt167siNC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQt167siNC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQt167siNC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQt167siNC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQt167siNC .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-uQt167siNC .navbar.opened {
  transition: all 0.3s;
}
.cid-uQt167siNC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQt167siNC .navbar .navbar-logo img {
  width: auto;
}
.cid-uQt167siNC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQt167siNC .navbar.collapsed {
  justify-content: center;
}
.cid-uQt167siNC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQt167siNC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQt167siNC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQt167siNC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQt167siNC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQt167siNC .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-uQt167siNC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQt167siNC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQt167siNC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQt167siNC .navbar {
    min-height: 72px;
  }
  .cid-uQt167siNC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQt167siNC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQt167siNC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQt167siNC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQt167siNC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQt167siNC .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-uQt167siNC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQt167siNC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQt167siNC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQt167siNC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQt167siNC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQt167siNC .dropdown-item.active,
.cid-uQt167siNC .dropdown-item:active {
  background-color: transparent;
}
.cid-uQt167siNC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQt167siNC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQt167siNC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQt167siNC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQt167siNC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQt167siNC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQt167siNC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQt167siNC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQt167siNC .navbar-buttons {
    text-align: left;
  }
}
.cid-uQt167siNC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQt167siNC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uQt167siNC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQt167siNC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQt167siNC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQt167siNC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQt167siNC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQt167siNC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQt167siNC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQt167siNC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQt167siNC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQt167siNC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQt167siNC .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-uQt167siNC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQt167siNC .navbar {
    height: 70px;
  }
  .cid-uQt167siNC .navbar.opened {
    height: auto;
  }
  .cid-uQt167siNC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQt167siNC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQt167siNC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQt167siNC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQt167siNC .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-uQt167siNC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQt167siNC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQt167siNC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQt167siNC .navbar-brand {
    margin-right: auto;
  }
  .cid-uQt167siNC .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQt167siNC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQt167siNC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQt167siNC .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-uQt167siNC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQt167siNC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQt167siNC .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-uQt167siNC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQt167siNC .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-uQt167siNC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQt167siNC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQt167XdDo {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQt167XdDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQt167XdDo .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-uQt167XdDo .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uQt167XdDo .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uQt167XdDo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQt167XdDo .media-content,
.cid-uQt167XdDo .mbr-figure {
  align-self: center;
}
.cid-uQt167XdDo .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uQt167XdDo .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uQt167XdDo .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uQt167XdDo .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uQt167XdDo .mbr-text,
.cid-uQt167XdDo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQt168pGow {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQt168pGow .mbr-text {
  color: #071a3d;
  text-align: center;
}
.cid-uQt168pGow .mbr-section-subtitle {
  color: #000000;
}
.cid-uQt168pGow .mbr-section-title {
  color: #000000;
}
.cid-uQt168Do9n {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQt168Do9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQt168Do9n .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-uQt168Do9n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQt168Do9n .row {
  flex-direction: row-reverse;
}
.cid-uQt168Do9n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQt168Do9n .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQt168Do9n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQt168Do9n .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQt168Do9n .mbr-text,
.cid-uQt168Do9n .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQt168WwEJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQt168WwEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQt168WwEJ .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-uQt168WwEJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQt168WwEJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQt168WwEJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQt168WwEJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQt168WwEJ .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQt168WwEJ .mbr-text,
.cid-uQt168WwEJ .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQt169f1iA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQt169f1iA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQt169f1iA .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-uQt169f1iA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQt169f1iA .row {
  flex-direction: row-reverse;
}
.cid-uQt169f1iA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQt169f1iA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQt169f1iA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQt169f1iA .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQt169f1iA .mbr-text,
.cid-uQt169f1iA .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQt169xrzu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQt169xrzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQt169xrzu .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-uQt169xrzu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQt169xrzu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQt169xrzu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQt169xrzu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQt169xrzu .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQt169xrzu .mbr-text,
.cid-uQt169xrzu .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQzyveF0Em {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQzyveF0Em .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzyveF0Em .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzyveF0Em .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQzyveF0Em .item {
    margin-bottom: 1rem;
  }
}
.cid-uQzyveF0Em .item-wrapper {
  position: relative;
}
.cid-uQzyveF0Em .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-uQzyveF0Em .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQzyveF0Em .carousel-control,
.cid-uQzyveF0Em .close {
  background: #1b1b1b;
}
.cid-uQzyveF0Em .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQzyveF0Em .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQzyveF0Em .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQzyveF0Em .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQzyveF0Em .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-uQzyveF0Em .close::before {
  content: '\e91a';
}
.cid-uQzyveF0Em .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQzyveF0Em .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-uQzyveF0Em .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQzyveF0Em .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQzyveF0Em .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQzyveF0Em .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQzyveF0Em .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-uQzyveF0Em .carousel-indicators li.active,
.cid-uQzyveF0Em .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQzyveF0Em .carousel-indicators li::after,
.cid-uQzyveF0Em .carousel-indicators li::before {
  content: none;
}
.cid-uQzyveF0Em .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQzyveF0Em .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQzyveF0Em .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQzyveF0Em .carousel-indicators {
    display: none;
  }
}
.cid-uQzyveF0Em .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQzyveF0Em .carousel-inner > .active {
  display: block;
}
.cid-uQzyveF0Em .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQzyveF0Em .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQzyveF0Em .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQzyveF0Em .carousel-control,
  .cid-uQzyveF0Em .carousel-indicators,
  .cid-uQzyveF0Em .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQzyveF0Em .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQzyveF0Em .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQzyveF0Em .carousel-indicators .active,
.cid-uQzyveF0Em .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQzyveF0Em .carousel-indicators .active {
  background: #fff;
}
.cid-uQzyveF0Em .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQzyveF0Em .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQzyveF0Em .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQzyveF0Em .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQzyveF0Em .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQzyveF0Em .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQzyveF0Em .carousel {
  width: 100%;
}
.cid-uQzyveF0Em .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQzyveF0Em .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQzyveF0Em .modal.fade .modal-dialog,
.cid-uQzyveF0Em .modal.in .modal-dialog {
  transform: none;
}
.cid-uQzyveF0Em .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQzyveF0Em .content-head {
  max-width: 800px;
}
.cid-uQt7SNhczd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
@media (min-width: 992px) {
  .cid-uQt7SNhczd .carousel {
    min-height: 600px;
  }
  .cid-uQt7SNhczd .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQt7SNhczd .carousel {
    min-height: 390px;
  }
  .cid-uQt7SNhczd .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQt7SNhczd .carousel {
    min-height: 330px;
  }
  .cid-uQt7SNhczd .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uQt7SNhczd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQt7SNhczd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQt7SNhczd .carousel,
.cid-uQt7SNhczd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQt7SNhczd .item-wrapper {
  width: 100%;
}
.cid-uQt7SNhczd .carousel-caption {
  bottom: 40px;
}
.cid-uQt7SNhczd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQt7SNhczd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQt7SNhczd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQt7SNhczd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQt7SNhczd .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-uQt7SNhczd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQt7SNhczd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQt7SNhczd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQt7SNhczd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQt7SNhczd .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-uQt7SNhczd .carousel-indicators li.active,
.cid-uQt7SNhczd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQt7SNhczd .carousel-indicators li::after,
.cid-uQt7SNhczd .carousel-indicators li::before {
  content: none;
}
.cid-uQt7SNhczd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQt7SNhczd .carousel-indicators {
    display: none !important;
  }
}
.cid-uQt4DRN7KN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQt4DRN7KN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uQt4DRN7KN p {
  color: #767676;
  text-align: left;
}
.cid-uQt4DRN7KN .card-box {
  padding-top: 2rem;
}
.cid-uQt4DRN7KN .card-wrapper {
  height: 100%;
}
.cid-uQt4DRN7KN .card-title {
  text-align: center;
}
.cid-uQt4DRN7KN P {
  text-align: center;
  color: #000000;
}
.cid-uQt169Og8D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQt169Og8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQt169Og8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQt169Og8D .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQt169Og8D .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uQt169Og8D .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uQt169Og8D .mbr-text,
.cid-uQt169Og8D .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQt169Og8D .card-title,
.cid-uQt169Og8D .card-box {
  text-align: center;
  color: #071a3d;
}
.cid-uQt16acwhd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQt16acwhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQt16acwhd .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-uQt16acwhd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQt16acwhd .row {
  flex-direction: row-reverse;
}
.cid-uQt16acwhd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQt16acwhd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQt16acwhd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQt16acwhd .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQt16acwhd .mbr-text,
.cid-uQt16acwhd .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQt16awk1j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQt16awk1j .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQt16awk1j .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQt16awk1j .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQt16awk1j .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQt16awk1j .mbr-text {
  color: #3d5943;
}
.cid-uQt16aMbzf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQt16aMbzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQt16aMbzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQt16aMbzf .mbr-section-title {
  color: #071a3d;
}
.cid-uQt16b2xTc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQt16b2xTc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQt16b2xTc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQt16b2xTc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQt16b2xTc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQt16b2xTc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQt16b2xTc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQt16b2xTc .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQt16b2xTc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQt16b2xTc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQt16bzEq2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQt16bzEq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQt16bzEq2 .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-uQt16bzEq2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQt16bzEq2 .row {
  flex-direction: row-reverse;
}
.cid-uQt16bzEq2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQt16bzEq2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQt16bzEq2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQt16bzEq2 .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQt16bzEq2 .mbr-text,
.cid-uQt16bzEq2 .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQt16bTKa9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQt16bTKa9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQt16bTKa9 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQt16bTKa9 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQt16bTKa9 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQt16bTKa9 .mbr-text {
  color: #3d5943;
}
.cid-uQt16caio9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQt16caio9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQt16caio9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQt16caio9 .mbr-section-title {
  color: #071a3d;
}
.cid-uQt16csnNq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQt16csnNq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQt16csnNq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQt16csnNq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQt16csnNq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQt16csnNq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQt16csnNq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQt16csnNq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQt16csnNq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQt16csnNq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQt16d9EvU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQt16d9EvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQt16d9EvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQt16d9EvU .mbr-section-title {
  color: #071a3d;
}
.cid-uQt16duzpL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQt16duzpL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQt16duzpL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQt16duzpL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQt16duzpL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQt16duzpL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQt16duzpL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQt16duzpL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQt16duzpL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQt16duzpL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQt16eUuIR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQt16eUuIR h6 {
  line-height: 1.2;
}
.cid-uQt16eUuIR img,
.cid-uQt16eUuIR .item-img {
  width: 100%;
}
.cid-uQt16eUuIR .item:focus,
.cid-uQt16eUuIR span:focus {
  outline: none;
}
.cid-uQt16eUuIR .item {
  cursor: pointer;
}
.cid-uQt16eUuIR .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQt16eUuIR .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uQt16eUuIR .mbr-section-title {
  color: #071a3d;
}
.cid-uQt16eUuIR .mbr-text,
.cid-uQt16eUuIR .mbr-section-btn {
  color: #000000;
}
.cid-uQt16eUuIR .item-title {
  color: #000000;
  text-align: center;
}
.cid-uQt16eUuIR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQt16eUuIR .item-text {
  color: #000000;
  text-align: center;
}
.cid-uQt16eUuIR .content-head {
  max-width: 800px;
}
.cid-uQt16dX9MA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQt16dX9MA .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uQt16dX9MA .row {
    text-align: center;
  }
}
.cid-uQt16dX9MA .mbr-text {
  text-align: center;
  color: #071a3d;
}
.cid-uQt16dX9MA .mbr-section-title {
  text-align: center;
  color: #071a3d;
}
.cid-uQt16enln5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #071a3d;
}
.cid-uQt16enln5 .card-box {
  padding: 0 2rem;
}
.cid-uQt16enln5 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQt16enln5 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQt16enln5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQt16enln5 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uQt16enln5 .mbr-text {
  color: #071a3d;
  text-align: center;
}
.cid-uQt16enln5 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uQt16enln5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQt16enln5 .card-title {
  text-align: center;
  color: #0f1e4b;
}
.cid-uQt16hPYPD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uQt16hPYPD .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uQt16hPYPD .container {
    padding: 0 12px;
  }
}
.cid-uQt16hPYPD .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uQt16hPYPD .social-row .soc-item {
  margin: 8px;
}
.cid-uQt16hPYPD .social-row .soc-item a:hover .mbr-iconfont,
.cid-uQt16hPYPD .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQt16hPYPD .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uQt16hPYPD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQt16hPYPD .mbr-section-title {
  color: #ffffff;
}
.cid-uQt16hPYPD .mbr-section-title,
.cid-uQt16hPYPD .social-list {
  color: #ffffff;
}
.cid-uQt16inGiv {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uQt16inGiv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQt16inGiv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQt16inGiv .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uQt16inGiv .footer-col {
    flex-direction: column;
  }
}
.cid-uQt16inGiv .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQt16inGiv .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQt16inGiv .mbr-section-btn {
    text-align: center;
  }
}
.cid-uQt16inGiv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQt16inGiv .soc-item {
  margin: 8px;
}
.cid-uQt16inGiv .soc-item a:hover .mbr-iconfont,
.cid-uQt16inGiv .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQt16inGiv .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uQt16inGiv .row {
    text-align: center;
  }
  .cid-uQt16inGiv .social-row {
    justify-content: center;
  }
}
.cid-uQt16inGiv .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uQt16inGiv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQt16inGiv .list {
    margin-bottom: 0rem;
  }
}
.cid-uQt16inGiv .mbr-text {
  color: #bbbbbb;
}
.cid-uQt16inGiv .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uQt16inGiv .list,
.cid-uQt16inGiv .item-wrap {
  color: #071a3d;
}
.cid-uQt16inGiv .copyright {
  color: #071a3d;
}
.cid-uQtDZwKJ03 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQtDZwKJ03 .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-uQtDZwKJ03 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQtDZwKJ03 .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-uQtDZwKJ03 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQtDZwKJ03 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQtDZwKJ03 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQtDZwKJ03 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQtDZwKJ03 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQtDZwKJ03 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uQtDZwKJ03 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQtDZwKJ03 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQtDZwKJ03 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQtDZwKJ03 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uQtDZwKJ03 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQtDZwKJ03 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQtDZwKJ03 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQtDZwKJ03 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQtDZwKJ03 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQtDZwKJ03 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQtDZwKJ03 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQtDZwKJ03 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQtDZwKJ03 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uQtDZwKJ03 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQtDZwKJ03 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQtDZwKJ03 .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQtDZwKJ03 .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: #ffffff !important;
}
.cid-uQtDZwKJ03 .nav-item:focus,
.cid-uQtDZwKJ03 .nav-link:focus {
  outline: none;
}
.cid-uQtDZwKJ03 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQtDZwKJ03 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQtDZwKJ03 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQtDZwKJ03 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQtDZwKJ03 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQtDZwKJ03 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQtDZwKJ03 .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-uQtDZwKJ03 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQtDZwKJ03 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQtDZwKJ03 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQtDZwKJ03 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQtDZwKJ03 .navbar.collapsed {
  justify-content: center;
}
.cid-uQtDZwKJ03 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQtDZwKJ03 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQtDZwKJ03 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQtDZwKJ03 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQtDZwKJ03 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQtDZwKJ03 .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-uQtDZwKJ03 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQtDZwKJ03 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQtDZwKJ03 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQtDZwKJ03 .navbar {
    min-height: 72px;
  }
  .cid-uQtDZwKJ03 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQtDZwKJ03 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQtDZwKJ03 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQtDZwKJ03 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQtDZwKJ03 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQtDZwKJ03 .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-uQtDZwKJ03 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQtDZwKJ03 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQtDZwKJ03 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQtDZwKJ03 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQtDZwKJ03 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQtDZwKJ03 .dropdown-item.active,
.cid-uQtDZwKJ03 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQtDZwKJ03 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQtDZwKJ03 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQtDZwKJ03 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQtDZwKJ03 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQtDZwKJ03 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQtDZwKJ03 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQtDZwKJ03 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQtDZwKJ03 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQtDZwKJ03 .navbar-buttons {
    text-align: left;
  }
}
.cid-uQtDZwKJ03 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQtDZwKJ03 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uQtDZwKJ03 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQtDZwKJ03 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQtDZwKJ03 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQtDZwKJ03 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQtDZwKJ03 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQtDZwKJ03 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQtDZwKJ03 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQtDZwKJ03 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQtDZwKJ03 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQtDZwKJ03 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQtDZwKJ03 .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-uQtDZwKJ03 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQtDZwKJ03 .navbar {
    height: 70px;
  }
  .cid-uQtDZwKJ03 .navbar.opened {
    height: auto;
  }
  .cid-uQtDZwKJ03 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQtDZwKJ03 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQtDZwKJ03 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQtDZwKJ03 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQtDZwKJ03 .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-uQtDZwKJ03 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQtDZwKJ03 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQtDZwKJ03 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQtDZwKJ03 .navbar-brand {
    margin-right: auto;
  }
  .cid-uQtDZwKJ03 .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQtDZwKJ03 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQtDZwKJ03 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQtDZwKJ03 .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-uQtDZwKJ03 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQtDZwKJ03 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQtDZwKJ03 .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-uQtDZwKJ03 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQtDZwKJ03 .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-uQtDZwKJ03 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQtDZwKJ03 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQtDZx9kOe {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQtDZx9kOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtDZx9kOe .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-uQtDZx9kOe .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uQtDZx9kOe .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uQtDZx9kOe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQtDZx9kOe .media-content,
.cid-uQtDZx9kOe .mbr-figure {
  align-self: center;
}
.cid-uQtDZx9kOe .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uQtDZx9kOe .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uQtDZx9kOe .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uQtDZx9kOe .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uQtDZx9kOe .mbr-text,
.cid-uQtDZx9kOe .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQtDZxxo5I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQtDZxxo5I .mbr-text {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZxxo5I .mbr-section-subtitle {
  color: #000000;
}
.cid-uQtDZxxo5I .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZxJiOq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQtDZxJiOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtDZxJiOq .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-uQtDZxJiOq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQtDZxJiOq .row {
  flex-direction: row-reverse;
}
.cid-uQtDZxJiOq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQtDZxJiOq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQtDZxJiOq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQtDZxJiOq .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZxJiOq .mbr-text,
.cid-uQtDZxJiOq .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZxYNz9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQtDZxYNz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtDZxYNz9 .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-uQtDZxYNz9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQtDZxYNz9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQtDZxYNz9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQtDZxYNz9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQtDZxYNz9 .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZxYNz9 .mbr-text,
.cid-uQtDZxYNz9 .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQtJJzhfHN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQtJJzhfHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtJJzhfHN .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-uQtJJzhfHN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQtJJzhfHN .row {
  flex-direction: row-reverse;
}
.cid-uQtJJzhfHN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQtJJzhfHN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQtJJzhfHN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQtJJzhfHN .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQtJJzhfHN .mbr-text,
.cid-uQtJJzhfHN .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQtJLgwaCr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQtJLgwaCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtJLgwaCr .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-uQtJLgwaCr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQtJLgwaCr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQtJLgwaCr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQtJLgwaCr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQtJLgwaCr .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQtJLgwaCr .mbr-text,
.cid-uQtJLgwaCr .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZyenJX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQtDZyenJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtDZyenJX .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-uQtDZyenJX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQtDZyenJX .row {
  flex-direction: row-reverse;
}
.cid-uQtDZyenJX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQtDZyenJX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQtDZyenJX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQtDZyenJX .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZyenJX .mbr-text,
.cid-uQtDZyenJX .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZyunKl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQtDZyunKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtDZyunKl .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-uQtDZyunKl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQtDZyunKl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQtDZyunKl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQtDZyunKl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQtDZyunKl .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZyunKl .mbr-text,
.cid-uQtDZyunKl .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQtITsXB1t {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQtITsXB1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtITsXB1t .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-uQtITsXB1t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQtITsXB1t .row {
  flex-direction: row-reverse;
}
.cid-uQtITsXB1t .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQtITsXB1t .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQtITsXB1t .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQtITsXB1t .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQtITsXB1t .mbr-text,
.cid-uQtITsXB1t .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQtL0oxa4H {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQtL0oxa4H .mbr-text {
  text-align: center;
  color: #071a3d;
}
.cid-uQtKH59fC2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQtKH59fC2 .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uQtKH59fC2 .mbr-text {
  color: #071a3d;
}
.cid-uQtLE26lvr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
@media (min-width: 992px) {
  .cid-uQtLE26lvr .carousel {
    min-height: 600px;
  }
  .cid-uQtLE26lvr .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQtLE26lvr .carousel {
    min-height: 390px;
  }
  .cid-uQtLE26lvr .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQtLE26lvr .carousel {
    min-height: 330px;
  }
  .cid-uQtLE26lvr .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uQtLE26lvr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQtLE26lvr .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQtLE26lvr .carousel,
.cid-uQtLE26lvr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQtLE26lvr .item-wrapper {
  width: 100%;
}
.cid-uQtLE26lvr .carousel-caption {
  bottom: 40px;
}
.cid-uQtLE26lvr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQtLE26lvr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQtLE26lvr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQtLE26lvr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQtLE26lvr .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-uQtLE26lvr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQtLE26lvr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQtLE26lvr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQtLE26lvr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQtLE26lvr .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-uQtLE26lvr .carousel-indicators li.active,
.cid-uQtLE26lvr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQtLE26lvr .carousel-indicators li::after,
.cid-uQtLE26lvr .carousel-indicators li::before {
  content: none;
}
.cid-uQtLE26lvr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQtLE26lvr .carousel-indicators {
    display: none !important;
  }
}
.cid-uQtDZzNGt5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQtDZzNGt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtDZzNGt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQtDZzNGt5 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQtDZzNGt5 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uQtDZzNGt5 .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uQtDZzNGt5 .mbr-text,
.cid-uQtDZzNGt5 .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZzNGt5 .card-title,
.cid-uQtDZzNGt5 .card-box {
  text-align: center;
  color: #071a3d;
}
.cid-uQtDZA4qay {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQtDZA4qay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtDZA4qay .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-uQtDZA4qay .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQtDZA4qay .row {
  flex-direction: row-reverse;
}
.cid-uQtDZA4qay .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQtDZA4qay .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQtDZA4qay .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQtDZA4qay .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZA4qay .mbr-text,
.cid-uQtDZA4qay .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZAnqHV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQtDZAnqHV .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQtDZAnqHV .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQtDZAnqHV .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQtDZAnqHV .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQtDZAnqHV .mbr-text {
  color: #3d5943;
}
.cid-uQtDZABxzM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQtDZABxzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtDZABxzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQtDZABxzM .mbr-section-title {
  color: #071a3d;
}
.cid-uQtDZASsR1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQtDZASsR1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQtDZASsR1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQtDZASsR1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQtDZASsR1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQtDZASsR1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQtDZASsR1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQtDZASsR1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQtDZASsR1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQtDZASsR1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQtDZBlrlP {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQtDZBlrlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtDZBlrlP .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-uQtDZBlrlP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQtDZBlrlP .row {
  flex-direction: row-reverse;
}
.cid-uQtDZBlrlP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQtDZBlrlP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQtDZBlrlP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQtDZBlrlP .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZBlrlP .mbr-text,
.cid-uQtDZBlrlP .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQtDZBE4xw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQtDZBE4xw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQtDZBE4xw .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQtDZBE4xw .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQtDZBE4xw .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQtDZBE4xw .mbr-text {
  color: #3d5943;
}
.cid-uQtDZBYGW8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQtDZBYGW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtDZBYGW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQtDZBYGW8 .mbr-section-title {
  color: #071a3d;
}
.cid-uQtDZCibz6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQtDZCibz6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQtDZCibz6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQtDZCibz6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQtDZCibz6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQtDZCibz6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQtDZCibz6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQtDZCibz6 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQtDZCibz6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQtDZCibz6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQtDZCUg1a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQtDZCUg1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtDZCUg1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQtDZCUg1a .mbr-section-title {
  color: #071a3d;
}
.cid-uQtDZDf8LC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQtDZDf8LC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQtDZDf8LC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQtDZDf8LC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQtDZDf8LC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQtDZDf8LC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQtDZDf8LC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQtDZDf8LC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQtDZDf8LC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQtDZDf8LC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQtDZEC5gQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQtDZEC5gQ h6 {
  line-height: 1.2;
}
.cid-uQtDZEC5gQ img,
.cid-uQtDZEC5gQ .item-img {
  width: 100%;
}
.cid-uQtDZEC5gQ .item:focus,
.cid-uQtDZEC5gQ span:focus {
  outline: none;
}
.cid-uQtDZEC5gQ .item {
  cursor: pointer;
}
.cid-uQtDZEC5gQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQtDZEC5gQ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uQtDZEC5gQ .mbr-section-title {
  color: #071a3d;
}
.cid-uQtDZEC5gQ .mbr-text,
.cid-uQtDZEC5gQ .mbr-section-btn {
  color: #000000;
}
.cid-uQtDZEC5gQ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uQtDZEC5gQ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQtDZEC5gQ .item-text {
  color: #000000;
  text-align: center;
}
.cid-uQtDZEC5gQ .content-head {
  max-width: 800px;
}
.cid-uQtDZDLwyh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQtDZDLwyh .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uQtDZDLwyh .row {
    text-align: center;
  }
}
.cid-uQtDZDLwyh .mbr-text {
  text-align: center;
  color: #071a3d;
}
.cid-uQtDZDLwyh .mbr-section-title {
  text-align: center;
  color: #071a3d;
}
.cid-uQtDZE6KXb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #071a3d;
}
.cid-uQtDZE6KXb .card-box {
  padding: 0 2rem;
}
.cid-uQtDZE6KXb .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQtDZE6KXb .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQtDZE6KXb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQtDZE6KXb p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uQtDZE6KXb .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQtDZE6KXb .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uQtDZE6KXb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQtDZE6KXb .card-title {
  text-align: center;
  color: #0f1e4b;
}
.cid-uQtU672mdF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQtU672mdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtU672mdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQtU672mdF .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQtU672mdF .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uQtU672mdF .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uQtU672mdF .mbr-text,
.cid-uQtU672mdF .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uQtU672mdF .card-title,
.cid-uQtU672mdF .card-box {
  text-align: left;
  color: #000000;
}
.cid-uQtDZHnUpf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uQtDZHnUpf .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uQtDZHnUpf .container {
    padding: 0 12px;
  }
}
.cid-uQtDZHnUpf .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uQtDZHnUpf .social-row .soc-item {
  margin: 8px;
}
.cid-uQtDZHnUpf .social-row .soc-item a:hover .mbr-iconfont,
.cid-uQtDZHnUpf .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQtDZHnUpf .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uQtDZHnUpf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQtDZHnUpf .mbr-section-title {
  color: #ffffff;
}
.cid-uQtDZHnUpf .mbr-section-title,
.cid-uQtDZHnUpf .social-list {
  color: #ffffff;
}
.cid-uQtDZHVQXe {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uQtDZHVQXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtDZHVQXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQtDZHVQXe .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uQtDZHVQXe .footer-col {
    flex-direction: column;
  }
}
.cid-uQtDZHVQXe .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQtDZHVQXe .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQtDZHVQXe .mbr-section-btn {
    text-align: center;
  }
}
.cid-uQtDZHVQXe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQtDZHVQXe .soc-item {
  margin: 8px;
}
.cid-uQtDZHVQXe .soc-item a:hover .mbr-iconfont,
.cid-uQtDZHVQXe .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQtDZHVQXe .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uQtDZHVQXe .row {
    text-align: center;
  }
  .cid-uQtDZHVQXe .social-row {
    justify-content: center;
  }
}
.cid-uQtDZHVQXe .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uQtDZHVQXe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQtDZHVQXe .list {
    margin-bottom: 0rem;
  }
}
.cid-uQtDZHVQXe .mbr-text {
  color: #bbbbbb;
}
.cid-uQtDZHVQXe .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uQtDZHVQXe .list,
.cid-uQtDZHVQXe .item-wrap {
  color: #071a3d;
}
.cid-uQtDZHVQXe .copyright {
  color: #071a3d;
}
.cid-uQzhr8Gzt7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQzhr8Gzt7 .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-uQzhr8Gzt7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQzhr8Gzt7 .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-uQzhr8Gzt7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQzhr8Gzt7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQzhr8Gzt7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQzhr8Gzt7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQzhr8Gzt7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQzhr8Gzt7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uQzhr8Gzt7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQzhr8Gzt7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQzhr8Gzt7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQzhr8Gzt7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uQzhr8Gzt7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQzhr8Gzt7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQzhr8Gzt7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQzhr8Gzt7 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQzhr8Gzt7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQzhr8Gzt7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQzhr8Gzt7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQzhr8Gzt7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQzhr8Gzt7 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uQzhr8Gzt7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQzhr8Gzt7 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQzhr8Gzt7 .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQzhr8Gzt7 .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: #ffffff !important;
}
.cid-uQzhr8Gzt7 .nav-item:focus,
.cid-uQzhr8Gzt7 .nav-link:focus {
  outline: none;
}
.cid-uQzhr8Gzt7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQzhr8Gzt7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQzhr8Gzt7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQzhr8Gzt7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQzhr8Gzt7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQzhr8Gzt7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQzhr8Gzt7 .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-uQzhr8Gzt7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQzhr8Gzt7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQzhr8Gzt7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQzhr8Gzt7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQzhr8Gzt7 .navbar.collapsed {
  justify-content: center;
}
.cid-uQzhr8Gzt7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQzhr8Gzt7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQzhr8Gzt7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQzhr8Gzt7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQzhr8Gzt7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQzhr8Gzt7 .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-uQzhr8Gzt7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQzhr8Gzt7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQzhr8Gzt7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQzhr8Gzt7 .navbar {
    min-height: 72px;
  }
  .cid-uQzhr8Gzt7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQzhr8Gzt7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQzhr8Gzt7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQzhr8Gzt7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQzhr8Gzt7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQzhr8Gzt7 .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-uQzhr8Gzt7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQzhr8Gzt7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQzhr8Gzt7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQzhr8Gzt7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQzhr8Gzt7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQzhr8Gzt7 .dropdown-item.active,
.cid-uQzhr8Gzt7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQzhr8Gzt7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQzhr8Gzt7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQzhr8Gzt7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQzhr8Gzt7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQzhr8Gzt7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQzhr8Gzt7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQzhr8Gzt7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQzhr8Gzt7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQzhr8Gzt7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uQzhr8Gzt7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQzhr8Gzt7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uQzhr8Gzt7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQzhr8Gzt7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQzhr8Gzt7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQzhr8Gzt7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQzhr8Gzt7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQzhr8Gzt7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQzhr8Gzt7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQzhr8Gzt7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQzhr8Gzt7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQzhr8Gzt7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQzhr8Gzt7 .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-uQzhr8Gzt7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQzhr8Gzt7 .navbar {
    height: 70px;
  }
  .cid-uQzhr8Gzt7 .navbar.opened {
    height: auto;
  }
  .cid-uQzhr8Gzt7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQzhr8Gzt7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQzhr8Gzt7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQzhr8Gzt7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQzhr8Gzt7 .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-uQzhr8Gzt7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQzhr8Gzt7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQzhr8Gzt7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQzhr8Gzt7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uQzhr8Gzt7 .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQzhr8Gzt7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQzhr8Gzt7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQzhr8Gzt7 .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-uQzhr8Gzt7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQzhr8Gzt7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQzhr8Gzt7 .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-uQzhr8Gzt7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQzhr8Gzt7 .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-uQzhr8Gzt7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQzhr8Gzt7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQzhr98zJb {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQzhr98zJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzhr98zJb .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-uQzhr98zJb .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uQzhr98zJb .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uQzhr98zJb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQzhr98zJb .media-content,
.cid-uQzhr98zJb .mbr-figure {
  align-self: center;
}
.cid-uQzhr98zJb .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uQzhr98zJb .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uQzhr98zJb .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uQzhr98zJb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uQzhr98zJb .mbr-text,
.cid-uQzhr98zJb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQzhr9v6u9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQzhr9v6u9 .mbr-text {
  color: #071a3d;
  text-align: center;
}
.cid-uQzhr9v6u9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uQzhr9v6u9 .mbr-section-title {
  color: #000000;
}
.cid-uQzhr9KZ7V {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQzhr9KZ7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzhr9KZ7V .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-uQzhr9KZ7V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQzhr9KZ7V .row {
  flex-direction: row-reverse;
}
.cid-uQzhr9KZ7V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQzhr9KZ7V .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQzhr9KZ7V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQzhr9KZ7V .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQzhr9KZ7V .mbr-text,
.cid-uQzhr9KZ7V .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQzhrc868A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQzhrc868A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzhrc868A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzhrc868A .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQzhrc868A .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uQzhrc868A .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uQzhrc868A .mbr-text,
.cid-uQzhrc868A .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQzhrc868A .card-title,
.cid-uQzhrc868A .card-box {
  text-align: center;
  color: #071a3d;
}
.cid-uQzhrdgi9r {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQzhrdgi9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzhrdgi9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzhrdgi9r .mbr-section-title {
  color: #071a3d;
}
.cid-uQzhreeqDq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQzhreeqDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzhreeqDq .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-uQzhreeqDq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQzhreeqDq .row {
  flex-direction: row-reverse;
}
.cid-uQzhreeqDq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQzhreeqDq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQzhreeqDq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQzhreeqDq .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQzhreeqDq .mbr-text,
.cid-uQzhreeqDq .mbr-section-btn {
  color: #071a3d;
  text-align: center;
}
.cid-uQzhreCALe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQzhreCALe .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQzhreCALe .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQzhreCALe .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #edefeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQzhreCALe .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uQzhreCALe .mbr-text {
  color: #3d5943;
}
.cid-uQzhreVfC1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQzhreVfC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzhreVfC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzhreVfC1 .mbr-section-title {
  color: #071a3d;
}
.cid-uQzhrfkt8q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQzhrfkt8q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQzhrfkt8q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQzhrfkt8q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQzhrfkt8q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQzhrfkt8q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQzhrfkt8q .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQzhrfkt8q .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQzhrfkt8q .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQzhrfkt8q .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQzhrg33o2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQzhrg33o2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzhrg33o2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzhrg33o2 .mbr-section-title {
  color: #071a3d;
}
.cid-uQzhrgrq8D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQzhrgrq8D .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQzhrgrq8D .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQzhrgrq8D .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQzhrgrq8D .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQzhrgrq8D .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQzhrgrq8D .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQzhrgrq8D .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uQzhrgrq8D .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQzhrgrq8D .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQzhrgYdvp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uQzhrgYdvp .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uQzhrgYdvp .row {
    text-align: center;
  }
}
.cid-uQzhrgYdvp .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uQzhrgYdvp .mbr-section-title {
  text-align: center;
  color: #071a3d;
}
.cid-uQzhrhld40 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #071a3d;
}
.cid-uQzhrhld40 .card-box {
  padding: 0 2rem;
}
.cid-uQzhrhld40 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQzhrhld40 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQzhrhld40 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQzhrhld40 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uQzhrhld40 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQzhrhld40 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uQzhrhld40 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQzhrhld40 .card-title {
  text-align: center;
  color: #0f1e4b;
}
.cid-uQzhrjOUvI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uQzhrjOUvI .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uQzhrjOUvI .container {
    padding: 0 12px;
  }
}
.cid-uQzhrjOUvI .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uQzhrjOUvI .social-row .soc-item {
  margin: 8px;
}
.cid-uQzhrjOUvI .social-row .soc-item a:hover .mbr-iconfont,
.cid-uQzhrjOUvI .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQzhrjOUvI .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uQzhrjOUvI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQzhrjOUvI .mbr-section-title {
  color: #ffffff;
}
.cid-uQzhrjOUvI .mbr-section-title,
.cid-uQzhrjOUvI .social-list {
  color: #ffffff;
}
.cid-uQzhrkmmKY {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uQzhrkmmKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzhrkmmKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzhrkmmKY .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uQzhrkmmKY .footer-col {
    flex-direction: column;
  }
}
.cid-uQzhrkmmKY .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQzhrkmmKY .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQzhrkmmKY .mbr-section-btn {
    text-align: center;
  }
}
.cid-uQzhrkmmKY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQzhrkmmKY .soc-item {
  margin: 8px;
}
.cid-uQzhrkmmKY .soc-item a:hover .mbr-iconfont,
.cid-uQzhrkmmKY .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQzhrkmmKY .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uQzhrkmmKY .row {
    text-align: center;
  }
  .cid-uQzhrkmmKY .social-row {
    justify-content: center;
  }
}
.cid-uQzhrkmmKY .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uQzhrkmmKY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQzhrkmmKY .list {
    margin-bottom: 0rem;
  }
}
.cid-uQzhrkmmKY .mbr-text {
  color: #bbbbbb;
}
.cid-uQzhrkmmKY .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uQzhrkmmKY .list,
.cid-uQzhrkmmKY .item-wrap {
  color: #071a3d;
}
.cid-uQzhrkmmKY .copyright {
  color: #071a3d;
}
.cid-uQVPIUqdQy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQVPIUqdQy .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-uQVPIUqdQy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQVPIUqdQy .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-uQVPIUqdQy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQVPIUqdQy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQVPIUqdQy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQVPIUqdQy .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQVPIUqdQy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQVPIUqdQy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uQVPIUqdQy .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQVPIUqdQy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQVPIUqdQy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQVPIUqdQy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uQVPIUqdQy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQVPIUqdQy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQVPIUqdQy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQVPIUqdQy .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQVPIUqdQy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQVPIUqdQy .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQVPIUqdQy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQVPIUqdQy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQVPIUqdQy .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uQVPIUqdQy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQVPIUqdQy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQVPIUqdQy .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQVPIUqdQy .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: #ffffff !important;
}
.cid-uQVPIUqdQy .nav-item:focus,
.cid-uQVPIUqdQy .nav-link:focus {
  outline: none;
}
.cid-uQVPIUqdQy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQVPIUqdQy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQVPIUqdQy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQVPIUqdQy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQVPIUqdQy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQVPIUqdQy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQVPIUqdQy .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-uQVPIUqdQy .navbar.opened {
  transition: all 0.3s;
}
.cid-uQVPIUqdQy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQVPIUqdQy .navbar .navbar-logo img {
  width: auto;
}
.cid-uQVPIUqdQy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQVPIUqdQy .navbar.collapsed {
  justify-content: center;
}
.cid-uQVPIUqdQy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQVPIUqdQy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQVPIUqdQy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQVPIUqdQy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQVPIUqdQy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQVPIUqdQy .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-uQVPIUqdQy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQVPIUqdQy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQVPIUqdQy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQVPIUqdQy .navbar {
    min-height: 72px;
  }
  .cid-uQVPIUqdQy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQVPIUqdQy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQVPIUqdQy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQVPIUqdQy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQVPIUqdQy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQVPIUqdQy .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-uQVPIUqdQy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQVPIUqdQy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQVPIUqdQy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQVPIUqdQy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQVPIUqdQy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQVPIUqdQy .dropdown-item.active,
.cid-uQVPIUqdQy .dropdown-item:active {
  background-color: transparent;
}
.cid-uQVPIUqdQy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQVPIUqdQy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQVPIUqdQy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQVPIUqdQy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQVPIUqdQy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQVPIUqdQy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQVPIUqdQy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQVPIUqdQy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQVPIUqdQy .navbar-buttons {
    text-align: left;
  }
}
.cid-uQVPIUqdQy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQVPIUqdQy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uQVPIUqdQy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQVPIUqdQy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPIUqdQy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVPIUqdQy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQVPIUqdQy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPIUqdQy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQVPIUqdQy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQVPIUqdQy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVPIUqdQy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQVPIUqdQy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQVPIUqdQy .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-uQVPIUqdQy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQVPIUqdQy .navbar {
    height: 70px;
  }
  .cid-uQVPIUqdQy .navbar.opened {
    height: auto;
  }
  .cid-uQVPIUqdQy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQVPIUqdQy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQVPIUqdQy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQVPIUqdQy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQVPIUqdQy .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-uQVPIUqdQy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQVPIUqdQy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQVPIUqdQy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQVPIUqdQy .navbar-brand {
    margin-right: auto;
  }
  .cid-uQVPIUqdQy .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQVPIUqdQy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQVPIUqdQy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQVPIUqdQy .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-uQVPIUqdQy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQVPIUqdQy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQVPIUqdQy .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-uQVPIUqdQy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQVPIUqdQy .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-uQVPIUqdQy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQVPIUqdQy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQVPIUX5Qz {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQVPIUX5Qz .mbr-text {
  color: #071a3d;
  text-align: center;
}
.cid-uQVPIUX5Qz .mbr-section-subtitle {
  color: #000000;
}
.cid-uQVPIUX5Qz .mbr-section-title {
  color: #071a3d;
  text-align: center;
}
.cid-uQVPIVlPaV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uQVPIVlPaV .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uQVPIVlPaV .container {
    padding: 0 12px;
  }
}
.cid-uQVPIVlPaV .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uQVPIVlPaV .social-row .soc-item {
  margin: 8px;
}
.cid-uQVPIVlPaV .social-row .soc-item a:hover .mbr-iconfont,
.cid-uQVPIVlPaV .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQVPIVlPaV .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uQVPIVlPaV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQVPIVlPaV .mbr-section-title {
  color: #ffffff;
}
.cid-uQVPIVlPaV .mbr-section-title,
.cid-uQVPIVlPaV .social-list {
  color: #ffffff;
}
.cid-uQVPIVCkq9 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uQVPIVCkq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVPIVCkq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVPIVCkq9 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uQVPIVCkq9 .footer-col {
    flex-direction: column;
  }
}
.cid-uQVPIVCkq9 .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQVPIVCkq9 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQVPIVCkq9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uQVPIVCkq9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQVPIVCkq9 .soc-item {
  margin: 8px;
}
.cid-uQVPIVCkq9 .soc-item a:hover .mbr-iconfont,
.cid-uQVPIVCkq9 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQVPIVCkq9 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uQVPIVCkq9 .row {
    text-align: center;
  }
  .cid-uQVPIVCkq9 .social-row {
    justify-content: center;
  }
}
.cid-uQVPIVCkq9 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uQVPIVCkq9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVPIVCkq9 .list {
    margin-bottom: 0rem;
  }
}
.cid-uQVPIVCkq9 .mbr-text {
  color: #bbbbbb;
}
.cid-uQVPIVCkq9 .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uQVPIVCkq9 .list,
.cid-uQVPIVCkq9 .item-wrap {
  color: #071a3d;
}
.cid-uQVPIVCkq9 .copyright {
  color: #071a3d;
}
.cid-uDQrdECnKH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDQrdECnKH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDQrdECnKH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDQrdECnKH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDQrdECnKH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDQrdECnKH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDQrdECnKH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDQrdECnKH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDQrdECnKH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDQrdECnKH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDQrdECnKH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDQrdECnKH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDQrdECnKH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDQrdECnKH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDQrdECnKH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDQrdECnKH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDQrdECnKH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDQrdECnKH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDQrdECnKH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uDQrdECnKH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDQrdECnKH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDQrdECnKH .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDQrdECnKH .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: #ffffff !important;
}
.cid-uDQrdECnKH .nav-item:focus,
.cid-uDQrdECnKH .nav-link:focus {
  outline: none;
}
.cid-uDQrdECnKH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDQrdECnKH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDQrdECnKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDQrdECnKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDQrdECnKH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDQrdECnKH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar.opened {
  transition: all 0.3s;
}
.cid-uDQrdECnKH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDQrdECnKH .navbar .navbar-logo img {
  width: auto;
}
.cid-uDQrdECnKH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDQrdECnKH .navbar.collapsed {
  justify-content: center;
}
.cid-uDQrdECnKH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDQrdECnKH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDQrdECnKH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDQrdECnKH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDQrdECnKH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDQrdECnKH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDQrdECnKH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDQrdECnKH .navbar {
    min-height: 72px;
  }
  .cid-uDQrdECnKH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDQrdECnKH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDQrdECnKH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDQrdECnKH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDQrdECnKH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDQrdECnKH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDQrdECnKH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDQrdECnKH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDQrdECnKH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDQrdECnKH .dropdown-item.active,
.cid-uDQrdECnKH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDQrdECnKH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDQrdECnKH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDQrdECnKH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDQrdECnKH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDQrdECnKH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDQrdECnKH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDQrdECnKH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDQrdECnKH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDQrdECnKH .navbar-buttons {
    text-align: left;
  }
}
.cid-uDQrdECnKH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDQrdECnKH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDQrdECnKH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDQrdECnKH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDQrdECnKH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDQrdECnKH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDQrdECnKH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDQrdECnKH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDQrdECnKH .navbar {
    height: 70px;
  }
  .cid-uDQrdECnKH .navbar.opened {
    height: auto;
  }
  .cid-uDQrdECnKH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDQrdECnKH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDQrdECnKH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDQrdECnKH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDQrdECnKH .navbar-brand {
    margin-right: auto;
  }
  .cid-uDQrdECnKH .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDQrdECnKH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDQrdECnKH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDQrdECnKH .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-uDQrdECnKH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDQrdECnKH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQVQXjLuX6 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQVQXjLuX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVQXjLuX6 .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-uQVQXjLuX6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQVQXjLuX6 .row {
  flex-direction: row-reverse;
}
.cid-uQVQXjLuX6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQVQXjLuX6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVQXjLuX6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQVQXjLuX6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQVQXjLuX6 .mbr-text,
.cid-uQVQXjLuX6 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQVRKjIhj1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQVRKjIhj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVRKjIhj1 .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-uQVRKjIhj1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQVRKjIhj1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQVRKjIhj1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVRKjIhj1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQVRKjIhj1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQVRKjIhj1 .mbr-text,
.cid-uQVRKjIhj1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQVSk0gOEZ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQVSk0gOEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVSk0gOEZ .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-uQVSk0gOEZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQVSk0gOEZ .row {
  flex-direction: row-reverse;
}
.cid-uQVSk0gOEZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQVSk0gOEZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVSk0gOEZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQVSk0gOEZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQVSk0gOEZ .mbr-text,
.cid-uQVSk0gOEZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQVSNxS9EO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQVSNxS9EO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVSNxS9EO .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-uQVSNxS9EO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQVSNxS9EO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQVSNxS9EO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVSNxS9EO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQVSNxS9EO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQVSNxS9EO .mbr-text,
.cid-uQVSNxS9EO .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQVU51brFv {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQVU51brFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVU51brFv .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-uQVU51brFv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQVU51brFv .row {
  flex-direction: row-reverse;
}
.cid-uQVU51brFv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQVU51brFv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVU51brFv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQVU51brFv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQVU51brFv .mbr-text,
.cid-uQVU51brFv .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQVUuNwHpA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uQVUuNwHpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVUuNwHpA .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-uQVUuNwHpA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQVUuNwHpA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQVUuNwHpA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVUuNwHpA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQVUuNwHpA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQVUuNwHpA .mbr-text,
.cid-uQVUuNwHpA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDQDGovxvs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uDQDGovxvs .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uDQDGovxvs .container {
    padding: 0 12px;
  }
}
.cid-uDQDGovxvs .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDQDGovxvs .social-row .soc-item {
  margin: 8px;
}
.cid-uDQDGovxvs .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDQDGovxvs .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uDQDGovxvs .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uDQDGovxvs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDQDGovxvs .mbr-section-title {
  color: #ffffff;
}
.cid-uDQDGovxvs .mbr-section-title,
.cid-uDQDGovxvs .social-list {
  color: #ffffff;
}
.cid-uDQBt5HjB3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uDQBt5HjB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQBt5HjB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQBt5HjB3 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uDQBt5HjB3 .footer-col {
    flex-direction: column;
  }
}
.cid-uDQBt5HjB3 .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDQBt5HjB3 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDQBt5HjB3 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uDQBt5HjB3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDQBt5HjB3 .soc-item {
  margin: 8px;
}
.cid-uDQBt5HjB3 .soc-item a:hover .mbr-iconfont,
.cid-uDQBt5HjB3 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uDQBt5HjB3 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDQBt5HjB3 .row {
    text-align: center;
  }
  .cid-uDQBt5HjB3 .social-row {
    justify-content: center;
  }
}
.cid-uDQBt5HjB3 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uDQBt5HjB3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDQBt5HjB3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uDQBt5HjB3 .mbr-text {
  color: #bbbbbb;
}
.cid-uDQBt5HjB3 .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uDQBt5HjB3 .list,
.cid-uDQBt5HjB3 .item-wrap {
  color: #071a3d;
}
.cid-uDQBt5HjB3 .copyright {
  color: #071a3d;
}
.cid-uR9t4wWzPF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uR9t4wWzPF .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-uR9t4wWzPF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uR9t4wWzPF .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-uR9t4wWzPF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uR9t4wWzPF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR9t4wWzPF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR9t4wWzPF .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uR9t4wWzPF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uR9t4wWzPF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uR9t4wWzPF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uR9t4wWzPF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uR9t4wWzPF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uR9t4wWzPF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uR9t4wWzPF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uR9t4wWzPF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uR9t4wWzPF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uR9t4wWzPF .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uR9t4wWzPF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uR9t4wWzPF .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uR9t4wWzPF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uR9t4wWzPF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uR9t4wWzPF .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uR9t4wWzPF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9t4wWzPF .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uR9t4wWzPF .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uR9t4wWzPF .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: #ffffff !important;
}
.cid-uR9t4wWzPF .nav-item:focus,
.cid-uR9t4wWzPF .nav-link:focus {
  outline: none;
}
.cid-uR9t4wWzPF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR9t4wWzPF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR9t4wWzPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR9t4wWzPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR9t4wWzPF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR9t4wWzPF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR9t4wWzPF .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-uR9t4wWzPF .navbar.opened {
  transition: all 0.3s;
}
.cid-uR9t4wWzPF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR9t4wWzPF .navbar .navbar-logo img {
  width: auto;
}
.cid-uR9t4wWzPF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uR9t4wWzPF .navbar.collapsed {
  justify-content: center;
}
.cid-uR9t4wWzPF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR9t4wWzPF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR9t4wWzPF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uR9t4wWzPF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR9t4wWzPF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR9t4wWzPF .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-uR9t4wWzPF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR9t4wWzPF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR9t4wWzPF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uR9t4wWzPF .navbar {
    min-height: 72px;
  }
  .cid-uR9t4wWzPF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uR9t4wWzPF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR9t4wWzPF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR9t4wWzPF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR9t4wWzPF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR9t4wWzPF .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-uR9t4wWzPF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR9t4wWzPF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uR9t4wWzPF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR9t4wWzPF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR9t4wWzPF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uR9t4wWzPF .dropdown-item.active,
.cid-uR9t4wWzPF .dropdown-item:active {
  background-color: transparent;
}
.cid-uR9t4wWzPF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR9t4wWzPF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR9t4wWzPF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR9t4wWzPF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR9t4wWzPF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uR9t4wWzPF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uR9t4wWzPF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR9t4wWzPF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uR9t4wWzPF .navbar-buttons {
    text-align: left;
  }
}
.cid-uR9t4wWzPF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uR9t4wWzPF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uR9t4wWzPF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR9t4wWzPF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR9t4wWzPF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR9t4wWzPF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR9t4wWzPF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR9t4wWzPF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR9t4wWzPF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR9t4wWzPF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR9t4wWzPF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uR9t4wWzPF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR9t4wWzPF .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-uR9t4wWzPF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR9t4wWzPF .navbar {
    height: 70px;
  }
  .cid-uR9t4wWzPF .navbar.opened {
    height: auto;
  }
  .cid-uR9t4wWzPF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR9t4wWzPF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uR9t4wWzPF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uR9t4wWzPF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uR9t4wWzPF .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-uR9t4wWzPF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uR9t4wWzPF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uR9t4wWzPF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uR9t4wWzPF .navbar-brand {
    margin-right: auto;
  }
  .cid-uR9t4wWzPF .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uR9t4wWzPF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uR9t4wWzPF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uR9t4wWzPF .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-uR9t4wWzPF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uR9t4wWzPF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uR9t4wWzPF .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-uR9t4wWzPF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uR9t4wWzPF .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-uR9t4wWzPF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uR9t4wWzPF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uR9trtYVIW {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uR9trtYVIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9trtYVIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9trtYVIW .content-head {
  max-width: 800px;
}
.cid-uR9trtYVIW .mbr-section-title {
  color: #ffffff;
}
.cid-uR9trtYVIW .mbr-text,
.cid-uR9trtYVIW .mbr-section-btn {
  color: #ffffff;
}
.cid-uR9t4xGt9Q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uR9t4xGt9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9t4xGt9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9t4xGt9Q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uR9t4xGt9Q .item {
    margin-bottom: 1rem;
  }
}
.cid-uR9t4xGt9Q .item-wrapper {
  position: relative;
}
.cid-uR9t4xGt9Q .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-uR9t4xGt9Q .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uR9t4xGt9Q .carousel-control,
.cid-uR9t4xGt9Q .close {
  background: #1b1b1b;
}
.cid-uR9t4xGt9Q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uR9t4xGt9Q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uR9t4xGt9Q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uR9t4xGt9Q .carousel-control-next span {
  margin-left: 5px;
}
.cid-uR9t4xGt9Q .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-uR9t4xGt9Q .close::before {
  content: '\e91a';
}
.cid-uR9t4xGt9Q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uR9t4xGt9Q .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-uR9t4xGt9Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR9t4xGt9Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uR9t4xGt9Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uR9t4xGt9Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uR9t4xGt9Q .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-uR9t4xGt9Q .carousel-indicators li.active,
.cid-uR9t4xGt9Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uR9t4xGt9Q .carousel-indicators li::after,
.cid-uR9t4xGt9Q .carousel-indicators li::before {
  content: none;
}
.cid-uR9t4xGt9Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uR9t4xGt9Q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uR9t4xGt9Q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9t4xGt9Q .carousel-indicators {
    display: none;
  }
}
.cid-uR9t4xGt9Q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uR9t4xGt9Q .carousel-inner > .active {
  display: block;
}
.cid-uR9t4xGt9Q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR9t4xGt9Q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR9t4xGt9Q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uR9t4xGt9Q .carousel-control,
  .cid-uR9t4xGt9Q .carousel-indicators,
  .cid-uR9t4xGt9Q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uR9t4xGt9Q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uR9t4xGt9Q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uR9t4xGt9Q .carousel-indicators .active,
.cid-uR9t4xGt9Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uR9t4xGt9Q .carousel-indicators .active {
  background: #fff;
}
.cid-uR9t4xGt9Q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uR9t4xGt9Q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uR9t4xGt9Q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uR9t4xGt9Q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uR9t4xGt9Q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uR9t4xGt9Q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uR9t4xGt9Q .carousel {
  width: 100%;
}
.cid-uR9t4xGt9Q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uR9t4xGt9Q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uR9t4xGt9Q .modal.fade .modal-dialog,
.cid-uR9t4xGt9Q .modal.in .modal-dialog {
  transform: none;
}
.cid-uR9t4xGt9Q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uR9t4xGt9Q .content-head {
  max-width: 800px;
}
.cid-uR9CsF9CjP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uR9zjMT8hA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uR9zjMT8hA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9zjMT8hA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9zjMT8hA .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uR9zjMT8hA .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uR9zjMT8hA .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uR9zjMT8hA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uR9zjMT8hA .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uR9zjMT8hA .mbr-section-title {
  color: #9fe870;
}
.cid-uR9zjMT8hA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR9zjMT8hA .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uR9zjMT8hA .card-box .item-footer {
  margin-top: auto;
}
.cid-uR9zjMT8hA .content-head {
  max-width: 800px;
}
.cid-uR9zjMT8hA .card-text {
  text-align: center;
}
.cid-uR9zjMT8hA .card-title,
.cid-uR9zjMT8hA .iconfont-wrapper {
  text-align: center;
}
.cid-uR9t4z5ZLB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uR9t4z5ZLB .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uR9t4z5ZLB .container {
    padding: 0 12px;
  }
}
.cid-uR9t4z5ZLB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uR9t4z5ZLB .social-row .soc-item {
  margin: 8px;
}
.cid-uR9t4z5ZLB .social-row .soc-item a:hover .mbr-iconfont,
.cid-uR9t4z5ZLB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uR9t4z5ZLB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uR9t4z5ZLB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uR9t4z5ZLB .mbr-section-title {
  color: #ffffff;
}
.cid-uR9t4z5ZLB .mbr-section-title,
.cid-uR9t4z5ZLB .social-list {
  color: #ffffff;
}
.cid-uR9t4zoFDB {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uR9t4zoFDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9t4zoFDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9t4zoFDB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uR9t4zoFDB .footer-col {
    flex-direction: column;
  }
}
.cid-uR9t4zoFDB .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uR9t4zoFDB .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9t4zoFDB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uR9t4zoFDB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uR9t4zoFDB .soc-item {
  margin: 8px;
}
.cid-uR9t4zoFDB .soc-item a:hover .mbr-iconfont,
.cid-uR9t4zoFDB .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uR9t4zoFDB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uR9t4zoFDB .row {
    text-align: center;
  }
  .cid-uR9t4zoFDB .social-row {
    justify-content: center;
  }
}
.cid-uR9t4zoFDB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uR9t4zoFDB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uR9t4zoFDB .list {
    margin-bottom: 0rem;
  }
}
.cid-uR9t4zoFDB .mbr-text {
  color: #bbbbbb;
}
.cid-uR9t4zoFDB .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uR9t4zoFDB .list,
.cid-uR9t4zoFDB .item-wrap {
  color: #071a3d;
}
.cid-uR9t4zoFDB .copyright {
  color: #071a3d;
}
.cid-uR9E8qk7JW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uR9E8qk7JW .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-uR9E8qk7JW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uR9E8qk7JW .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-uR9E8qk7JW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uR9E8qk7JW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR9E8qk7JW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR9E8qk7JW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uR9E8qk7JW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uR9E8qk7JW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uR9E8qk7JW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uR9E8qk7JW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uR9E8qk7JW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uR9E8qk7JW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uR9E8qk7JW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uR9E8qk7JW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uR9E8qk7JW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uR9E8qk7JW .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uR9E8qk7JW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uR9E8qk7JW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uR9E8qk7JW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uR9E8qk7JW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uR9E8qk7JW .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uR9E8qk7JW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9E8qk7JW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uR9E8qk7JW .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uR9E8qk7JW .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: #ffffff !important;
}
.cid-uR9E8qk7JW .nav-item:focus,
.cid-uR9E8qk7JW .nav-link:focus {
  outline: none;
}
.cid-uR9E8qk7JW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR9E8qk7JW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR9E8qk7JW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR9E8qk7JW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR9E8qk7JW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR9E8qk7JW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR9E8qk7JW .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-uR9E8qk7JW .navbar.opened {
  transition: all 0.3s;
}
.cid-uR9E8qk7JW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR9E8qk7JW .navbar .navbar-logo img {
  width: auto;
}
.cid-uR9E8qk7JW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uR9E8qk7JW .navbar.collapsed {
  justify-content: center;
}
.cid-uR9E8qk7JW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR9E8qk7JW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR9E8qk7JW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uR9E8qk7JW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR9E8qk7JW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR9E8qk7JW .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-uR9E8qk7JW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR9E8qk7JW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR9E8qk7JW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uR9E8qk7JW .navbar {
    min-height: 72px;
  }
  .cid-uR9E8qk7JW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uR9E8qk7JW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR9E8qk7JW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR9E8qk7JW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR9E8qk7JW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR9E8qk7JW .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-uR9E8qk7JW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR9E8qk7JW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uR9E8qk7JW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR9E8qk7JW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR9E8qk7JW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uR9E8qk7JW .dropdown-item.active,
.cid-uR9E8qk7JW .dropdown-item:active {
  background-color: transparent;
}
.cid-uR9E8qk7JW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR9E8qk7JW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR9E8qk7JW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR9E8qk7JW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR9E8qk7JW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uR9E8qk7JW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uR9E8qk7JW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR9E8qk7JW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uR9E8qk7JW .navbar-buttons {
    text-align: left;
  }
}
.cid-uR9E8qk7JW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uR9E8qk7JW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uR9E8qk7JW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR9E8qk7JW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR9E8qk7JW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR9E8qk7JW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR9E8qk7JW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR9E8qk7JW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR9E8qk7JW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR9E8qk7JW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR9E8qk7JW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uR9E8qk7JW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR9E8qk7JW .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-uR9E8qk7JW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR9E8qk7JW .navbar {
    height: 70px;
  }
  .cid-uR9E8qk7JW .navbar.opened {
    height: auto;
  }
  .cid-uR9E8qk7JW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR9E8qk7JW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uR9E8qk7JW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uR9E8qk7JW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uR9E8qk7JW .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-uR9E8qk7JW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uR9E8qk7JW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uR9E8qk7JW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uR9E8qk7JW .navbar-brand {
    margin-right: auto;
  }
  .cid-uR9E8qk7JW .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uR9E8qk7JW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uR9E8qk7JW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uR9E8qk7JW .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-uR9E8qk7JW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uR9E8qk7JW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uR9E8qk7JW .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-uR9E8qk7JW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uR9E8qk7JW .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-uR9E8qk7JW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uR9E8qk7JW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uR9E8qK7XK {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uR9E8qK7XK img,
.cid-uR9E8qK7XK .item-img {
  width: 100%;
}
.cid-uR9E8qK7XK .item:focus,
.cid-uR9E8qK7XK span:focus {
  outline: none;
}
.cid-uR9E8qK7XK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uR9E8qK7XK .item {
    margin-bottom: 1rem;
  }
}
.cid-uR9E8qK7XK .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uR9E8qK7XK .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uR9E8qK7XK .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uR9E8qK7XK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uR9E8qK7XK .mbr-section-title {
  color: #ffffff;
}
.cid-uR9E8qK7XK .item-title {
  text-align: center;
}
.cid-uR9E8qK7XK .item-subtitle {
  text-align: left;
}
.cid-uR9E8qK7XK .mbr-text,
.cid-uR9E8qK7XK .item .mbr-section-btn {
  text-align: center;
}
.cid-uR9E8qK7XK .content-head {
  max-width: 800px;
}
.cid-uR9E8qK7XK .mbr-section-subtitle,
.cid-uR9E8qK7XK .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uR9E8rfG9c {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uR9E8rfG9c .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uR9E8rfG9c .container {
    padding: 0 12px;
  }
}
.cid-uR9E8rfG9c .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uR9E8rfG9c .social-row .soc-item {
  margin: 8px;
}
.cid-uR9E8rfG9c .social-row .soc-item a:hover .mbr-iconfont,
.cid-uR9E8rfG9c .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uR9E8rfG9c .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uR9E8rfG9c .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uR9E8rfG9c .mbr-section-title {
  color: #ffffff;
}
.cid-uR9E8rfG9c .mbr-section-title,
.cid-uR9E8rfG9c .social-list {
  color: #ffffff;
}
.cid-uR9E8rxj1W {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uR9E8rxj1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9E8rxj1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9E8rxj1W .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uR9E8rxj1W .footer-col {
    flex-direction: column;
  }
}
.cid-uR9E8rxj1W .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uR9E8rxj1W .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9E8rxj1W .mbr-section-btn {
    text-align: center;
  }
}
.cid-uR9E8rxj1W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uR9E8rxj1W .soc-item {
  margin: 8px;
}
.cid-uR9E8rxj1W .soc-item a:hover .mbr-iconfont,
.cid-uR9E8rxj1W .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uR9E8rxj1W .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uR9E8rxj1W .row {
    text-align: center;
  }
  .cid-uR9E8rxj1W .social-row {
    justify-content: center;
  }
}
.cid-uR9E8rxj1W .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uR9E8rxj1W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uR9E8rxj1W .list {
    margin-bottom: 0rem;
  }
}
.cid-uR9E8rxj1W .mbr-text {
  color: #bbbbbb;
}
.cid-uR9E8rxj1W .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uR9E8rxj1W .list,
.cid-uR9E8rxj1W .item-wrap {
  color: #071a3d;
}
.cid-uR9E8rxj1W .copyright {
  color: #071a3d;
}
.cid-uR9JN7I4eC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uR9JN7I4eC .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-uR9JN7I4eC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uR9JN7I4eC .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-uR9JN7I4eC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uR9JN7I4eC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR9JN7I4eC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR9JN7I4eC .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uR9JN7I4eC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uR9JN7I4eC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uR9JN7I4eC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uR9JN7I4eC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uR9JN7I4eC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uR9JN7I4eC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uR9JN7I4eC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uR9JN7I4eC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uR9JN7I4eC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uR9JN7I4eC .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uR9JN7I4eC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uR9JN7I4eC .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uR9JN7I4eC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uR9JN7I4eC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uR9JN7I4eC .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uR9JN7I4eC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9JN7I4eC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uR9JN7I4eC .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uR9JN7I4eC .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: #ffffff !important;
}
.cid-uR9JN7I4eC .nav-item:focus,
.cid-uR9JN7I4eC .nav-link:focus {
  outline: none;
}
.cid-uR9JN7I4eC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR9JN7I4eC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR9JN7I4eC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR9JN7I4eC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR9JN7I4eC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR9JN7I4eC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR9JN7I4eC .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-uR9JN7I4eC .navbar.opened {
  transition: all 0.3s;
}
.cid-uR9JN7I4eC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR9JN7I4eC .navbar .navbar-logo img {
  width: auto;
}
.cid-uR9JN7I4eC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uR9JN7I4eC .navbar.collapsed {
  justify-content: center;
}
.cid-uR9JN7I4eC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR9JN7I4eC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR9JN7I4eC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uR9JN7I4eC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR9JN7I4eC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR9JN7I4eC .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-uR9JN7I4eC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR9JN7I4eC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR9JN7I4eC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uR9JN7I4eC .navbar {
    min-height: 72px;
  }
  .cid-uR9JN7I4eC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uR9JN7I4eC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR9JN7I4eC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR9JN7I4eC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR9JN7I4eC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR9JN7I4eC .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-uR9JN7I4eC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR9JN7I4eC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uR9JN7I4eC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR9JN7I4eC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR9JN7I4eC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uR9JN7I4eC .dropdown-item.active,
.cid-uR9JN7I4eC .dropdown-item:active {
  background-color: transparent;
}
.cid-uR9JN7I4eC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR9JN7I4eC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR9JN7I4eC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR9JN7I4eC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR9JN7I4eC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uR9JN7I4eC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uR9JN7I4eC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR9JN7I4eC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uR9JN7I4eC .navbar-buttons {
    text-align: left;
  }
}
.cid-uR9JN7I4eC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uR9JN7I4eC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uR9JN7I4eC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR9JN7I4eC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR9JN7I4eC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR9JN7I4eC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR9JN7I4eC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR9JN7I4eC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR9JN7I4eC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR9JN7I4eC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR9JN7I4eC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uR9JN7I4eC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR9JN7I4eC .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-uR9JN7I4eC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR9JN7I4eC .navbar {
    height: 70px;
  }
  .cid-uR9JN7I4eC .navbar.opened {
    height: auto;
  }
  .cid-uR9JN7I4eC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR9JN7I4eC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uR9JN7I4eC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uR9JN7I4eC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uR9JN7I4eC .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-uR9JN7I4eC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uR9JN7I4eC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uR9JN7I4eC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uR9JN7I4eC .navbar-brand {
    margin-right: auto;
  }
  .cid-uR9JN7I4eC .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uR9JN7I4eC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uR9JN7I4eC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uR9JN7I4eC .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-uR9JN7I4eC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uR9JN7I4eC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uR9JN7I4eC .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-uR9JN7I4eC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uR9JN7I4eC .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-uR9JN7I4eC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uR9JN7I4eC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uR9JN8j9O4 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uR9JN8j9O4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9JN8j9O4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9JN8j9O4 .content-head {
  max-width: 800px;
}
.cid-uR9JN8j9O4 .mbr-section-title {
  color: #ffffff;
}
.cid-uR9JN8j9O4 .mbr-text,
.cid-uR9JN8j9O4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uR9JN8DCLC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uR9JN8DCLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9JN8DCLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9JN8DCLC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uR9JN8DCLC .item {
    margin-bottom: 1rem;
  }
}
.cid-uR9JN8DCLC .item-wrapper {
  position: relative;
}
.cid-uR9JN8DCLC .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-uR9JN8DCLC .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uR9JN8DCLC .carousel-control,
.cid-uR9JN8DCLC .close {
  background: #1b1b1b;
}
.cid-uR9JN8DCLC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uR9JN8DCLC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uR9JN8DCLC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uR9JN8DCLC .carousel-control-next span {
  margin-left: 5px;
}
.cid-uR9JN8DCLC .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-uR9JN8DCLC .close::before {
  content: '\e91a';
}
.cid-uR9JN8DCLC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uR9JN8DCLC .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-uR9JN8DCLC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR9JN8DCLC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uR9JN8DCLC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uR9JN8DCLC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uR9JN8DCLC .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-uR9JN8DCLC .carousel-indicators li.active,
.cid-uR9JN8DCLC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uR9JN8DCLC .carousel-indicators li::after,
.cid-uR9JN8DCLC .carousel-indicators li::before {
  content: none;
}
.cid-uR9JN8DCLC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uR9JN8DCLC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uR9JN8DCLC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9JN8DCLC .carousel-indicators {
    display: none;
  }
}
.cid-uR9JN8DCLC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uR9JN8DCLC .carousel-inner > .active {
  display: block;
}
.cid-uR9JN8DCLC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR9JN8DCLC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR9JN8DCLC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uR9JN8DCLC .carousel-control,
  .cid-uR9JN8DCLC .carousel-indicators,
  .cid-uR9JN8DCLC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uR9JN8DCLC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uR9JN8DCLC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uR9JN8DCLC .carousel-indicators .active,
.cid-uR9JN8DCLC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uR9JN8DCLC .carousel-indicators .active {
  background: #fff;
}
.cid-uR9JN8DCLC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uR9JN8DCLC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uR9JN8DCLC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uR9JN8DCLC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uR9JN8DCLC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uR9JN8DCLC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uR9JN8DCLC .carousel {
  width: 100%;
}
.cid-uR9JN8DCLC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uR9JN8DCLC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uR9JN8DCLC .modal.fade .modal-dialog,
.cid-uR9JN8DCLC .modal.in .modal-dialog {
  transform: none;
}
.cid-uR9JN8DCLC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uR9JN8DCLC .content-head {
  max-width: 800px;
}
.cid-uR9JNaOzje {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uR9JNb2HXa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uR9JNb2HXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9JNb2HXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9JNb2HXa .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uR9JNb2HXa .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uR9JNb2HXa .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uR9JNb2HXa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uR9JNb2HXa .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uR9JNb2HXa .mbr-section-title {
  color: #9fe870;
}
.cid-uR9JNb2HXa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR9JNb2HXa .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uR9JNb2HXa .card-box .item-footer {
  margin-top: auto;
}
.cid-uR9JNb2HXa .content-head {
  max-width: 800px;
}
.cid-uR9JNb2HXa .card-text {
  text-align: center;
}
.cid-uR9JNb2HXa .card-title,
.cid-uR9JNb2HXa .iconfont-wrapper {
  text-align: center;
}
.cid-uR9JNbFUIP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uR9JNbFUIP .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uR9JNbFUIP .container {
    padding: 0 12px;
  }
}
.cid-uR9JNbFUIP .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uR9JNbFUIP .social-row .soc-item {
  margin: 8px;
}
.cid-uR9JNbFUIP .social-row .soc-item a:hover .mbr-iconfont,
.cid-uR9JNbFUIP .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uR9JNbFUIP .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uR9JNbFUIP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uR9JNbFUIP .mbr-section-title {
  color: #ffffff;
}
.cid-uR9JNbFUIP .mbr-section-title,
.cid-uR9JNbFUIP .social-list {
  color: #ffffff;
}
.cid-uR9JNc7bi5 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uR9JNc7bi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR9JNc7bi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR9JNc7bi5 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uR9JNc7bi5 .footer-col {
    flex-direction: column;
  }
}
.cid-uR9JNc7bi5 .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uR9JNc7bi5 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uR9JNc7bi5 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uR9JNc7bi5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uR9JNc7bi5 .soc-item {
  margin: 8px;
}
.cid-uR9JNc7bi5 .soc-item a:hover .mbr-iconfont,
.cid-uR9JNc7bi5 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uR9JNc7bi5 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uR9JNc7bi5 .row {
    text-align: center;
  }
  .cid-uR9JNc7bi5 .social-row {
    justify-content: center;
  }
}
.cid-uR9JNc7bi5 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uR9JNc7bi5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uR9JNc7bi5 .list {
    margin-bottom: 0rem;
  }
}
.cid-uR9JNc7bi5 .mbr-text {
  color: #bbbbbb;
}
.cid-uR9JNc7bi5 .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uR9JNc7bi5 .list,
.cid-uR9JNc7bi5 .item-wrap {
  color: #071a3d;
}
.cid-uR9JNc7bi5 .copyright {
  color: #071a3d;
}
.cid-uRdeKf4cIr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRdeKf4cIr .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-uRdeKf4cIr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRdeKf4cIr .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-uRdeKf4cIr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRdeKf4cIr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdeKf4cIr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdeKf4cIr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRdeKf4cIr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRdeKf4cIr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRdeKf4cIr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRdeKf4cIr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRdeKf4cIr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRdeKf4cIr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRdeKf4cIr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRdeKf4cIr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRdeKf4cIr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRdeKf4cIr .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRdeKf4cIr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRdeKf4cIr .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRdeKf4cIr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRdeKf4cIr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRdeKf4cIr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRdeKf4cIr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdeKf4cIr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRdeKf4cIr .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdeKf4cIr .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: #ffffff !important;
}
.cid-uRdeKf4cIr .nav-item:focus,
.cid-uRdeKf4cIr .nav-link:focus {
  outline: none;
}
.cid-uRdeKf4cIr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdeKf4cIr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdeKf4cIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdeKf4cIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdeKf4cIr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdeKf4cIr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdeKf4cIr .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-uRdeKf4cIr .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdeKf4cIr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdeKf4cIr .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdeKf4cIr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRdeKf4cIr .navbar.collapsed {
  justify-content: center;
}
.cid-uRdeKf4cIr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdeKf4cIr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdeKf4cIr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRdeKf4cIr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdeKf4cIr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdeKf4cIr .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-uRdeKf4cIr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdeKf4cIr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdeKf4cIr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRdeKf4cIr .navbar {
    min-height: 72px;
  }
  .cid-uRdeKf4cIr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdeKf4cIr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdeKf4cIr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdeKf4cIr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdeKf4cIr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdeKf4cIr .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-uRdeKf4cIr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdeKf4cIr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRdeKf4cIr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdeKf4cIr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdeKf4cIr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRdeKf4cIr .dropdown-item.active,
.cid-uRdeKf4cIr .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdeKf4cIr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdeKf4cIr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdeKf4cIr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdeKf4cIr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRdeKf4cIr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRdeKf4cIr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRdeKf4cIr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdeKf4cIr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRdeKf4cIr .navbar-buttons {
    text-align: left;
  }
}
.cid-uRdeKf4cIr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdeKf4cIr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRdeKf4cIr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdeKf4cIr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdeKf4cIr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdeKf4cIr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdeKf4cIr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdeKf4cIr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdeKf4cIr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdeKf4cIr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdeKf4cIr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRdeKf4cIr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdeKf4cIr .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-uRdeKf4cIr .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdeKf4cIr .navbar {
    height: 70px;
  }
  .cid-uRdeKf4cIr .navbar.opened {
    height: auto;
  }
  .cid-uRdeKf4cIr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdeKf4cIr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRdeKf4cIr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRdeKf4cIr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRdeKf4cIr .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-uRdeKf4cIr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRdeKf4cIr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRdeKf4cIr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRdeKf4cIr .navbar-brand {
    margin-right: auto;
  }
  .cid-uRdeKf4cIr .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRdeKf4cIr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRdeKf4cIr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRdeKf4cIr .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-uRdeKf4cIr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRdeKf4cIr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRdeKf4cIr .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-uRdeKf4cIr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRdeKf4cIr .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-uRdeKf4cIr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRdeKf4cIr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdeKfqwrH {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRdeKfqwrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdeKfqwrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdeKfqwrH .content-head {
  max-width: 800px;
}
.cid-uRdeKfqwrH .mbr-section-title {
  color: #ffffff;
}
.cid-uRdeKfqwrH .mbr-text,
.cid-uRdeKfqwrH .mbr-section-btn {
  color: #ffffff;
}
.cid-uRdeKfE8yb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRdeKfE8yb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdeKfE8yb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdeKfE8yb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdeKfE8yb .item {
    margin-bottom: 1rem;
  }
}
.cid-uRdeKfE8yb .item-wrapper {
  position: relative;
}
.cid-uRdeKfE8yb .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-uRdeKfE8yb .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRdeKfE8yb .carousel-control,
.cid-uRdeKfE8yb .close {
  background: #1b1b1b;
}
.cid-uRdeKfE8yb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRdeKfE8yb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRdeKfE8yb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRdeKfE8yb .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRdeKfE8yb .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-uRdeKfE8yb .close::before {
  content: '\e91a';
}
.cid-uRdeKfE8yb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRdeKfE8yb .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-uRdeKfE8yb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdeKfE8yb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdeKfE8yb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRdeKfE8yb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRdeKfE8yb .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-uRdeKfE8yb .carousel-indicators li.active,
.cid-uRdeKfE8yb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRdeKfE8yb .carousel-indicators li::after,
.cid-uRdeKfE8yb .carousel-indicators li::before {
  content: none;
}
.cid-uRdeKfE8yb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRdeKfE8yb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdeKfE8yb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdeKfE8yb .carousel-indicators {
    display: none;
  }
}
.cid-uRdeKfE8yb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRdeKfE8yb .carousel-inner > .active {
  display: block;
}
.cid-uRdeKfE8yb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdeKfE8yb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRdeKfE8yb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRdeKfE8yb .carousel-control,
  .cid-uRdeKfE8yb .carousel-indicators,
  .cid-uRdeKfE8yb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRdeKfE8yb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRdeKfE8yb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRdeKfE8yb .carousel-indicators .active,
.cid-uRdeKfE8yb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRdeKfE8yb .carousel-indicators .active {
  background: #fff;
}
.cid-uRdeKfE8yb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRdeKfE8yb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRdeKfE8yb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRdeKfE8yb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRdeKfE8yb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRdeKfE8yb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRdeKfE8yb .carousel {
  width: 100%;
}
.cid-uRdeKfE8yb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRdeKfE8yb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRdeKfE8yb .modal.fade .modal-dialog,
.cid-uRdeKfE8yb .modal.in .modal-dialog {
  transform: none;
}
.cid-uRdeKfE8yb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRdeKfE8yb .content-head {
  max-width: 800px;
}
.cid-uRdeKhhetD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRdeKhPLBt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRdeKhPLBt .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRdeKhPLBt .container {
    padding: 0 12px;
  }
}
.cid-uRdeKhPLBt .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRdeKhPLBt .social-row .soc-item {
  margin: 8px;
}
.cid-uRdeKhPLBt .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRdeKhPLBt .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdeKhPLBt .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRdeKhPLBt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRdeKhPLBt .mbr-section-title {
  color: #ffffff;
}
.cid-uRdeKhPLBt .mbr-section-title,
.cid-uRdeKhPLBt .social-list {
  color: #ffffff;
}
.cid-uRdeKi9z0R {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRdeKi9z0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdeKi9z0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdeKi9z0R .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRdeKi9z0R .footer-col {
    flex-direction: column;
  }
}
.cid-uRdeKi9z0R .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRdeKi9z0R .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdeKi9z0R .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRdeKi9z0R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRdeKi9z0R .soc-item {
  margin: 8px;
}
.cid-uRdeKi9z0R .soc-item a:hover .mbr-iconfont,
.cid-uRdeKi9z0R .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdeKi9z0R .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRdeKi9z0R .row {
    text-align: center;
  }
  .cid-uRdeKi9z0R .social-row {
    justify-content: center;
  }
}
.cid-uRdeKi9z0R .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRdeKi9z0R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdeKi9z0R .list {
    margin-bottom: 0rem;
  }
}
.cid-uRdeKi9z0R .mbr-text {
  color: #bbbbbb;
}
.cid-uRdeKi9z0R .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRdeKi9z0R .list,
.cid-uRdeKi9z0R .item-wrap {
  color: #071a3d;
}
.cid-uRdeKi9z0R .copyright {
  color: #071a3d;
}
.cid-uRdfUpQY0o {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRdfUpQY0o .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-uRdfUpQY0o .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRdfUpQY0o .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-uRdfUpQY0o .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRdfUpQY0o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdfUpQY0o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdfUpQY0o .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRdfUpQY0o .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRdfUpQY0o .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRdfUpQY0o .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRdfUpQY0o .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRdfUpQY0o .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRdfUpQY0o .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRdfUpQY0o .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRdfUpQY0o .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRdfUpQY0o .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRdfUpQY0o .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRdfUpQY0o .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRdfUpQY0o .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRdfUpQY0o .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRdfUpQY0o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRdfUpQY0o .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRdfUpQY0o .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdfUpQY0o .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRdfUpQY0o .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdfUpQY0o .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: #ffffff !important;
}
.cid-uRdfUpQY0o .nav-item:focus,
.cid-uRdfUpQY0o .nav-link:focus {
  outline: none;
}
.cid-uRdfUpQY0o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdfUpQY0o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdfUpQY0o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdfUpQY0o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdfUpQY0o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdfUpQY0o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdfUpQY0o .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-uRdfUpQY0o .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdfUpQY0o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdfUpQY0o .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdfUpQY0o .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRdfUpQY0o .navbar.collapsed {
  justify-content: center;
}
.cid-uRdfUpQY0o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdfUpQY0o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdfUpQY0o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRdfUpQY0o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdfUpQY0o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdfUpQY0o .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-uRdfUpQY0o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdfUpQY0o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdfUpQY0o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRdfUpQY0o .navbar {
    min-height: 72px;
  }
  .cid-uRdfUpQY0o .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdfUpQY0o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdfUpQY0o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdfUpQY0o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdfUpQY0o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdfUpQY0o .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-uRdfUpQY0o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdfUpQY0o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRdfUpQY0o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdfUpQY0o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdfUpQY0o .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRdfUpQY0o .dropdown-item.active,
.cid-uRdfUpQY0o .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdfUpQY0o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdfUpQY0o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdfUpQY0o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdfUpQY0o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRdfUpQY0o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRdfUpQY0o .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRdfUpQY0o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdfUpQY0o .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRdfUpQY0o .navbar-buttons {
    text-align: left;
  }
}
.cid-uRdfUpQY0o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdfUpQY0o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRdfUpQY0o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdfUpQY0o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdfUpQY0o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdfUpQY0o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdfUpQY0o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdfUpQY0o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdfUpQY0o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdfUpQY0o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdfUpQY0o .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRdfUpQY0o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdfUpQY0o .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-uRdfUpQY0o .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdfUpQY0o .navbar {
    height: 70px;
  }
  .cid-uRdfUpQY0o .navbar.opened {
    height: auto;
  }
  .cid-uRdfUpQY0o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdfUpQY0o .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRdfUpQY0o .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRdfUpQY0o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRdfUpQY0o .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-uRdfUpQY0o .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRdfUpQY0o .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRdfUpQY0o .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRdfUpQY0o .navbar-brand {
    margin-right: auto;
  }
  .cid-uRdfUpQY0o .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRdfUpQY0o .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRdfUpQY0o .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRdfUpQY0o .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-uRdfUpQY0o .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRdfUpQY0o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRdfUpQY0o .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-uRdfUpQY0o .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRdfUpQY0o .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-uRdfUpQY0o .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRdfUpQY0o .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdfUqiSlj {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRdfUqiSlj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdfUqiSlj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdfUqiSlj .content-head {
  max-width: 800px;
}
.cid-uRdfUqiSlj .mbr-section-title {
  color: #ffffff;
}
.cid-uRdfUqiSlj .mbr-text,
.cid-uRdfUqiSlj .mbr-section-btn {
  color: #ffffff;
}
.cid-uRdfUqzGJm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRdfUqzGJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdfUqzGJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdfUqzGJm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdfUqzGJm .item {
    margin-bottom: 1rem;
  }
}
.cid-uRdfUqzGJm .item-wrapper {
  position: relative;
}
.cid-uRdfUqzGJm .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-uRdfUqzGJm .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRdfUqzGJm .carousel-control,
.cid-uRdfUqzGJm .close {
  background: #1b1b1b;
}
.cid-uRdfUqzGJm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRdfUqzGJm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRdfUqzGJm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRdfUqzGJm .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRdfUqzGJm .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-uRdfUqzGJm .close::before {
  content: '\e91a';
}
.cid-uRdfUqzGJm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRdfUqzGJm .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-uRdfUqzGJm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdfUqzGJm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdfUqzGJm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRdfUqzGJm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRdfUqzGJm .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-uRdfUqzGJm .carousel-indicators li.active,
.cid-uRdfUqzGJm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRdfUqzGJm .carousel-indicators li::after,
.cid-uRdfUqzGJm .carousel-indicators li::before {
  content: none;
}
.cid-uRdfUqzGJm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRdfUqzGJm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdfUqzGJm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdfUqzGJm .carousel-indicators {
    display: none;
  }
}
.cid-uRdfUqzGJm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRdfUqzGJm .carousel-inner > .active {
  display: block;
}
.cid-uRdfUqzGJm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdfUqzGJm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRdfUqzGJm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRdfUqzGJm .carousel-control,
  .cid-uRdfUqzGJm .carousel-indicators,
  .cid-uRdfUqzGJm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRdfUqzGJm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRdfUqzGJm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRdfUqzGJm .carousel-indicators .active,
.cid-uRdfUqzGJm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRdfUqzGJm .carousel-indicators .active {
  background: #fff;
}
.cid-uRdfUqzGJm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRdfUqzGJm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRdfUqzGJm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRdfUqzGJm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRdfUqzGJm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRdfUqzGJm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRdfUqzGJm .carousel {
  width: 100%;
}
.cid-uRdfUqzGJm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRdfUqzGJm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRdfUqzGJm .modal.fade .modal-dialog,
.cid-uRdfUqzGJm .modal.in .modal-dialog {
  transform: none;
}
.cid-uRdfUqzGJm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRdfUqzGJm .content-head {
  max-width: 800px;
}
.cid-uRdfUsc8rq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRdfUsolz2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRdfUsolz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdfUsolz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdfUsolz2 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdfUsolz2 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRdfUsolz2 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRdfUsolz2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRdfUsolz2 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRdfUsolz2 .mbr-section-title {
  color: #9fe870;
}
.cid-uRdfUsolz2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRdfUsolz2 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRdfUsolz2 .card-box .item-footer {
  margin-top: auto;
}
.cid-uRdfUsolz2 .content-head {
  max-width: 800px;
}
.cid-uRdfUsolz2 .card-text {
  text-align: center;
}
.cid-uRdfUsolz2 .card-title,
.cid-uRdfUsolz2 .iconfont-wrapper {
  text-align: center;
}
.cid-uRdfUsPM1S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRdfUsPM1S .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRdfUsPM1S .container {
    padding: 0 12px;
  }
}
.cid-uRdfUsPM1S .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRdfUsPM1S .social-row .soc-item {
  margin: 8px;
}
.cid-uRdfUsPM1S .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRdfUsPM1S .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdfUsPM1S .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRdfUsPM1S .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRdfUsPM1S .mbr-section-title {
  color: #ffffff;
}
.cid-uRdfUsPM1S .mbr-section-title,
.cid-uRdfUsPM1S .social-list {
  color: #ffffff;
}
.cid-uRdfUtaSLL {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRdfUtaSLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdfUtaSLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdfUtaSLL .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRdfUtaSLL .footer-col {
    flex-direction: column;
  }
}
.cid-uRdfUtaSLL .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRdfUtaSLL .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdfUtaSLL .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRdfUtaSLL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRdfUtaSLL .soc-item {
  margin: 8px;
}
.cid-uRdfUtaSLL .soc-item a:hover .mbr-iconfont,
.cid-uRdfUtaSLL .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdfUtaSLL .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRdfUtaSLL .row {
    text-align: center;
  }
  .cid-uRdfUtaSLL .social-row {
    justify-content: center;
  }
}
.cid-uRdfUtaSLL .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRdfUtaSLL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdfUtaSLL .list {
    margin-bottom: 0rem;
  }
}
.cid-uRdfUtaSLL .mbr-text {
  color: #bbbbbb;
}
.cid-uRdfUtaSLL .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRdfUtaSLL .list,
.cid-uRdfUtaSLL .item-wrap {
  color: #071a3d;
}
.cid-uRdfUtaSLL .copyright {
  color: #071a3d;
}
.cid-uRdiftSgmd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRdiftSgmd .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-uRdiftSgmd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRdiftSgmd .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-uRdiftSgmd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRdiftSgmd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdiftSgmd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdiftSgmd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRdiftSgmd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRdiftSgmd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRdiftSgmd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRdiftSgmd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRdiftSgmd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRdiftSgmd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRdiftSgmd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRdiftSgmd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRdiftSgmd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRdiftSgmd .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRdiftSgmd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRdiftSgmd .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRdiftSgmd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRdiftSgmd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRdiftSgmd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRdiftSgmd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdiftSgmd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRdiftSgmd .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdiftSgmd .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: #ffffff !important;
}
.cid-uRdiftSgmd .nav-item:focus,
.cid-uRdiftSgmd .nav-link:focus {
  outline: none;
}
.cid-uRdiftSgmd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdiftSgmd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdiftSgmd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdiftSgmd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdiftSgmd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdiftSgmd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdiftSgmd .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-uRdiftSgmd .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdiftSgmd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdiftSgmd .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdiftSgmd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRdiftSgmd .navbar.collapsed {
  justify-content: center;
}
.cid-uRdiftSgmd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdiftSgmd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdiftSgmd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRdiftSgmd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdiftSgmd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdiftSgmd .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-uRdiftSgmd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdiftSgmd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdiftSgmd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRdiftSgmd .navbar {
    min-height: 72px;
  }
  .cid-uRdiftSgmd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdiftSgmd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdiftSgmd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdiftSgmd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdiftSgmd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdiftSgmd .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-uRdiftSgmd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdiftSgmd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRdiftSgmd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdiftSgmd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdiftSgmd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRdiftSgmd .dropdown-item.active,
.cid-uRdiftSgmd .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdiftSgmd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdiftSgmd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdiftSgmd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdiftSgmd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRdiftSgmd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRdiftSgmd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRdiftSgmd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdiftSgmd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRdiftSgmd .navbar-buttons {
    text-align: left;
  }
}
.cid-uRdiftSgmd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdiftSgmd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRdiftSgmd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdiftSgmd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdiftSgmd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdiftSgmd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdiftSgmd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdiftSgmd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdiftSgmd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdiftSgmd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdiftSgmd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRdiftSgmd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdiftSgmd .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-uRdiftSgmd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdiftSgmd .navbar {
    height: 70px;
  }
  .cid-uRdiftSgmd .navbar.opened {
    height: auto;
  }
  .cid-uRdiftSgmd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdiftSgmd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRdiftSgmd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRdiftSgmd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRdiftSgmd .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-uRdiftSgmd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRdiftSgmd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRdiftSgmd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRdiftSgmd .navbar-brand {
    margin-right: auto;
  }
  .cid-uRdiftSgmd .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRdiftSgmd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRdiftSgmd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRdiftSgmd .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-uRdiftSgmd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRdiftSgmd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRdiftSgmd .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-uRdiftSgmd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRdiftSgmd .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-uRdiftSgmd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRdiftSgmd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdifuh2EC {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRdifuh2EC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdifuh2EC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdifuh2EC .content-head {
  max-width: 800px;
}
.cid-uRdifuh2EC .mbr-section-title {
  color: #ffffff;
}
.cid-uRdifuh2EC .mbr-text,
.cid-uRdifuh2EC .mbr-section-btn {
  color: #ffffff;
}
.cid-uRdifuxnYY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRdifuxnYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdifuxnYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdifuxnYY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdifuxnYY .item {
    margin-bottom: 1rem;
  }
}
.cid-uRdifuxnYY .item-wrapper {
  position: relative;
}
.cid-uRdifuxnYY .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-uRdifuxnYY .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRdifuxnYY .carousel-control,
.cid-uRdifuxnYY .close {
  background: #1b1b1b;
}
.cid-uRdifuxnYY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRdifuxnYY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRdifuxnYY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRdifuxnYY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRdifuxnYY .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-uRdifuxnYY .close::before {
  content: '\e91a';
}
.cid-uRdifuxnYY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRdifuxnYY .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-uRdifuxnYY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdifuxnYY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdifuxnYY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRdifuxnYY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRdifuxnYY .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-uRdifuxnYY .carousel-indicators li.active,
.cid-uRdifuxnYY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRdifuxnYY .carousel-indicators li::after,
.cid-uRdifuxnYY .carousel-indicators li::before {
  content: none;
}
.cid-uRdifuxnYY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRdifuxnYY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdifuxnYY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdifuxnYY .carousel-indicators {
    display: none;
  }
}
.cid-uRdifuxnYY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRdifuxnYY .carousel-inner > .active {
  display: block;
}
.cid-uRdifuxnYY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdifuxnYY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRdifuxnYY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRdifuxnYY .carousel-control,
  .cid-uRdifuxnYY .carousel-indicators,
  .cid-uRdifuxnYY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRdifuxnYY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRdifuxnYY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRdifuxnYY .carousel-indicators .active,
.cid-uRdifuxnYY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRdifuxnYY .carousel-indicators .active {
  background: #fff;
}
.cid-uRdifuxnYY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRdifuxnYY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRdifuxnYY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRdifuxnYY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRdifuxnYY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRdifuxnYY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRdifuxnYY .carousel {
  width: 100%;
}
.cid-uRdifuxnYY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRdifuxnYY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRdifuxnYY .modal.fade .modal-dialog,
.cid-uRdifuxnYY .modal.in .modal-dialog {
  transform: none;
}
.cid-uRdifuxnYY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRdifuxnYY .content-head {
  max-width: 800px;
}
.cid-uRdifx692G {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRdifxjBnk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRdifxjBnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdifxjBnk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdifxjBnk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdifxjBnk .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRdifxjBnk .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRdifxjBnk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRdifxjBnk .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRdifxjBnk .mbr-section-title {
  color: #9fe870;
}
.cid-uRdifxjBnk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRdifxjBnk .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRdifxjBnk .card-box .item-footer {
  margin-top: auto;
}
.cid-uRdifxjBnk .content-head {
  max-width: 800px;
}
.cid-uRdifxjBnk .card-text {
  text-align: center;
}
.cid-uRdifxjBnk .card-title,
.cid-uRdifxjBnk .iconfont-wrapper {
  text-align: center;
}
.cid-uRdifxHhF4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRdifxHhF4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRdifxHhF4 .container {
    padding: 0 12px;
  }
}
.cid-uRdifxHhF4 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRdifxHhF4 .social-row .soc-item {
  margin: 8px;
}
.cid-uRdifxHhF4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRdifxHhF4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdifxHhF4 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRdifxHhF4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRdifxHhF4 .mbr-section-title {
  color: #ffffff;
}
.cid-uRdifxHhF4 .mbr-section-title,
.cid-uRdifxHhF4 .social-list {
  color: #ffffff;
}
.cid-uRdify4c5t {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRdify4c5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdify4c5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdify4c5t .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRdify4c5t .footer-col {
    flex-direction: column;
  }
}
.cid-uRdify4c5t .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRdify4c5t .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdify4c5t .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRdify4c5t .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRdify4c5t .soc-item {
  margin: 8px;
}
.cid-uRdify4c5t .soc-item a:hover .mbr-iconfont,
.cid-uRdify4c5t .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdify4c5t .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRdify4c5t .row {
    text-align: center;
  }
  .cid-uRdify4c5t .social-row {
    justify-content: center;
  }
}
.cid-uRdify4c5t .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRdify4c5t .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdify4c5t .list {
    margin-bottom: 0rem;
  }
}
.cid-uRdify4c5t .mbr-text {
  color: #bbbbbb;
}
.cid-uRdify4c5t .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRdify4c5t .list,
.cid-uRdify4c5t .item-wrap {
  color: #071a3d;
}
.cid-uRdify4c5t .copyright {
  color: #071a3d;
}
.cid-uRdllcQe37 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRdllcQe37 .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-uRdllcQe37 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRdllcQe37 .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-uRdllcQe37 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRdllcQe37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdllcQe37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdllcQe37 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRdllcQe37 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRdllcQe37 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRdllcQe37 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRdllcQe37 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRdllcQe37 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRdllcQe37 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRdllcQe37 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRdllcQe37 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRdllcQe37 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRdllcQe37 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRdllcQe37 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRdllcQe37 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRdllcQe37 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRdllcQe37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRdllcQe37 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRdllcQe37 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdllcQe37 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRdllcQe37 .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdllcQe37 .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: #ffffff !important;
}
.cid-uRdllcQe37 .nav-item:focus,
.cid-uRdllcQe37 .nav-link:focus {
  outline: none;
}
.cid-uRdllcQe37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdllcQe37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdllcQe37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdllcQe37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdllcQe37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdllcQe37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdllcQe37 .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-uRdllcQe37 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdllcQe37 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdllcQe37 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdllcQe37 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRdllcQe37 .navbar.collapsed {
  justify-content: center;
}
.cid-uRdllcQe37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdllcQe37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdllcQe37 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRdllcQe37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdllcQe37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdllcQe37 .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-uRdllcQe37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdllcQe37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdllcQe37 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRdllcQe37 .navbar {
    min-height: 72px;
  }
  .cid-uRdllcQe37 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdllcQe37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdllcQe37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdllcQe37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdllcQe37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdllcQe37 .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-uRdllcQe37 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdllcQe37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRdllcQe37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdllcQe37 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdllcQe37 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRdllcQe37 .dropdown-item.active,
.cid-uRdllcQe37 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdllcQe37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdllcQe37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdllcQe37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdllcQe37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRdllcQe37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRdllcQe37 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRdllcQe37 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdllcQe37 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRdllcQe37 .navbar-buttons {
    text-align: left;
  }
}
.cid-uRdllcQe37 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdllcQe37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRdllcQe37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdllcQe37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdllcQe37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdllcQe37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdllcQe37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdllcQe37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdllcQe37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdllcQe37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdllcQe37 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRdllcQe37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdllcQe37 .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-uRdllcQe37 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdllcQe37 .navbar {
    height: 70px;
  }
  .cid-uRdllcQe37 .navbar.opened {
    height: auto;
  }
  .cid-uRdllcQe37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdllcQe37 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRdllcQe37 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRdllcQe37 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRdllcQe37 .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-uRdllcQe37 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRdllcQe37 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRdllcQe37 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRdllcQe37 .navbar-brand {
    margin-right: auto;
  }
  .cid-uRdllcQe37 .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRdllcQe37 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRdllcQe37 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRdllcQe37 .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-uRdllcQe37 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRdllcQe37 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRdllcQe37 .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-uRdllcQe37 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRdllcQe37 .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-uRdllcQe37 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRdllcQe37 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdlldc9WX {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRdlldc9WX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdlldc9WX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdlldc9WX .content-head {
  max-width: 800px;
}
.cid-uRdlldc9WX .mbr-section-title {
  color: #ffffff;
}
.cid-uRdlldc9WX .mbr-text,
.cid-uRdlldc9WX .mbr-section-btn {
  color: #ffffff;
}
.cid-uRdlldp4Jo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRdlldp4Jo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdlldp4Jo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdlldp4Jo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdlldp4Jo .item {
    margin-bottom: 1rem;
  }
}
.cid-uRdlldp4Jo .item-wrapper {
  position: relative;
}
.cid-uRdlldp4Jo .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-uRdlldp4Jo .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRdlldp4Jo .carousel-control,
.cid-uRdlldp4Jo .close {
  background: #1b1b1b;
}
.cid-uRdlldp4Jo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRdlldp4Jo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRdlldp4Jo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRdlldp4Jo .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRdlldp4Jo .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-uRdlldp4Jo .close::before {
  content: '\e91a';
}
.cid-uRdlldp4Jo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRdlldp4Jo .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-uRdlldp4Jo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdlldp4Jo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdlldp4Jo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRdlldp4Jo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRdlldp4Jo .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-uRdlldp4Jo .carousel-indicators li.active,
.cid-uRdlldp4Jo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRdlldp4Jo .carousel-indicators li::after,
.cid-uRdlldp4Jo .carousel-indicators li::before {
  content: none;
}
.cid-uRdlldp4Jo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRdlldp4Jo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdlldp4Jo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdlldp4Jo .carousel-indicators {
    display: none;
  }
}
.cid-uRdlldp4Jo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRdlldp4Jo .carousel-inner > .active {
  display: block;
}
.cid-uRdlldp4Jo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdlldp4Jo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRdlldp4Jo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRdlldp4Jo .carousel-control,
  .cid-uRdlldp4Jo .carousel-indicators,
  .cid-uRdlldp4Jo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRdlldp4Jo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRdlldp4Jo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRdlldp4Jo .carousel-indicators .active,
.cid-uRdlldp4Jo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRdlldp4Jo .carousel-indicators .active {
  background: #fff;
}
.cid-uRdlldp4Jo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRdlldp4Jo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRdlldp4Jo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRdlldp4Jo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRdlldp4Jo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRdlldp4Jo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRdlldp4Jo .carousel {
  width: 100%;
}
.cid-uRdlldp4Jo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRdlldp4Jo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRdlldp4Jo .modal.fade .modal-dialog,
.cid-uRdlldp4Jo .modal.in .modal-dialog {
  transform: none;
}
.cid-uRdlldp4Jo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRdlldp4Jo .content-head {
  max-width: 800px;
}
.cid-uRdlleZSL9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRdllfcSkI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRdllfcSkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdllfcSkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdllfcSkI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdllfcSkI .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRdllfcSkI .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRdllfcSkI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRdllfcSkI .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRdllfcSkI .mbr-section-title {
  color: #9fe870;
}
.cid-uRdllfcSkI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRdllfcSkI .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRdllfcSkI .card-box .item-footer {
  margin-top: auto;
}
.cid-uRdllfcSkI .content-head {
  max-width: 800px;
}
.cid-uRdllfcSkI .card-text {
  text-align: center;
}
.cid-uRdllfcSkI .card-title,
.cid-uRdllfcSkI .iconfont-wrapper {
  text-align: center;
}
.cid-uRdllfy9o4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRdllfy9o4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRdllfy9o4 .container {
    padding: 0 12px;
  }
}
.cid-uRdllfy9o4 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRdllfy9o4 .social-row .soc-item {
  margin: 8px;
}
.cid-uRdllfy9o4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRdllfy9o4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdllfy9o4 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRdllfy9o4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRdllfy9o4 .mbr-section-title {
  color: #ffffff;
}
.cid-uRdllfy9o4 .mbr-section-title,
.cid-uRdllfy9o4 .social-list {
  color: #ffffff;
}
.cid-uRdllfXIUg {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRdllfXIUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdllfXIUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdllfXIUg .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRdllfXIUg .footer-col {
    flex-direction: column;
  }
}
.cid-uRdllfXIUg .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRdllfXIUg .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdllfXIUg .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRdllfXIUg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRdllfXIUg .soc-item {
  margin: 8px;
}
.cid-uRdllfXIUg .soc-item a:hover .mbr-iconfont,
.cid-uRdllfXIUg .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdllfXIUg .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRdllfXIUg .row {
    text-align: center;
  }
  .cid-uRdllfXIUg .social-row {
    justify-content: center;
  }
}
.cid-uRdllfXIUg .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRdllfXIUg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdllfXIUg .list {
    margin-bottom: 0rem;
  }
}
.cid-uRdllfXIUg .mbr-text {
  color: #bbbbbb;
}
.cid-uRdllfXIUg .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRdllfXIUg .list,
.cid-uRdllfXIUg .item-wrap {
  color: #071a3d;
}
.cid-uRdllfXIUg .copyright {
  color: #071a3d;
}
.cid-uRdKfbnCJg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRdKfbnCJg .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-uRdKfbnCJg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRdKfbnCJg .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-uRdKfbnCJg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRdKfbnCJg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdKfbnCJg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdKfbnCJg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRdKfbnCJg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRdKfbnCJg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRdKfbnCJg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRdKfbnCJg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRdKfbnCJg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRdKfbnCJg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRdKfbnCJg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRdKfbnCJg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRdKfbnCJg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRdKfbnCJg .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRdKfbnCJg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRdKfbnCJg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRdKfbnCJg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRdKfbnCJg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRdKfbnCJg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRdKfbnCJg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdKfbnCJg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRdKfbnCJg .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdKfbnCJg .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: #ffffff !important;
}
.cid-uRdKfbnCJg .nav-item:focus,
.cid-uRdKfbnCJg .nav-link:focus {
  outline: none;
}
.cid-uRdKfbnCJg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdKfbnCJg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdKfbnCJg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdKfbnCJg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdKfbnCJg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdKfbnCJg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdKfbnCJg .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-uRdKfbnCJg .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdKfbnCJg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdKfbnCJg .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdKfbnCJg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRdKfbnCJg .navbar.collapsed {
  justify-content: center;
}
.cid-uRdKfbnCJg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdKfbnCJg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdKfbnCJg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRdKfbnCJg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdKfbnCJg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdKfbnCJg .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-uRdKfbnCJg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdKfbnCJg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdKfbnCJg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRdKfbnCJg .navbar {
    min-height: 72px;
  }
  .cid-uRdKfbnCJg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdKfbnCJg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdKfbnCJg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdKfbnCJg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdKfbnCJg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdKfbnCJg .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-uRdKfbnCJg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdKfbnCJg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRdKfbnCJg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdKfbnCJg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdKfbnCJg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRdKfbnCJg .dropdown-item.active,
.cid-uRdKfbnCJg .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdKfbnCJg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdKfbnCJg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdKfbnCJg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdKfbnCJg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRdKfbnCJg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRdKfbnCJg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRdKfbnCJg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdKfbnCJg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRdKfbnCJg .navbar-buttons {
    text-align: left;
  }
}
.cid-uRdKfbnCJg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdKfbnCJg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRdKfbnCJg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdKfbnCJg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdKfbnCJg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdKfbnCJg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdKfbnCJg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdKfbnCJg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdKfbnCJg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdKfbnCJg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdKfbnCJg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRdKfbnCJg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdKfbnCJg .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-uRdKfbnCJg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdKfbnCJg .navbar {
    height: 70px;
  }
  .cid-uRdKfbnCJg .navbar.opened {
    height: auto;
  }
  .cid-uRdKfbnCJg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdKfbnCJg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRdKfbnCJg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRdKfbnCJg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRdKfbnCJg .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-uRdKfbnCJg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRdKfbnCJg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRdKfbnCJg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRdKfbnCJg .navbar-brand {
    margin-right: auto;
  }
  .cid-uRdKfbnCJg .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRdKfbnCJg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRdKfbnCJg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRdKfbnCJg .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-uRdKfbnCJg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRdKfbnCJg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRdKfbnCJg .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-uRdKfbnCJg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRdKfbnCJg .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-uRdKfbnCJg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRdKfbnCJg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdKfbLbq4 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRdKfbLbq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdKfbLbq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdKfbLbq4 .content-head {
  max-width: 800px;
}
.cid-uRdKfbLbq4 .mbr-section-title {
  color: #ffffff;
}
.cid-uRdKfbLbq4 .mbr-text,
.cid-uRdKfbLbq4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRdKfc3yqT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRdKfc3yqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdKfc3yqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdKfc3yqT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdKfc3yqT .item {
    margin-bottom: 1rem;
  }
}
.cid-uRdKfc3yqT .item-wrapper {
  position: relative;
}
.cid-uRdKfc3yqT .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-uRdKfc3yqT .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRdKfc3yqT .carousel-control,
.cid-uRdKfc3yqT .close {
  background: #1b1b1b;
}
.cid-uRdKfc3yqT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRdKfc3yqT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRdKfc3yqT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRdKfc3yqT .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRdKfc3yqT .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-uRdKfc3yqT .close::before {
  content: '\e91a';
}
.cid-uRdKfc3yqT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRdKfc3yqT .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-uRdKfc3yqT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdKfc3yqT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdKfc3yqT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRdKfc3yqT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRdKfc3yqT .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-uRdKfc3yqT .carousel-indicators li.active,
.cid-uRdKfc3yqT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRdKfc3yqT .carousel-indicators li::after,
.cid-uRdKfc3yqT .carousel-indicators li::before {
  content: none;
}
.cid-uRdKfc3yqT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRdKfc3yqT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdKfc3yqT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdKfc3yqT .carousel-indicators {
    display: none;
  }
}
.cid-uRdKfc3yqT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRdKfc3yqT .carousel-inner > .active {
  display: block;
}
.cid-uRdKfc3yqT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdKfc3yqT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRdKfc3yqT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRdKfc3yqT .carousel-control,
  .cid-uRdKfc3yqT .carousel-indicators,
  .cid-uRdKfc3yqT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRdKfc3yqT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRdKfc3yqT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRdKfc3yqT .carousel-indicators .active,
.cid-uRdKfc3yqT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRdKfc3yqT .carousel-indicators .active {
  background: #fff;
}
.cid-uRdKfc3yqT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRdKfc3yqT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRdKfc3yqT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRdKfc3yqT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRdKfc3yqT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRdKfc3yqT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRdKfc3yqT .carousel {
  width: 100%;
}
.cid-uRdKfc3yqT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRdKfc3yqT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRdKfc3yqT .modal.fade .modal-dialog,
.cid-uRdKfc3yqT .modal.in .modal-dialog {
  transform: none;
}
.cid-uRdKfc3yqT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRdKfc3yqT .content-head {
  max-width: 800px;
}
.cid-uRdKfdHI9o {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRdKfdTeaH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRdKfdTeaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdKfdTeaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdKfdTeaH .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdKfdTeaH .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRdKfdTeaH .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRdKfdTeaH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRdKfdTeaH .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRdKfdTeaH .mbr-section-title {
  color: #9fe870;
}
.cid-uRdKfdTeaH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRdKfdTeaH .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRdKfdTeaH .card-box .item-footer {
  margin-top: auto;
}
.cid-uRdKfdTeaH .content-head {
  max-width: 800px;
}
.cid-uRdKfdTeaH .card-text {
  text-align: center;
}
.cid-uRdKfdTeaH .card-title,
.cid-uRdKfdTeaH .iconfont-wrapper {
  text-align: center;
}
.cid-uRdKfekz78 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRdKfekz78 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRdKfekz78 .container {
    padding: 0 12px;
  }
}
.cid-uRdKfekz78 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRdKfekz78 .social-row .soc-item {
  margin: 8px;
}
.cid-uRdKfekz78 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRdKfekz78 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdKfekz78 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRdKfekz78 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRdKfekz78 .mbr-section-title {
  color: #ffffff;
}
.cid-uRdKfekz78 .mbr-section-title,
.cid-uRdKfekz78 .social-list {
  color: #ffffff;
}
.cid-uRdKfeEomk {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRdKfeEomk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdKfeEomk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdKfeEomk .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRdKfeEomk .footer-col {
    flex-direction: column;
  }
}
.cid-uRdKfeEomk .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRdKfeEomk .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdKfeEomk .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRdKfeEomk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRdKfeEomk .soc-item {
  margin: 8px;
}
.cid-uRdKfeEomk .soc-item a:hover .mbr-iconfont,
.cid-uRdKfeEomk .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdKfeEomk .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRdKfeEomk .row {
    text-align: center;
  }
  .cid-uRdKfeEomk .social-row {
    justify-content: center;
  }
}
.cid-uRdKfeEomk .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRdKfeEomk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdKfeEomk .list {
    margin-bottom: 0rem;
  }
}
.cid-uRdKfeEomk .mbr-text {
  color: #bbbbbb;
}
.cid-uRdKfeEomk .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRdKfeEomk .list,
.cid-uRdKfeEomk .item-wrap {
  color: #071a3d;
}
.cid-uRdKfeEomk .copyright {
  color: #071a3d;
}
.cid-uRdMx2sizb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRdMx2sizb .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-uRdMx2sizb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRdMx2sizb .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-uRdMx2sizb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRdMx2sizb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdMx2sizb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdMx2sizb .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRdMx2sizb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRdMx2sizb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRdMx2sizb .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRdMx2sizb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRdMx2sizb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRdMx2sizb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRdMx2sizb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRdMx2sizb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRdMx2sizb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRdMx2sizb .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRdMx2sizb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRdMx2sizb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRdMx2sizb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRdMx2sizb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRdMx2sizb .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRdMx2sizb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdMx2sizb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRdMx2sizb .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdMx2sizb .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: #ffffff !important;
}
.cid-uRdMx2sizb .nav-item:focus,
.cid-uRdMx2sizb .nav-link:focus {
  outline: none;
}
.cid-uRdMx2sizb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdMx2sizb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdMx2sizb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdMx2sizb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdMx2sizb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdMx2sizb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdMx2sizb .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-uRdMx2sizb .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdMx2sizb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdMx2sizb .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdMx2sizb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRdMx2sizb .navbar.collapsed {
  justify-content: center;
}
.cid-uRdMx2sizb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdMx2sizb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdMx2sizb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRdMx2sizb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdMx2sizb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdMx2sizb .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-uRdMx2sizb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdMx2sizb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdMx2sizb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRdMx2sizb .navbar {
    min-height: 72px;
  }
  .cid-uRdMx2sizb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdMx2sizb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdMx2sizb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdMx2sizb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdMx2sizb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdMx2sizb .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-uRdMx2sizb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdMx2sizb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRdMx2sizb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdMx2sizb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdMx2sizb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRdMx2sizb .dropdown-item.active,
.cid-uRdMx2sizb .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdMx2sizb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdMx2sizb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdMx2sizb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdMx2sizb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRdMx2sizb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRdMx2sizb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRdMx2sizb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdMx2sizb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRdMx2sizb .navbar-buttons {
    text-align: left;
  }
}
.cid-uRdMx2sizb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdMx2sizb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRdMx2sizb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdMx2sizb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdMx2sizb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdMx2sizb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdMx2sizb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdMx2sizb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdMx2sizb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdMx2sizb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdMx2sizb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRdMx2sizb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdMx2sizb .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-uRdMx2sizb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdMx2sizb .navbar {
    height: 70px;
  }
  .cid-uRdMx2sizb .navbar.opened {
    height: auto;
  }
  .cid-uRdMx2sizb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdMx2sizb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRdMx2sizb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRdMx2sizb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRdMx2sizb .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-uRdMx2sizb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRdMx2sizb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRdMx2sizb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRdMx2sizb .navbar-brand {
    margin-right: auto;
  }
  .cid-uRdMx2sizb .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRdMx2sizb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRdMx2sizb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRdMx2sizb .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-uRdMx2sizb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRdMx2sizb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRdMx2sizb .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-uRdMx2sizb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRdMx2sizb .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-uRdMx2sizb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRdMx2sizb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdMx2SoD4 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRdMx2SoD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdMx2SoD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdMx2SoD4 .content-head {
  max-width: 800px;
}
.cid-uRdMx2SoD4 .mbr-section-title {
  color: #ffffff;
}
.cid-uRdMx2SoD4 .mbr-text,
.cid-uRdMx2SoD4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRdMx385ST {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRdMx385ST .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdMx385ST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdMx385ST .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdMx385ST .item {
    margin-bottom: 1rem;
  }
}
.cid-uRdMx385ST .item-wrapper {
  position: relative;
}
.cid-uRdMx385ST .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-uRdMx385ST .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRdMx385ST .carousel-control,
.cid-uRdMx385ST .close {
  background: #1b1b1b;
}
.cid-uRdMx385ST .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRdMx385ST .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRdMx385ST .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRdMx385ST .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRdMx385ST .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-uRdMx385ST .close::before {
  content: '\e91a';
}
.cid-uRdMx385ST .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRdMx385ST .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-uRdMx385ST .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdMx385ST .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdMx385ST .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRdMx385ST .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRdMx385ST .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-uRdMx385ST .carousel-indicators li.active,
.cid-uRdMx385ST .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRdMx385ST .carousel-indicators li::after,
.cid-uRdMx385ST .carousel-indicators li::before {
  content: none;
}
.cid-uRdMx385ST .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRdMx385ST .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdMx385ST .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdMx385ST .carousel-indicators {
    display: none;
  }
}
.cid-uRdMx385ST .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRdMx385ST .carousel-inner > .active {
  display: block;
}
.cid-uRdMx385ST .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdMx385ST .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRdMx385ST .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRdMx385ST .carousel-control,
  .cid-uRdMx385ST .carousel-indicators,
  .cid-uRdMx385ST .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRdMx385ST .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRdMx385ST .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRdMx385ST .carousel-indicators .active,
.cid-uRdMx385ST .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRdMx385ST .carousel-indicators .active {
  background: #fff;
}
.cid-uRdMx385ST .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRdMx385ST .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRdMx385ST .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRdMx385ST .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRdMx385ST .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRdMx385ST .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRdMx385ST .carousel {
  width: 100%;
}
.cid-uRdMx385ST .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRdMx385ST .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRdMx385ST .modal.fade .modal-dialog,
.cid-uRdMx385ST .modal.in .modal-dialog {
  transform: none;
}
.cid-uRdMx385ST .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRdMx385ST .content-head {
  max-width: 800px;
}
.cid-uRdMx4QZTY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRdMx52WaG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRdMx52WaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdMx52WaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdMx52WaG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdMx52WaG .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRdMx52WaG .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRdMx52WaG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRdMx52WaG .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRdMx52WaG .mbr-section-title {
  color: #9fe870;
}
.cid-uRdMx52WaG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRdMx52WaG .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRdMx52WaG .card-box .item-footer {
  margin-top: auto;
}
.cid-uRdMx52WaG .content-head {
  max-width: 800px;
}
.cid-uRdMx52WaG .card-text {
  text-align: center;
}
.cid-uRdMx52WaG .card-title,
.cid-uRdMx52WaG .iconfont-wrapper {
  text-align: center;
}
.cid-uRdMx5qtXC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRdMx5qtXC .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRdMx5qtXC .container {
    padding: 0 12px;
  }
}
.cid-uRdMx5qtXC .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRdMx5qtXC .social-row .soc-item {
  margin: 8px;
}
.cid-uRdMx5qtXC .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRdMx5qtXC .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdMx5qtXC .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRdMx5qtXC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRdMx5qtXC .mbr-section-title {
  color: #ffffff;
}
.cid-uRdMx5qtXC .mbr-section-title,
.cid-uRdMx5qtXC .social-list {
  color: #ffffff;
}
.cid-uRdMx5LFu6 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRdMx5LFu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdMx5LFu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdMx5LFu6 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRdMx5LFu6 .footer-col {
    flex-direction: column;
  }
}
.cid-uRdMx5LFu6 .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRdMx5LFu6 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdMx5LFu6 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRdMx5LFu6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRdMx5LFu6 .soc-item {
  margin: 8px;
}
.cid-uRdMx5LFu6 .soc-item a:hover .mbr-iconfont,
.cid-uRdMx5LFu6 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdMx5LFu6 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRdMx5LFu6 .row {
    text-align: center;
  }
  .cid-uRdMx5LFu6 .social-row {
    justify-content: center;
  }
}
.cid-uRdMx5LFu6 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRdMx5LFu6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdMx5LFu6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uRdMx5LFu6 .mbr-text {
  color: #bbbbbb;
}
.cid-uRdMx5LFu6 .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRdMx5LFu6 .list,
.cid-uRdMx5LFu6 .item-wrap {
  color: #071a3d;
}
.cid-uRdMx5LFu6 .copyright {
  color: #071a3d;
}
.cid-uRdMEc7Vyi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRdMEc7Vyi .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-uRdMEc7Vyi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRdMEc7Vyi .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-uRdMEc7Vyi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRdMEc7Vyi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdMEc7Vyi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdMEc7Vyi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRdMEc7Vyi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRdMEc7Vyi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRdMEc7Vyi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRdMEc7Vyi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRdMEc7Vyi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRdMEc7Vyi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRdMEc7Vyi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRdMEc7Vyi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRdMEc7Vyi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRdMEc7Vyi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRdMEc7Vyi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRdMEc7Vyi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRdMEc7Vyi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRdMEc7Vyi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRdMEc7Vyi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRdMEc7Vyi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdMEc7Vyi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRdMEc7Vyi .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdMEc7Vyi .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: #ffffff !important;
}
.cid-uRdMEc7Vyi .nav-item:focus,
.cid-uRdMEc7Vyi .nav-link:focus {
  outline: none;
}
.cid-uRdMEc7Vyi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdMEc7Vyi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdMEc7Vyi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdMEc7Vyi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdMEc7Vyi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdMEc7Vyi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdMEc7Vyi .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-uRdMEc7Vyi .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdMEc7Vyi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdMEc7Vyi .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdMEc7Vyi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRdMEc7Vyi .navbar.collapsed {
  justify-content: center;
}
.cid-uRdMEc7Vyi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdMEc7Vyi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdMEc7Vyi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRdMEc7Vyi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdMEc7Vyi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdMEc7Vyi .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-uRdMEc7Vyi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdMEc7Vyi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdMEc7Vyi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRdMEc7Vyi .navbar {
    min-height: 72px;
  }
  .cid-uRdMEc7Vyi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdMEc7Vyi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdMEc7Vyi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdMEc7Vyi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdMEc7Vyi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdMEc7Vyi .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-uRdMEc7Vyi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdMEc7Vyi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRdMEc7Vyi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdMEc7Vyi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdMEc7Vyi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRdMEc7Vyi .dropdown-item.active,
.cid-uRdMEc7Vyi .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdMEc7Vyi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdMEc7Vyi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdMEc7Vyi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdMEc7Vyi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRdMEc7Vyi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRdMEc7Vyi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRdMEc7Vyi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdMEc7Vyi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRdMEc7Vyi .navbar-buttons {
    text-align: left;
  }
}
.cid-uRdMEc7Vyi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdMEc7Vyi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRdMEc7Vyi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdMEc7Vyi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdMEc7Vyi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdMEc7Vyi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdMEc7Vyi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdMEc7Vyi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdMEc7Vyi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdMEc7Vyi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdMEc7Vyi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRdMEc7Vyi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdMEc7Vyi .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-uRdMEc7Vyi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdMEc7Vyi .navbar {
    height: 70px;
  }
  .cid-uRdMEc7Vyi .navbar.opened {
    height: auto;
  }
  .cid-uRdMEc7Vyi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdMEc7Vyi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRdMEc7Vyi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRdMEc7Vyi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRdMEc7Vyi .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-uRdMEc7Vyi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRdMEc7Vyi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRdMEc7Vyi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRdMEc7Vyi .navbar-brand {
    margin-right: auto;
  }
  .cid-uRdMEc7Vyi .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRdMEc7Vyi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRdMEc7Vyi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRdMEc7Vyi .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-uRdMEc7Vyi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRdMEc7Vyi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRdMEc7Vyi .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-uRdMEc7Vyi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRdMEc7Vyi .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-uRdMEc7Vyi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRdMEc7Vyi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdMEctTCY {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRdMEctTCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdMEctTCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdMEctTCY .content-head {
  max-width: 800px;
}
.cid-uRdMEctTCY .mbr-section-title {
  color: #ffffff;
}
.cid-uRdMEctTCY .mbr-text,
.cid-uRdMEctTCY .mbr-section-btn {
  color: #ffffff;
}
.cid-uRdMEcICY2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRdMEcICY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdMEcICY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdMEcICY2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdMEcICY2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uRdMEcICY2 .item-wrapper {
  position: relative;
}
.cid-uRdMEcICY2 .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-uRdMEcICY2 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRdMEcICY2 .carousel-control,
.cid-uRdMEcICY2 .close {
  background: #1b1b1b;
}
.cid-uRdMEcICY2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRdMEcICY2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRdMEcICY2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRdMEcICY2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRdMEcICY2 .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-uRdMEcICY2 .close::before {
  content: '\e91a';
}
.cid-uRdMEcICY2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRdMEcICY2 .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-uRdMEcICY2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdMEcICY2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdMEcICY2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRdMEcICY2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRdMEcICY2 .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-uRdMEcICY2 .carousel-indicators li.active,
.cid-uRdMEcICY2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRdMEcICY2 .carousel-indicators li::after,
.cid-uRdMEcICY2 .carousel-indicators li::before {
  content: none;
}
.cid-uRdMEcICY2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRdMEcICY2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdMEcICY2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdMEcICY2 .carousel-indicators {
    display: none;
  }
}
.cid-uRdMEcICY2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRdMEcICY2 .carousel-inner > .active {
  display: block;
}
.cid-uRdMEcICY2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdMEcICY2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRdMEcICY2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRdMEcICY2 .carousel-control,
  .cid-uRdMEcICY2 .carousel-indicators,
  .cid-uRdMEcICY2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRdMEcICY2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRdMEcICY2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRdMEcICY2 .carousel-indicators .active,
.cid-uRdMEcICY2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRdMEcICY2 .carousel-indicators .active {
  background: #fff;
}
.cid-uRdMEcICY2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRdMEcICY2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRdMEcICY2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRdMEcICY2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRdMEcICY2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRdMEcICY2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRdMEcICY2 .carousel {
  width: 100%;
}
.cid-uRdMEcICY2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRdMEcICY2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRdMEcICY2 .modal.fade .modal-dialog,
.cid-uRdMEcICY2 .modal.in .modal-dialog {
  transform: none;
}
.cid-uRdMEcICY2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRdMEcICY2 .content-head {
  max-width: 800px;
}
.cid-uRdMEdb8cG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRdMEdmMFG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRdMEdmMFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdMEdmMFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdMEdmMFG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdMEdmMFG .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRdMEdmMFG .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRdMEdmMFG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRdMEdmMFG .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRdMEdmMFG .mbr-section-title {
  color: #9fe870;
}
.cid-uRdMEdmMFG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRdMEdmMFG .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRdMEdmMFG .card-box .item-footer {
  margin-top: auto;
}
.cid-uRdMEdmMFG .content-head {
  max-width: 800px;
}
.cid-uRdMEdmMFG .card-text {
  text-align: center;
}
.cid-uRdMEdmMFG .card-title,
.cid-uRdMEdmMFG .iconfont-wrapper {
  text-align: center;
}
.cid-uRdMEdHwNz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRdMEdHwNz .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRdMEdHwNz .container {
    padding: 0 12px;
  }
}
.cid-uRdMEdHwNz .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRdMEdHwNz .social-row .soc-item {
  margin: 8px;
}
.cid-uRdMEdHwNz .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRdMEdHwNz .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdMEdHwNz .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRdMEdHwNz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRdMEdHwNz .mbr-section-title {
  color: #ffffff;
}
.cid-uRdMEdHwNz .mbr-section-title,
.cid-uRdMEdHwNz .social-list {
  color: #ffffff;
}
.cid-uRdMEe0JqF {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRdMEe0JqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdMEe0JqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdMEe0JqF .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRdMEe0JqF .footer-col {
    flex-direction: column;
  }
}
.cid-uRdMEe0JqF .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRdMEe0JqF .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdMEe0JqF .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRdMEe0JqF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRdMEe0JqF .soc-item {
  margin: 8px;
}
.cid-uRdMEe0JqF .soc-item a:hover .mbr-iconfont,
.cid-uRdMEe0JqF .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdMEe0JqF .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRdMEe0JqF .row {
    text-align: center;
  }
  .cid-uRdMEe0JqF .social-row {
    justify-content: center;
  }
}
.cid-uRdMEe0JqF .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRdMEe0JqF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdMEe0JqF .list {
    margin-bottom: 0rem;
  }
}
.cid-uRdMEe0JqF .mbr-text {
  color: #bbbbbb;
}
.cid-uRdMEe0JqF .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRdMEe0JqF .list,
.cid-uRdMEe0JqF .item-wrap {
  color: #071a3d;
}
.cid-uRdMEe0JqF .copyright {
  color: #071a3d;
}
.cid-uRdP4zA6jY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRdP4zA6jY .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-uRdP4zA6jY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRdP4zA6jY .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-uRdP4zA6jY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRdP4zA6jY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdP4zA6jY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdP4zA6jY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRdP4zA6jY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRdP4zA6jY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRdP4zA6jY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRdP4zA6jY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRdP4zA6jY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRdP4zA6jY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRdP4zA6jY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRdP4zA6jY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRdP4zA6jY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRdP4zA6jY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRdP4zA6jY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRdP4zA6jY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRdP4zA6jY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRdP4zA6jY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRdP4zA6jY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRdP4zA6jY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdP4zA6jY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRdP4zA6jY .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdP4zA6jY .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: #ffffff !important;
}
.cid-uRdP4zA6jY .nav-item:focus,
.cid-uRdP4zA6jY .nav-link:focus {
  outline: none;
}
.cid-uRdP4zA6jY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdP4zA6jY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdP4zA6jY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdP4zA6jY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdP4zA6jY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdP4zA6jY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdP4zA6jY .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-uRdP4zA6jY .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdP4zA6jY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdP4zA6jY .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdP4zA6jY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRdP4zA6jY .navbar.collapsed {
  justify-content: center;
}
.cid-uRdP4zA6jY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdP4zA6jY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdP4zA6jY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRdP4zA6jY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdP4zA6jY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdP4zA6jY .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-uRdP4zA6jY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdP4zA6jY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdP4zA6jY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRdP4zA6jY .navbar {
    min-height: 72px;
  }
  .cid-uRdP4zA6jY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdP4zA6jY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdP4zA6jY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdP4zA6jY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdP4zA6jY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdP4zA6jY .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-uRdP4zA6jY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdP4zA6jY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRdP4zA6jY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdP4zA6jY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdP4zA6jY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRdP4zA6jY .dropdown-item.active,
.cid-uRdP4zA6jY .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdP4zA6jY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdP4zA6jY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdP4zA6jY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdP4zA6jY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRdP4zA6jY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRdP4zA6jY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRdP4zA6jY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdP4zA6jY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRdP4zA6jY .navbar-buttons {
    text-align: left;
  }
}
.cid-uRdP4zA6jY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdP4zA6jY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRdP4zA6jY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdP4zA6jY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdP4zA6jY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdP4zA6jY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdP4zA6jY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdP4zA6jY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdP4zA6jY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdP4zA6jY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdP4zA6jY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRdP4zA6jY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdP4zA6jY .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-uRdP4zA6jY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdP4zA6jY .navbar {
    height: 70px;
  }
  .cid-uRdP4zA6jY .navbar.opened {
    height: auto;
  }
  .cid-uRdP4zA6jY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdP4zA6jY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRdP4zA6jY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRdP4zA6jY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRdP4zA6jY .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-uRdP4zA6jY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRdP4zA6jY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRdP4zA6jY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRdP4zA6jY .navbar-brand {
    margin-right: auto;
  }
  .cid-uRdP4zA6jY .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRdP4zA6jY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRdP4zA6jY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRdP4zA6jY .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-uRdP4zA6jY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRdP4zA6jY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRdP4zA6jY .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-uRdP4zA6jY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRdP4zA6jY .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-uRdP4zA6jY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRdP4zA6jY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdP4A5wak {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRdP4A5wak .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdP4A5wak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdP4A5wak .content-head {
  max-width: 800px;
}
.cid-uRdP4A5wak .mbr-section-title {
  color: #ffffff;
}
.cid-uRdP4A5wak .mbr-text,
.cid-uRdP4A5wak .mbr-section-btn {
  color: #ffffff;
}
.cid-uRdP4AlQDb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRdP4AlQDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdP4AlQDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdP4AlQDb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdP4AlQDb .item {
    margin-bottom: 1rem;
  }
}
.cid-uRdP4AlQDb .item-wrapper {
  position: relative;
}
.cid-uRdP4AlQDb .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-uRdP4AlQDb .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRdP4AlQDb .carousel-control,
.cid-uRdP4AlQDb .close {
  background: #1b1b1b;
}
.cid-uRdP4AlQDb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRdP4AlQDb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRdP4AlQDb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRdP4AlQDb .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRdP4AlQDb .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-uRdP4AlQDb .close::before {
  content: '\e91a';
}
.cid-uRdP4AlQDb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRdP4AlQDb .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-uRdP4AlQDb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdP4AlQDb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdP4AlQDb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRdP4AlQDb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRdP4AlQDb .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-uRdP4AlQDb .carousel-indicators li.active,
.cid-uRdP4AlQDb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRdP4AlQDb .carousel-indicators li::after,
.cid-uRdP4AlQDb .carousel-indicators li::before {
  content: none;
}
.cid-uRdP4AlQDb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRdP4AlQDb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdP4AlQDb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdP4AlQDb .carousel-indicators {
    display: none;
  }
}
.cid-uRdP4AlQDb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRdP4AlQDb .carousel-inner > .active {
  display: block;
}
.cid-uRdP4AlQDb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdP4AlQDb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRdP4AlQDb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRdP4AlQDb .carousel-control,
  .cid-uRdP4AlQDb .carousel-indicators,
  .cid-uRdP4AlQDb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRdP4AlQDb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRdP4AlQDb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRdP4AlQDb .carousel-indicators .active,
.cid-uRdP4AlQDb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRdP4AlQDb .carousel-indicators .active {
  background: #fff;
}
.cid-uRdP4AlQDb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRdP4AlQDb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRdP4AlQDb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRdP4AlQDb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRdP4AlQDb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRdP4AlQDb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRdP4AlQDb .carousel {
  width: 100%;
}
.cid-uRdP4AlQDb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRdP4AlQDb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRdP4AlQDb .modal.fade .modal-dialog,
.cid-uRdP4AlQDb .modal.in .modal-dialog {
  transform: none;
}
.cid-uRdP4AlQDb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRdP4AlQDb .content-head {
  max-width: 800px;
}
.cid-uRdP4ARanj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRdP4B2LkX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRdP4B2LkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdP4B2LkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdP4B2LkX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdP4B2LkX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRdP4B2LkX .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRdP4B2LkX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRdP4B2LkX .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRdP4B2LkX .mbr-section-title {
  color: #9fe870;
}
.cid-uRdP4B2LkX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRdP4B2LkX .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRdP4B2LkX .card-box .item-footer {
  margin-top: auto;
}
.cid-uRdP4B2LkX .content-head {
  max-width: 800px;
}
.cid-uRdP4B2LkX .card-text {
  text-align: center;
}
.cid-uRdP4B2LkX .card-title,
.cid-uRdP4B2LkX .iconfont-wrapper {
  text-align: center;
}
.cid-uRdP4BsLKL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRdP4BsLKL .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRdP4BsLKL .container {
    padding: 0 12px;
  }
}
.cid-uRdP4BsLKL .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRdP4BsLKL .social-row .soc-item {
  margin: 8px;
}
.cid-uRdP4BsLKL .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRdP4BsLKL .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdP4BsLKL .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRdP4BsLKL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRdP4BsLKL .mbr-section-title {
  color: #ffffff;
}
.cid-uRdP4BsLKL .mbr-section-title,
.cid-uRdP4BsLKL .social-list {
  color: #ffffff;
}
.cid-uRdP4BLpTn {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRdP4BLpTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdP4BLpTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdP4BLpTn .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRdP4BLpTn .footer-col {
    flex-direction: column;
  }
}
.cid-uRdP4BLpTn .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRdP4BLpTn .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdP4BLpTn .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRdP4BLpTn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRdP4BLpTn .soc-item {
  margin: 8px;
}
.cid-uRdP4BLpTn .soc-item a:hover .mbr-iconfont,
.cid-uRdP4BLpTn .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdP4BLpTn .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRdP4BLpTn .row {
    text-align: center;
  }
  .cid-uRdP4BLpTn .social-row {
    justify-content: center;
  }
}
.cid-uRdP4BLpTn .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRdP4BLpTn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdP4BLpTn .list {
    margin-bottom: 0rem;
  }
}
.cid-uRdP4BLpTn .mbr-text {
  color: #bbbbbb;
}
.cid-uRdP4BLpTn .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRdP4BLpTn .list,
.cid-uRdP4BLpTn .item-wrap {
  color: #071a3d;
}
.cid-uRdP4BLpTn .copyright {
  color: #071a3d;
}
.cid-uRdTd67J5Z {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRdTd67J5Z .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-uRdTd67J5Z .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRdTd67J5Z .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-uRdTd67J5Z .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRdTd67J5Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdTd67J5Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdTd67J5Z .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRdTd67J5Z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRdTd67J5Z .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRdTd67J5Z .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRdTd67J5Z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRdTd67J5Z .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRdTd67J5Z .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRdTd67J5Z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRdTd67J5Z .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRdTd67J5Z .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRdTd67J5Z .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRdTd67J5Z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRdTd67J5Z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRdTd67J5Z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRdTd67J5Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRdTd67J5Z .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRdTd67J5Z .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdTd67J5Z .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRdTd67J5Z .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdTd67J5Z .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: #ffffff !important;
}
.cid-uRdTd67J5Z .nav-item:focus,
.cid-uRdTd67J5Z .nav-link:focus {
  outline: none;
}
.cid-uRdTd67J5Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdTd67J5Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdTd67J5Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdTd67J5Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdTd67J5Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdTd67J5Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdTd67J5Z .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-uRdTd67J5Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdTd67J5Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdTd67J5Z .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdTd67J5Z .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRdTd67J5Z .navbar.collapsed {
  justify-content: center;
}
.cid-uRdTd67J5Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdTd67J5Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdTd67J5Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRdTd67J5Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdTd67J5Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdTd67J5Z .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-uRdTd67J5Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdTd67J5Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdTd67J5Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRdTd67J5Z .navbar {
    min-height: 72px;
  }
  .cid-uRdTd67J5Z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdTd67J5Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdTd67J5Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdTd67J5Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdTd67J5Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdTd67J5Z .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-uRdTd67J5Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdTd67J5Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRdTd67J5Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdTd67J5Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdTd67J5Z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRdTd67J5Z .dropdown-item.active,
.cid-uRdTd67J5Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdTd67J5Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdTd67J5Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdTd67J5Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdTd67J5Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRdTd67J5Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRdTd67J5Z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRdTd67J5Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdTd67J5Z .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRdTd67J5Z .navbar-buttons {
    text-align: left;
  }
}
.cid-uRdTd67J5Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdTd67J5Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRdTd67J5Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdTd67J5Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdTd67J5Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdTd67J5Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdTd67J5Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdTd67J5Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdTd67J5Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdTd67J5Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdTd67J5Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRdTd67J5Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdTd67J5Z .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-uRdTd67J5Z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdTd67J5Z .navbar {
    height: 70px;
  }
  .cid-uRdTd67J5Z .navbar.opened {
    height: auto;
  }
  .cid-uRdTd67J5Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdTd67J5Z .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRdTd67J5Z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRdTd67J5Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRdTd67J5Z .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-uRdTd67J5Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRdTd67J5Z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRdTd67J5Z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRdTd67J5Z .navbar-brand {
    margin-right: auto;
  }
  .cid-uRdTd67J5Z .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRdTd67J5Z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRdTd67J5Z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRdTd67J5Z .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-uRdTd67J5Z .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRdTd67J5Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRdTd67J5Z .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-uRdTd67J5Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRdTd67J5Z .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-uRdTd67J5Z .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRdTd67J5Z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRdTd6zXKs {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRdTd6zXKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdTd6zXKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdTd6zXKs .content-head {
  max-width: 800px;
}
.cid-uRdTd6zXKs .mbr-section-title {
  color: #ffffff;
}
.cid-uRdTd6zXKs .mbr-text,
.cid-uRdTd6zXKs .mbr-section-btn {
  color: #ffffff;
}
.cid-uRdTd6PVSz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRdTd6PVSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdTd6PVSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdTd6PVSz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdTd6PVSz .item {
    margin-bottom: 1rem;
  }
}
.cid-uRdTd6PVSz .item-wrapper {
  position: relative;
}
.cid-uRdTd6PVSz .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-uRdTd6PVSz .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRdTd6PVSz .carousel-control,
.cid-uRdTd6PVSz .close {
  background: #1b1b1b;
}
.cid-uRdTd6PVSz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRdTd6PVSz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRdTd6PVSz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRdTd6PVSz .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRdTd6PVSz .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-uRdTd6PVSz .close::before {
  content: '\e91a';
}
.cid-uRdTd6PVSz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRdTd6PVSz .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-uRdTd6PVSz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdTd6PVSz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdTd6PVSz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRdTd6PVSz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRdTd6PVSz .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-uRdTd6PVSz .carousel-indicators li.active,
.cid-uRdTd6PVSz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRdTd6PVSz .carousel-indicators li::after,
.cid-uRdTd6PVSz .carousel-indicators li::before {
  content: none;
}
.cid-uRdTd6PVSz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRdTd6PVSz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdTd6PVSz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdTd6PVSz .carousel-indicators {
    display: none;
  }
}
.cid-uRdTd6PVSz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRdTd6PVSz .carousel-inner > .active {
  display: block;
}
.cid-uRdTd6PVSz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdTd6PVSz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRdTd6PVSz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRdTd6PVSz .carousel-control,
  .cid-uRdTd6PVSz .carousel-indicators,
  .cid-uRdTd6PVSz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRdTd6PVSz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRdTd6PVSz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRdTd6PVSz .carousel-indicators .active,
.cid-uRdTd6PVSz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRdTd6PVSz .carousel-indicators .active {
  background: #fff;
}
.cid-uRdTd6PVSz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRdTd6PVSz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRdTd6PVSz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRdTd6PVSz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRdTd6PVSz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRdTd6PVSz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRdTd6PVSz .carousel {
  width: 100%;
}
.cid-uRdTd6PVSz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRdTd6PVSz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRdTd6PVSz .modal.fade .modal-dialog,
.cid-uRdTd6PVSz .modal.in .modal-dialog {
  transform: none;
}
.cid-uRdTd6PVSz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRdTd6PVSz .content-head {
  max-width: 800px;
}
.cid-uRdTd7oMwA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRdTd7zn5n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRdTd7zn5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdTd7zn5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdTd7zn5n .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRdTd7zn5n .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRdTd7zn5n .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRdTd7zn5n .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRdTd7zn5n .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRdTd7zn5n .mbr-section-title {
  color: #9fe870;
}
.cid-uRdTd7zn5n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRdTd7zn5n .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRdTd7zn5n .card-box .item-footer {
  margin-top: auto;
}
.cid-uRdTd7zn5n .content-head {
  max-width: 800px;
}
.cid-uRdTd7zn5n .card-text {
  text-align: center;
}
.cid-uRdTd7zn5n .card-title,
.cid-uRdTd7zn5n .iconfont-wrapper {
  text-align: center;
}
.cid-uRdTd7TxAz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRdTd7TxAz .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRdTd7TxAz .container {
    padding: 0 12px;
  }
}
.cid-uRdTd7TxAz .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRdTd7TxAz .social-row .soc-item {
  margin: 8px;
}
.cid-uRdTd7TxAz .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRdTd7TxAz .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdTd7TxAz .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRdTd7TxAz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRdTd7TxAz .mbr-section-title {
  color: #ffffff;
}
.cid-uRdTd7TxAz .mbr-section-title,
.cid-uRdTd7TxAz .social-list {
  color: #ffffff;
}
.cid-uRdTd8cF8B {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRdTd8cF8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdTd8cF8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdTd8cF8B .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRdTd8cF8B .footer-col {
    flex-direction: column;
  }
}
.cid-uRdTd8cF8B .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRdTd8cF8B .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdTd8cF8B .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRdTd8cF8B .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRdTd8cF8B .soc-item {
  margin: 8px;
}
.cid-uRdTd8cF8B .soc-item a:hover .mbr-iconfont,
.cid-uRdTd8cF8B .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRdTd8cF8B .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRdTd8cF8B .row {
    text-align: center;
  }
  .cid-uRdTd8cF8B .social-row {
    justify-content: center;
  }
}
.cid-uRdTd8cF8B .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRdTd8cF8B .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRdTd8cF8B .list {
    margin-bottom: 0rem;
  }
}
.cid-uRdTd8cF8B .mbr-text {
  color: #bbbbbb;
}
.cid-uRdTd8cF8B .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRdTd8cF8B .list,
.cid-uRdTd8cF8B .item-wrap {
  color: #071a3d;
}
.cid-uRdTd8cF8B .copyright {
  color: #071a3d;
}
.cid-uRjf6WGybx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRjf6WGybx .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-uRjf6WGybx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRjf6WGybx .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-uRjf6WGybx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRjf6WGybx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRjf6WGybx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRjf6WGybx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRjf6WGybx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRjf6WGybx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRjf6WGybx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRjf6WGybx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRjf6WGybx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRjf6WGybx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRjf6WGybx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRjf6WGybx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRjf6WGybx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRjf6WGybx .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRjf6WGybx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRjf6WGybx .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRjf6WGybx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRjf6WGybx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRjf6WGybx .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRjf6WGybx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjf6WGybx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRjf6WGybx .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRjf6WGybx .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: #ffffff !important;
}
.cid-uRjf6WGybx .nav-item:focus,
.cid-uRjf6WGybx .nav-link:focus {
  outline: none;
}
.cid-uRjf6WGybx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRjf6WGybx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRjf6WGybx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRjf6WGybx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRjf6WGybx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRjf6WGybx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRjf6WGybx .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-uRjf6WGybx .navbar.opened {
  transition: all 0.3s;
}
.cid-uRjf6WGybx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRjf6WGybx .navbar .navbar-logo img {
  width: auto;
}
.cid-uRjf6WGybx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRjf6WGybx .navbar.collapsed {
  justify-content: center;
}
.cid-uRjf6WGybx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRjf6WGybx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRjf6WGybx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRjf6WGybx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRjf6WGybx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRjf6WGybx .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-uRjf6WGybx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRjf6WGybx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRjf6WGybx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRjf6WGybx .navbar {
    min-height: 72px;
  }
  .cid-uRjf6WGybx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjf6WGybx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRjf6WGybx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRjf6WGybx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRjf6WGybx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRjf6WGybx .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-uRjf6WGybx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRjf6WGybx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRjf6WGybx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRjf6WGybx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRjf6WGybx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRjf6WGybx .dropdown-item.active,
.cid-uRjf6WGybx .dropdown-item:active {
  background-color: transparent;
}
.cid-uRjf6WGybx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRjf6WGybx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRjf6WGybx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRjf6WGybx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRjf6WGybx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRjf6WGybx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRjf6WGybx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRjf6WGybx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRjf6WGybx .navbar-buttons {
    text-align: left;
  }
}
.cid-uRjf6WGybx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRjf6WGybx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRjf6WGybx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRjf6WGybx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjf6WGybx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjf6WGybx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRjf6WGybx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjf6WGybx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRjf6WGybx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRjf6WGybx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjf6WGybx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRjf6WGybx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRjf6WGybx .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-uRjf6WGybx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRjf6WGybx .navbar {
    height: 70px;
  }
  .cid-uRjf6WGybx .navbar.opened {
    height: auto;
  }
  .cid-uRjf6WGybx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRjf6WGybx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRjf6WGybx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRjf6WGybx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRjf6WGybx .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-uRjf6WGybx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRjf6WGybx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRjf6WGybx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRjf6WGybx .navbar-brand {
    margin-right: auto;
  }
  .cid-uRjf6WGybx .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRjf6WGybx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRjf6WGybx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRjf6WGybx .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-uRjf6WGybx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRjf6WGybx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRjf6WGybx .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-uRjf6WGybx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRjf6WGybx .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-uRjf6WGybx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRjf6WGybx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRjf6X386i {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRjf6X386i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjf6X386i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjf6X386i .content-head {
  max-width: 800px;
}
.cid-uRjf6X386i .mbr-section-title {
  color: #ffffff;
}
.cid-uRjf6X386i .mbr-text,
.cid-uRjf6X386i .mbr-section-btn {
  color: #ffffff;
}
.cid-uRjf6Xhe2G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRjf6Xhe2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjf6Xhe2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjf6Xhe2G .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjf6Xhe2G .item {
    margin-bottom: 1rem;
  }
}
.cid-uRjf6Xhe2G .item-wrapper {
  position: relative;
}
.cid-uRjf6Xhe2G .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-uRjf6Xhe2G .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRjf6Xhe2G .carousel-control,
.cid-uRjf6Xhe2G .close {
  background: #1b1b1b;
}
.cid-uRjf6Xhe2G .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRjf6Xhe2G .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRjf6Xhe2G .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRjf6Xhe2G .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRjf6Xhe2G .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-uRjf6Xhe2G .close::before {
  content: '\e91a';
}
.cid-uRjf6Xhe2G .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRjf6Xhe2G .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-uRjf6Xhe2G .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjf6Xhe2G .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRjf6Xhe2G .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRjf6Xhe2G .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRjf6Xhe2G .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-uRjf6Xhe2G .carousel-indicators li.active,
.cid-uRjf6Xhe2G .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRjf6Xhe2G .carousel-indicators li::after,
.cid-uRjf6Xhe2G .carousel-indicators li::before {
  content: none;
}
.cid-uRjf6Xhe2G .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRjf6Xhe2G .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjf6Xhe2G .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjf6Xhe2G .carousel-indicators {
    display: none;
  }
}
.cid-uRjf6Xhe2G .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRjf6Xhe2G .carousel-inner > .active {
  display: block;
}
.cid-uRjf6Xhe2G .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjf6Xhe2G .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRjf6Xhe2G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRjf6Xhe2G .carousel-control,
  .cid-uRjf6Xhe2G .carousel-indicators,
  .cid-uRjf6Xhe2G .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRjf6Xhe2G .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRjf6Xhe2G .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRjf6Xhe2G .carousel-indicators .active,
.cid-uRjf6Xhe2G .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRjf6Xhe2G .carousel-indicators .active {
  background: #fff;
}
.cid-uRjf6Xhe2G .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRjf6Xhe2G .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRjf6Xhe2G .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRjf6Xhe2G .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRjf6Xhe2G .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRjf6Xhe2G .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRjf6Xhe2G .carousel {
  width: 100%;
}
.cid-uRjf6Xhe2G .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRjf6Xhe2G .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRjf6Xhe2G .modal.fade .modal-dialog,
.cid-uRjf6Xhe2G .modal.in .modal-dialog {
  transform: none;
}
.cid-uRjf6Xhe2G .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRjf6Xhe2G .content-head {
  max-width: 800px;
}
.cid-uRjf6XNHJl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRjf6XYHt3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRjf6XYHt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjf6XYHt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjf6XYHt3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjf6XYHt3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRjf6XYHt3 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRjf6XYHt3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRjf6XYHt3 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRjf6XYHt3 .mbr-section-title {
  color: #9fe870;
}
.cid-uRjf6XYHt3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRjf6XYHt3 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRjf6XYHt3 .card-box .item-footer {
  margin-top: auto;
}
.cid-uRjf6XYHt3 .content-head {
  max-width: 800px;
}
.cid-uRjf6XYHt3 .card-text {
  text-align: center;
}
.cid-uRjf6XYHt3 .card-title,
.cid-uRjf6XYHt3 .iconfont-wrapper {
  text-align: center;
}
.cid-uRjf6Yj3TR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRjf6Yj3TR .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRjf6Yj3TR .container {
    padding: 0 12px;
  }
}
.cid-uRjf6Yj3TR .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRjf6Yj3TR .social-row .soc-item {
  margin: 8px;
}
.cid-uRjf6Yj3TR .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRjf6Yj3TR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjf6Yj3TR .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRjf6Yj3TR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRjf6Yj3TR .mbr-section-title {
  color: #ffffff;
}
.cid-uRjf6Yj3TR .mbr-section-title,
.cid-uRjf6Yj3TR .social-list {
  color: #ffffff;
}
.cid-uRjf6YBAOD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRjf6YBAOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjf6YBAOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjf6YBAOD .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRjf6YBAOD .footer-col {
    flex-direction: column;
  }
}
.cid-uRjf6YBAOD .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRjf6YBAOD .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjf6YBAOD .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRjf6YBAOD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRjf6YBAOD .soc-item {
  margin: 8px;
}
.cid-uRjf6YBAOD .soc-item a:hover .mbr-iconfont,
.cid-uRjf6YBAOD .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjf6YBAOD .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRjf6YBAOD .row {
    text-align: center;
  }
  .cid-uRjf6YBAOD .social-row {
    justify-content: center;
  }
}
.cid-uRjf6YBAOD .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRjf6YBAOD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRjf6YBAOD .list {
    margin-bottom: 0rem;
  }
}
.cid-uRjf6YBAOD .mbr-text {
  color: #bbbbbb;
}
.cid-uRjf6YBAOD .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRjf6YBAOD .list,
.cid-uRjf6YBAOD .item-wrap {
  color: #071a3d;
}
.cid-uRjf6YBAOD .copyright {
  color: #071a3d;
}
.cid-uRjlgBwMN8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRjlgBwMN8 .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-uRjlgBwMN8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRjlgBwMN8 .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-uRjlgBwMN8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRjlgBwMN8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRjlgBwMN8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRjlgBwMN8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRjlgBwMN8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRjlgBwMN8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRjlgBwMN8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRjlgBwMN8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRjlgBwMN8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRjlgBwMN8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRjlgBwMN8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRjlgBwMN8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRjlgBwMN8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRjlgBwMN8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRjlgBwMN8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRjlgBwMN8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRjlgBwMN8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRjlgBwMN8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRjlgBwMN8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRjlgBwMN8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjlgBwMN8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRjlgBwMN8 .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRjlgBwMN8 .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: #ffffff !important;
}
.cid-uRjlgBwMN8 .nav-item:focus,
.cid-uRjlgBwMN8 .nav-link:focus {
  outline: none;
}
.cid-uRjlgBwMN8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRjlgBwMN8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRjlgBwMN8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRjlgBwMN8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRjlgBwMN8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRjlgBwMN8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRjlgBwMN8 .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-uRjlgBwMN8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRjlgBwMN8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRjlgBwMN8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRjlgBwMN8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRjlgBwMN8 .navbar.collapsed {
  justify-content: center;
}
.cid-uRjlgBwMN8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRjlgBwMN8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRjlgBwMN8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRjlgBwMN8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRjlgBwMN8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRjlgBwMN8 .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-uRjlgBwMN8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRjlgBwMN8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRjlgBwMN8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRjlgBwMN8 .navbar {
    min-height: 72px;
  }
  .cid-uRjlgBwMN8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjlgBwMN8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRjlgBwMN8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRjlgBwMN8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRjlgBwMN8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRjlgBwMN8 .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-uRjlgBwMN8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRjlgBwMN8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRjlgBwMN8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRjlgBwMN8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRjlgBwMN8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRjlgBwMN8 .dropdown-item.active,
.cid-uRjlgBwMN8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRjlgBwMN8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRjlgBwMN8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRjlgBwMN8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRjlgBwMN8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRjlgBwMN8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRjlgBwMN8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRjlgBwMN8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRjlgBwMN8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRjlgBwMN8 .navbar-buttons {
    text-align: left;
  }
}
.cid-uRjlgBwMN8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRjlgBwMN8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRjlgBwMN8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRjlgBwMN8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjlgBwMN8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjlgBwMN8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRjlgBwMN8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjlgBwMN8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRjlgBwMN8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRjlgBwMN8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjlgBwMN8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRjlgBwMN8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRjlgBwMN8 .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-uRjlgBwMN8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRjlgBwMN8 .navbar {
    height: 70px;
  }
  .cid-uRjlgBwMN8 .navbar.opened {
    height: auto;
  }
  .cid-uRjlgBwMN8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRjlgBwMN8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRjlgBwMN8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRjlgBwMN8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRjlgBwMN8 .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-uRjlgBwMN8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRjlgBwMN8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRjlgBwMN8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRjlgBwMN8 .navbar-brand {
    margin-right: auto;
  }
  .cid-uRjlgBwMN8 .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRjlgBwMN8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRjlgBwMN8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRjlgBwMN8 .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-uRjlgBwMN8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRjlgBwMN8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRjlgBwMN8 .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-uRjlgBwMN8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRjlgBwMN8 .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-uRjlgBwMN8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRjlgBwMN8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRjlgBTtSD {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRjlgBTtSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjlgBTtSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjlgBTtSD .content-head {
  max-width: 800px;
}
.cid-uRjlgBTtSD .mbr-section-title {
  color: #ffffff;
}
.cid-uRjlgBTtSD .mbr-text,
.cid-uRjlgBTtSD .mbr-section-btn {
  color: #ffffff;
}
.cid-uRjlgC86FS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRjlgC86FS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjlgC86FS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjlgC86FS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjlgC86FS .item {
    margin-bottom: 1rem;
  }
}
.cid-uRjlgC86FS .item-wrapper {
  position: relative;
}
.cid-uRjlgC86FS .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-uRjlgC86FS .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRjlgC86FS .carousel-control,
.cid-uRjlgC86FS .close {
  background: #1b1b1b;
}
.cid-uRjlgC86FS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRjlgC86FS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRjlgC86FS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRjlgC86FS .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRjlgC86FS .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-uRjlgC86FS .close::before {
  content: '\e91a';
}
.cid-uRjlgC86FS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRjlgC86FS .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-uRjlgC86FS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjlgC86FS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRjlgC86FS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRjlgC86FS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRjlgC86FS .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-uRjlgC86FS .carousel-indicators li.active,
.cid-uRjlgC86FS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRjlgC86FS .carousel-indicators li::after,
.cid-uRjlgC86FS .carousel-indicators li::before {
  content: none;
}
.cid-uRjlgC86FS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRjlgC86FS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjlgC86FS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjlgC86FS .carousel-indicators {
    display: none;
  }
}
.cid-uRjlgC86FS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRjlgC86FS .carousel-inner > .active {
  display: block;
}
.cid-uRjlgC86FS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjlgC86FS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRjlgC86FS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRjlgC86FS .carousel-control,
  .cid-uRjlgC86FS .carousel-indicators,
  .cid-uRjlgC86FS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRjlgC86FS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRjlgC86FS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRjlgC86FS .carousel-indicators .active,
.cid-uRjlgC86FS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRjlgC86FS .carousel-indicators .active {
  background: #fff;
}
.cid-uRjlgC86FS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRjlgC86FS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRjlgC86FS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRjlgC86FS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRjlgC86FS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRjlgC86FS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRjlgC86FS .carousel {
  width: 100%;
}
.cid-uRjlgC86FS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRjlgC86FS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRjlgC86FS .modal.fade .modal-dialog,
.cid-uRjlgC86FS .modal.in .modal-dialog {
  transform: none;
}
.cid-uRjlgC86FS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRjlgC86FS .content-head {
  max-width: 800px;
}
.cid-uRjlgCEZ7W {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRjlgCO8Hw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRjlgCO8Hw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjlgCO8Hw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjlgCO8Hw .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjlgCO8Hw .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRjlgCO8Hw .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRjlgCO8Hw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRjlgCO8Hw .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRjlgCO8Hw .mbr-section-title {
  color: #9fe870;
}
.cid-uRjlgCO8Hw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRjlgCO8Hw .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRjlgCO8Hw .card-box .item-footer {
  margin-top: auto;
}
.cid-uRjlgCO8Hw .content-head {
  max-width: 800px;
}
.cid-uRjlgCO8Hw .card-text {
  text-align: center;
}
.cid-uRjlgCO8Hw .card-title,
.cid-uRjlgCO8Hw .iconfont-wrapper {
  text-align: center;
}
.cid-uRjlgDawVx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRjlgDawVx .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRjlgDawVx .container {
    padding: 0 12px;
  }
}
.cid-uRjlgDawVx .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRjlgDawVx .social-row .soc-item {
  margin: 8px;
}
.cid-uRjlgDawVx .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRjlgDawVx .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjlgDawVx .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRjlgDawVx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRjlgDawVx .mbr-section-title {
  color: #ffffff;
}
.cid-uRjlgDawVx .mbr-section-title,
.cid-uRjlgDawVx .social-list {
  color: #ffffff;
}
.cid-uRjlgDtKXL {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRjlgDtKXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjlgDtKXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjlgDtKXL .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRjlgDtKXL .footer-col {
    flex-direction: column;
  }
}
.cid-uRjlgDtKXL .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRjlgDtKXL .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjlgDtKXL .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRjlgDtKXL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRjlgDtKXL .soc-item {
  margin: 8px;
}
.cid-uRjlgDtKXL .soc-item a:hover .mbr-iconfont,
.cid-uRjlgDtKXL .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjlgDtKXL .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRjlgDtKXL .row {
    text-align: center;
  }
  .cid-uRjlgDtKXL .social-row {
    justify-content: center;
  }
}
.cid-uRjlgDtKXL .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRjlgDtKXL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRjlgDtKXL .list {
    margin-bottom: 0rem;
  }
}
.cid-uRjlgDtKXL .mbr-text {
  color: #bbbbbb;
}
.cid-uRjlgDtKXL .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRjlgDtKXL .list,
.cid-uRjlgDtKXL .item-wrap {
  color: #071a3d;
}
.cid-uRjlgDtKXL .copyright {
  color: #071a3d;
}
.cid-uRjHbpWHyw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRjHbpWHyw .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-uRjHbpWHyw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRjHbpWHyw .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-uRjHbpWHyw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRjHbpWHyw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRjHbpWHyw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRjHbpWHyw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRjHbpWHyw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRjHbpWHyw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRjHbpWHyw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRjHbpWHyw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRjHbpWHyw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRjHbpWHyw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRjHbpWHyw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRjHbpWHyw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRjHbpWHyw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRjHbpWHyw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRjHbpWHyw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRjHbpWHyw .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRjHbpWHyw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRjHbpWHyw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRjHbpWHyw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRjHbpWHyw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjHbpWHyw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRjHbpWHyw .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRjHbpWHyw .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: #ffffff !important;
}
.cid-uRjHbpWHyw .nav-item:focus,
.cid-uRjHbpWHyw .nav-link:focus {
  outline: none;
}
.cid-uRjHbpWHyw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRjHbpWHyw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRjHbpWHyw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRjHbpWHyw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRjHbpWHyw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRjHbpWHyw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRjHbpWHyw .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-uRjHbpWHyw .navbar.opened {
  transition: all 0.3s;
}
.cid-uRjHbpWHyw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRjHbpWHyw .navbar .navbar-logo img {
  width: auto;
}
.cid-uRjHbpWHyw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRjHbpWHyw .navbar.collapsed {
  justify-content: center;
}
.cid-uRjHbpWHyw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRjHbpWHyw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRjHbpWHyw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRjHbpWHyw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRjHbpWHyw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRjHbpWHyw .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-uRjHbpWHyw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRjHbpWHyw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRjHbpWHyw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRjHbpWHyw .navbar {
    min-height: 72px;
  }
  .cid-uRjHbpWHyw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjHbpWHyw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRjHbpWHyw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRjHbpWHyw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRjHbpWHyw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRjHbpWHyw .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-uRjHbpWHyw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRjHbpWHyw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRjHbpWHyw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRjHbpWHyw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRjHbpWHyw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRjHbpWHyw .dropdown-item.active,
.cid-uRjHbpWHyw .dropdown-item:active {
  background-color: transparent;
}
.cid-uRjHbpWHyw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRjHbpWHyw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRjHbpWHyw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRjHbpWHyw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRjHbpWHyw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRjHbpWHyw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRjHbpWHyw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRjHbpWHyw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRjHbpWHyw .navbar-buttons {
    text-align: left;
  }
}
.cid-uRjHbpWHyw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRjHbpWHyw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRjHbpWHyw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRjHbpWHyw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjHbpWHyw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjHbpWHyw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRjHbpWHyw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjHbpWHyw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRjHbpWHyw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRjHbpWHyw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjHbpWHyw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRjHbpWHyw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRjHbpWHyw .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-uRjHbpWHyw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRjHbpWHyw .navbar {
    height: 70px;
  }
  .cid-uRjHbpWHyw .navbar.opened {
    height: auto;
  }
  .cid-uRjHbpWHyw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRjHbpWHyw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRjHbpWHyw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRjHbpWHyw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRjHbpWHyw .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-uRjHbpWHyw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRjHbpWHyw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRjHbpWHyw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRjHbpWHyw .navbar-brand {
    margin-right: auto;
  }
  .cid-uRjHbpWHyw .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRjHbpWHyw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRjHbpWHyw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRjHbpWHyw .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-uRjHbpWHyw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRjHbpWHyw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRjHbpWHyw .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-uRjHbpWHyw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRjHbpWHyw .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-uRjHbpWHyw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRjHbpWHyw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRjHbqlYZ3 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRjHbqlYZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjHbqlYZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjHbqlYZ3 .content-head {
  max-width: 800px;
}
.cid-uRjHbqlYZ3 .mbr-section-title {
  color: #ffffff;
}
.cid-uRjHbqlYZ3 .mbr-text,
.cid-uRjHbqlYZ3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRjHbqDjIe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRjHbqDjIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjHbqDjIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjHbqDjIe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjHbqDjIe .item {
    margin-bottom: 1rem;
  }
}
.cid-uRjHbqDjIe .item-wrapper {
  position: relative;
}
.cid-uRjHbqDjIe .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-uRjHbqDjIe .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRjHbqDjIe .carousel-control,
.cid-uRjHbqDjIe .close {
  background: #1b1b1b;
}
.cid-uRjHbqDjIe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRjHbqDjIe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRjHbqDjIe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRjHbqDjIe .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRjHbqDjIe .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-uRjHbqDjIe .close::before {
  content: '\e91a';
}
.cid-uRjHbqDjIe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRjHbqDjIe .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-uRjHbqDjIe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjHbqDjIe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRjHbqDjIe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRjHbqDjIe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRjHbqDjIe .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-uRjHbqDjIe .carousel-indicators li.active,
.cid-uRjHbqDjIe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRjHbqDjIe .carousel-indicators li::after,
.cid-uRjHbqDjIe .carousel-indicators li::before {
  content: none;
}
.cid-uRjHbqDjIe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRjHbqDjIe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjHbqDjIe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjHbqDjIe .carousel-indicators {
    display: none;
  }
}
.cid-uRjHbqDjIe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRjHbqDjIe .carousel-inner > .active {
  display: block;
}
.cid-uRjHbqDjIe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjHbqDjIe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRjHbqDjIe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRjHbqDjIe .carousel-control,
  .cid-uRjHbqDjIe .carousel-indicators,
  .cid-uRjHbqDjIe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRjHbqDjIe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRjHbqDjIe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRjHbqDjIe .carousel-indicators .active,
.cid-uRjHbqDjIe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRjHbqDjIe .carousel-indicators .active {
  background: #fff;
}
.cid-uRjHbqDjIe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRjHbqDjIe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRjHbqDjIe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRjHbqDjIe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRjHbqDjIe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRjHbqDjIe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRjHbqDjIe .carousel {
  width: 100%;
}
.cid-uRjHbqDjIe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRjHbqDjIe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRjHbqDjIe .modal.fade .modal-dialog,
.cid-uRjHbqDjIe .modal.in .modal-dialog {
  transform: none;
}
.cid-uRjHbqDjIe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRjHbqDjIe .content-head {
  max-width: 800px;
}
.cid-uRjHbrb16L {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRjHbrm0Pt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRjHbrm0Pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjHbrm0Pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjHbrm0Pt .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjHbrm0Pt .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRjHbrm0Pt .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRjHbrm0Pt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRjHbrm0Pt .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRjHbrm0Pt .mbr-section-title {
  color: #9fe870;
}
.cid-uRjHbrm0Pt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRjHbrm0Pt .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRjHbrm0Pt .card-box .item-footer {
  margin-top: auto;
}
.cid-uRjHbrm0Pt .content-head {
  max-width: 800px;
}
.cid-uRjHbrm0Pt .card-text {
  text-align: center;
}
.cid-uRjHbrm0Pt .card-title,
.cid-uRjHbrm0Pt .iconfont-wrapper {
  text-align: center;
}
.cid-uRjHbs4nET {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRjHbs4nET .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRjHbs4nET .container {
    padding: 0 12px;
  }
}
.cid-uRjHbs4nET .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRjHbs4nET .social-row .soc-item {
  margin: 8px;
}
.cid-uRjHbs4nET .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRjHbs4nET .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjHbs4nET .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRjHbs4nET .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRjHbs4nET .mbr-section-title {
  color: #ffffff;
}
.cid-uRjHbs4nET .mbr-section-title,
.cid-uRjHbs4nET .social-list {
  color: #ffffff;
}
.cid-uRjHbsotHj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRjHbsotHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjHbsotHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjHbsotHj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRjHbsotHj .footer-col {
    flex-direction: column;
  }
}
.cid-uRjHbsotHj .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRjHbsotHj .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjHbsotHj .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRjHbsotHj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRjHbsotHj .soc-item {
  margin: 8px;
}
.cid-uRjHbsotHj .soc-item a:hover .mbr-iconfont,
.cid-uRjHbsotHj .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjHbsotHj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRjHbsotHj .row {
    text-align: center;
  }
  .cid-uRjHbsotHj .social-row {
    justify-content: center;
  }
}
.cid-uRjHbsotHj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRjHbsotHj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRjHbsotHj .list {
    margin-bottom: 0rem;
  }
}
.cid-uRjHbsotHj .mbr-text {
  color: #bbbbbb;
}
.cid-uRjHbsotHj .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRjHbsotHj .list,
.cid-uRjHbsotHj .item-wrap {
  color: #071a3d;
}
.cid-uRjHbsotHj .copyright {
  color: #071a3d;
}
.cid-uRjLHDeFVM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRjLHDeFVM .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-uRjLHDeFVM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRjLHDeFVM .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-uRjLHDeFVM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRjLHDeFVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRjLHDeFVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRjLHDeFVM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRjLHDeFVM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRjLHDeFVM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRjLHDeFVM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRjLHDeFVM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRjLHDeFVM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRjLHDeFVM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRjLHDeFVM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRjLHDeFVM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRjLHDeFVM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRjLHDeFVM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRjLHDeFVM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRjLHDeFVM .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRjLHDeFVM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRjLHDeFVM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRjLHDeFVM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRjLHDeFVM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjLHDeFVM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRjLHDeFVM .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRjLHDeFVM .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: #ffffff !important;
}
.cid-uRjLHDeFVM .nav-item:focus,
.cid-uRjLHDeFVM .nav-link:focus {
  outline: none;
}
.cid-uRjLHDeFVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRjLHDeFVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRjLHDeFVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRjLHDeFVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRjLHDeFVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRjLHDeFVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRjLHDeFVM .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-uRjLHDeFVM .navbar.opened {
  transition: all 0.3s;
}
.cid-uRjLHDeFVM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRjLHDeFVM .navbar .navbar-logo img {
  width: auto;
}
.cid-uRjLHDeFVM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRjLHDeFVM .navbar.collapsed {
  justify-content: center;
}
.cid-uRjLHDeFVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRjLHDeFVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRjLHDeFVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRjLHDeFVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRjLHDeFVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRjLHDeFVM .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-uRjLHDeFVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRjLHDeFVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRjLHDeFVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRjLHDeFVM .navbar {
    min-height: 72px;
  }
  .cid-uRjLHDeFVM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjLHDeFVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRjLHDeFVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRjLHDeFVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRjLHDeFVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRjLHDeFVM .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-uRjLHDeFVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRjLHDeFVM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRjLHDeFVM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRjLHDeFVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRjLHDeFVM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRjLHDeFVM .dropdown-item.active,
.cid-uRjLHDeFVM .dropdown-item:active {
  background-color: transparent;
}
.cid-uRjLHDeFVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRjLHDeFVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRjLHDeFVM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRjLHDeFVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRjLHDeFVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRjLHDeFVM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRjLHDeFVM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRjLHDeFVM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRjLHDeFVM .navbar-buttons {
    text-align: left;
  }
}
.cid-uRjLHDeFVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRjLHDeFVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRjLHDeFVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRjLHDeFVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjLHDeFVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjLHDeFVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRjLHDeFVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjLHDeFVM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRjLHDeFVM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRjLHDeFVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjLHDeFVM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRjLHDeFVM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRjLHDeFVM .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-uRjLHDeFVM .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRjLHDeFVM .navbar {
    height: 70px;
  }
  .cid-uRjLHDeFVM .navbar.opened {
    height: auto;
  }
  .cid-uRjLHDeFVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRjLHDeFVM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRjLHDeFVM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRjLHDeFVM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRjLHDeFVM .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-uRjLHDeFVM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRjLHDeFVM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRjLHDeFVM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRjLHDeFVM .navbar-brand {
    margin-right: auto;
  }
  .cid-uRjLHDeFVM .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRjLHDeFVM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRjLHDeFVM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRjLHDeFVM .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-uRjLHDeFVM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRjLHDeFVM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRjLHDeFVM .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-uRjLHDeFVM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRjLHDeFVM .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-uRjLHDeFVM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRjLHDeFVM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRjLHDDgwS {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRjLHDDgwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjLHDDgwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjLHDDgwS .content-head {
  max-width: 800px;
}
.cid-uRjLHDDgwS .mbr-section-title {
  color: #ffffff;
}
.cid-uRjLHDDgwS .mbr-text,
.cid-uRjLHDDgwS .mbr-section-btn {
  color: #ffffff;
}
.cid-uRjLHDUQzR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRjLHDUQzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjLHDUQzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjLHDUQzR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjLHDUQzR .item {
    margin-bottom: 1rem;
  }
}
.cid-uRjLHDUQzR .item-wrapper {
  position: relative;
}
.cid-uRjLHDUQzR .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-uRjLHDUQzR .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRjLHDUQzR .carousel-control,
.cid-uRjLHDUQzR .close {
  background: #1b1b1b;
}
.cid-uRjLHDUQzR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRjLHDUQzR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRjLHDUQzR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRjLHDUQzR .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRjLHDUQzR .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-uRjLHDUQzR .close::before {
  content: '\e91a';
}
.cid-uRjLHDUQzR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRjLHDUQzR .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-uRjLHDUQzR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjLHDUQzR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRjLHDUQzR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRjLHDUQzR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRjLHDUQzR .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-uRjLHDUQzR .carousel-indicators li.active,
.cid-uRjLHDUQzR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRjLHDUQzR .carousel-indicators li::after,
.cid-uRjLHDUQzR .carousel-indicators li::before {
  content: none;
}
.cid-uRjLHDUQzR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRjLHDUQzR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjLHDUQzR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjLHDUQzR .carousel-indicators {
    display: none;
  }
}
.cid-uRjLHDUQzR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRjLHDUQzR .carousel-inner > .active {
  display: block;
}
.cid-uRjLHDUQzR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjLHDUQzR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRjLHDUQzR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRjLHDUQzR .carousel-control,
  .cid-uRjLHDUQzR .carousel-indicators,
  .cid-uRjLHDUQzR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRjLHDUQzR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRjLHDUQzR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRjLHDUQzR .carousel-indicators .active,
.cid-uRjLHDUQzR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRjLHDUQzR .carousel-indicators .active {
  background: #fff;
}
.cid-uRjLHDUQzR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRjLHDUQzR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRjLHDUQzR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRjLHDUQzR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRjLHDUQzR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRjLHDUQzR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRjLHDUQzR .carousel {
  width: 100%;
}
.cid-uRjLHDUQzR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRjLHDUQzR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRjLHDUQzR .modal.fade .modal-dialog,
.cid-uRjLHDUQzR .modal.in .modal-dialog {
  transform: none;
}
.cid-uRjLHDUQzR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRjLHDUQzR .content-head {
  max-width: 800px;
}
.cid-uRjLHEskx8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRjLHEDKK6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRjLHEDKK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjLHEDKK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjLHEDKK6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjLHEDKK6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRjLHEDKK6 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRjLHEDKK6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRjLHEDKK6 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRjLHEDKK6 .mbr-section-title {
  color: #9fe870;
}
.cid-uRjLHEDKK6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRjLHEDKK6 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRjLHEDKK6 .card-box .item-footer {
  margin-top: auto;
}
.cid-uRjLHEDKK6 .content-head {
  max-width: 800px;
}
.cid-uRjLHEDKK6 .card-text {
  text-align: center;
}
.cid-uRjLHEDKK6 .card-title,
.cid-uRjLHEDKK6 .iconfont-wrapper {
  text-align: center;
}
.cid-uRjLHF33cn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRjLHF33cn .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRjLHF33cn .container {
    padding: 0 12px;
  }
}
.cid-uRjLHF33cn .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRjLHF33cn .social-row .soc-item {
  margin: 8px;
}
.cid-uRjLHF33cn .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRjLHF33cn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjLHF33cn .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRjLHF33cn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRjLHF33cn .mbr-section-title {
  color: #ffffff;
}
.cid-uRjLHF33cn .mbr-section-title,
.cid-uRjLHF33cn .social-list {
  color: #ffffff;
}
.cid-uRjLHFmKqE {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRjLHFmKqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjLHFmKqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjLHFmKqE .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRjLHFmKqE .footer-col {
    flex-direction: column;
  }
}
.cid-uRjLHFmKqE .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRjLHFmKqE .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjLHFmKqE .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRjLHFmKqE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRjLHFmKqE .soc-item {
  margin: 8px;
}
.cid-uRjLHFmKqE .soc-item a:hover .mbr-iconfont,
.cid-uRjLHFmKqE .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjLHFmKqE .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRjLHFmKqE .row {
    text-align: center;
  }
  .cid-uRjLHFmKqE .social-row {
    justify-content: center;
  }
}
.cid-uRjLHFmKqE .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRjLHFmKqE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRjLHFmKqE .list {
    margin-bottom: 0rem;
  }
}
.cid-uRjLHFmKqE .mbr-text {
  color: #bbbbbb;
}
.cid-uRjLHFmKqE .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRjLHFmKqE .list,
.cid-uRjLHFmKqE .item-wrap {
  color: #071a3d;
}
.cid-uRjLHFmKqE .copyright {
  color: #071a3d;
}
.cid-uRjOC1HEum {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRjOC1HEum .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-uRjOC1HEum .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRjOC1HEum .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-uRjOC1HEum .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRjOC1HEum .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRjOC1HEum .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRjOC1HEum .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRjOC1HEum .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRjOC1HEum .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRjOC1HEum .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRjOC1HEum .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRjOC1HEum .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRjOC1HEum .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRjOC1HEum .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRjOC1HEum .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRjOC1HEum .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRjOC1HEum .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRjOC1HEum .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRjOC1HEum .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRjOC1HEum .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRjOC1HEum .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRjOC1HEum .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRjOC1HEum .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjOC1HEum .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRjOC1HEum .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRjOC1HEum .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: #ffffff !important;
}
.cid-uRjOC1HEum .nav-item:focus,
.cid-uRjOC1HEum .nav-link:focus {
  outline: none;
}
.cid-uRjOC1HEum .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRjOC1HEum .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRjOC1HEum .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRjOC1HEum .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRjOC1HEum .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRjOC1HEum .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRjOC1HEum .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-uRjOC1HEum .navbar.opened {
  transition: all 0.3s;
}
.cid-uRjOC1HEum .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRjOC1HEum .navbar .navbar-logo img {
  width: auto;
}
.cid-uRjOC1HEum .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRjOC1HEum .navbar.collapsed {
  justify-content: center;
}
.cid-uRjOC1HEum .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRjOC1HEum .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRjOC1HEum .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRjOC1HEum .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRjOC1HEum .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRjOC1HEum .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-uRjOC1HEum .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRjOC1HEum .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRjOC1HEum .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRjOC1HEum .navbar {
    min-height: 72px;
  }
  .cid-uRjOC1HEum .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjOC1HEum .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRjOC1HEum .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRjOC1HEum .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRjOC1HEum .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRjOC1HEum .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-uRjOC1HEum .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRjOC1HEum .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRjOC1HEum .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRjOC1HEum .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRjOC1HEum .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRjOC1HEum .dropdown-item.active,
.cid-uRjOC1HEum .dropdown-item:active {
  background-color: transparent;
}
.cid-uRjOC1HEum .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRjOC1HEum .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRjOC1HEum .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRjOC1HEum .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRjOC1HEum .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRjOC1HEum .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRjOC1HEum ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRjOC1HEum .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRjOC1HEum .navbar-buttons {
    text-align: left;
  }
}
.cid-uRjOC1HEum button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRjOC1HEum button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRjOC1HEum button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRjOC1HEum button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjOC1HEum button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjOC1HEum button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRjOC1HEum nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjOC1HEum nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRjOC1HEum nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRjOC1HEum nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjOC1HEum .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRjOC1HEum a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRjOC1HEum .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-uRjOC1HEum .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRjOC1HEum .navbar {
    height: 70px;
  }
  .cid-uRjOC1HEum .navbar.opened {
    height: auto;
  }
  .cid-uRjOC1HEum .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRjOC1HEum .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRjOC1HEum .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRjOC1HEum .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRjOC1HEum .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-uRjOC1HEum .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRjOC1HEum .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRjOC1HEum .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRjOC1HEum .navbar-brand {
    margin-right: auto;
  }
  .cid-uRjOC1HEum .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRjOC1HEum .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRjOC1HEum .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRjOC1HEum .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-uRjOC1HEum .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRjOC1HEum .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRjOC1HEum .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-uRjOC1HEum .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRjOC1HEum .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-uRjOC1HEum .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRjOC1HEum .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRjOC2nOMG {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRjOC2nOMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjOC2nOMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjOC2nOMG .content-head {
  max-width: 800px;
}
.cid-uRjOC2nOMG .mbr-section-title {
  color: #ffffff;
}
.cid-uRjOC2nOMG .mbr-text,
.cid-uRjOC2nOMG .mbr-section-btn {
  color: #ffffff;
}
.cid-uRjOC3X87B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRjOC3X87B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjOC3X87B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjOC3X87B .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjOC3X87B .item {
    margin-bottom: 1rem;
  }
}
.cid-uRjOC3X87B .item-wrapper {
  position: relative;
}
.cid-uRjOC3X87B .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-uRjOC3X87B .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRjOC3X87B .carousel-control,
.cid-uRjOC3X87B .close {
  background: #1b1b1b;
}
.cid-uRjOC3X87B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRjOC3X87B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRjOC3X87B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRjOC3X87B .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRjOC3X87B .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-uRjOC3X87B .close::before {
  content: '\e91a';
}
.cid-uRjOC3X87B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRjOC3X87B .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-uRjOC3X87B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjOC3X87B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRjOC3X87B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRjOC3X87B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRjOC3X87B .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-uRjOC3X87B .carousel-indicators li.active,
.cid-uRjOC3X87B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRjOC3X87B .carousel-indicators li::after,
.cid-uRjOC3X87B .carousel-indicators li::before {
  content: none;
}
.cid-uRjOC3X87B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRjOC3X87B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjOC3X87B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjOC3X87B .carousel-indicators {
    display: none;
  }
}
.cid-uRjOC3X87B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRjOC3X87B .carousel-inner > .active {
  display: block;
}
.cid-uRjOC3X87B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjOC3X87B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRjOC3X87B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRjOC3X87B .carousel-control,
  .cid-uRjOC3X87B .carousel-indicators,
  .cid-uRjOC3X87B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRjOC3X87B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRjOC3X87B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRjOC3X87B .carousel-indicators .active,
.cid-uRjOC3X87B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRjOC3X87B .carousel-indicators .active {
  background: #fff;
}
.cid-uRjOC3X87B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRjOC3X87B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRjOC3X87B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRjOC3X87B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRjOC3X87B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRjOC3X87B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRjOC3X87B .carousel {
  width: 100%;
}
.cid-uRjOC3X87B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRjOC3X87B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRjOC3X87B .modal.fade .modal-dialog,
.cid-uRjOC3X87B .modal.in .modal-dialog {
  transform: none;
}
.cid-uRjOC3X87B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRjOC3X87B .content-head {
  max-width: 800px;
}
.cid-uRjOC4OTJe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRjOC51mfA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRjOC51mfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjOC51mfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjOC51mfA .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjOC51mfA .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRjOC51mfA .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRjOC51mfA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRjOC51mfA .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRjOC51mfA .mbr-section-title {
  color: #9fe870;
}
.cid-uRjOC51mfA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRjOC51mfA .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRjOC51mfA .card-box .item-footer {
  margin-top: auto;
}
.cid-uRjOC51mfA .content-head {
  max-width: 800px;
}
.cid-uRjOC51mfA .card-text {
  text-align: center;
}
.cid-uRjOC51mfA .card-title,
.cid-uRjOC51mfA .iconfont-wrapper {
  text-align: center;
}
.cid-uRjOC5pbxz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRjOC5pbxz .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRjOC5pbxz .container {
    padding: 0 12px;
  }
}
.cid-uRjOC5pbxz .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRjOC5pbxz .social-row .soc-item {
  margin: 8px;
}
.cid-uRjOC5pbxz .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRjOC5pbxz .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjOC5pbxz .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRjOC5pbxz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRjOC5pbxz .mbr-section-title {
  color: #ffffff;
}
.cid-uRjOC5pbxz .mbr-section-title,
.cid-uRjOC5pbxz .social-list {
  color: #ffffff;
}
.cid-uRjOC5Lp5Q {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRjOC5Lp5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjOC5Lp5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjOC5Lp5Q .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRjOC5Lp5Q .footer-col {
    flex-direction: column;
  }
}
.cid-uRjOC5Lp5Q .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRjOC5Lp5Q .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjOC5Lp5Q .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRjOC5Lp5Q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRjOC5Lp5Q .soc-item {
  margin: 8px;
}
.cid-uRjOC5Lp5Q .soc-item a:hover .mbr-iconfont,
.cid-uRjOC5Lp5Q .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjOC5Lp5Q .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRjOC5Lp5Q .row {
    text-align: center;
  }
  .cid-uRjOC5Lp5Q .social-row {
    justify-content: center;
  }
}
.cid-uRjOC5Lp5Q .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRjOC5Lp5Q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRjOC5Lp5Q .list {
    margin-bottom: 0rem;
  }
}
.cid-uRjOC5Lp5Q .mbr-text {
  color: #bbbbbb;
}
.cid-uRjOC5Lp5Q .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRjOC5Lp5Q .list,
.cid-uRjOC5Lp5Q .item-wrap {
  color: #071a3d;
}
.cid-uRjOC5Lp5Q .copyright {
  color: #071a3d;
}
.cid-uRjXnhH89I {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRjXnhH89I .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-uRjXnhH89I .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRjXnhH89I .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-uRjXnhH89I .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRjXnhH89I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRjXnhH89I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRjXnhH89I .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRjXnhH89I .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRjXnhH89I .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRjXnhH89I .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRjXnhH89I .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRjXnhH89I .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRjXnhH89I .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRjXnhH89I .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRjXnhH89I .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRjXnhH89I .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRjXnhH89I .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRjXnhH89I .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRjXnhH89I .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRjXnhH89I .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRjXnhH89I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRjXnhH89I .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRjXnhH89I .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjXnhH89I .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRjXnhH89I .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRjXnhH89I .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: #ffffff !important;
}
.cid-uRjXnhH89I .nav-item:focus,
.cid-uRjXnhH89I .nav-link:focus {
  outline: none;
}
.cid-uRjXnhH89I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRjXnhH89I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRjXnhH89I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRjXnhH89I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRjXnhH89I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRjXnhH89I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRjXnhH89I .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-uRjXnhH89I .navbar.opened {
  transition: all 0.3s;
}
.cid-uRjXnhH89I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRjXnhH89I .navbar .navbar-logo img {
  width: auto;
}
.cid-uRjXnhH89I .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRjXnhH89I .navbar.collapsed {
  justify-content: center;
}
.cid-uRjXnhH89I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRjXnhH89I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRjXnhH89I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRjXnhH89I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRjXnhH89I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRjXnhH89I .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-uRjXnhH89I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRjXnhH89I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRjXnhH89I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRjXnhH89I .navbar {
    min-height: 72px;
  }
  .cid-uRjXnhH89I .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjXnhH89I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRjXnhH89I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRjXnhH89I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRjXnhH89I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRjXnhH89I .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-uRjXnhH89I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRjXnhH89I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRjXnhH89I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRjXnhH89I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRjXnhH89I .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRjXnhH89I .dropdown-item.active,
.cid-uRjXnhH89I .dropdown-item:active {
  background-color: transparent;
}
.cid-uRjXnhH89I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRjXnhH89I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRjXnhH89I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRjXnhH89I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRjXnhH89I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRjXnhH89I .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRjXnhH89I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRjXnhH89I .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRjXnhH89I .navbar-buttons {
    text-align: left;
  }
}
.cid-uRjXnhH89I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRjXnhH89I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRjXnhH89I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRjXnhH89I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjXnhH89I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjXnhH89I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRjXnhH89I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjXnhH89I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRjXnhH89I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRjXnhH89I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjXnhH89I .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRjXnhH89I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRjXnhH89I .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-uRjXnhH89I .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRjXnhH89I .navbar {
    height: 70px;
  }
  .cid-uRjXnhH89I .navbar.opened {
    height: auto;
  }
  .cid-uRjXnhH89I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRjXnhH89I .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRjXnhH89I .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRjXnhH89I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRjXnhH89I .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-uRjXnhH89I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRjXnhH89I .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRjXnhH89I .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRjXnhH89I .navbar-brand {
    margin-right: auto;
  }
  .cid-uRjXnhH89I .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRjXnhH89I .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRjXnhH89I .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRjXnhH89I .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-uRjXnhH89I .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRjXnhH89I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRjXnhH89I .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-uRjXnhH89I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRjXnhH89I .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-uRjXnhH89I .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRjXnhH89I .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRjXni7nGf {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRjXni7nGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjXni7nGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjXni7nGf .content-head {
  max-width: 800px;
}
.cid-uRjXni7nGf .mbr-section-title {
  color: #ffffff;
}
.cid-uRjXni7nGf .mbr-text,
.cid-uRjXni7nGf .mbr-section-btn {
  color: #ffffff;
}
.cid-uRjXniosze {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRjXniosze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjXniosze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjXniosze .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjXniosze .item {
    margin-bottom: 1rem;
  }
}
.cid-uRjXniosze .item-wrapper {
  position: relative;
}
.cid-uRjXniosze .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-uRjXniosze .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRjXniosze .carousel-control,
.cid-uRjXniosze .close {
  background: #1b1b1b;
}
.cid-uRjXniosze .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRjXniosze .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRjXniosze .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRjXniosze .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRjXniosze .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-uRjXniosze .close::before {
  content: '\e91a';
}
.cid-uRjXniosze .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRjXniosze .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-uRjXniosze .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjXniosze .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRjXniosze .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRjXniosze .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRjXniosze .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-uRjXniosze .carousel-indicators li.active,
.cid-uRjXniosze .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRjXniosze .carousel-indicators li::after,
.cid-uRjXniosze .carousel-indicators li::before {
  content: none;
}
.cid-uRjXniosze .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRjXniosze .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjXniosze .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjXniosze .carousel-indicators {
    display: none;
  }
}
.cid-uRjXniosze .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRjXniosze .carousel-inner > .active {
  display: block;
}
.cid-uRjXniosze .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjXniosze .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRjXniosze .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRjXniosze .carousel-control,
  .cid-uRjXniosze .carousel-indicators,
  .cid-uRjXniosze .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRjXniosze .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRjXniosze .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRjXniosze .carousel-indicators .active,
.cid-uRjXniosze .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRjXniosze .carousel-indicators .active {
  background: #fff;
}
.cid-uRjXniosze .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRjXniosze .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRjXniosze .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRjXniosze .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRjXniosze .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRjXniosze .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRjXniosze .carousel {
  width: 100%;
}
.cid-uRjXniosze .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRjXniosze .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRjXniosze .modal.fade .modal-dialog,
.cid-uRjXniosze .modal.in .modal-dialog {
  transform: none;
}
.cid-uRjXniosze .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRjXniosze .content-head {
  max-width: 800px;
}
.cid-uRjXniYmQT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRjXnjb8Gv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRjXnjb8Gv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjXnjb8Gv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjXnjb8Gv .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjXnjb8Gv .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRjXnjb8Gv .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRjXnjb8Gv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRjXnjb8Gv .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRjXnjb8Gv .mbr-section-title {
  color: #9fe870;
}
.cid-uRjXnjb8Gv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRjXnjb8Gv .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRjXnjb8Gv .card-box .item-footer {
  margin-top: auto;
}
.cid-uRjXnjb8Gv .content-head {
  max-width: 800px;
}
.cid-uRjXnjb8Gv .card-text {
  text-align: center;
}
.cid-uRjXnjb8Gv .card-title,
.cid-uRjXnjb8Gv .iconfont-wrapper {
  text-align: center;
}
.cid-uRjXnjxIhn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRjXnjxIhn .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRjXnjxIhn .container {
    padding: 0 12px;
  }
}
.cid-uRjXnjxIhn .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRjXnjxIhn .social-row .soc-item {
  margin: 8px;
}
.cid-uRjXnjxIhn .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRjXnjxIhn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjXnjxIhn .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRjXnjxIhn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRjXnjxIhn .mbr-section-title {
  color: #ffffff;
}
.cid-uRjXnjxIhn .mbr-section-title,
.cid-uRjXnjxIhn .social-list {
  color: #ffffff;
}
.cid-uRjXnjSU9q {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRjXnjSU9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjXnjSU9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjXnjSU9q .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRjXnjSU9q .footer-col {
    flex-direction: column;
  }
}
.cid-uRjXnjSU9q .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRjXnjSU9q .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjXnjSU9q .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRjXnjSU9q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRjXnjSU9q .soc-item {
  margin: 8px;
}
.cid-uRjXnjSU9q .soc-item a:hover .mbr-iconfont,
.cid-uRjXnjSU9q .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjXnjSU9q .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRjXnjSU9q .row {
    text-align: center;
  }
  .cid-uRjXnjSU9q .social-row {
    justify-content: center;
  }
}
.cid-uRjXnjSU9q .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRjXnjSU9q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRjXnjSU9q .list {
    margin-bottom: 0rem;
  }
}
.cid-uRjXnjSU9q .mbr-text {
  color: #bbbbbb;
}
.cid-uRjXnjSU9q .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRjXnjSU9q .list,
.cid-uRjXnjSU9q .item-wrap {
  color: #071a3d;
}
.cid-uRjXnjSU9q .copyright {
  color: #071a3d;
}
.cid-uRk1bVWriL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRk1bVWriL .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-uRk1bVWriL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRk1bVWriL .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-uRk1bVWriL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRk1bVWriL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRk1bVWriL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRk1bVWriL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRk1bVWriL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRk1bVWriL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRk1bVWriL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRk1bVWriL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRk1bVWriL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRk1bVWriL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRk1bVWriL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRk1bVWriL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRk1bVWriL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRk1bVWriL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRk1bVWriL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRk1bVWriL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRk1bVWriL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRk1bVWriL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRk1bVWriL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRk1bVWriL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRk1bVWriL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRk1bVWriL .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRk1bVWriL .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: #ffffff !important;
}
.cid-uRk1bVWriL .nav-item:focus,
.cid-uRk1bVWriL .nav-link:focus {
  outline: none;
}
.cid-uRk1bVWriL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRk1bVWriL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRk1bVWriL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRk1bVWriL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRk1bVWriL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRk1bVWriL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRk1bVWriL .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-uRk1bVWriL .navbar.opened {
  transition: all 0.3s;
}
.cid-uRk1bVWriL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRk1bVWriL .navbar .navbar-logo img {
  width: auto;
}
.cid-uRk1bVWriL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRk1bVWriL .navbar.collapsed {
  justify-content: center;
}
.cid-uRk1bVWriL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRk1bVWriL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRk1bVWriL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRk1bVWriL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRk1bVWriL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRk1bVWriL .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-uRk1bVWriL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRk1bVWriL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRk1bVWriL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRk1bVWriL .navbar {
    min-height: 72px;
  }
  .cid-uRk1bVWriL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRk1bVWriL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRk1bVWriL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRk1bVWriL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRk1bVWriL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRk1bVWriL .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-uRk1bVWriL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRk1bVWriL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRk1bVWriL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRk1bVWriL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRk1bVWriL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRk1bVWriL .dropdown-item.active,
.cid-uRk1bVWriL .dropdown-item:active {
  background-color: transparent;
}
.cid-uRk1bVWriL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRk1bVWriL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRk1bVWriL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRk1bVWriL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRk1bVWriL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRk1bVWriL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRk1bVWriL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRk1bVWriL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRk1bVWriL .navbar-buttons {
    text-align: left;
  }
}
.cid-uRk1bVWriL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRk1bVWriL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRk1bVWriL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRk1bVWriL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRk1bVWriL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRk1bVWriL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRk1bVWriL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRk1bVWriL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRk1bVWriL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRk1bVWriL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRk1bVWriL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRk1bVWriL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRk1bVWriL .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-uRk1bVWriL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRk1bVWriL .navbar {
    height: 70px;
  }
  .cid-uRk1bVWriL .navbar.opened {
    height: auto;
  }
  .cid-uRk1bVWriL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRk1bVWriL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRk1bVWriL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRk1bVWriL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRk1bVWriL .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-uRk1bVWriL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRk1bVWriL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRk1bVWriL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRk1bVWriL .navbar-brand {
    margin-right: auto;
  }
  .cid-uRk1bVWriL .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRk1bVWriL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRk1bVWriL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRk1bVWriL .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-uRk1bVWriL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRk1bVWriL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRk1bVWriL .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-uRk1bVWriL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRk1bVWriL .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-uRk1bVWriL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRk1bVWriL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRk1bWosj7 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRk1bWosj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk1bWosj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk1bWosj7 .content-head {
  max-width: 800px;
}
.cid-uRk1bWosj7 .mbr-section-title {
  color: #ffffff;
}
.cid-uRk1bWosj7 .mbr-text,
.cid-uRk1bWosj7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRk1bWIfdw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRk1bWIfdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk1bWIfdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk1bWIfdw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRk1bWIfdw .item {
    margin-bottom: 1rem;
  }
}
.cid-uRk1bWIfdw .item-wrapper {
  position: relative;
}
.cid-uRk1bWIfdw .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-uRk1bWIfdw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRk1bWIfdw .carousel-control,
.cid-uRk1bWIfdw .close {
  background: #1b1b1b;
}
.cid-uRk1bWIfdw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRk1bWIfdw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRk1bWIfdw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRk1bWIfdw .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRk1bWIfdw .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-uRk1bWIfdw .close::before {
  content: '\e91a';
}
.cid-uRk1bWIfdw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRk1bWIfdw .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-uRk1bWIfdw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRk1bWIfdw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRk1bWIfdw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRk1bWIfdw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRk1bWIfdw .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-uRk1bWIfdw .carousel-indicators li.active,
.cid-uRk1bWIfdw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRk1bWIfdw .carousel-indicators li::after,
.cid-uRk1bWIfdw .carousel-indicators li::before {
  content: none;
}
.cid-uRk1bWIfdw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRk1bWIfdw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRk1bWIfdw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRk1bWIfdw .carousel-indicators {
    display: none;
  }
}
.cid-uRk1bWIfdw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRk1bWIfdw .carousel-inner > .active {
  display: block;
}
.cid-uRk1bWIfdw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRk1bWIfdw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRk1bWIfdw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRk1bWIfdw .carousel-control,
  .cid-uRk1bWIfdw .carousel-indicators,
  .cid-uRk1bWIfdw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRk1bWIfdw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRk1bWIfdw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRk1bWIfdw .carousel-indicators .active,
.cid-uRk1bWIfdw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRk1bWIfdw .carousel-indicators .active {
  background: #fff;
}
.cid-uRk1bWIfdw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRk1bWIfdw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRk1bWIfdw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRk1bWIfdw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRk1bWIfdw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRk1bWIfdw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRk1bWIfdw .carousel {
  width: 100%;
}
.cid-uRk1bWIfdw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRk1bWIfdw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRk1bWIfdw .modal.fade .modal-dialog,
.cid-uRk1bWIfdw .modal.in .modal-dialog {
  transform: none;
}
.cid-uRk1bWIfdw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRk1bWIfdw .content-head {
  max-width: 800px;
}
.cid-uRk1bXiLF5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRk1bXvv4L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRk1bXvv4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk1bXvv4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk1bXvv4L .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRk1bXvv4L .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRk1bXvv4L .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRk1bXvv4L .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRk1bXvv4L .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRk1bXvv4L .mbr-section-title {
  color: #9fe870;
}
.cid-uRk1bXvv4L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRk1bXvv4L .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRk1bXvv4L .card-box .item-footer {
  margin-top: auto;
}
.cid-uRk1bXvv4L .content-head {
  max-width: 800px;
}
.cid-uRk1bXvv4L .card-text {
  text-align: center;
}
.cid-uRk1bXvv4L .card-title,
.cid-uRk1bXvv4L .iconfont-wrapper {
  text-align: center;
}
.cid-uRk1bXT8VZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRk1bXT8VZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRk1bXT8VZ .container {
    padding: 0 12px;
  }
}
.cid-uRk1bXT8VZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRk1bXT8VZ .social-row .soc-item {
  margin: 8px;
}
.cid-uRk1bXT8VZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRk1bXT8VZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRk1bXT8VZ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRk1bXT8VZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRk1bXT8VZ .mbr-section-title {
  color: #ffffff;
}
.cid-uRk1bXT8VZ .mbr-section-title,
.cid-uRk1bXT8VZ .social-list {
  color: #ffffff;
}
.cid-uRk1bYg7Ew {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRk1bYg7Ew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk1bYg7Ew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk1bYg7Ew .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRk1bYg7Ew .footer-col {
    flex-direction: column;
  }
}
.cid-uRk1bYg7Ew .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRk1bYg7Ew .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRk1bYg7Ew .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRk1bYg7Ew .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRk1bYg7Ew .soc-item {
  margin: 8px;
}
.cid-uRk1bYg7Ew .soc-item a:hover .mbr-iconfont,
.cid-uRk1bYg7Ew .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRk1bYg7Ew .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRk1bYg7Ew .row {
    text-align: center;
  }
  .cid-uRk1bYg7Ew .social-row {
    justify-content: center;
  }
}
.cid-uRk1bYg7Ew .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRk1bYg7Ew .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRk1bYg7Ew .list {
    margin-bottom: 0rem;
  }
}
.cid-uRk1bYg7Ew .mbr-text {
  color: #bbbbbb;
}
.cid-uRk1bYg7Ew .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRk1bYg7Ew .list,
.cid-uRk1bYg7Ew .item-wrap {
  color: #071a3d;
}
.cid-uRk1bYg7Ew .copyright {
  color: #071a3d;
}
.cid-uRk3OfbSwA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRk3OfbSwA .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-uRk3OfbSwA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRk3OfbSwA .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-uRk3OfbSwA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRk3OfbSwA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRk3OfbSwA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRk3OfbSwA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRk3OfbSwA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRk3OfbSwA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRk3OfbSwA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRk3OfbSwA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRk3OfbSwA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRk3OfbSwA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRk3OfbSwA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRk3OfbSwA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRk3OfbSwA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRk3OfbSwA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRk3OfbSwA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRk3OfbSwA .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRk3OfbSwA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRk3OfbSwA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRk3OfbSwA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRk3OfbSwA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRk3OfbSwA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRk3OfbSwA .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRk3OfbSwA .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: #ffffff !important;
}
.cid-uRk3OfbSwA .nav-item:focus,
.cid-uRk3OfbSwA .nav-link:focus {
  outline: none;
}
.cid-uRk3OfbSwA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRk3OfbSwA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRk3OfbSwA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRk3OfbSwA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRk3OfbSwA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRk3OfbSwA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRk3OfbSwA .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-uRk3OfbSwA .navbar.opened {
  transition: all 0.3s;
}
.cid-uRk3OfbSwA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRk3OfbSwA .navbar .navbar-logo img {
  width: auto;
}
.cid-uRk3OfbSwA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRk3OfbSwA .navbar.collapsed {
  justify-content: center;
}
.cid-uRk3OfbSwA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRk3OfbSwA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRk3OfbSwA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRk3OfbSwA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRk3OfbSwA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRk3OfbSwA .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-uRk3OfbSwA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRk3OfbSwA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRk3OfbSwA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRk3OfbSwA .navbar {
    min-height: 72px;
  }
  .cid-uRk3OfbSwA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRk3OfbSwA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRk3OfbSwA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRk3OfbSwA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRk3OfbSwA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRk3OfbSwA .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-uRk3OfbSwA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRk3OfbSwA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRk3OfbSwA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRk3OfbSwA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRk3OfbSwA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRk3OfbSwA .dropdown-item.active,
.cid-uRk3OfbSwA .dropdown-item:active {
  background-color: transparent;
}
.cid-uRk3OfbSwA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRk3OfbSwA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRk3OfbSwA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRk3OfbSwA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRk3OfbSwA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRk3OfbSwA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRk3OfbSwA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRk3OfbSwA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRk3OfbSwA .navbar-buttons {
    text-align: left;
  }
}
.cid-uRk3OfbSwA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRk3OfbSwA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRk3OfbSwA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRk3OfbSwA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRk3OfbSwA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRk3OfbSwA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRk3OfbSwA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRk3OfbSwA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRk3OfbSwA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRk3OfbSwA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRk3OfbSwA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRk3OfbSwA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRk3OfbSwA .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-uRk3OfbSwA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRk3OfbSwA .navbar {
    height: 70px;
  }
  .cid-uRk3OfbSwA .navbar.opened {
    height: auto;
  }
  .cid-uRk3OfbSwA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRk3OfbSwA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRk3OfbSwA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRk3OfbSwA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRk3OfbSwA .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-uRk3OfbSwA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRk3OfbSwA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRk3OfbSwA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRk3OfbSwA .navbar-brand {
    margin-right: auto;
  }
  .cid-uRk3OfbSwA .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRk3OfbSwA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRk3OfbSwA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRk3OfbSwA .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-uRk3OfbSwA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRk3OfbSwA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRk3OfbSwA .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-uRk3OfbSwA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRk3OfbSwA .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-uRk3OfbSwA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRk3OfbSwA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRk3OfCyXq {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRk3OfCyXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk3OfCyXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk3OfCyXq .content-head {
  max-width: 800px;
}
.cid-uRk3OfCyXq .mbr-section-title {
  color: #ffffff;
}
.cid-uRk3OfCyXq .mbr-text,
.cid-uRk3OfCyXq .mbr-section-btn {
  color: #ffffff;
}
.cid-uRk3OfVkco {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRk3OfVkco .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk3OfVkco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk3OfVkco .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRk3OfVkco .item {
    margin-bottom: 1rem;
  }
}
.cid-uRk3OfVkco .item-wrapper {
  position: relative;
}
.cid-uRk3OfVkco .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-uRk3OfVkco .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRk3OfVkco .carousel-control,
.cid-uRk3OfVkco .close {
  background: #1b1b1b;
}
.cid-uRk3OfVkco .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRk3OfVkco .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRk3OfVkco .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRk3OfVkco .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRk3OfVkco .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-uRk3OfVkco .close::before {
  content: '\e91a';
}
.cid-uRk3OfVkco .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRk3OfVkco .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-uRk3OfVkco .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRk3OfVkco .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRk3OfVkco .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRk3OfVkco .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRk3OfVkco .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-uRk3OfVkco .carousel-indicators li.active,
.cid-uRk3OfVkco .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRk3OfVkco .carousel-indicators li::after,
.cid-uRk3OfVkco .carousel-indicators li::before {
  content: none;
}
.cid-uRk3OfVkco .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRk3OfVkco .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRk3OfVkco .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRk3OfVkco .carousel-indicators {
    display: none;
  }
}
.cid-uRk3OfVkco .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRk3OfVkco .carousel-inner > .active {
  display: block;
}
.cid-uRk3OfVkco .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRk3OfVkco .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRk3OfVkco .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRk3OfVkco .carousel-control,
  .cid-uRk3OfVkco .carousel-indicators,
  .cid-uRk3OfVkco .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRk3OfVkco .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRk3OfVkco .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRk3OfVkco .carousel-indicators .active,
.cid-uRk3OfVkco .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRk3OfVkco .carousel-indicators .active {
  background: #fff;
}
.cid-uRk3OfVkco .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRk3OfVkco .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRk3OfVkco .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRk3OfVkco .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRk3OfVkco .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRk3OfVkco .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRk3OfVkco .carousel {
  width: 100%;
}
.cid-uRk3OfVkco .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRk3OfVkco .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRk3OfVkco .modal.fade .modal-dialog,
.cid-uRk3OfVkco .modal.in .modal-dialog {
  transform: none;
}
.cid-uRk3OfVkco .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRk3OfVkco .content-head {
  max-width: 800px;
}
.cid-uRk3OgsaNM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRk3OgDsXf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRk3OgDsXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk3OgDsXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk3OgDsXf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRk3OgDsXf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRk3OgDsXf .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRk3OgDsXf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRk3OgDsXf .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRk3OgDsXf .mbr-section-title {
  color: #9fe870;
}
.cid-uRk3OgDsXf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRk3OgDsXf .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRk3OgDsXf .card-box .item-footer {
  margin-top: auto;
}
.cid-uRk3OgDsXf .content-head {
  max-width: 800px;
}
.cid-uRk3OgDsXf .card-text {
  text-align: center;
}
.cid-uRk3OgDsXf .card-title,
.cid-uRk3OgDsXf .iconfont-wrapper {
  text-align: center;
}
.cid-uRk3Oh2My8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRk3Oh2My8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRk3Oh2My8 .container {
    padding: 0 12px;
  }
}
.cid-uRk3Oh2My8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRk3Oh2My8 .social-row .soc-item {
  margin: 8px;
}
.cid-uRk3Oh2My8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRk3Oh2My8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRk3Oh2My8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRk3Oh2My8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRk3Oh2My8 .mbr-section-title {
  color: #ffffff;
}
.cid-uRk3Oh2My8 .mbr-section-title,
.cid-uRk3Oh2My8 .social-list {
  color: #ffffff;
}
.cid-uRk3Ohmx0P {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRk3Ohmx0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk3Ohmx0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk3Ohmx0P .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRk3Ohmx0P .footer-col {
    flex-direction: column;
  }
}
.cid-uRk3Ohmx0P .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRk3Ohmx0P .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRk3Ohmx0P .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRk3Ohmx0P .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRk3Ohmx0P .soc-item {
  margin: 8px;
}
.cid-uRk3Ohmx0P .soc-item a:hover .mbr-iconfont,
.cid-uRk3Ohmx0P .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRk3Ohmx0P .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRk3Ohmx0P .row {
    text-align: center;
  }
  .cid-uRk3Ohmx0P .social-row {
    justify-content: center;
  }
}
.cid-uRk3Ohmx0P .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRk3Ohmx0P .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRk3Ohmx0P .list {
    margin-bottom: 0rem;
  }
}
.cid-uRk3Ohmx0P .mbr-text {
  color: #bbbbbb;
}
.cid-uRk3Ohmx0P .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRk3Ohmx0P .list,
.cid-uRk3Ohmx0P .item-wrap {
  color: #071a3d;
}
.cid-uRk3Ohmx0P .copyright {
  color: #071a3d;
}
.cid-uRk68P3ZG1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRk68P3ZG1 .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-uRk68P3ZG1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRk68P3ZG1 .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-uRk68P3ZG1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRk68P3ZG1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRk68P3ZG1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRk68P3ZG1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRk68P3ZG1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRk68P3ZG1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRk68P3ZG1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRk68P3ZG1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRk68P3ZG1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRk68P3ZG1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRk68P3ZG1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRk68P3ZG1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRk68P3ZG1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRk68P3ZG1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRk68P3ZG1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRk68P3ZG1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRk68P3ZG1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRk68P3ZG1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRk68P3ZG1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRk68P3ZG1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRk68P3ZG1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRk68P3ZG1 .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRk68P3ZG1 .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: #ffffff !important;
}
.cid-uRk68P3ZG1 .nav-item:focus,
.cid-uRk68P3ZG1 .nav-link:focus {
  outline: none;
}
.cid-uRk68P3ZG1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRk68P3ZG1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRk68P3ZG1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRk68P3ZG1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRk68P3ZG1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRk68P3ZG1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRk68P3ZG1 .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-uRk68P3ZG1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRk68P3ZG1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRk68P3ZG1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRk68P3ZG1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRk68P3ZG1 .navbar.collapsed {
  justify-content: center;
}
.cid-uRk68P3ZG1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRk68P3ZG1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRk68P3ZG1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRk68P3ZG1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRk68P3ZG1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRk68P3ZG1 .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-uRk68P3ZG1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRk68P3ZG1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRk68P3ZG1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRk68P3ZG1 .navbar {
    min-height: 72px;
  }
  .cid-uRk68P3ZG1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRk68P3ZG1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRk68P3ZG1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRk68P3ZG1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRk68P3ZG1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRk68P3ZG1 .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-uRk68P3ZG1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRk68P3ZG1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRk68P3ZG1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRk68P3ZG1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRk68P3ZG1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRk68P3ZG1 .dropdown-item.active,
.cid-uRk68P3ZG1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRk68P3ZG1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRk68P3ZG1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRk68P3ZG1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRk68P3ZG1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRk68P3ZG1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRk68P3ZG1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRk68P3ZG1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRk68P3ZG1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRk68P3ZG1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uRk68P3ZG1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRk68P3ZG1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRk68P3ZG1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRk68P3ZG1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRk68P3ZG1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRk68P3ZG1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRk68P3ZG1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRk68P3ZG1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRk68P3ZG1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRk68P3ZG1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRk68P3ZG1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRk68P3ZG1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRk68P3ZG1 .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-uRk68P3ZG1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRk68P3ZG1 .navbar {
    height: 70px;
  }
  .cid-uRk68P3ZG1 .navbar.opened {
    height: auto;
  }
  .cid-uRk68P3ZG1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRk68P3ZG1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRk68P3ZG1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRk68P3ZG1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRk68P3ZG1 .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-uRk68P3ZG1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRk68P3ZG1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRk68P3ZG1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRk68P3ZG1 .navbar-brand {
    margin-right: auto;
  }
  .cid-uRk68P3ZG1 .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRk68P3ZG1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRk68P3ZG1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRk68P3ZG1 .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-uRk68P3ZG1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRk68P3ZG1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRk68P3ZG1 .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-uRk68P3ZG1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRk68P3ZG1 .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-uRk68P3ZG1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRk68P3ZG1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRk68Prfne {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRk68Prfne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk68Prfne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk68Prfne .content-head {
  max-width: 800px;
}
.cid-uRk68Prfne .mbr-section-title {
  color: #ffffff;
}
.cid-uRk68Prfne .mbr-text,
.cid-uRk68Prfne .mbr-section-btn {
  color: #ffffff;
}
.cid-uRk68PFnL2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRk68PFnL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk68PFnL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk68PFnL2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRk68PFnL2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uRk68PFnL2 .item-wrapper {
  position: relative;
}
.cid-uRk68PFnL2 .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-uRk68PFnL2 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRk68PFnL2 .carousel-control,
.cid-uRk68PFnL2 .close {
  background: #1b1b1b;
}
.cid-uRk68PFnL2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRk68PFnL2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRk68PFnL2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRk68PFnL2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRk68PFnL2 .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-uRk68PFnL2 .close::before {
  content: '\e91a';
}
.cid-uRk68PFnL2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRk68PFnL2 .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-uRk68PFnL2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRk68PFnL2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRk68PFnL2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRk68PFnL2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRk68PFnL2 .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-uRk68PFnL2 .carousel-indicators li.active,
.cid-uRk68PFnL2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRk68PFnL2 .carousel-indicators li::after,
.cid-uRk68PFnL2 .carousel-indicators li::before {
  content: none;
}
.cid-uRk68PFnL2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRk68PFnL2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRk68PFnL2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRk68PFnL2 .carousel-indicators {
    display: none;
  }
}
.cid-uRk68PFnL2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRk68PFnL2 .carousel-inner > .active {
  display: block;
}
.cid-uRk68PFnL2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRk68PFnL2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRk68PFnL2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRk68PFnL2 .carousel-control,
  .cid-uRk68PFnL2 .carousel-indicators,
  .cid-uRk68PFnL2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRk68PFnL2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRk68PFnL2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRk68PFnL2 .carousel-indicators .active,
.cid-uRk68PFnL2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRk68PFnL2 .carousel-indicators .active {
  background: #fff;
}
.cid-uRk68PFnL2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRk68PFnL2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRk68PFnL2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRk68PFnL2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRk68PFnL2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRk68PFnL2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRk68PFnL2 .carousel {
  width: 100%;
}
.cid-uRk68PFnL2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRk68PFnL2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRk68PFnL2 .modal.fade .modal-dialog,
.cid-uRk68PFnL2 .modal.in .modal-dialog {
  transform: none;
}
.cid-uRk68PFnL2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRk68PFnL2 .content-head {
  max-width: 800px;
}
.cid-uRk68QcaDD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRk68QmQ3f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRk68QmQ3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk68QmQ3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk68QmQ3f .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRk68QmQ3f .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRk68QmQ3f .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRk68QmQ3f .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRk68QmQ3f .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRk68QmQ3f .mbr-section-title {
  color: #9fe870;
}
.cid-uRk68QmQ3f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRk68QmQ3f .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRk68QmQ3f .card-box .item-footer {
  margin-top: auto;
}
.cid-uRk68QmQ3f .content-head {
  max-width: 800px;
}
.cid-uRk68QmQ3f .card-text {
  text-align: center;
}
.cid-uRk68QmQ3f .card-title,
.cid-uRk68QmQ3f .iconfont-wrapper {
  text-align: center;
}
.cid-uRk68QJ2Qn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRk68QJ2Qn .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRk68QJ2Qn .container {
    padding: 0 12px;
  }
}
.cid-uRk68QJ2Qn .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRk68QJ2Qn .social-row .soc-item {
  margin: 8px;
}
.cid-uRk68QJ2Qn .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRk68QJ2Qn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRk68QJ2Qn .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRk68QJ2Qn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRk68QJ2Qn .mbr-section-title {
  color: #ffffff;
}
.cid-uRk68QJ2Qn .mbr-section-title,
.cid-uRk68QJ2Qn .social-list {
  color: #ffffff;
}
.cid-uRk68R2QxX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRk68R2QxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk68R2QxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk68R2QxX .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRk68R2QxX .footer-col {
    flex-direction: column;
  }
}
.cid-uRk68R2QxX .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRk68R2QxX .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRk68R2QxX .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRk68R2QxX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRk68R2QxX .soc-item {
  margin: 8px;
}
.cid-uRk68R2QxX .soc-item a:hover .mbr-iconfont,
.cid-uRk68R2QxX .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRk68R2QxX .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRk68R2QxX .row {
    text-align: center;
  }
  .cid-uRk68R2QxX .social-row {
    justify-content: center;
  }
}
.cid-uRk68R2QxX .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRk68R2QxX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRk68R2QxX .list {
    margin-bottom: 0rem;
  }
}
.cid-uRk68R2QxX .mbr-text {
  color: #bbbbbb;
}
.cid-uRk68R2QxX .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRk68R2QxX .list,
.cid-uRk68R2QxX .item-wrap {
  color: #071a3d;
}
.cid-uRk68R2QxX .copyright {
  color: #071a3d;
}
.cid-uRjVieC8Me {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRjVieC8Me .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-uRjVieC8Me .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRjVieC8Me .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-uRjVieC8Me .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRjVieC8Me .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRjVieC8Me .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRjVieC8Me .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRjVieC8Me .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRjVieC8Me .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRjVieC8Me .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRjVieC8Me .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRjVieC8Me .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRjVieC8Me .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRjVieC8Me .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRjVieC8Me .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRjVieC8Me .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRjVieC8Me .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRjVieC8Me .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRjVieC8Me .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRjVieC8Me .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRjVieC8Me .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRjVieC8Me .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRjVieC8Me .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjVieC8Me .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRjVieC8Me .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRjVieC8Me .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: #ffffff !important;
}
.cid-uRjVieC8Me .nav-item:focus,
.cid-uRjVieC8Me .nav-link:focus {
  outline: none;
}
.cid-uRjVieC8Me .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRjVieC8Me .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRjVieC8Me .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRjVieC8Me .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRjVieC8Me .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRjVieC8Me .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRjVieC8Me .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-uRjVieC8Me .navbar.opened {
  transition: all 0.3s;
}
.cid-uRjVieC8Me .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRjVieC8Me .navbar .navbar-logo img {
  width: auto;
}
.cid-uRjVieC8Me .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRjVieC8Me .navbar.collapsed {
  justify-content: center;
}
.cid-uRjVieC8Me .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRjVieC8Me .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRjVieC8Me .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRjVieC8Me .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRjVieC8Me .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRjVieC8Me .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-uRjVieC8Me .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRjVieC8Me .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRjVieC8Me .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRjVieC8Me .navbar {
    min-height: 72px;
  }
  .cid-uRjVieC8Me .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjVieC8Me .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRjVieC8Me .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRjVieC8Me .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRjVieC8Me .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRjVieC8Me .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-uRjVieC8Me .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRjVieC8Me .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRjVieC8Me .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRjVieC8Me .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRjVieC8Me .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRjVieC8Me .dropdown-item.active,
.cid-uRjVieC8Me .dropdown-item:active {
  background-color: transparent;
}
.cid-uRjVieC8Me .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRjVieC8Me .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRjVieC8Me .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRjVieC8Me .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRjVieC8Me .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRjVieC8Me .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRjVieC8Me ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRjVieC8Me .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRjVieC8Me .navbar-buttons {
    text-align: left;
  }
}
.cid-uRjVieC8Me button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRjVieC8Me button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRjVieC8Me button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRjVieC8Me button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjVieC8Me button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjVieC8Me button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRjVieC8Me nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjVieC8Me nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRjVieC8Me nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRjVieC8Me nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjVieC8Me .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRjVieC8Me a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRjVieC8Me .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-uRjVieC8Me .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRjVieC8Me .navbar {
    height: 70px;
  }
  .cid-uRjVieC8Me .navbar.opened {
    height: auto;
  }
  .cid-uRjVieC8Me .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRjVieC8Me .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRjVieC8Me .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRjVieC8Me .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRjVieC8Me .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-uRjVieC8Me .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRjVieC8Me .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRjVieC8Me .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRjVieC8Me .navbar-brand {
    margin-right: auto;
  }
  .cid-uRjVieC8Me .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRjVieC8Me .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRjVieC8Me .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRjVieC8Me .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-uRjVieC8Me .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRjVieC8Me .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRjVieC8Me .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-uRjVieC8Me .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRjVieC8Me .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-uRjVieC8Me .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRjVieC8Me .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRjVif11iW {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRjVif11iW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjVif11iW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjVif11iW .content-head {
  max-width: 800px;
}
.cid-uRjVif11iW .mbr-section-title {
  color: #ffffff;
}
.cid-uRjVif11iW .mbr-text,
.cid-uRjVif11iW .mbr-section-btn {
  color: #ffffff;
}
.cid-uRjVifjfnR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRjVifjfnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjVifjfnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjVifjfnR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjVifjfnR .item {
    margin-bottom: 1rem;
  }
}
.cid-uRjVifjfnR .item-wrapper {
  position: relative;
}
.cid-uRjVifjfnR .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-uRjVifjfnR .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRjVifjfnR .carousel-control,
.cid-uRjVifjfnR .close {
  background: #1b1b1b;
}
.cid-uRjVifjfnR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRjVifjfnR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRjVifjfnR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRjVifjfnR .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRjVifjfnR .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-uRjVifjfnR .close::before {
  content: '\e91a';
}
.cid-uRjVifjfnR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRjVifjfnR .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-uRjVifjfnR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjVifjfnR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRjVifjfnR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRjVifjfnR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRjVifjfnR .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-uRjVifjfnR .carousel-indicators li.active,
.cid-uRjVifjfnR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRjVifjfnR .carousel-indicators li::after,
.cid-uRjVifjfnR .carousel-indicators li::before {
  content: none;
}
.cid-uRjVifjfnR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRjVifjfnR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjVifjfnR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjVifjfnR .carousel-indicators {
    display: none;
  }
}
.cid-uRjVifjfnR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRjVifjfnR .carousel-inner > .active {
  display: block;
}
.cid-uRjVifjfnR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjVifjfnR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRjVifjfnR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRjVifjfnR .carousel-control,
  .cid-uRjVifjfnR .carousel-indicators,
  .cid-uRjVifjfnR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRjVifjfnR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRjVifjfnR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRjVifjfnR .carousel-indicators .active,
.cid-uRjVifjfnR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRjVifjfnR .carousel-indicators .active {
  background: #fff;
}
.cid-uRjVifjfnR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRjVifjfnR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRjVifjfnR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRjVifjfnR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRjVifjfnR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRjVifjfnR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRjVifjfnR .carousel {
  width: 100%;
}
.cid-uRjVifjfnR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRjVifjfnR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRjVifjfnR .modal.fade .modal-dialog,
.cid-uRjVifjfnR .modal.in .modal-dialog {
  transform: none;
}
.cid-uRjVifjfnR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRjVifjfnR .content-head {
  max-width: 800px;
}
.cid-uRjVifTYgh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRjVig5bBS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRjVig5bBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjVig5bBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjVig5bBS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjVig5bBS .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRjVig5bBS .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRjVig5bBS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRjVig5bBS .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRjVig5bBS .mbr-section-title {
  color: #9fe870;
}
.cid-uRjVig5bBS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRjVig5bBS .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRjVig5bBS .card-box .item-footer {
  margin-top: auto;
}
.cid-uRjVig5bBS .content-head {
  max-width: 800px;
}
.cid-uRjVig5bBS .card-text {
  text-align: center;
}
.cid-uRjVig5bBS .card-title,
.cid-uRjVig5bBS .iconfont-wrapper {
  text-align: center;
}
.cid-uRjVigsNhi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRjVigsNhi .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRjVigsNhi .container {
    padding: 0 12px;
  }
}
.cid-uRjVigsNhi .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRjVigsNhi .social-row .soc-item {
  margin: 8px;
}
.cid-uRjVigsNhi .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRjVigsNhi .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjVigsNhi .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRjVigsNhi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRjVigsNhi .mbr-section-title {
  color: #ffffff;
}
.cid-uRjVigsNhi .mbr-section-title,
.cid-uRjVigsNhi .social-list {
  color: #ffffff;
}
.cid-uRjVigQRWW {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRjVigQRWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjVigQRWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjVigQRWW .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRjVigQRWW .footer-col {
    flex-direction: column;
  }
}
.cid-uRjVigQRWW .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRjVigQRWW .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjVigQRWW .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRjVigQRWW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRjVigQRWW .soc-item {
  margin: 8px;
}
.cid-uRjVigQRWW .soc-item a:hover .mbr-iconfont,
.cid-uRjVigQRWW .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjVigQRWW .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRjVigQRWW .row {
    text-align: center;
  }
  .cid-uRjVigQRWW .social-row {
    justify-content: center;
  }
}
.cid-uRjVigQRWW .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRjVigQRWW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRjVigQRWW .list {
    margin-bottom: 0rem;
  }
}
.cid-uRjVigQRWW .mbr-text {
  color: #bbbbbb;
}
.cid-uRjVigQRWW .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRjVigQRWW .list,
.cid-uRjVigQRWW .item-wrap {
  color: #071a3d;
}
.cid-uRjVigQRWW .copyright {
  color: #071a3d;
}
.cid-uRjCvLqpqt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRjCvLqpqt .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-uRjCvLqpqt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRjCvLqpqt .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-uRjCvLqpqt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRjCvLqpqt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRjCvLqpqt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRjCvLqpqt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRjCvLqpqt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRjCvLqpqt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRjCvLqpqt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRjCvLqpqt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRjCvLqpqt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRjCvLqpqt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRjCvLqpqt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRjCvLqpqt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRjCvLqpqt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRjCvLqpqt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRjCvLqpqt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRjCvLqpqt .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRjCvLqpqt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRjCvLqpqt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRjCvLqpqt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uRjCvLqpqt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjCvLqpqt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRjCvLqpqt .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRjCvLqpqt .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: #ffffff !important;
}
.cid-uRjCvLqpqt .nav-item:focus,
.cid-uRjCvLqpqt .nav-link:focus {
  outline: none;
}
.cid-uRjCvLqpqt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRjCvLqpqt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRjCvLqpqt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRjCvLqpqt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRjCvLqpqt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRjCvLqpqt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRjCvLqpqt .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-uRjCvLqpqt .navbar.opened {
  transition: all 0.3s;
}
.cid-uRjCvLqpqt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRjCvLqpqt .navbar .navbar-logo img {
  width: auto;
}
.cid-uRjCvLqpqt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRjCvLqpqt .navbar.collapsed {
  justify-content: center;
}
.cid-uRjCvLqpqt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRjCvLqpqt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRjCvLqpqt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRjCvLqpqt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRjCvLqpqt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRjCvLqpqt .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-uRjCvLqpqt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRjCvLqpqt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRjCvLqpqt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRjCvLqpqt .navbar {
    min-height: 72px;
  }
  .cid-uRjCvLqpqt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjCvLqpqt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRjCvLqpqt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRjCvLqpqt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRjCvLqpqt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRjCvLqpqt .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-uRjCvLqpqt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRjCvLqpqt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRjCvLqpqt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRjCvLqpqt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRjCvLqpqt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRjCvLqpqt .dropdown-item.active,
.cid-uRjCvLqpqt .dropdown-item:active {
  background-color: transparent;
}
.cid-uRjCvLqpqt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRjCvLqpqt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRjCvLqpqt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRjCvLqpqt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRjCvLqpqt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRjCvLqpqt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRjCvLqpqt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRjCvLqpqt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRjCvLqpqt .navbar-buttons {
    text-align: left;
  }
}
.cid-uRjCvLqpqt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRjCvLqpqt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uRjCvLqpqt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRjCvLqpqt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjCvLqpqt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjCvLqpqt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRjCvLqpqt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjCvLqpqt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRjCvLqpqt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRjCvLqpqt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjCvLqpqt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRjCvLqpqt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRjCvLqpqt .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-uRjCvLqpqt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRjCvLqpqt .navbar {
    height: 70px;
  }
  .cid-uRjCvLqpqt .navbar.opened {
    height: auto;
  }
  .cid-uRjCvLqpqt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRjCvLqpqt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRjCvLqpqt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRjCvLqpqt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRjCvLqpqt .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-uRjCvLqpqt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRjCvLqpqt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRjCvLqpqt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRjCvLqpqt .navbar-brand {
    margin-right: auto;
  }
  .cid-uRjCvLqpqt .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRjCvLqpqt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRjCvLqpqt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRjCvLqpqt .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-uRjCvLqpqt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRjCvLqpqt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRjCvLqpqt .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-uRjCvLqpqt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRjCvLqpqt .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-uRjCvLqpqt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRjCvLqpqt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRjCvLOqnu {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uRjCvLOqnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjCvLOqnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjCvLOqnu .content-head {
  max-width: 800px;
}
.cid-uRjCvLOqnu .mbr-section-title {
  color: #ffffff;
}
.cid-uRjCvLOqnu .mbr-text,
.cid-uRjCvLOqnu .mbr-section-btn {
  color: #ffffff;
}
.cid-uRjCvM6OV1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRjCvM6OV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjCvM6OV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjCvM6OV1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjCvM6OV1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uRjCvM6OV1 .item-wrapper {
  position: relative;
}
.cid-uRjCvM6OV1 .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-uRjCvM6OV1 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRjCvM6OV1 .carousel-control,
.cid-uRjCvM6OV1 .close {
  background: #1b1b1b;
}
.cid-uRjCvM6OV1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRjCvM6OV1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRjCvM6OV1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRjCvM6OV1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRjCvM6OV1 .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-uRjCvM6OV1 .close::before {
  content: '\e91a';
}
.cid-uRjCvM6OV1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRjCvM6OV1 .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-uRjCvM6OV1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjCvM6OV1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRjCvM6OV1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRjCvM6OV1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRjCvM6OV1 .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-uRjCvM6OV1 .carousel-indicators li.active,
.cid-uRjCvM6OV1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRjCvM6OV1 .carousel-indicators li::after,
.cid-uRjCvM6OV1 .carousel-indicators li::before {
  content: none;
}
.cid-uRjCvM6OV1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRjCvM6OV1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjCvM6OV1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjCvM6OV1 .carousel-indicators {
    display: none;
  }
}
.cid-uRjCvM6OV1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRjCvM6OV1 .carousel-inner > .active {
  display: block;
}
.cid-uRjCvM6OV1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRjCvM6OV1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRjCvM6OV1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRjCvM6OV1 .carousel-control,
  .cid-uRjCvM6OV1 .carousel-indicators,
  .cid-uRjCvM6OV1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRjCvM6OV1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRjCvM6OV1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRjCvM6OV1 .carousel-indicators .active,
.cid-uRjCvM6OV1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRjCvM6OV1 .carousel-indicators .active {
  background: #fff;
}
.cid-uRjCvM6OV1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRjCvM6OV1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRjCvM6OV1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRjCvM6OV1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRjCvM6OV1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRjCvM6OV1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRjCvM6OV1 .carousel {
  width: 100%;
}
.cid-uRjCvM6OV1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRjCvM6OV1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRjCvM6OV1 .modal.fade .modal-dialog,
.cid-uRjCvM6OV1 .modal.in .modal-dialog {
  transform: none;
}
.cid-uRjCvM6OV1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRjCvM6OV1 .content-head {
  max-width: 800px;
}
.cid-uRjCvMGWXf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uRjCvMRAwf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uRjCvMRAwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjCvMRAwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjCvMRAwf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjCvMRAwf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRjCvMRAwf .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uRjCvMRAwf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRjCvMRAwf .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uRjCvMRAwf .mbr-section-title {
  color: #9fe870;
}
.cid-uRjCvMRAwf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRjCvMRAwf .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRjCvMRAwf .card-box .item-footer {
  margin-top: auto;
}
.cid-uRjCvMRAwf .content-head {
  max-width: 800px;
}
.cid-uRjCvMRAwf .card-text {
  text-align: center;
}
.cid-uRjCvMRAwf .card-title,
.cid-uRjCvMRAwf .iconfont-wrapper {
  text-align: center;
}
.cid-uRjCvNex2d {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uRjCvNex2d .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uRjCvNex2d .container {
    padding: 0 12px;
  }
}
.cid-uRjCvNex2d .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRjCvNex2d .social-row .soc-item {
  margin: 8px;
}
.cid-uRjCvNex2d .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRjCvNex2d .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjCvNex2d .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uRjCvNex2d .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRjCvNex2d .mbr-section-title {
  color: #ffffff;
}
.cid-uRjCvNex2d .mbr-section-title,
.cid-uRjCvNex2d .social-list {
  color: #ffffff;
}
.cid-uRjCvNy38Z {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uRjCvNy38Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjCvNy38Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjCvNy38Z .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRjCvNy38Z .footer-col {
    flex-direction: column;
  }
}
.cid-uRjCvNy38Z .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRjCvNy38Z .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjCvNy38Z .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRjCvNy38Z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRjCvNy38Z .soc-item {
  margin: 8px;
}
.cid-uRjCvNy38Z .soc-item a:hover .mbr-iconfont,
.cid-uRjCvNy38Z .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRjCvNy38Z .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRjCvNy38Z .row {
    text-align: center;
  }
  .cid-uRjCvNy38Z .social-row {
    justify-content: center;
  }
}
.cid-uRjCvNy38Z .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uRjCvNy38Z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRjCvNy38Z .list {
    margin-bottom: 0rem;
  }
}
.cid-uRjCvNy38Z .mbr-text {
  color: #bbbbbb;
}
.cid-uRjCvNy38Z .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uRjCvNy38Z .list,
.cid-uRjCvNy38Z .item-wrap {
  color: #071a3d;
}
.cid-uRjCvNy38Z .copyright {
  color: #071a3d;
}
.cid-uShjw2vBwU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uShjw2vBwU .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-uShjw2vBwU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uShjw2vBwU .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-uShjw2vBwU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uShjw2vBwU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uShjw2vBwU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uShjw2vBwU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uShjw2vBwU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uShjw2vBwU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uShjw2vBwU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uShjw2vBwU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uShjw2vBwU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uShjw2vBwU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uShjw2vBwU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uShjw2vBwU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uShjw2vBwU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uShjw2vBwU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uShjw2vBwU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uShjw2vBwU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uShjw2vBwU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uShjw2vBwU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uShjw2vBwU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uShjw2vBwU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uShjw2vBwU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uShjw2vBwU .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uShjw2vBwU .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: #ffffff !important;
}
.cid-uShjw2vBwU .nav-item:focus,
.cid-uShjw2vBwU .nav-link:focus {
  outline: none;
}
.cid-uShjw2vBwU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uShjw2vBwU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uShjw2vBwU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uShjw2vBwU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uShjw2vBwU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uShjw2vBwU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uShjw2vBwU .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-uShjw2vBwU .navbar.opened {
  transition: all 0.3s;
}
.cid-uShjw2vBwU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uShjw2vBwU .navbar .navbar-logo img {
  width: auto;
}
.cid-uShjw2vBwU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uShjw2vBwU .navbar.collapsed {
  justify-content: center;
}
.cid-uShjw2vBwU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uShjw2vBwU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uShjw2vBwU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uShjw2vBwU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uShjw2vBwU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uShjw2vBwU .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-uShjw2vBwU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uShjw2vBwU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uShjw2vBwU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uShjw2vBwU .navbar {
    min-height: 72px;
  }
  .cid-uShjw2vBwU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uShjw2vBwU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uShjw2vBwU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uShjw2vBwU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uShjw2vBwU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uShjw2vBwU .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-uShjw2vBwU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uShjw2vBwU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uShjw2vBwU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uShjw2vBwU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uShjw2vBwU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uShjw2vBwU .dropdown-item.active,
.cid-uShjw2vBwU .dropdown-item:active {
  background-color: transparent;
}
.cid-uShjw2vBwU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uShjw2vBwU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uShjw2vBwU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uShjw2vBwU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uShjw2vBwU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uShjw2vBwU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uShjw2vBwU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uShjw2vBwU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uShjw2vBwU .navbar-buttons {
    text-align: left;
  }
}
.cid-uShjw2vBwU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uShjw2vBwU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uShjw2vBwU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uShjw2vBwU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uShjw2vBwU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uShjw2vBwU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uShjw2vBwU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uShjw2vBwU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uShjw2vBwU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uShjw2vBwU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uShjw2vBwU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uShjw2vBwU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uShjw2vBwU .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-uShjw2vBwU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uShjw2vBwU .navbar {
    height: 70px;
  }
  .cid-uShjw2vBwU .navbar.opened {
    height: auto;
  }
  .cid-uShjw2vBwU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uShjw2vBwU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uShjw2vBwU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uShjw2vBwU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uShjw2vBwU .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-uShjw2vBwU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uShjw2vBwU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uShjw2vBwU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uShjw2vBwU .navbar-brand {
    margin-right: auto;
  }
  .cid-uShjw2vBwU .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uShjw2vBwU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uShjw2vBwU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uShjw2vBwU .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-uShjw2vBwU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uShjw2vBwU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uShjw2vBwU .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-uShjw2vBwU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uShjw2vBwU .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-uShjw2vBwU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uShjw2vBwU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uShjw2QYx3 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uShjw2QYx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uShjw2QYx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uShjw2QYx3 .content-head {
  max-width: 800px;
}
.cid-uShjw2QYx3 .mbr-section-title {
  color: #ffffff;
}
.cid-uShjw2QYx3 .mbr-text,
.cid-uShjw2QYx3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uShjw34gSx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uShjw34gSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uShjw34gSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uShjw34gSx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uShjw34gSx .item {
    margin-bottom: 1rem;
  }
}
.cid-uShjw34gSx .item-wrapper {
  position: relative;
}
.cid-uShjw34gSx .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-uShjw34gSx .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uShjw34gSx .carousel-control,
.cid-uShjw34gSx .close {
  background: #1b1b1b;
}
.cid-uShjw34gSx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uShjw34gSx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uShjw34gSx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uShjw34gSx .carousel-control-next span {
  margin-left: 5px;
}
.cid-uShjw34gSx .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-uShjw34gSx .close::before {
  content: '\e91a';
}
.cid-uShjw34gSx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uShjw34gSx .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-uShjw34gSx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uShjw34gSx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uShjw34gSx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uShjw34gSx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uShjw34gSx .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-uShjw34gSx .carousel-indicators li.active,
.cid-uShjw34gSx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uShjw34gSx .carousel-indicators li::after,
.cid-uShjw34gSx .carousel-indicators li::before {
  content: none;
}
.cid-uShjw34gSx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uShjw34gSx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uShjw34gSx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uShjw34gSx .carousel-indicators {
    display: none;
  }
}
.cid-uShjw34gSx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uShjw34gSx .carousel-inner > .active {
  display: block;
}
.cid-uShjw34gSx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uShjw34gSx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uShjw34gSx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uShjw34gSx .carousel-control,
  .cid-uShjw34gSx .carousel-indicators,
  .cid-uShjw34gSx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uShjw34gSx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uShjw34gSx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uShjw34gSx .carousel-indicators .active,
.cid-uShjw34gSx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uShjw34gSx .carousel-indicators .active {
  background: #fff;
}
.cid-uShjw34gSx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uShjw34gSx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uShjw34gSx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uShjw34gSx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uShjw34gSx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uShjw34gSx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uShjw34gSx .carousel {
  width: 100%;
}
.cid-uShjw34gSx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uShjw34gSx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uShjw34gSx .modal.fade .modal-dialog,
.cid-uShjw34gSx .modal.in .modal-dialog {
  transform: none;
}
.cid-uShjw34gSx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uShjw34gSx .content-head {
  max-width: 800px;
}
.cid-uShjw4WmBC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uShjw59Q4k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uShjw59Q4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uShjw59Q4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uShjw59Q4k .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uShjw59Q4k .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uShjw59Q4k .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uShjw59Q4k .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uShjw59Q4k .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uShjw59Q4k .mbr-section-title {
  color: #9fe870;
}
.cid-uShjw59Q4k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uShjw59Q4k .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uShjw59Q4k .card-box .item-footer {
  margin-top: auto;
}
.cid-uShjw59Q4k .content-head {
  max-width: 800px;
}
.cid-uShjw59Q4k .card-text {
  text-align: center;
}
.cid-uShjw59Q4k .card-title,
.cid-uShjw59Q4k .iconfont-wrapper {
  text-align: center;
}
.cid-uShjw5vQYN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uShjw5vQYN .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uShjw5vQYN .container {
    padding: 0 12px;
  }
}
.cid-uShjw5vQYN .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uShjw5vQYN .social-row .soc-item {
  margin: 8px;
}
.cid-uShjw5vQYN .social-row .soc-item a:hover .mbr-iconfont,
.cid-uShjw5vQYN .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uShjw5vQYN .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uShjw5vQYN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uShjw5vQYN .mbr-section-title {
  color: #ffffff;
}
.cid-uShjw5vQYN .mbr-section-title,
.cid-uShjw5vQYN .social-list {
  color: #ffffff;
}
.cid-uShjw5Q91f {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uShjw5Q91f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uShjw5Q91f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uShjw5Q91f .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uShjw5Q91f .footer-col {
    flex-direction: column;
  }
}
.cid-uShjw5Q91f .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uShjw5Q91f .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uShjw5Q91f .mbr-section-btn {
    text-align: center;
  }
}
.cid-uShjw5Q91f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uShjw5Q91f .soc-item {
  margin: 8px;
}
.cid-uShjw5Q91f .soc-item a:hover .mbr-iconfont,
.cid-uShjw5Q91f .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uShjw5Q91f .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uShjw5Q91f .row {
    text-align: center;
  }
  .cid-uShjw5Q91f .social-row {
    justify-content: center;
  }
}
.cid-uShjw5Q91f .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uShjw5Q91f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uShjw5Q91f .list {
    margin-bottom: 0rem;
  }
}
.cid-uShjw5Q91f .mbr-text {
  color: #bbbbbb;
}
.cid-uShjw5Q91f .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uShjw5Q91f .list,
.cid-uShjw5Q91f .item-wrap {
  color: #071a3d;
}
.cid-uShjw5Q91f .copyright {
  color: #071a3d;
}
.cid-uShnFPIXK3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uShnFPIXK3 .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-uShnFPIXK3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uShnFPIXK3 .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-uShnFPIXK3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uShnFPIXK3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uShnFPIXK3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uShnFPIXK3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uShnFPIXK3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uShnFPIXK3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uShnFPIXK3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uShnFPIXK3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uShnFPIXK3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uShnFPIXK3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uShnFPIXK3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uShnFPIXK3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uShnFPIXK3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uShnFPIXK3 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uShnFPIXK3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uShnFPIXK3 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uShnFPIXK3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uShnFPIXK3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uShnFPIXK3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uShnFPIXK3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uShnFPIXK3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uShnFPIXK3 .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uShnFPIXK3 .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: #ffffff !important;
}
.cid-uShnFPIXK3 .nav-item:focus,
.cid-uShnFPIXK3 .nav-link:focus {
  outline: none;
}
.cid-uShnFPIXK3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uShnFPIXK3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uShnFPIXK3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uShnFPIXK3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uShnFPIXK3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uShnFPIXK3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uShnFPIXK3 .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-uShnFPIXK3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uShnFPIXK3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uShnFPIXK3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uShnFPIXK3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uShnFPIXK3 .navbar.collapsed {
  justify-content: center;
}
.cid-uShnFPIXK3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uShnFPIXK3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uShnFPIXK3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uShnFPIXK3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uShnFPIXK3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uShnFPIXK3 .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-uShnFPIXK3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uShnFPIXK3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uShnFPIXK3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uShnFPIXK3 .navbar {
    min-height: 72px;
  }
  .cid-uShnFPIXK3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uShnFPIXK3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uShnFPIXK3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uShnFPIXK3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uShnFPIXK3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uShnFPIXK3 .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-uShnFPIXK3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uShnFPIXK3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uShnFPIXK3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uShnFPIXK3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uShnFPIXK3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uShnFPIXK3 .dropdown-item.active,
.cid-uShnFPIXK3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uShnFPIXK3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uShnFPIXK3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uShnFPIXK3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uShnFPIXK3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uShnFPIXK3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uShnFPIXK3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uShnFPIXK3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uShnFPIXK3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uShnFPIXK3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uShnFPIXK3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uShnFPIXK3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uShnFPIXK3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uShnFPIXK3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uShnFPIXK3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uShnFPIXK3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uShnFPIXK3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uShnFPIXK3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uShnFPIXK3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uShnFPIXK3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uShnFPIXK3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uShnFPIXK3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uShnFPIXK3 .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-uShnFPIXK3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uShnFPIXK3 .navbar {
    height: 70px;
  }
  .cid-uShnFPIXK3 .navbar.opened {
    height: auto;
  }
  .cid-uShnFPIXK3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uShnFPIXK3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uShnFPIXK3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uShnFPIXK3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uShnFPIXK3 .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-uShnFPIXK3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uShnFPIXK3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uShnFPIXK3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uShnFPIXK3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uShnFPIXK3 .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uShnFPIXK3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uShnFPIXK3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uShnFPIXK3 .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-uShnFPIXK3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uShnFPIXK3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uShnFPIXK3 .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-uShnFPIXK3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uShnFPIXK3 .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-uShnFPIXK3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uShnFPIXK3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uShnQHIVkg {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uShnQHIVkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uShnQHIVkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uShnFRqIFB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uShnFRqIFB .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uShnFRqIFB .container {
    padding: 0 12px;
  }
}
.cid-uShnFRqIFB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uShnFRqIFB .social-row .soc-item {
  margin: 8px;
}
.cid-uShnFRqIFB .social-row .soc-item a:hover .mbr-iconfont,
.cid-uShnFRqIFB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uShnFRqIFB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uShnFRqIFB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uShnFRqIFB .mbr-section-title {
  color: #ffffff;
}
.cid-uShnFRqIFB .mbr-section-title,
.cid-uShnFRqIFB .social-list {
  color: #ffffff;
}
.cid-uShnFRIy6w {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uShnFRIy6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uShnFRIy6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uShnFRIy6w .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uShnFRIy6w .footer-col {
    flex-direction: column;
  }
}
.cid-uShnFRIy6w .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uShnFRIy6w .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uShnFRIy6w .mbr-section-btn {
    text-align: center;
  }
}
.cid-uShnFRIy6w .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uShnFRIy6w .soc-item {
  margin: 8px;
}
.cid-uShnFRIy6w .soc-item a:hover .mbr-iconfont,
.cid-uShnFRIy6w .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uShnFRIy6w .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uShnFRIy6w .row {
    text-align: center;
  }
  .cid-uShnFRIy6w .social-row {
    justify-content: center;
  }
}
.cid-uShnFRIy6w .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uShnFRIy6w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uShnFRIy6w .list {
    margin-bottom: 0rem;
  }
}
.cid-uShnFRIy6w .mbr-text {
  color: #bbbbbb;
}
.cid-uShnFRIy6w .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uShnFRIy6w .list,
.cid-uShnFRIy6w .item-wrap {
  color: #071a3d;
}
.cid-uShnFRIy6w .copyright {
  color: #071a3d;
}
.cid-uSlVsSnUcJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uSlVsSnUcJ .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-uSlVsSnUcJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uSlVsSnUcJ .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-uSlVsSnUcJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uSlVsSnUcJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSlVsSnUcJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSlVsSnUcJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uSlVsSnUcJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uSlVsSnUcJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uSlVsSnUcJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uSlVsSnUcJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uSlVsSnUcJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uSlVsSnUcJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uSlVsSnUcJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uSlVsSnUcJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uSlVsSnUcJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uSlVsSnUcJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uSlVsSnUcJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uSlVsSnUcJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uSlVsSnUcJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uSlVsSnUcJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uSlVsSnUcJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uSlVsSnUcJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSlVsSnUcJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uSlVsSnUcJ .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSlVsSnUcJ .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: #ffffff !important;
}
.cid-uSlVsSnUcJ .nav-item:focus,
.cid-uSlVsSnUcJ .nav-link:focus {
  outline: none;
}
.cid-uSlVsSnUcJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSlVsSnUcJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSlVsSnUcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSlVsSnUcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSlVsSnUcJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSlVsSnUcJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSlVsSnUcJ .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-uSlVsSnUcJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uSlVsSnUcJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSlVsSnUcJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uSlVsSnUcJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uSlVsSnUcJ .navbar.collapsed {
  justify-content: center;
}
.cid-uSlVsSnUcJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSlVsSnUcJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSlVsSnUcJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSlVsSnUcJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSlVsSnUcJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSlVsSnUcJ .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-uSlVsSnUcJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSlVsSnUcJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSlVsSnUcJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSlVsSnUcJ .navbar {
    min-height: 72px;
  }
  .cid-uSlVsSnUcJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uSlVsSnUcJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSlVsSnUcJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSlVsSnUcJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSlVsSnUcJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSlVsSnUcJ .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-uSlVsSnUcJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSlVsSnUcJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uSlVsSnUcJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSlVsSnUcJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSlVsSnUcJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uSlVsSnUcJ .dropdown-item.active,
.cid-uSlVsSnUcJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uSlVsSnUcJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSlVsSnUcJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSlVsSnUcJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSlVsSnUcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSlVsSnUcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uSlVsSnUcJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uSlVsSnUcJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSlVsSnUcJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uSlVsSnUcJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uSlVsSnUcJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSlVsSnUcJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uSlVsSnUcJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSlVsSnUcJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSlVsSnUcJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSlVsSnUcJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSlVsSnUcJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSlVsSnUcJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSlVsSnUcJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSlVsSnUcJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSlVsSnUcJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSlVsSnUcJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSlVsSnUcJ .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-uSlVsSnUcJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSlVsSnUcJ .navbar {
    height: 70px;
  }
  .cid-uSlVsSnUcJ .navbar.opened {
    height: auto;
  }
  .cid-uSlVsSnUcJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSlVsSnUcJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uSlVsSnUcJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uSlVsSnUcJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uSlVsSnUcJ .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-uSlVsSnUcJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uSlVsSnUcJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uSlVsSnUcJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uSlVsSnUcJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uSlVsSnUcJ .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uSlVsSnUcJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uSlVsSnUcJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uSlVsSnUcJ .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-uSlVsSnUcJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uSlVsSnUcJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uSlVsSnUcJ .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-uSlVsSnUcJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uSlVsSnUcJ .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-uSlVsSnUcJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSlVsSnUcJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSrWwh6496 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uSrWwh6496 img,
.cid-uSrWwh6496 .item-img {
  width: 100%;
}
.cid-uSrWwh6496 .item:focus,
.cid-uSrWwh6496 span:focus {
  outline: none;
}
.cid-uSrWwh6496 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSrWwh6496 .item {
    margin-bottom: 1rem;
  }
}
.cid-uSrWwh6496 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uSrWwh6496 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uSrWwh6496 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uSrWwh6496 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uSrWwh6496 .mbr-section-title {
  color: #ffffff;
}
.cid-uSrWwh6496 .item-title {
  text-align: center;
  color: #071a3d;
}
.cid-uSrWwh6496 .item-subtitle {
  text-align: left;
}
.cid-uSrWwh6496 .mbr-text,
.cid-uSrWwh6496 .item .mbr-section-btn {
  text-align: center;
}
.cid-uSrWwh6496 .content-head {
  max-width: 800px;
}
.cid-uSrWz7XPWr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uSrWz7XPWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrWz7XPWr .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-uSrWz7XPWr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSrWz7XPWr .row {
  flex-direction: row-reverse;
}
.cid-uSrWz7XPWr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSrWz7XPWr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSrWz7XPWr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSrWz7XPWr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSrWz7XPWr .mbr-text,
.cid-uSrWz7XPWr .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uSlVsSX6Sw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uSlVsSX6Sw .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uSlVsSX6Sw .container {
    padding: 0 12px;
  }
}
.cid-uSlVsSX6Sw .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSlVsSX6Sw .social-row .soc-item {
  margin: 8px;
}
.cid-uSlVsSX6Sw .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSlVsSX6Sw .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSlVsSX6Sw .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uSlVsSX6Sw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSlVsSX6Sw .mbr-section-title {
  color: #ffffff;
}
.cid-uSlVsSX6Sw .mbr-section-title,
.cid-uSlVsSX6Sw .social-list {
  color: #ffffff;
}
.cid-uSlVsTdzbf {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uSlVsTdzbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlVsTdzbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlVsTdzbf .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uSlVsTdzbf .footer-col {
    flex-direction: column;
  }
}
.cid-uSlVsTdzbf .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSlVsTdzbf .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSlVsTdzbf .mbr-section-btn {
    text-align: center;
  }
}
.cid-uSlVsTdzbf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSlVsTdzbf .soc-item {
  margin: 8px;
}
.cid-uSlVsTdzbf .soc-item a:hover .mbr-iconfont,
.cid-uSlVsTdzbf .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSlVsTdzbf .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uSlVsTdzbf .row {
    text-align: center;
  }
  .cid-uSlVsTdzbf .social-row {
    justify-content: center;
  }
}
.cid-uSlVsTdzbf .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uSlVsTdzbf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlVsTdzbf .list {
    margin-bottom: 0rem;
  }
}
.cid-uSlVsTdzbf .mbr-text {
  color: #bbbbbb;
}
.cid-uSlVsTdzbf .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uSlVsTdzbf .list,
.cid-uSlVsTdzbf .item-wrap {
  color: #071a3d;
}
.cid-uSlVsTdzbf .copyright {
  color: #071a3d;
}
.cid-uSlVFIhbCF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uSlVFIhbCF .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-uSlVFIhbCF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uSlVFIhbCF .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-uSlVFIhbCF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uSlVFIhbCF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSlVFIhbCF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSlVFIhbCF .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uSlVFIhbCF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uSlVFIhbCF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uSlVFIhbCF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uSlVFIhbCF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uSlVFIhbCF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uSlVFIhbCF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uSlVFIhbCF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uSlVFIhbCF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uSlVFIhbCF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uSlVFIhbCF .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uSlVFIhbCF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uSlVFIhbCF .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uSlVFIhbCF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uSlVFIhbCF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uSlVFIhbCF .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uSlVFIhbCF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSlVFIhbCF .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uSlVFIhbCF .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSlVFIhbCF .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: #ffffff !important;
}
.cid-uSlVFIhbCF .nav-item:focus,
.cid-uSlVFIhbCF .nav-link:focus {
  outline: none;
}
.cid-uSlVFIhbCF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSlVFIhbCF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSlVFIhbCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSlVFIhbCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSlVFIhbCF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSlVFIhbCF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSlVFIhbCF .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-uSlVFIhbCF .navbar.opened {
  transition: all 0.3s;
}
.cid-uSlVFIhbCF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSlVFIhbCF .navbar .navbar-logo img {
  width: auto;
}
.cid-uSlVFIhbCF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uSlVFIhbCF .navbar.collapsed {
  justify-content: center;
}
.cid-uSlVFIhbCF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSlVFIhbCF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSlVFIhbCF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSlVFIhbCF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSlVFIhbCF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSlVFIhbCF .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-uSlVFIhbCF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSlVFIhbCF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSlVFIhbCF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSlVFIhbCF .navbar {
    min-height: 72px;
  }
  .cid-uSlVFIhbCF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uSlVFIhbCF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSlVFIhbCF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSlVFIhbCF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSlVFIhbCF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSlVFIhbCF .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-uSlVFIhbCF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSlVFIhbCF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uSlVFIhbCF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSlVFIhbCF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSlVFIhbCF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uSlVFIhbCF .dropdown-item.active,
.cid-uSlVFIhbCF .dropdown-item:active {
  background-color: transparent;
}
.cid-uSlVFIhbCF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSlVFIhbCF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSlVFIhbCF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSlVFIhbCF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSlVFIhbCF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uSlVFIhbCF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uSlVFIhbCF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSlVFIhbCF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uSlVFIhbCF .navbar-buttons {
    text-align: left;
  }
}
.cid-uSlVFIhbCF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSlVFIhbCF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uSlVFIhbCF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSlVFIhbCF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSlVFIhbCF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSlVFIhbCF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSlVFIhbCF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSlVFIhbCF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSlVFIhbCF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSlVFIhbCF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSlVFIhbCF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSlVFIhbCF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSlVFIhbCF .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-uSlVFIhbCF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSlVFIhbCF .navbar {
    height: 70px;
  }
  .cid-uSlVFIhbCF .navbar.opened {
    height: auto;
  }
  .cid-uSlVFIhbCF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSlVFIhbCF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uSlVFIhbCF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uSlVFIhbCF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uSlVFIhbCF .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-uSlVFIhbCF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uSlVFIhbCF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uSlVFIhbCF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uSlVFIhbCF .navbar-brand {
    margin-right: auto;
  }
  .cid-uSlVFIhbCF .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uSlVFIhbCF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uSlVFIhbCF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uSlVFIhbCF .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-uSlVFIhbCF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uSlVFIhbCF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uSlVFIhbCF .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-uSlVFIhbCF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uSlVFIhbCF .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-uSlVFIhbCF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSlVFIhbCF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSlVZ2NQt7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uSlVZ2NQt7 img,
.cid-uSlVZ2NQt7 .item-img {
  width: 100%;
}
.cid-uSlVZ2NQt7 .item:focus,
.cid-uSlVZ2NQt7 span:focus {
  outline: none;
}
.cid-uSlVZ2NQt7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSlVZ2NQt7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uSlVZ2NQt7 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uSlVZ2NQt7 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uSlVZ2NQt7 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uSlVZ2NQt7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uSlVZ2NQt7 .mbr-section-title {
  color: #ffffff;
}
.cid-uSlVZ2NQt7 .item-title {
  text-align: center;
}
.cid-uSlVZ2NQt7 .item-subtitle {
  text-align: left;
}
.cid-uSlVZ2NQt7 .mbr-text,
.cid-uSlVZ2NQt7 .item .mbr-section-btn {
  text-align: center;
}
.cid-uSlVZ2NQt7 .content-head {
  max-width: 800px;
}
.cid-uSlVZxyFeu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #071a3d;
}
.cid-uSlVZxyFeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlVZxyFeu .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-uSlVZxyFeu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSlVZxyFeu .row {
  flex-direction: row-reverse;
}
.cid-uSlVZxyFeu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSlVZxyFeu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlVZxyFeu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSlVZxyFeu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSlVZxyFeu .mbr-text,
.cid-uSlVZxyFeu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uSlVFJcfZv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uSlVFJcfZv .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uSlVFJcfZv .container {
    padding: 0 12px;
  }
}
.cid-uSlVFJcfZv .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSlVFJcfZv .social-row .soc-item {
  margin: 8px;
}
.cid-uSlVFJcfZv .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSlVFJcfZv .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSlVFJcfZv .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uSlVFJcfZv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSlVFJcfZv .mbr-section-title {
  color: #ffffff;
}
.cid-uSlVFJcfZv .mbr-section-title,
.cid-uSlVFJcfZv .social-list {
  color: #ffffff;
}
.cid-uSlVFJtBte {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uSlVFJtBte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlVFJtBte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlVFJtBte .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uSlVFJtBte .footer-col {
    flex-direction: column;
  }
}
.cid-uSlVFJtBte .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSlVFJtBte .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSlVFJtBte .mbr-section-btn {
    text-align: center;
  }
}
.cid-uSlVFJtBte .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSlVFJtBte .soc-item {
  margin: 8px;
}
.cid-uSlVFJtBte .soc-item a:hover .mbr-iconfont,
.cid-uSlVFJtBte .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSlVFJtBte .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uSlVFJtBte .row {
    text-align: center;
  }
  .cid-uSlVFJtBte .social-row {
    justify-content: center;
  }
}
.cid-uSlVFJtBte .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uSlVFJtBte .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlVFJtBte .list {
    margin-bottom: 0rem;
  }
}
.cid-uSlVFJtBte .mbr-text {
  color: #bbbbbb;
}
.cid-uSlVFJtBte .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uSlVFJtBte .list,
.cid-uSlVFJtBte .item-wrap {
  color: #071a3d;
}
.cid-uSlVFJtBte .copyright {
  color: #071a3d;
}
.cid-uSlZtWa57Q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uSlZtWa57Q .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-uSlZtWa57Q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uSlZtWa57Q .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-uSlZtWa57Q .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uSlZtWa57Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSlZtWa57Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSlZtWa57Q .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uSlZtWa57Q .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uSlZtWa57Q .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uSlZtWa57Q .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uSlZtWa57Q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uSlZtWa57Q .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uSlZtWa57Q .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uSlZtWa57Q .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uSlZtWa57Q .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uSlZtWa57Q .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uSlZtWa57Q .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uSlZtWa57Q .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uSlZtWa57Q .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uSlZtWa57Q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uSlZtWa57Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uSlZtWa57Q .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uSlZtWa57Q .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSlZtWa57Q .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uSlZtWa57Q .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSlZtWa57Q .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: #ffffff !important;
}
.cid-uSlZtWa57Q .nav-item:focus,
.cid-uSlZtWa57Q .nav-link:focus {
  outline: none;
}
.cid-uSlZtWa57Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSlZtWa57Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSlZtWa57Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSlZtWa57Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSlZtWa57Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSlZtWa57Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSlZtWa57Q .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-uSlZtWa57Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uSlZtWa57Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSlZtWa57Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uSlZtWa57Q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uSlZtWa57Q .navbar.collapsed {
  justify-content: center;
}
.cid-uSlZtWa57Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSlZtWa57Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSlZtWa57Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSlZtWa57Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSlZtWa57Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSlZtWa57Q .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-uSlZtWa57Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSlZtWa57Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSlZtWa57Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSlZtWa57Q .navbar {
    min-height: 72px;
  }
  .cid-uSlZtWa57Q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uSlZtWa57Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSlZtWa57Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSlZtWa57Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSlZtWa57Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSlZtWa57Q .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-uSlZtWa57Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSlZtWa57Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uSlZtWa57Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSlZtWa57Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSlZtWa57Q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uSlZtWa57Q .dropdown-item.active,
.cid-uSlZtWa57Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uSlZtWa57Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSlZtWa57Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSlZtWa57Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSlZtWa57Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSlZtWa57Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uSlZtWa57Q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uSlZtWa57Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSlZtWa57Q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uSlZtWa57Q .navbar-buttons {
    text-align: left;
  }
}
.cid-uSlZtWa57Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSlZtWa57Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uSlZtWa57Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSlZtWa57Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSlZtWa57Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSlZtWa57Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSlZtWa57Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSlZtWa57Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSlZtWa57Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSlZtWa57Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSlZtWa57Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSlZtWa57Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSlZtWa57Q .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-uSlZtWa57Q .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSlZtWa57Q .navbar {
    height: 70px;
  }
  .cid-uSlZtWa57Q .navbar.opened {
    height: auto;
  }
  .cid-uSlZtWa57Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSlZtWa57Q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uSlZtWa57Q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uSlZtWa57Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uSlZtWa57Q .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-uSlZtWa57Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uSlZtWa57Q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uSlZtWa57Q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uSlZtWa57Q .navbar-brand {
    margin-right: auto;
  }
  .cid-uSlZtWa57Q .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uSlZtWa57Q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uSlZtWa57Q .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uSlZtWa57Q .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-uSlZtWa57Q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uSlZtWa57Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uSlZtWa57Q .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-uSlZtWa57Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uSlZtWa57Q .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-uSlZtWa57Q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSlZtWa57Q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSlZEi20kq {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uSlZEi20kq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlZEi20kq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlZEi20kq .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uSlZEi20kq .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSlZEi20kq .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlZEi20kq .card-wrapper {
    padding: 4rem;
  }
}
.cid-uSlZEi20kq .mbr-text,
.cid-uSlZEi20kq .mbr-section-btn {
  color: #071a3d;
}
.cid-uSlZEi20kq .card-title,
.cid-uSlZEi20kq .card-box {
  text-align: center;
  color: #071a3d;
}
.cid-uSlZtWMHJK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uSlZtWMHJK .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uSlZtWMHJK .container {
    padding: 0 12px;
  }
}
.cid-uSlZtWMHJK .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSlZtWMHJK .social-row .soc-item {
  margin: 8px;
}
.cid-uSlZtWMHJK .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSlZtWMHJK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSlZtWMHJK .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uSlZtWMHJK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSlZtWMHJK .mbr-section-title {
  color: #ffffff;
}
.cid-uSlZtWMHJK .mbr-section-title,
.cid-uSlZtWMHJK .social-list {
  color: #ffffff;
}
.cid-uSlZtX4EQ3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uSlZtX4EQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlZtX4EQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlZtX4EQ3 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uSlZtX4EQ3 .footer-col {
    flex-direction: column;
  }
}
.cid-uSlZtX4EQ3 .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSlZtX4EQ3 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSlZtX4EQ3 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uSlZtX4EQ3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSlZtX4EQ3 .soc-item {
  margin: 8px;
}
.cid-uSlZtX4EQ3 .soc-item a:hover .mbr-iconfont,
.cid-uSlZtX4EQ3 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSlZtX4EQ3 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uSlZtX4EQ3 .row {
    text-align: center;
  }
  .cid-uSlZtX4EQ3 .social-row {
    justify-content: center;
  }
}
.cid-uSlZtX4EQ3 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uSlZtX4EQ3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSlZtX4EQ3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uSlZtX4EQ3 .mbr-text {
  color: #bbbbbb;
}
.cid-uSlZtX4EQ3 .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uSlZtX4EQ3 .list,
.cid-uSlZtX4EQ3 .item-wrap {
  color: #071a3d;
}
.cid-uSlZtX4EQ3 .copyright {
  color: #071a3d;
}
.cid-uSm6r3GaT0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uSm6r3GaT0 .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-uSm6r3GaT0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uSm6r3GaT0 .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-uSm6r3GaT0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uSm6r3GaT0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSm6r3GaT0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSm6r3GaT0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uSm6r3GaT0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uSm6r3GaT0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uSm6r3GaT0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uSm6r3GaT0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uSm6r3GaT0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uSm6r3GaT0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uSm6r3GaT0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uSm6r3GaT0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uSm6r3GaT0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uSm6r3GaT0 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uSm6r3GaT0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uSm6r3GaT0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uSm6r3GaT0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uSm6r3GaT0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uSm6r3GaT0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uSm6r3GaT0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSm6r3GaT0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uSm6r3GaT0 .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSm6r3GaT0 .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: #ffffff !important;
}
.cid-uSm6r3GaT0 .nav-item:focus,
.cid-uSm6r3GaT0 .nav-link:focus {
  outline: none;
}
.cid-uSm6r3GaT0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSm6r3GaT0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSm6r3GaT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSm6r3GaT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSm6r3GaT0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSm6r3GaT0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSm6r3GaT0 .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-uSm6r3GaT0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSm6r3GaT0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSm6r3GaT0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uSm6r3GaT0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uSm6r3GaT0 .navbar.collapsed {
  justify-content: center;
}
.cid-uSm6r3GaT0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSm6r3GaT0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSm6r3GaT0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSm6r3GaT0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSm6r3GaT0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSm6r3GaT0 .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-uSm6r3GaT0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSm6r3GaT0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSm6r3GaT0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSm6r3GaT0 .navbar {
    min-height: 72px;
  }
  .cid-uSm6r3GaT0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uSm6r3GaT0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSm6r3GaT0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSm6r3GaT0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSm6r3GaT0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSm6r3GaT0 .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-uSm6r3GaT0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSm6r3GaT0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uSm6r3GaT0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSm6r3GaT0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSm6r3GaT0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uSm6r3GaT0 .dropdown-item.active,
.cid-uSm6r3GaT0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSm6r3GaT0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSm6r3GaT0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSm6r3GaT0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSm6r3GaT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSm6r3GaT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uSm6r3GaT0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uSm6r3GaT0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSm6r3GaT0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uSm6r3GaT0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uSm6r3GaT0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSm6r3GaT0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uSm6r3GaT0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSm6r3GaT0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSm6r3GaT0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSm6r3GaT0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSm6r3GaT0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSm6r3GaT0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSm6r3GaT0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSm6r3GaT0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSm6r3GaT0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSm6r3GaT0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSm6r3GaT0 .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-uSm6r3GaT0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSm6r3GaT0 .navbar {
    height: 70px;
  }
  .cid-uSm6r3GaT0 .navbar.opened {
    height: auto;
  }
  .cid-uSm6r3GaT0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSm6r3GaT0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uSm6r3GaT0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uSm6r3GaT0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uSm6r3GaT0 .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-uSm6r3GaT0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uSm6r3GaT0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uSm6r3GaT0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uSm6r3GaT0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uSm6r3GaT0 .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uSm6r3GaT0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uSm6r3GaT0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uSm6r3GaT0 .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-uSm6r3GaT0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uSm6r3GaT0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uSm6r3GaT0 .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-uSm6r3GaT0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uSm6r3GaT0 .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-uSm6r3GaT0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSm6r3GaT0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSm6r45Kls {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uSm6r45Kls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm6r45Kls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm6r45Kls .content-head {
  max-width: 800px;
}
.cid-uSm6r45Kls .mbr-section-title {
  color: #ffffff;
}
.cid-uSm6r45Kls .mbr-text,
.cid-uSm6r45Kls .mbr-section-btn {
  color: #ffffff;
}
.cid-uSm6r4mLja {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSm6r4mLja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm6r4mLja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm6r4mLja .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm6r4mLja .item {
    margin-bottom: 1rem;
  }
}
.cid-uSm6r4mLja .item-wrapper {
  position: relative;
}
.cid-uSm6r4mLja .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-uSm6r4mLja .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uSm6r4mLja .carousel-control,
.cid-uSm6r4mLja .close {
  background: #1b1b1b;
}
.cid-uSm6r4mLja .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uSm6r4mLja .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uSm6r4mLja .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uSm6r4mLja .carousel-control-next span {
  margin-left: 5px;
}
.cid-uSm6r4mLja .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-uSm6r4mLja .close::before {
  content: '\e91a';
}
.cid-uSm6r4mLja .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uSm6r4mLja .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-uSm6r4mLja .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm6r4mLja .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSm6r4mLja .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uSm6r4mLja .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uSm6r4mLja .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-uSm6r4mLja .carousel-indicators li.active,
.cid-uSm6r4mLja .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uSm6r4mLja .carousel-indicators li::after,
.cid-uSm6r4mLja .carousel-indicators li::before {
  content: none;
}
.cid-uSm6r4mLja .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uSm6r4mLja .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uSm6r4mLja .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSm6r4mLja .carousel-indicators {
    display: none;
  }
}
.cid-uSm6r4mLja .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uSm6r4mLja .carousel-inner > .active {
  display: block;
}
.cid-uSm6r4mLja .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm6r4mLja .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSm6r4mLja .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uSm6r4mLja .carousel-control,
  .cid-uSm6r4mLja .carousel-indicators,
  .cid-uSm6r4mLja .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uSm6r4mLja .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uSm6r4mLja .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSm6r4mLja .carousel-indicators .active,
.cid-uSm6r4mLja .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uSm6r4mLja .carousel-indicators .active {
  background: #fff;
}
.cid-uSm6r4mLja .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uSm6r4mLja .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uSm6r4mLja .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uSm6r4mLja .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uSm6r4mLja .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uSm6r4mLja .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uSm6r4mLja .carousel {
  width: 100%;
}
.cid-uSm6r4mLja .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uSm6r4mLja .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uSm6r4mLja .modal.fade .modal-dialog,
.cid-uSm6r4mLja .modal.in .modal-dialog {
  transform: none;
}
.cid-uSm6r4mLja .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uSm6r4mLja .content-head {
  max-width: 800px;
}
.cid-uSm6r4ToSK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uSm6r53IRO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uSm6r53IRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm6r53IRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm6r53IRO .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm6r53IRO .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm6r53IRO .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uSm6r53IRO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm6r53IRO .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm6r53IRO .mbr-section-title {
  color: #9fe870;
}
.cid-uSm6r53IRO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSm6r53IRO .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm6r53IRO .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm6r53IRO .content-head {
  max-width: 800px;
}
.cid-uSm6r53IRO .card-text {
  text-align: center;
}
.cid-uSm6r53IRO .card-title,
.cid-uSm6r53IRO .iconfont-wrapper {
  text-align: center;
}
.cid-uSm6r5rRSl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uSm6r5rRSl .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uSm6r5rRSl .container {
    padding: 0 12px;
  }
}
.cid-uSm6r5rRSl .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSm6r5rRSl .social-row .soc-item {
  margin: 8px;
}
.cid-uSm6r5rRSl .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSm6r5rRSl .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSm6r5rRSl .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uSm6r5rRSl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSm6r5rRSl .mbr-section-title {
  color: #ffffff;
}
.cid-uSm6r5rRSl .mbr-section-title,
.cid-uSm6r5rRSl .social-list {
  color: #ffffff;
}
.cid-uSm6r5J2Pt {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uSm6r5J2Pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm6r5J2Pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm6r5J2Pt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uSm6r5J2Pt .footer-col {
    flex-direction: column;
  }
}
.cid-uSm6r5J2Pt .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSm6r5J2Pt .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSm6r5J2Pt .mbr-section-btn {
    text-align: center;
  }
}
.cid-uSm6r5J2Pt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSm6r5J2Pt .soc-item {
  margin: 8px;
}
.cid-uSm6r5J2Pt .soc-item a:hover .mbr-iconfont,
.cid-uSm6r5J2Pt .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSm6r5J2Pt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uSm6r5J2Pt .row {
    text-align: center;
  }
  .cid-uSm6r5J2Pt .social-row {
    justify-content: center;
  }
}
.cid-uSm6r5J2Pt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uSm6r5J2Pt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSm6r5J2Pt .list {
    margin-bottom: 0rem;
  }
}
.cid-uSm6r5J2Pt .mbr-text {
  color: #bbbbbb;
}
.cid-uSm6r5J2Pt .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uSm6r5J2Pt .list,
.cid-uSm6r5J2Pt .item-wrap {
  color: #071a3d;
}
.cid-uSm6r5J2Pt .copyright {
  color: #071a3d;
}
.cid-uSm9XiMIrh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uSm9XiMIrh .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-uSm9XiMIrh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uSm9XiMIrh .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-uSm9XiMIrh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uSm9XiMIrh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSm9XiMIrh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSm9XiMIrh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uSm9XiMIrh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uSm9XiMIrh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uSm9XiMIrh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uSm9XiMIrh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uSm9XiMIrh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uSm9XiMIrh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uSm9XiMIrh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uSm9XiMIrh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uSm9XiMIrh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uSm9XiMIrh .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uSm9XiMIrh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uSm9XiMIrh .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uSm9XiMIrh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uSm9XiMIrh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uSm9XiMIrh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uSm9XiMIrh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSm9XiMIrh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uSm9XiMIrh .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSm9XiMIrh .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: #ffffff !important;
}
.cid-uSm9XiMIrh .nav-item:focus,
.cid-uSm9XiMIrh .nav-link:focus {
  outline: none;
}
.cid-uSm9XiMIrh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSm9XiMIrh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSm9XiMIrh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSm9XiMIrh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSm9XiMIrh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSm9XiMIrh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSm9XiMIrh .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-uSm9XiMIrh .navbar.opened {
  transition: all 0.3s;
}
.cid-uSm9XiMIrh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSm9XiMIrh .navbar .navbar-logo img {
  width: auto;
}
.cid-uSm9XiMIrh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uSm9XiMIrh .navbar.collapsed {
  justify-content: center;
}
.cid-uSm9XiMIrh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSm9XiMIrh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSm9XiMIrh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSm9XiMIrh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSm9XiMIrh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSm9XiMIrh .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-uSm9XiMIrh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSm9XiMIrh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSm9XiMIrh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSm9XiMIrh .navbar {
    min-height: 72px;
  }
  .cid-uSm9XiMIrh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uSm9XiMIrh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSm9XiMIrh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSm9XiMIrh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSm9XiMIrh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSm9XiMIrh .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-uSm9XiMIrh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSm9XiMIrh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uSm9XiMIrh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSm9XiMIrh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSm9XiMIrh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uSm9XiMIrh .dropdown-item.active,
.cid-uSm9XiMIrh .dropdown-item:active {
  background-color: transparent;
}
.cid-uSm9XiMIrh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSm9XiMIrh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSm9XiMIrh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSm9XiMIrh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSm9XiMIrh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uSm9XiMIrh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uSm9XiMIrh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSm9XiMIrh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uSm9XiMIrh .navbar-buttons {
    text-align: left;
  }
}
.cid-uSm9XiMIrh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSm9XiMIrh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uSm9XiMIrh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSm9XiMIrh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSm9XiMIrh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSm9XiMIrh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSm9XiMIrh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSm9XiMIrh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSm9XiMIrh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSm9XiMIrh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSm9XiMIrh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSm9XiMIrh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSm9XiMIrh .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-uSm9XiMIrh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSm9XiMIrh .navbar {
    height: 70px;
  }
  .cid-uSm9XiMIrh .navbar.opened {
    height: auto;
  }
  .cid-uSm9XiMIrh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSm9XiMIrh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uSm9XiMIrh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uSm9XiMIrh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uSm9XiMIrh .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-uSm9XiMIrh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uSm9XiMIrh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uSm9XiMIrh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uSm9XiMIrh .navbar-brand {
    margin-right: auto;
  }
  .cid-uSm9XiMIrh .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uSm9XiMIrh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uSm9XiMIrh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uSm9XiMIrh .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-uSm9XiMIrh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uSm9XiMIrh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uSm9XiMIrh .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-uSm9XiMIrh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uSm9XiMIrh .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-uSm9XiMIrh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSm9XiMIrh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSm9Xj9Ayj {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uSm9Xj9Ayj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9Xj9Ayj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm9Xj9Ayj .content-head {
  max-width: 800px;
}
.cid-uSm9Xj9Ayj .mbr-section-title {
  color: #ffffff;
}
.cid-uSm9Xj9Ayj .mbr-text,
.cid-uSm9Xj9Ayj .mbr-section-btn {
  color: #ffffff;
}
.cid-uSm9XjrYb4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSm9XjrYb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9XjrYb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm9XjrYb4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm9XjrYb4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uSm9XjrYb4 .item-wrapper {
  position: relative;
}
.cid-uSm9XjrYb4 .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-uSm9XjrYb4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uSm9XjrYb4 .carousel-control,
.cid-uSm9XjrYb4 .close {
  background: #1b1b1b;
}
.cid-uSm9XjrYb4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uSm9XjrYb4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uSm9XjrYb4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uSm9XjrYb4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uSm9XjrYb4 .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-uSm9XjrYb4 .close::before {
  content: '\e91a';
}
.cid-uSm9XjrYb4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uSm9XjrYb4 .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-uSm9XjrYb4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm9XjrYb4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSm9XjrYb4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uSm9XjrYb4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uSm9XjrYb4 .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-uSm9XjrYb4 .carousel-indicators li.active,
.cid-uSm9XjrYb4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uSm9XjrYb4 .carousel-indicators li::after,
.cid-uSm9XjrYb4 .carousel-indicators li::before {
  content: none;
}
.cid-uSm9XjrYb4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uSm9XjrYb4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uSm9XjrYb4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSm9XjrYb4 .carousel-indicators {
    display: none;
  }
}
.cid-uSm9XjrYb4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uSm9XjrYb4 .carousel-inner > .active {
  display: block;
}
.cid-uSm9XjrYb4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm9XjrYb4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSm9XjrYb4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uSm9XjrYb4 .carousel-control,
  .cid-uSm9XjrYb4 .carousel-indicators,
  .cid-uSm9XjrYb4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uSm9XjrYb4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uSm9XjrYb4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSm9XjrYb4 .carousel-indicators .active,
.cid-uSm9XjrYb4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uSm9XjrYb4 .carousel-indicators .active {
  background: #fff;
}
.cid-uSm9XjrYb4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uSm9XjrYb4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uSm9XjrYb4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uSm9XjrYb4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uSm9XjrYb4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uSm9XjrYb4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uSm9XjrYb4 .carousel {
  width: 100%;
}
.cid-uSm9XjrYb4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uSm9XjrYb4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uSm9XjrYb4 .modal.fade .modal-dialog,
.cid-uSm9XjrYb4 .modal.in .modal-dialog {
  transform: none;
}
.cid-uSm9XjrYb4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uSm9XjrYb4 .content-head {
  max-width: 800px;
}
.cid-uSm9XjXpYK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uSm9Xk8NJ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uSm9Xk8NJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9Xk8NJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm9Xk8NJ5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm9Xk8NJ5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm9Xk8NJ5 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uSm9Xk8NJ5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm9Xk8NJ5 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm9Xk8NJ5 .mbr-section-title {
  color: #9fe870;
}
.cid-uSm9Xk8NJ5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSm9Xk8NJ5 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm9Xk8NJ5 .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm9Xk8NJ5 .content-head {
  max-width: 800px;
}
.cid-uSm9Xk8NJ5 .card-text {
  text-align: center;
}
.cid-uSm9Xk8NJ5 .card-title,
.cid-uSm9Xk8NJ5 .iconfont-wrapper {
  text-align: center;
}
.cid-uSm9Xku1or {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uSm9Xku1or .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uSm9Xku1or .container {
    padding: 0 12px;
  }
}
.cid-uSm9Xku1or .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSm9Xku1or .social-row .soc-item {
  margin: 8px;
}
.cid-uSm9Xku1or .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSm9Xku1or .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSm9Xku1or .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uSm9Xku1or .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSm9Xku1or .mbr-section-title {
  color: #ffffff;
}
.cid-uSm9Xku1or .mbr-section-title,
.cid-uSm9Xku1or .social-list {
  color: #ffffff;
}
.cid-uSm9XkOw0b {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uSm9XkOw0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9XkOw0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm9XkOw0b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uSm9XkOw0b .footer-col {
    flex-direction: column;
  }
}
.cid-uSm9XkOw0b .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSm9XkOw0b .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSm9XkOw0b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uSm9XkOw0b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSm9XkOw0b .soc-item {
  margin: 8px;
}
.cid-uSm9XkOw0b .soc-item a:hover .mbr-iconfont,
.cid-uSm9XkOw0b .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSm9XkOw0b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uSm9XkOw0b .row {
    text-align: center;
  }
  .cid-uSm9XkOw0b .social-row {
    justify-content: center;
  }
}
.cid-uSm9XkOw0b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uSm9XkOw0b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSm9XkOw0b .list {
    margin-bottom: 0rem;
  }
}
.cid-uSm9XkOw0b .mbr-text {
  color: #bbbbbb;
}
.cid-uSm9XkOw0b .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uSm9XkOw0b .list,
.cid-uSm9XkOw0b .item-wrap {
  color: #071a3d;
}
.cid-uSm9XkOw0b .copyright {
  color: #071a3d;
}
.cid-uSmkRvwVnY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uSmkRvwVnY .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-uSmkRvwVnY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uSmkRvwVnY .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-uSmkRvwVnY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uSmkRvwVnY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSmkRvwVnY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSmkRvwVnY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uSmkRvwVnY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uSmkRvwVnY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uSmkRvwVnY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uSmkRvwVnY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uSmkRvwVnY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uSmkRvwVnY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uSmkRvwVnY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uSmkRvwVnY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uSmkRvwVnY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uSmkRvwVnY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uSmkRvwVnY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uSmkRvwVnY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uSmkRvwVnY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uSmkRvwVnY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uSmkRvwVnY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uSmkRvwVnY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSmkRvwVnY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uSmkRvwVnY .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSmkRvwVnY .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: #ffffff !important;
}
.cid-uSmkRvwVnY .nav-item:focus,
.cid-uSmkRvwVnY .nav-link:focus {
  outline: none;
}
.cid-uSmkRvwVnY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSmkRvwVnY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSmkRvwVnY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSmkRvwVnY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSmkRvwVnY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSmkRvwVnY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSmkRvwVnY .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-uSmkRvwVnY .navbar.opened {
  transition: all 0.3s;
}
.cid-uSmkRvwVnY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSmkRvwVnY .navbar .navbar-logo img {
  width: auto;
}
.cid-uSmkRvwVnY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uSmkRvwVnY .navbar.collapsed {
  justify-content: center;
}
.cid-uSmkRvwVnY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSmkRvwVnY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSmkRvwVnY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSmkRvwVnY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSmkRvwVnY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSmkRvwVnY .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-uSmkRvwVnY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSmkRvwVnY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSmkRvwVnY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSmkRvwVnY .navbar {
    min-height: 72px;
  }
  .cid-uSmkRvwVnY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uSmkRvwVnY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSmkRvwVnY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSmkRvwVnY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSmkRvwVnY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSmkRvwVnY .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-uSmkRvwVnY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSmkRvwVnY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uSmkRvwVnY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSmkRvwVnY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSmkRvwVnY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uSmkRvwVnY .dropdown-item.active,
.cid-uSmkRvwVnY .dropdown-item:active {
  background-color: transparent;
}
.cid-uSmkRvwVnY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSmkRvwVnY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSmkRvwVnY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSmkRvwVnY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSmkRvwVnY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uSmkRvwVnY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uSmkRvwVnY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSmkRvwVnY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uSmkRvwVnY .navbar-buttons {
    text-align: left;
  }
}
.cid-uSmkRvwVnY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSmkRvwVnY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uSmkRvwVnY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSmkRvwVnY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmkRvwVnY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmkRvwVnY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSmkRvwVnY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmkRvwVnY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSmkRvwVnY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSmkRvwVnY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmkRvwVnY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSmkRvwVnY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSmkRvwVnY .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-uSmkRvwVnY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSmkRvwVnY .navbar {
    height: 70px;
  }
  .cid-uSmkRvwVnY .navbar.opened {
    height: auto;
  }
  .cid-uSmkRvwVnY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSmkRvwVnY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uSmkRvwVnY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uSmkRvwVnY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uSmkRvwVnY .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-uSmkRvwVnY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uSmkRvwVnY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uSmkRvwVnY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uSmkRvwVnY .navbar-brand {
    margin-right: auto;
  }
  .cid-uSmkRvwVnY .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uSmkRvwVnY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uSmkRvwVnY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uSmkRvwVnY .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-uSmkRvwVnY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uSmkRvwVnY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uSmkRvwVnY .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-uSmkRvwVnY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uSmkRvwVnY .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-uSmkRvwVnY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSmkRvwVnY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSmkRvUmBS {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uSmkRvUmBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmkRvUmBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmkRvUmBS .content-head {
  max-width: 800px;
}
.cid-uSmkRvUmBS .mbr-section-title {
  color: #ffffff;
}
.cid-uSmkRvUmBS .mbr-text,
.cid-uSmkRvUmBS .mbr-section-btn {
  color: #ffffff;
}
.cid-uSmkRw9aa7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSmkRw9aa7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmkRw9aa7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmkRw9aa7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmkRw9aa7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uSmkRw9aa7 .item-wrapper {
  position: relative;
}
.cid-uSmkRw9aa7 .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-uSmkRw9aa7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uSmkRw9aa7 .carousel-control,
.cid-uSmkRw9aa7 .close {
  background: #1b1b1b;
}
.cid-uSmkRw9aa7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uSmkRw9aa7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uSmkRw9aa7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uSmkRw9aa7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uSmkRw9aa7 .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-uSmkRw9aa7 .close::before {
  content: '\e91a';
}
.cid-uSmkRw9aa7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uSmkRw9aa7 .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-uSmkRw9aa7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmkRw9aa7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSmkRw9aa7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uSmkRw9aa7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uSmkRw9aa7 .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-uSmkRw9aa7 .carousel-indicators li.active,
.cid-uSmkRw9aa7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uSmkRw9aa7 .carousel-indicators li::after,
.cid-uSmkRw9aa7 .carousel-indicators li::before {
  content: none;
}
.cid-uSmkRw9aa7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uSmkRw9aa7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uSmkRw9aa7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSmkRw9aa7 .carousel-indicators {
    display: none;
  }
}
.cid-uSmkRw9aa7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uSmkRw9aa7 .carousel-inner > .active {
  display: block;
}
.cid-uSmkRw9aa7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmkRw9aa7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmkRw9aa7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uSmkRw9aa7 .carousel-control,
  .cid-uSmkRw9aa7 .carousel-indicators,
  .cid-uSmkRw9aa7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uSmkRw9aa7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uSmkRw9aa7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSmkRw9aa7 .carousel-indicators .active,
.cid-uSmkRw9aa7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uSmkRw9aa7 .carousel-indicators .active {
  background: #fff;
}
.cid-uSmkRw9aa7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uSmkRw9aa7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uSmkRw9aa7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uSmkRw9aa7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uSmkRw9aa7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uSmkRw9aa7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uSmkRw9aa7 .carousel {
  width: 100%;
}
.cid-uSmkRw9aa7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uSmkRw9aa7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uSmkRw9aa7 .modal.fade .modal-dialog,
.cid-uSmkRw9aa7 .modal.in .modal-dialog {
  transform: none;
}
.cid-uSmkRw9aa7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uSmkRw9aa7 .content-head {
  max-width: 800px;
}
.cid-uSmkRwF00V {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uSmkRwT5qd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uSmkRwT5qd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmkRwT5qd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmkRwT5qd .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmkRwT5qd .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmkRwT5qd .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uSmkRwT5qd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmkRwT5qd .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmkRwT5qd .mbr-section-title {
  color: #9fe870;
}
.cid-uSmkRwT5qd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSmkRwT5qd .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmkRwT5qd .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmkRwT5qd .content-head {
  max-width: 800px;
}
.cid-uSmkRwT5qd .card-text {
  text-align: center;
}
.cid-uSmkRwT5qd .card-title,
.cid-uSmkRwT5qd .iconfont-wrapper {
  text-align: center;
}
.cid-uSmkRxfgtv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uSmkRxfgtv .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uSmkRxfgtv .container {
    padding: 0 12px;
  }
}
.cid-uSmkRxfgtv .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSmkRxfgtv .social-row .soc-item {
  margin: 8px;
}
.cid-uSmkRxfgtv .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSmkRxfgtv .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSmkRxfgtv .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uSmkRxfgtv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSmkRxfgtv .mbr-section-title {
  color: #ffffff;
}
.cid-uSmkRxfgtv .mbr-section-title,
.cid-uSmkRxfgtv .social-list {
  color: #ffffff;
}
.cid-uSmkRxD5K9 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uSmkRxD5K9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmkRxD5K9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmkRxD5K9 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uSmkRxD5K9 .footer-col {
    flex-direction: column;
  }
}
.cid-uSmkRxD5K9 .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSmkRxD5K9 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSmkRxD5K9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uSmkRxD5K9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSmkRxD5K9 .soc-item {
  margin: 8px;
}
.cid-uSmkRxD5K9 .soc-item a:hover .mbr-iconfont,
.cid-uSmkRxD5K9 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSmkRxD5K9 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uSmkRxD5K9 .row {
    text-align: center;
  }
  .cid-uSmkRxD5K9 .social-row {
    justify-content: center;
  }
}
.cid-uSmkRxD5K9 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uSmkRxD5K9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSmkRxD5K9 .list {
    margin-bottom: 0rem;
  }
}
.cid-uSmkRxD5K9 .mbr-text {
  color: #bbbbbb;
}
.cid-uSmkRxD5K9 .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uSmkRxD5K9 .list,
.cid-uSmkRxD5K9 .item-wrap {
  color: #071a3d;
}
.cid-uSmkRxD5K9 .copyright {
  color: #071a3d;
}
.cid-uSmpVwiMKh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uSmpVwiMKh .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-uSmpVwiMKh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uSmpVwiMKh .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-uSmpVwiMKh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uSmpVwiMKh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSmpVwiMKh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSmpVwiMKh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uSmpVwiMKh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uSmpVwiMKh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uSmpVwiMKh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uSmpVwiMKh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uSmpVwiMKh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uSmpVwiMKh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uSmpVwiMKh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uSmpVwiMKh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uSmpVwiMKh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uSmpVwiMKh .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uSmpVwiMKh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uSmpVwiMKh .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uSmpVwiMKh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uSmpVwiMKh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uSmpVwiMKh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uSmpVwiMKh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSmpVwiMKh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uSmpVwiMKh .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSmpVwiMKh .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: #ffffff !important;
}
.cid-uSmpVwiMKh .nav-item:focus,
.cid-uSmpVwiMKh .nav-link:focus {
  outline: none;
}
.cid-uSmpVwiMKh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSmpVwiMKh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSmpVwiMKh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSmpVwiMKh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSmpVwiMKh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSmpVwiMKh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSmpVwiMKh .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-uSmpVwiMKh .navbar.opened {
  transition: all 0.3s;
}
.cid-uSmpVwiMKh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSmpVwiMKh .navbar .navbar-logo img {
  width: auto;
}
.cid-uSmpVwiMKh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uSmpVwiMKh .navbar.collapsed {
  justify-content: center;
}
.cid-uSmpVwiMKh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSmpVwiMKh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSmpVwiMKh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSmpVwiMKh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSmpVwiMKh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSmpVwiMKh .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-uSmpVwiMKh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSmpVwiMKh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSmpVwiMKh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSmpVwiMKh .navbar {
    min-height: 72px;
  }
  .cid-uSmpVwiMKh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uSmpVwiMKh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSmpVwiMKh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSmpVwiMKh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSmpVwiMKh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSmpVwiMKh .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-uSmpVwiMKh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSmpVwiMKh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uSmpVwiMKh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSmpVwiMKh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSmpVwiMKh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uSmpVwiMKh .dropdown-item.active,
.cid-uSmpVwiMKh .dropdown-item:active {
  background-color: transparent;
}
.cid-uSmpVwiMKh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSmpVwiMKh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSmpVwiMKh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSmpVwiMKh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSmpVwiMKh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uSmpVwiMKh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uSmpVwiMKh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSmpVwiMKh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uSmpVwiMKh .navbar-buttons {
    text-align: left;
  }
}
.cid-uSmpVwiMKh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSmpVwiMKh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uSmpVwiMKh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSmpVwiMKh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmpVwiMKh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmpVwiMKh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSmpVwiMKh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmpVwiMKh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSmpVwiMKh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSmpVwiMKh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmpVwiMKh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSmpVwiMKh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSmpVwiMKh .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-uSmpVwiMKh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSmpVwiMKh .navbar {
    height: 70px;
  }
  .cid-uSmpVwiMKh .navbar.opened {
    height: auto;
  }
  .cid-uSmpVwiMKh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSmpVwiMKh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uSmpVwiMKh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uSmpVwiMKh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uSmpVwiMKh .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-uSmpVwiMKh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uSmpVwiMKh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uSmpVwiMKh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uSmpVwiMKh .navbar-brand {
    margin-right: auto;
  }
  .cid-uSmpVwiMKh .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uSmpVwiMKh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uSmpVwiMKh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uSmpVwiMKh .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-uSmpVwiMKh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uSmpVwiMKh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uSmpVwiMKh .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-uSmpVwiMKh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uSmpVwiMKh .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-uSmpVwiMKh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSmpVwiMKh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSmpVwGcpA {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uSmpVwGcpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmpVwGcpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmpVwGcpA .content-head {
  max-width: 800px;
}
.cid-uSmpVwGcpA .mbr-section-title {
  color: #ffffff;
}
.cid-uSmpVwGcpA .mbr-text,
.cid-uSmpVwGcpA .mbr-section-btn {
  color: #ffffff;
}
.cid-uSmpVwYyPm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSmpVwYyPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmpVwYyPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmpVwYyPm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmpVwYyPm .item {
    margin-bottom: 1rem;
  }
}
.cid-uSmpVwYyPm .item-wrapper {
  position: relative;
}
.cid-uSmpVwYyPm .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-uSmpVwYyPm .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uSmpVwYyPm .carousel-control,
.cid-uSmpVwYyPm .close {
  background: #1b1b1b;
}
.cid-uSmpVwYyPm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uSmpVwYyPm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uSmpVwYyPm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uSmpVwYyPm .carousel-control-next span {
  margin-left: 5px;
}
.cid-uSmpVwYyPm .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-uSmpVwYyPm .close::before {
  content: '\e91a';
}
.cid-uSmpVwYyPm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uSmpVwYyPm .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-uSmpVwYyPm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmpVwYyPm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSmpVwYyPm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uSmpVwYyPm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uSmpVwYyPm .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-uSmpVwYyPm .carousel-indicators li.active,
.cid-uSmpVwYyPm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uSmpVwYyPm .carousel-indicators li::after,
.cid-uSmpVwYyPm .carousel-indicators li::before {
  content: none;
}
.cid-uSmpVwYyPm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uSmpVwYyPm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uSmpVwYyPm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSmpVwYyPm .carousel-indicators {
    display: none;
  }
}
.cid-uSmpVwYyPm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uSmpVwYyPm .carousel-inner > .active {
  display: block;
}
.cid-uSmpVwYyPm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmpVwYyPm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmpVwYyPm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uSmpVwYyPm .carousel-control,
  .cid-uSmpVwYyPm .carousel-indicators,
  .cid-uSmpVwYyPm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uSmpVwYyPm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uSmpVwYyPm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSmpVwYyPm .carousel-indicators .active,
.cid-uSmpVwYyPm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uSmpVwYyPm .carousel-indicators .active {
  background: #fff;
}
.cid-uSmpVwYyPm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uSmpVwYyPm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uSmpVwYyPm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uSmpVwYyPm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uSmpVwYyPm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uSmpVwYyPm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uSmpVwYyPm .carousel {
  width: 100%;
}
.cid-uSmpVwYyPm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uSmpVwYyPm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uSmpVwYyPm .modal.fade .modal-dialog,
.cid-uSmpVwYyPm .modal.in .modal-dialog {
  transform: none;
}
.cid-uSmpVwYyPm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uSmpVwYyPm .content-head {
  max-width: 800px;
}
.cid-uSmpVxytLR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uSmpVxKrr6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uSmpVxKrr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmpVxKrr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmpVxKrr6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmpVxKrr6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmpVxKrr6 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uSmpVxKrr6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmpVxKrr6 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmpVxKrr6 .mbr-section-title {
  color: #9fe870;
}
.cid-uSmpVxKrr6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSmpVxKrr6 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmpVxKrr6 .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmpVxKrr6 .content-head {
  max-width: 800px;
}
.cid-uSmpVxKrr6 .card-text {
  text-align: center;
}
.cid-uSmpVxKrr6 .card-title,
.cid-uSmpVxKrr6 .iconfont-wrapper {
  text-align: center;
}
.cid-uSmpVyaI1S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uSmpVyaI1S .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uSmpVyaI1S .container {
    padding: 0 12px;
  }
}
.cid-uSmpVyaI1S .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSmpVyaI1S .social-row .soc-item {
  margin: 8px;
}
.cid-uSmpVyaI1S .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSmpVyaI1S .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSmpVyaI1S .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uSmpVyaI1S .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSmpVyaI1S .mbr-section-title {
  color: #ffffff;
}
.cid-uSmpVyaI1S .mbr-section-title,
.cid-uSmpVyaI1S .social-list {
  color: #ffffff;
}
.cid-uSmpVyuMxY {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uSmpVyuMxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmpVyuMxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmpVyuMxY .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uSmpVyuMxY .footer-col {
    flex-direction: column;
  }
}
.cid-uSmpVyuMxY .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSmpVyuMxY .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSmpVyuMxY .mbr-section-btn {
    text-align: center;
  }
}
.cid-uSmpVyuMxY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSmpVyuMxY .soc-item {
  margin: 8px;
}
.cid-uSmpVyuMxY .soc-item a:hover .mbr-iconfont,
.cid-uSmpVyuMxY .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uSmpVyuMxY .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uSmpVyuMxY .row {
    text-align: center;
  }
  .cid-uSmpVyuMxY .social-row {
    justify-content: center;
  }
}
.cid-uSmpVyuMxY .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uSmpVyuMxY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSmpVyuMxY .list {
    margin-bottom: 0rem;
  }
}
.cid-uSmpVyuMxY .mbr-text {
  color: #bbbbbb;
}
.cid-uSmpVyuMxY .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uSmpVyuMxY .list,
.cid-uSmpVyuMxY .item-wrap {
  color: #071a3d;
}
.cid-uSmpVyuMxY .copyright {
  color: #071a3d;
}
.cid-uUr2KTpfPu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUr2KTpfPu .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-uUr2KTpfPu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUr2KTpfPu .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-uUr2KTpfPu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUr2KTpfPu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUr2KTpfPu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUr2KTpfPu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUr2KTpfPu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUr2KTpfPu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUr2KTpfPu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUr2KTpfPu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUr2KTpfPu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUr2KTpfPu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUr2KTpfPu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUr2KTpfPu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUr2KTpfPu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUr2KTpfPu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUr2KTpfPu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUr2KTpfPu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUr2KTpfPu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUr2KTpfPu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUr2KTpfPu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUr2KTpfPu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUr2KTpfPu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUr2KTpfPu .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUr2KTpfPu .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: #ffffff !important;
}
.cid-uUr2KTpfPu .nav-item:focus,
.cid-uUr2KTpfPu .nav-link:focus {
  outline: none;
}
.cid-uUr2KTpfPu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUr2KTpfPu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUr2KTpfPu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUr2KTpfPu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUr2KTpfPu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUr2KTpfPu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUr2KTpfPu .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-uUr2KTpfPu .navbar.opened {
  transition: all 0.3s;
}
.cid-uUr2KTpfPu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUr2KTpfPu .navbar .navbar-logo img {
  width: auto;
}
.cid-uUr2KTpfPu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUr2KTpfPu .navbar.collapsed {
  justify-content: center;
}
.cid-uUr2KTpfPu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUr2KTpfPu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUr2KTpfPu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUr2KTpfPu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUr2KTpfPu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUr2KTpfPu .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-uUr2KTpfPu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUr2KTpfPu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUr2KTpfPu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUr2KTpfPu .navbar {
    min-height: 72px;
  }
  .cid-uUr2KTpfPu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUr2KTpfPu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUr2KTpfPu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUr2KTpfPu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUr2KTpfPu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUr2KTpfPu .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-uUr2KTpfPu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUr2KTpfPu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUr2KTpfPu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUr2KTpfPu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUr2KTpfPu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUr2KTpfPu .dropdown-item.active,
.cid-uUr2KTpfPu .dropdown-item:active {
  background-color: transparent;
}
.cid-uUr2KTpfPu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUr2KTpfPu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUr2KTpfPu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUr2KTpfPu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUr2KTpfPu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUr2KTpfPu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUr2KTpfPu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUr2KTpfPu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUr2KTpfPu .navbar-buttons {
    text-align: left;
  }
}
.cid-uUr2KTpfPu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUr2KTpfPu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUr2KTpfPu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUr2KTpfPu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUr2KTpfPu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUr2KTpfPu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUr2KTpfPu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUr2KTpfPu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUr2KTpfPu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUr2KTpfPu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUr2KTpfPu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUr2KTpfPu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUr2KTpfPu .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-uUr2KTpfPu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUr2KTpfPu .navbar {
    height: 70px;
  }
  .cid-uUr2KTpfPu .navbar.opened {
    height: auto;
  }
  .cid-uUr2KTpfPu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUr2KTpfPu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUr2KTpfPu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUr2KTpfPu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUr2KTpfPu .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-uUr2KTpfPu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUr2KTpfPu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUr2KTpfPu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUr2KTpfPu .navbar-brand {
    margin-right: auto;
  }
  .cid-uUr2KTpfPu .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUr2KTpfPu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUr2KTpfPu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUr2KTpfPu .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-uUr2KTpfPu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUr2KTpfPu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUr2KTpfPu .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-uUr2KTpfPu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUr2KTpfPu .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-uUr2KTpfPu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUr2KTpfPu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUr2KTMMkV {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uUr2KTMMkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr2KTMMkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr2KTMMkV .content-head {
  max-width: 800px;
}
.cid-uUr2KTMMkV .mbr-section-title {
  color: #ffffff;
}
.cid-uUr2KTMMkV .mbr-text,
.cid-uUr2KTMMkV .mbr-section-btn {
  color: #ffffff;
}
.cid-uUr2KU3no4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUr2KU3no4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr2KU3no4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr2KU3no4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUr2KU3no4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uUr2KU3no4 .item-wrapper {
  position: relative;
}
.cid-uUr2KU3no4 .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-uUr2KU3no4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUr2KU3no4 .carousel-control,
.cid-uUr2KU3no4 .close {
  background: #1b1b1b;
}
.cid-uUr2KU3no4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUr2KU3no4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUr2KU3no4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUr2KU3no4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUr2KU3no4 .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-uUr2KU3no4 .close::before {
  content: '\e91a';
}
.cid-uUr2KU3no4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUr2KU3no4 .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-uUr2KU3no4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUr2KU3no4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUr2KU3no4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUr2KU3no4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUr2KU3no4 .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-uUr2KU3no4 .carousel-indicators li.active,
.cid-uUr2KU3no4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUr2KU3no4 .carousel-indicators li::after,
.cid-uUr2KU3no4 .carousel-indicators li::before {
  content: none;
}
.cid-uUr2KU3no4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUr2KU3no4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUr2KU3no4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUr2KU3no4 .carousel-indicators {
    display: none;
  }
}
.cid-uUr2KU3no4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUr2KU3no4 .carousel-inner > .active {
  display: block;
}
.cid-uUr2KU3no4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUr2KU3no4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUr2KU3no4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUr2KU3no4 .carousel-control,
  .cid-uUr2KU3no4 .carousel-indicators,
  .cid-uUr2KU3no4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUr2KU3no4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUr2KU3no4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUr2KU3no4 .carousel-indicators .active,
.cid-uUr2KU3no4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUr2KU3no4 .carousel-indicators .active {
  background: #fff;
}
.cid-uUr2KU3no4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUr2KU3no4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUr2KU3no4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUr2KU3no4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUr2KU3no4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUr2KU3no4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUr2KU3no4 .carousel {
  width: 100%;
}
.cid-uUr2KU3no4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUr2KU3no4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUr2KU3no4 .modal.fade .modal-dialog,
.cid-uUr2KU3no4 .modal.in .modal-dialog {
  transform: none;
}
.cid-uUr2KU3no4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUr2KU3no4 .content-head {
  max-width: 800px;
}
.cid-uUr2KUzV2E {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uUr2KV9p9V {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUr2KV9p9V .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUr2KV9p9V .container {
    padding: 0 12px;
  }
}
.cid-uUr2KV9p9V .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUr2KV9p9V .social-row .soc-item {
  margin: 8px;
}
.cid-uUr2KV9p9V .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUr2KV9p9V .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUr2KV9p9V .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUr2KV9p9V .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUr2KV9p9V .mbr-section-title {
  color: #ffffff;
}
.cid-uUr2KV9p9V .mbr-section-title,
.cid-uUr2KV9p9V .social-list {
  color: #ffffff;
}
.cid-uUr2KVtMfk {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUr2KVtMfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr2KVtMfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr2KVtMfk .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUr2KVtMfk .footer-col {
    flex-direction: column;
  }
}
.cid-uUr2KVtMfk .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUr2KVtMfk .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUr2KVtMfk .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUr2KVtMfk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUr2KVtMfk .soc-item {
  margin: 8px;
}
.cid-uUr2KVtMfk .soc-item a:hover .mbr-iconfont,
.cid-uUr2KVtMfk .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUr2KVtMfk .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUr2KVtMfk .row {
    text-align: center;
  }
  .cid-uUr2KVtMfk .social-row {
    justify-content: center;
  }
}
.cid-uUr2KVtMfk .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUr2KVtMfk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUr2KVtMfk .list {
    margin-bottom: 0rem;
  }
}
.cid-uUr2KVtMfk .mbr-text {
  color: #bbbbbb;
}
.cid-uUr2KVtMfk .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUr2KVtMfk .list,
.cid-uUr2KVtMfk .item-wrap {
  color: #071a3d;
}
.cid-uUr2KVtMfk .copyright {
  color: #071a3d;
}
.cid-uUr3ZnOyoB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUr3ZnOyoB .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-uUr3ZnOyoB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUr3ZnOyoB .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-uUr3ZnOyoB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUr3ZnOyoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUr3ZnOyoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUr3ZnOyoB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUr3ZnOyoB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUr3ZnOyoB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUr3ZnOyoB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUr3ZnOyoB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUr3ZnOyoB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUr3ZnOyoB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUr3ZnOyoB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUr3ZnOyoB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUr3ZnOyoB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUr3ZnOyoB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUr3ZnOyoB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUr3ZnOyoB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUr3ZnOyoB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUr3ZnOyoB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUr3ZnOyoB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUr3ZnOyoB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUr3ZnOyoB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUr3ZnOyoB .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUr3ZnOyoB .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: #ffffff !important;
}
.cid-uUr3ZnOyoB .nav-item:focus,
.cid-uUr3ZnOyoB .nav-link:focus {
  outline: none;
}
.cid-uUr3ZnOyoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUr3ZnOyoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUr3ZnOyoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUr3ZnOyoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUr3ZnOyoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUr3ZnOyoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUr3ZnOyoB .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-uUr3ZnOyoB .navbar.opened {
  transition: all 0.3s;
}
.cid-uUr3ZnOyoB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUr3ZnOyoB .navbar .navbar-logo img {
  width: auto;
}
.cid-uUr3ZnOyoB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUr3ZnOyoB .navbar.collapsed {
  justify-content: center;
}
.cid-uUr3ZnOyoB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUr3ZnOyoB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUr3ZnOyoB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUr3ZnOyoB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUr3ZnOyoB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUr3ZnOyoB .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-uUr3ZnOyoB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUr3ZnOyoB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUr3ZnOyoB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUr3ZnOyoB .navbar {
    min-height: 72px;
  }
  .cid-uUr3ZnOyoB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUr3ZnOyoB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUr3ZnOyoB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUr3ZnOyoB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUr3ZnOyoB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUr3ZnOyoB .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-uUr3ZnOyoB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUr3ZnOyoB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUr3ZnOyoB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUr3ZnOyoB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUr3ZnOyoB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUr3ZnOyoB .dropdown-item.active,
.cid-uUr3ZnOyoB .dropdown-item:active {
  background-color: transparent;
}
.cid-uUr3ZnOyoB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUr3ZnOyoB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUr3ZnOyoB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUr3ZnOyoB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUr3ZnOyoB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUr3ZnOyoB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUr3ZnOyoB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUr3ZnOyoB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUr3ZnOyoB .navbar-buttons {
    text-align: left;
  }
}
.cid-uUr3ZnOyoB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUr3ZnOyoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUr3ZnOyoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUr3ZnOyoB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUr3ZnOyoB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUr3ZnOyoB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUr3ZnOyoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUr3ZnOyoB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUr3ZnOyoB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUr3ZnOyoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUr3ZnOyoB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUr3ZnOyoB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUr3ZnOyoB .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-uUr3ZnOyoB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUr3ZnOyoB .navbar {
    height: 70px;
  }
  .cid-uUr3ZnOyoB .navbar.opened {
    height: auto;
  }
  .cid-uUr3ZnOyoB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUr3ZnOyoB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUr3ZnOyoB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUr3ZnOyoB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUr3ZnOyoB .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-uUr3ZnOyoB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUr3ZnOyoB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUr3ZnOyoB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUr3ZnOyoB .navbar-brand {
    margin-right: auto;
  }
  .cid-uUr3ZnOyoB .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUr3ZnOyoB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUr3ZnOyoB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUr3ZnOyoB .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-uUr3ZnOyoB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUr3ZnOyoB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUr3ZnOyoB .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-uUr3ZnOyoB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUr3ZnOyoB .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-uUr3ZnOyoB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUr3ZnOyoB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUr3ZodtPM {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uUr3ZodtPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr3ZodtPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr3ZodtPM .content-head {
  max-width: 800px;
}
.cid-uUr3ZodtPM .mbr-section-title {
  color: #ffffff;
}
.cid-uUr3ZodtPM .mbr-text,
.cid-uUr3ZodtPM .mbr-section-btn {
  color: #ffffff;
}
.cid-uUr3ZouBX4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUr3ZouBX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr3ZouBX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr3ZouBX4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUr3ZouBX4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uUr3ZouBX4 .item-wrapper {
  position: relative;
}
.cid-uUr3ZouBX4 .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-uUr3ZouBX4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUr3ZouBX4 .carousel-control,
.cid-uUr3ZouBX4 .close {
  background: #1b1b1b;
}
.cid-uUr3ZouBX4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUr3ZouBX4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUr3ZouBX4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUr3ZouBX4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUr3ZouBX4 .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-uUr3ZouBX4 .close::before {
  content: '\e91a';
}
.cid-uUr3ZouBX4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUr3ZouBX4 .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-uUr3ZouBX4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUr3ZouBX4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUr3ZouBX4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUr3ZouBX4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUr3ZouBX4 .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-uUr3ZouBX4 .carousel-indicators li.active,
.cid-uUr3ZouBX4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUr3ZouBX4 .carousel-indicators li::after,
.cid-uUr3ZouBX4 .carousel-indicators li::before {
  content: none;
}
.cid-uUr3ZouBX4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUr3ZouBX4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUr3ZouBX4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUr3ZouBX4 .carousel-indicators {
    display: none;
  }
}
.cid-uUr3ZouBX4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUr3ZouBX4 .carousel-inner > .active {
  display: block;
}
.cid-uUr3ZouBX4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUr3ZouBX4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUr3ZouBX4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUr3ZouBX4 .carousel-control,
  .cid-uUr3ZouBX4 .carousel-indicators,
  .cid-uUr3ZouBX4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUr3ZouBX4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUr3ZouBX4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUr3ZouBX4 .carousel-indicators .active,
.cid-uUr3ZouBX4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUr3ZouBX4 .carousel-indicators .active {
  background: #fff;
}
.cid-uUr3ZouBX4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUr3ZouBX4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUr3ZouBX4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUr3ZouBX4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUr3ZouBX4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUr3ZouBX4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUr3ZouBX4 .carousel {
  width: 100%;
}
.cid-uUr3ZouBX4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUr3ZouBX4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUr3ZouBX4 .modal.fade .modal-dialog,
.cid-uUr3ZouBX4 .modal.in .modal-dialog {
  transform: none;
}
.cid-uUr3ZouBX4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUr3ZouBX4 .content-head {
  max-width: 800px;
}
.cid-uUr3Zp1WPS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uUr3ZpzgxN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUr3ZpzgxN .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUr3ZpzgxN .container {
    padding: 0 12px;
  }
}
.cid-uUr3ZpzgxN .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUr3ZpzgxN .social-row .soc-item {
  margin: 8px;
}
.cid-uUr3ZpzgxN .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUr3ZpzgxN .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUr3ZpzgxN .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUr3ZpzgxN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUr3ZpzgxN .mbr-section-title {
  color: #ffffff;
}
.cid-uUr3ZpzgxN .mbr-section-title,
.cid-uUr3ZpzgxN .social-list {
  color: #ffffff;
}
.cid-uUr3ZpTXzA {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUr3ZpTXzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr3ZpTXzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr3ZpTXzA .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUr3ZpTXzA .footer-col {
    flex-direction: column;
  }
}
.cid-uUr3ZpTXzA .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUr3ZpTXzA .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUr3ZpTXzA .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUr3ZpTXzA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUr3ZpTXzA .soc-item {
  margin: 8px;
}
.cid-uUr3ZpTXzA .soc-item a:hover .mbr-iconfont,
.cid-uUr3ZpTXzA .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUr3ZpTXzA .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUr3ZpTXzA .row {
    text-align: center;
  }
  .cid-uUr3ZpTXzA .social-row {
    justify-content: center;
  }
}
.cid-uUr3ZpTXzA .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUr3ZpTXzA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUr3ZpTXzA .list {
    margin-bottom: 0rem;
  }
}
.cid-uUr3ZpTXzA .mbr-text {
  color: #bbbbbb;
}
.cid-uUr3ZpTXzA .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUr3ZpTXzA .list,
.cid-uUr3ZpTXzA .item-wrap {
  color: #071a3d;
}
.cid-uUr3ZpTXzA .copyright {
  color: #071a3d;
}
.cid-uUr7BTveFT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUr7BTveFT .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-uUr7BTveFT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUr7BTveFT .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-uUr7BTveFT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUr7BTveFT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUr7BTveFT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUr7BTveFT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUr7BTveFT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUr7BTveFT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUr7BTveFT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUr7BTveFT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUr7BTveFT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUr7BTveFT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUr7BTveFT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUr7BTveFT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUr7BTveFT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUr7BTveFT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUr7BTveFT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUr7BTveFT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUr7BTveFT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUr7BTveFT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUr7BTveFT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUr7BTveFT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUr7BTveFT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUr7BTveFT .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUr7BTveFT .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: #ffffff !important;
}
.cid-uUr7BTveFT .nav-item:focus,
.cid-uUr7BTveFT .nav-link:focus {
  outline: none;
}
.cid-uUr7BTveFT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUr7BTveFT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUr7BTveFT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUr7BTveFT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUr7BTveFT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUr7BTveFT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUr7BTveFT .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-uUr7BTveFT .navbar.opened {
  transition: all 0.3s;
}
.cid-uUr7BTveFT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUr7BTveFT .navbar .navbar-logo img {
  width: auto;
}
.cid-uUr7BTveFT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUr7BTveFT .navbar.collapsed {
  justify-content: center;
}
.cid-uUr7BTveFT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUr7BTveFT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUr7BTveFT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUr7BTveFT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUr7BTveFT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUr7BTveFT .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-uUr7BTveFT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUr7BTveFT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUr7BTveFT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUr7BTveFT .navbar {
    min-height: 72px;
  }
  .cid-uUr7BTveFT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUr7BTveFT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUr7BTveFT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUr7BTveFT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUr7BTveFT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUr7BTveFT .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-uUr7BTveFT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUr7BTveFT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUr7BTveFT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUr7BTveFT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUr7BTveFT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUr7BTveFT .dropdown-item.active,
.cid-uUr7BTveFT .dropdown-item:active {
  background-color: transparent;
}
.cid-uUr7BTveFT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUr7BTveFT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUr7BTveFT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUr7BTveFT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUr7BTveFT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUr7BTveFT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUr7BTveFT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUr7BTveFT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUr7BTveFT .navbar-buttons {
    text-align: left;
  }
}
.cid-uUr7BTveFT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUr7BTveFT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUr7BTveFT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUr7BTveFT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUr7BTveFT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUr7BTveFT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUr7BTveFT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUr7BTveFT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUr7BTveFT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUr7BTveFT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUr7BTveFT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUr7BTveFT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUr7BTveFT .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-uUr7BTveFT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUr7BTveFT .navbar {
    height: 70px;
  }
  .cid-uUr7BTveFT .navbar.opened {
    height: auto;
  }
  .cid-uUr7BTveFT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUr7BTveFT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUr7BTveFT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUr7BTveFT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUr7BTveFT .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-uUr7BTveFT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUr7BTveFT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUr7BTveFT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUr7BTveFT .navbar-brand {
    margin-right: auto;
  }
  .cid-uUr7BTveFT .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUr7BTveFT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUr7BTveFT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUr7BTveFT .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-uUr7BTveFT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUr7BTveFT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUr7BTveFT .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-uUr7BTveFT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUr7BTveFT .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-uUr7BTveFT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUr7BTveFT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUr7BTUdc3 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uUr7BTUdc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr7BTUdc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr7BTUdc3 .content-head {
  max-width: 800px;
}
.cid-uUr7BTUdc3 .mbr-section-title {
  color: #ffffff;
}
.cid-uUr7BTUdc3 .mbr-text,
.cid-uUr7BTUdc3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUr7BUbG93 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUr7BUbG93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr7BUbG93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr7BUbG93 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUr7BUbG93 .item {
    margin-bottom: 1rem;
  }
}
.cid-uUr7BUbG93 .item-wrapper {
  position: relative;
}
.cid-uUr7BUbG93 .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-uUr7BUbG93 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUr7BUbG93 .carousel-control,
.cid-uUr7BUbG93 .close {
  background: #1b1b1b;
}
.cid-uUr7BUbG93 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUr7BUbG93 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUr7BUbG93 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUr7BUbG93 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUr7BUbG93 .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-uUr7BUbG93 .close::before {
  content: '\e91a';
}
.cid-uUr7BUbG93 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUr7BUbG93 .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-uUr7BUbG93 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUr7BUbG93 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUr7BUbG93 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUr7BUbG93 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUr7BUbG93 .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-uUr7BUbG93 .carousel-indicators li.active,
.cid-uUr7BUbG93 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUr7BUbG93 .carousel-indicators li::after,
.cid-uUr7BUbG93 .carousel-indicators li::before {
  content: none;
}
.cid-uUr7BUbG93 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUr7BUbG93 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUr7BUbG93 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUr7BUbG93 .carousel-indicators {
    display: none;
  }
}
.cid-uUr7BUbG93 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUr7BUbG93 .carousel-inner > .active {
  display: block;
}
.cid-uUr7BUbG93 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUr7BUbG93 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUr7BUbG93 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUr7BUbG93 .carousel-control,
  .cid-uUr7BUbG93 .carousel-indicators,
  .cid-uUr7BUbG93 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUr7BUbG93 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUr7BUbG93 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUr7BUbG93 .carousel-indicators .active,
.cid-uUr7BUbG93 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUr7BUbG93 .carousel-indicators .active {
  background: #fff;
}
.cid-uUr7BUbG93 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUr7BUbG93 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUr7BUbG93 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUr7BUbG93 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUr7BUbG93 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUr7BUbG93 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUr7BUbG93 .carousel {
  width: 100%;
}
.cid-uUr7BUbG93 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUr7BUbG93 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUr7BUbG93 .modal.fade .modal-dialog,
.cid-uUr7BUbG93 .modal.in .modal-dialog {
  transform: none;
}
.cid-uUr7BUbG93 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUr7BUbG93 .content-head {
  max-width: 800px;
}
.cid-uUr7BUIU5u {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uUr7BVg68t {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUr7BVg68t .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUr7BVg68t .container {
    padding: 0 12px;
  }
}
.cid-uUr7BVg68t .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUr7BVg68t .social-row .soc-item {
  margin: 8px;
}
.cid-uUr7BVg68t .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUr7BVg68t .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUr7BVg68t .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUr7BVg68t .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUr7BVg68t .mbr-section-title {
  color: #ffffff;
}
.cid-uUr7BVg68t .mbr-section-title,
.cid-uUr7BVg68t .social-list {
  color: #ffffff;
}
.cid-uUr7BVA9KR {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUr7BVA9KR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr7BVA9KR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr7BVA9KR .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUr7BVA9KR .footer-col {
    flex-direction: column;
  }
}
.cid-uUr7BVA9KR .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUr7BVA9KR .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUr7BVA9KR .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUr7BVA9KR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUr7BVA9KR .soc-item {
  margin: 8px;
}
.cid-uUr7BVA9KR .soc-item a:hover .mbr-iconfont,
.cid-uUr7BVA9KR .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUr7BVA9KR .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUr7BVA9KR .row {
    text-align: center;
  }
  .cid-uUr7BVA9KR .social-row {
    justify-content: center;
  }
}
.cid-uUr7BVA9KR .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUr7BVA9KR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUr7BVA9KR .list {
    margin-bottom: 0rem;
  }
}
.cid-uUr7BVA9KR .mbr-text {
  color: #bbbbbb;
}
.cid-uUr7BVA9KR .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUr7BVA9KR .list,
.cid-uUr7BVA9KR .item-wrap {
  color: #071a3d;
}
.cid-uUr7BVA9KR .copyright {
  color: #071a3d;
}
.cid-uUr9bXoz4v {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUr9bXoz4v .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-uUr9bXoz4v .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUr9bXoz4v .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-uUr9bXoz4v .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUr9bXoz4v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUr9bXoz4v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUr9bXoz4v .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUr9bXoz4v .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUr9bXoz4v .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUr9bXoz4v .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUr9bXoz4v .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUr9bXoz4v .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUr9bXoz4v .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUr9bXoz4v .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUr9bXoz4v .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUr9bXoz4v .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUr9bXoz4v .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUr9bXoz4v .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUr9bXoz4v .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUr9bXoz4v .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUr9bXoz4v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUr9bXoz4v .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUr9bXoz4v .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUr9bXoz4v .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUr9bXoz4v .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUr9bXoz4v .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: #ffffff !important;
}
.cid-uUr9bXoz4v .nav-item:focus,
.cid-uUr9bXoz4v .nav-link:focus {
  outline: none;
}
.cid-uUr9bXoz4v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUr9bXoz4v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUr9bXoz4v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUr9bXoz4v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUr9bXoz4v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUr9bXoz4v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUr9bXoz4v .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-uUr9bXoz4v .navbar.opened {
  transition: all 0.3s;
}
.cid-uUr9bXoz4v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUr9bXoz4v .navbar .navbar-logo img {
  width: auto;
}
.cid-uUr9bXoz4v .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUr9bXoz4v .navbar.collapsed {
  justify-content: center;
}
.cid-uUr9bXoz4v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUr9bXoz4v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUr9bXoz4v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUr9bXoz4v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUr9bXoz4v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUr9bXoz4v .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-uUr9bXoz4v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUr9bXoz4v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUr9bXoz4v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUr9bXoz4v .navbar {
    min-height: 72px;
  }
  .cid-uUr9bXoz4v .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUr9bXoz4v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUr9bXoz4v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUr9bXoz4v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUr9bXoz4v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUr9bXoz4v .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-uUr9bXoz4v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUr9bXoz4v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUr9bXoz4v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUr9bXoz4v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUr9bXoz4v .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUr9bXoz4v .dropdown-item.active,
.cid-uUr9bXoz4v .dropdown-item:active {
  background-color: transparent;
}
.cid-uUr9bXoz4v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUr9bXoz4v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUr9bXoz4v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUr9bXoz4v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUr9bXoz4v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUr9bXoz4v .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUr9bXoz4v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUr9bXoz4v .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUr9bXoz4v .navbar-buttons {
    text-align: left;
  }
}
.cid-uUr9bXoz4v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUr9bXoz4v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUr9bXoz4v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUr9bXoz4v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUr9bXoz4v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUr9bXoz4v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUr9bXoz4v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUr9bXoz4v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUr9bXoz4v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUr9bXoz4v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUr9bXoz4v .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUr9bXoz4v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUr9bXoz4v .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-uUr9bXoz4v .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUr9bXoz4v .navbar {
    height: 70px;
  }
  .cid-uUr9bXoz4v .navbar.opened {
    height: auto;
  }
  .cid-uUr9bXoz4v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUr9bXoz4v .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUr9bXoz4v .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUr9bXoz4v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUr9bXoz4v .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-uUr9bXoz4v .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUr9bXoz4v .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUr9bXoz4v .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUr9bXoz4v .navbar-brand {
    margin-right: auto;
  }
  .cid-uUr9bXoz4v .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUr9bXoz4v .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUr9bXoz4v .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUr9bXoz4v .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-uUr9bXoz4v .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUr9bXoz4v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUr9bXoz4v .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-uUr9bXoz4v .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUr9bXoz4v .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-uUr9bXoz4v .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUr9bXoz4v .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUr9bXMb5P {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uUr9bXMb5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr9bXMb5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr9bXMb5P .content-head {
  max-width: 800px;
}
.cid-uUr9bXMb5P .mbr-section-title {
  color: #ffffff;
}
.cid-uUr9bXMb5P .mbr-text,
.cid-uUr9bXMb5P .mbr-section-btn {
  color: #ffffff;
}
.cid-uUr9bY7SAb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUr9bY7SAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr9bY7SAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr9bY7SAb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUr9bY7SAb .item {
    margin-bottom: 1rem;
  }
}
.cid-uUr9bY7SAb .item-wrapper {
  position: relative;
}
.cid-uUr9bY7SAb .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-uUr9bY7SAb .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUr9bY7SAb .carousel-control,
.cid-uUr9bY7SAb .close {
  background: #1b1b1b;
}
.cid-uUr9bY7SAb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUr9bY7SAb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUr9bY7SAb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUr9bY7SAb .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUr9bY7SAb .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-uUr9bY7SAb .close::before {
  content: '\e91a';
}
.cid-uUr9bY7SAb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUr9bY7SAb .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-uUr9bY7SAb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUr9bY7SAb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUr9bY7SAb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUr9bY7SAb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUr9bY7SAb .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-uUr9bY7SAb .carousel-indicators li.active,
.cid-uUr9bY7SAb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUr9bY7SAb .carousel-indicators li::after,
.cid-uUr9bY7SAb .carousel-indicators li::before {
  content: none;
}
.cid-uUr9bY7SAb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUr9bY7SAb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUr9bY7SAb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUr9bY7SAb .carousel-indicators {
    display: none;
  }
}
.cid-uUr9bY7SAb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUr9bY7SAb .carousel-inner > .active {
  display: block;
}
.cid-uUr9bY7SAb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUr9bY7SAb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUr9bY7SAb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUr9bY7SAb .carousel-control,
  .cid-uUr9bY7SAb .carousel-indicators,
  .cid-uUr9bY7SAb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUr9bY7SAb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUr9bY7SAb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUr9bY7SAb .carousel-indicators .active,
.cid-uUr9bY7SAb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUr9bY7SAb .carousel-indicators .active {
  background: #fff;
}
.cid-uUr9bY7SAb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUr9bY7SAb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUr9bY7SAb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUr9bY7SAb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUr9bY7SAb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUr9bY7SAb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUr9bY7SAb .carousel {
  width: 100%;
}
.cid-uUr9bY7SAb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUr9bY7SAb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUr9bY7SAb .modal.fade .modal-dialog,
.cid-uUr9bY7SAb .modal.in .modal-dialog {
  transform: none;
}
.cid-uUr9bY7SAb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUr9bY7SAb .content-head {
  max-width: 800px;
}
.cid-uUr9bYDl4Y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uUr9bZc9nq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUr9bZc9nq .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUr9bZc9nq .container {
    padding: 0 12px;
  }
}
.cid-uUr9bZc9nq .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUr9bZc9nq .social-row .soc-item {
  margin: 8px;
}
.cid-uUr9bZc9nq .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUr9bZc9nq .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUr9bZc9nq .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUr9bZc9nq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUr9bZc9nq .mbr-section-title {
  color: #ffffff;
}
.cid-uUr9bZc9nq .mbr-section-title,
.cid-uUr9bZc9nq .social-list {
  color: #ffffff;
}
.cid-uUr9bZwb0s {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUr9bZwb0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUr9bZwb0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUr9bZwb0s .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUr9bZwb0s .footer-col {
    flex-direction: column;
  }
}
.cid-uUr9bZwb0s .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUr9bZwb0s .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUr9bZwb0s .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUr9bZwb0s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUr9bZwb0s .soc-item {
  margin: 8px;
}
.cid-uUr9bZwb0s .soc-item a:hover .mbr-iconfont,
.cid-uUr9bZwb0s .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUr9bZwb0s .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUr9bZwb0s .row {
    text-align: center;
  }
  .cid-uUr9bZwb0s .social-row {
    justify-content: center;
  }
}
.cid-uUr9bZwb0s .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUr9bZwb0s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUr9bZwb0s .list {
    margin-bottom: 0rem;
  }
}
.cid-uUr9bZwb0s .mbr-text {
  color: #bbbbbb;
}
.cid-uUr9bZwb0s .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUr9bZwb0s .list,
.cid-uUr9bZwb0s .item-wrap {
  color: #071a3d;
}
.cid-uUr9bZwb0s .copyright {
  color: #071a3d;
}
.cid-uUra4RhAEB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUra4RhAEB .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-uUra4RhAEB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUra4RhAEB .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-uUra4RhAEB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUra4RhAEB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUra4RhAEB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUra4RhAEB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUra4RhAEB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUra4RhAEB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUra4RhAEB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUra4RhAEB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUra4RhAEB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUra4RhAEB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUra4RhAEB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUra4RhAEB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUra4RhAEB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUra4RhAEB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUra4RhAEB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUra4RhAEB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUra4RhAEB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUra4RhAEB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUra4RhAEB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUra4RhAEB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUra4RhAEB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUra4RhAEB .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUra4RhAEB .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: #ffffff !important;
}
.cid-uUra4RhAEB .nav-item:focus,
.cid-uUra4RhAEB .nav-link:focus {
  outline: none;
}
.cid-uUra4RhAEB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUra4RhAEB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUra4RhAEB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUra4RhAEB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUra4RhAEB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUra4RhAEB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUra4RhAEB .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-uUra4RhAEB .navbar.opened {
  transition: all 0.3s;
}
.cid-uUra4RhAEB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUra4RhAEB .navbar .navbar-logo img {
  width: auto;
}
.cid-uUra4RhAEB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUra4RhAEB .navbar.collapsed {
  justify-content: center;
}
.cid-uUra4RhAEB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUra4RhAEB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUra4RhAEB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUra4RhAEB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUra4RhAEB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUra4RhAEB .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-uUra4RhAEB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUra4RhAEB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUra4RhAEB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUra4RhAEB .navbar {
    min-height: 72px;
  }
  .cid-uUra4RhAEB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUra4RhAEB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUra4RhAEB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUra4RhAEB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUra4RhAEB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUra4RhAEB .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-uUra4RhAEB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUra4RhAEB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUra4RhAEB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUra4RhAEB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUra4RhAEB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUra4RhAEB .dropdown-item.active,
.cid-uUra4RhAEB .dropdown-item:active {
  background-color: transparent;
}
.cid-uUra4RhAEB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUra4RhAEB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUra4RhAEB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUra4RhAEB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUra4RhAEB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUra4RhAEB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUra4RhAEB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUra4RhAEB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUra4RhAEB .navbar-buttons {
    text-align: left;
  }
}
.cid-uUra4RhAEB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUra4RhAEB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUra4RhAEB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUra4RhAEB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUra4RhAEB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUra4RhAEB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUra4RhAEB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUra4RhAEB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUra4RhAEB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUra4RhAEB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUra4RhAEB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUra4RhAEB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUra4RhAEB .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-uUra4RhAEB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUra4RhAEB .navbar {
    height: 70px;
  }
  .cid-uUra4RhAEB .navbar.opened {
    height: auto;
  }
  .cid-uUra4RhAEB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUra4RhAEB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUra4RhAEB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUra4RhAEB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUra4RhAEB .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-uUra4RhAEB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUra4RhAEB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUra4RhAEB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUra4RhAEB .navbar-brand {
    margin-right: auto;
  }
  .cid-uUra4RhAEB .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUra4RhAEB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUra4RhAEB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUra4RhAEB .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-uUra4RhAEB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUra4RhAEB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUra4RhAEB .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-uUra4RhAEB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUra4RhAEB .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-uUra4RhAEB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUra4RhAEB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUra4RH6Je {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uUra4RH6Je .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUra4RH6Je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUra4RH6Je .content-head {
  max-width: 800px;
}
.cid-uUra4RH6Je .mbr-section-title {
  color: #ffffff;
}
.cid-uUra4RH6Je .mbr-text,
.cid-uUra4RH6Je .mbr-section-btn {
  color: #ffffff;
}
.cid-uUra4RY5dR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUra4RY5dR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUra4RY5dR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUra4RY5dR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUra4RY5dR .item {
    margin-bottom: 1rem;
  }
}
.cid-uUra4RY5dR .item-wrapper {
  position: relative;
}
.cid-uUra4RY5dR .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-uUra4RY5dR .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUra4RY5dR .carousel-control,
.cid-uUra4RY5dR .close {
  background: #1b1b1b;
}
.cid-uUra4RY5dR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUra4RY5dR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUra4RY5dR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUra4RY5dR .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUra4RY5dR .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-uUra4RY5dR .close::before {
  content: '\e91a';
}
.cid-uUra4RY5dR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUra4RY5dR .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-uUra4RY5dR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUra4RY5dR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUra4RY5dR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUra4RY5dR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUra4RY5dR .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-uUra4RY5dR .carousel-indicators li.active,
.cid-uUra4RY5dR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUra4RY5dR .carousel-indicators li::after,
.cid-uUra4RY5dR .carousel-indicators li::before {
  content: none;
}
.cid-uUra4RY5dR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUra4RY5dR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUra4RY5dR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUra4RY5dR .carousel-indicators {
    display: none;
  }
}
.cid-uUra4RY5dR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUra4RY5dR .carousel-inner > .active {
  display: block;
}
.cid-uUra4RY5dR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUra4RY5dR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUra4RY5dR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUra4RY5dR .carousel-control,
  .cid-uUra4RY5dR .carousel-indicators,
  .cid-uUra4RY5dR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUra4RY5dR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUra4RY5dR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUra4RY5dR .carousel-indicators .active,
.cid-uUra4RY5dR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUra4RY5dR .carousel-indicators .active {
  background: #fff;
}
.cid-uUra4RY5dR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUra4RY5dR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUra4RY5dR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUra4RY5dR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUra4RY5dR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUra4RY5dR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUra4RY5dR .carousel {
  width: 100%;
}
.cid-uUra4RY5dR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUra4RY5dR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUra4RY5dR .modal.fade .modal-dialog,
.cid-uUra4RY5dR .modal.in .modal-dialog {
  transform: none;
}
.cid-uUra4RY5dR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUra4RY5dR .content-head {
  max-width: 800px;
}
.cid-uUra4Stcil {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uUra4SZzgv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUra4SZzgv .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUra4SZzgv .container {
    padding: 0 12px;
  }
}
.cid-uUra4SZzgv .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUra4SZzgv .social-row .soc-item {
  margin: 8px;
}
.cid-uUra4SZzgv .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUra4SZzgv .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUra4SZzgv .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUra4SZzgv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUra4SZzgv .mbr-section-title {
  color: #ffffff;
}
.cid-uUra4SZzgv .mbr-section-title,
.cid-uUra4SZzgv .social-list {
  color: #ffffff;
}
.cid-uUra4TiD8Q {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUra4TiD8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUra4TiD8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUra4TiD8Q .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUra4TiD8Q .footer-col {
    flex-direction: column;
  }
}
.cid-uUra4TiD8Q .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUra4TiD8Q .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUra4TiD8Q .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUra4TiD8Q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUra4TiD8Q .soc-item {
  margin: 8px;
}
.cid-uUra4TiD8Q .soc-item a:hover .mbr-iconfont,
.cid-uUra4TiD8Q .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUra4TiD8Q .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUra4TiD8Q .row {
    text-align: center;
  }
  .cid-uUra4TiD8Q .social-row {
    justify-content: center;
  }
}
.cid-uUra4TiD8Q .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUra4TiD8Q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUra4TiD8Q .list {
    margin-bottom: 0rem;
  }
}
.cid-uUra4TiD8Q .mbr-text {
  color: #bbbbbb;
}
.cid-uUra4TiD8Q .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUra4TiD8Q .list,
.cid-uUra4TiD8Q .item-wrap {
  color: #071a3d;
}
.cid-uUra4TiD8Q .copyright {
  color: #071a3d;
}
.cid-uUrh3mYESE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUrh3mYESE .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-uUrh3mYESE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUrh3mYESE .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-uUrh3mYESE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUrh3mYESE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUrh3mYESE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUrh3mYESE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUrh3mYESE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUrh3mYESE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUrh3mYESE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUrh3mYESE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUrh3mYESE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUrh3mYESE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUrh3mYESE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUrh3mYESE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUrh3mYESE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUrh3mYESE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUrh3mYESE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUrh3mYESE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUrh3mYESE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUrh3mYESE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUrh3mYESE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUrh3mYESE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUrh3mYESE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUrh3mYESE .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUrh3mYESE .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: #ffffff !important;
}
.cid-uUrh3mYESE .nav-item:focus,
.cid-uUrh3mYESE .nav-link:focus {
  outline: none;
}
.cid-uUrh3mYESE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUrh3mYESE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUrh3mYESE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUrh3mYESE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUrh3mYESE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUrh3mYESE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUrh3mYESE .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-uUrh3mYESE .navbar.opened {
  transition: all 0.3s;
}
.cid-uUrh3mYESE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUrh3mYESE .navbar .navbar-logo img {
  width: auto;
}
.cid-uUrh3mYESE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUrh3mYESE .navbar.collapsed {
  justify-content: center;
}
.cid-uUrh3mYESE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUrh3mYESE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUrh3mYESE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUrh3mYESE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUrh3mYESE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUrh3mYESE .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-uUrh3mYESE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUrh3mYESE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUrh3mYESE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUrh3mYESE .navbar {
    min-height: 72px;
  }
  .cid-uUrh3mYESE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUrh3mYESE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUrh3mYESE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUrh3mYESE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUrh3mYESE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUrh3mYESE .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-uUrh3mYESE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUrh3mYESE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUrh3mYESE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUrh3mYESE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUrh3mYESE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUrh3mYESE .dropdown-item.active,
.cid-uUrh3mYESE .dropdown-item:active {
  background-color: transparent;
}
.cid-uUrh3mYESE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUrh3mYESE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUrh3mYESE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUrh3mYESE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUrh3mYESE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUrh3mYESE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUrh3mYESE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUrh3mYESE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUrh3mYESE .navbar-buttons {
    text-align: left;
  }
}
.cid-uUrh3mYESE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUrh3mYESE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUrh3mYESE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUrh3mYESE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUrh3mYESE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUrh3mYESE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUrh3mYESE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUrh3mYESE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUrh3mYESE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUrh3mYESE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUrh3mYESE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUrh3mYESE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUrh3mYESE .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-uUrh3mYESE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUrh3mYESE .navbar {
    height: 70px;
  }
  .cid-uUrh3mYESE .navbar.opened {
    height: auto;
  }
  .cid-uUrh3mYESE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUrh3mYESE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUrh3mYESE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUrh3mYESE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUrh3mYESE .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-uUrh3mYESE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUrh3mYESE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUrh3mYESE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUrh3mYESE .navbar-brand {
    margin-right: auto;
  }
  .cid-uUrh3mYESE .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUrh3mYESE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUrh3mYESE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUrh3mYESE .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-uUrh3mYESE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUrh3mYESE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUrh3mYESE .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-uUrh3mYESE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUrh3mYESE .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-uUrh3mYESE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUrh3mYESE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUrh3noDzv {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uUrh3noDzv img,
.cid-uUrh3noDzv .item-img {
  width: 100%;
}
.cid-uUrh3noDzv .item:focus,
.cid-uUrh3noDzv span:focus {
  outline: none;
}
.cid-uUrh3noDzv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUrh3noDzv .item {
    margin-bottom: 1rem;
  }
}
.cid-uUrh3noDzv .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uUrh3noDzv .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uUrh3noDzv .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUrh3noDzv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uUrh3noDzv .mbr-section-title {
  color: #ffffff;
}
.cid-uUrh3noDzv .item-title {
  text-align: center;
}
.cid-uUrh3noDzv .item-subtitle {
  text-align: left;
}
.cid-uUrh3noDzv .mbr-text,
.cid-uUrh3noDzv .item .mbr-section-btn {
  text-align: center;
}
.cid-uUrh3noDzv .content-head {
  max-width: 800px;
}
.cid-uUrh3noDzv .mbr-section-subtitle,
.cid-uUrh3noDzv .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uUrh3oJTgj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUrh3oJTgj .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUrh3oJTgj .container {
    padding: 0 12px;
  }
}
.cid-uUrh3oJTgj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUrh3oJTgj .social-row .soc-item {
  margin: 8px;
}
.cid-uUrh3oJTgj .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUrh3oJTgj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUrh3oJTgj .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUrh3oJTgj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUrh3oJTgj .mbr-section-title {
  color: #ffffff;
}
.cid-uUrh3oJTgj .mbr-section-title,
.cid-uUrh3oJTgj .social-list {
  color: #ffffff;
}
.cid-uUrh3p4vg7 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUrh3p4vg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUrh3p4vg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUrh3p4vg7 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUrh3p4vg7 .footer-col {
    flex-direction: column;
  }
}
.cid-uUrh3p4vg7 .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUrh3p4vg7 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUrh3p4vg7 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUrh3p4vg7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUrh3p4vg7 .soc-item {
  margin: 8px;
}
.cid-uUrh3p4vg7 .soc-item a:hover .mbr-iconfont,
.cid-uUrh3p4vg7 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUrh3p4vg7 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUrh3p4vg7 .row {
    text-align: center;
  }
  .cid-uUrh3p4vg7 .social-row {
    justify-content: center;
  }
}
.cid-uUrh3p4vg7 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUrh3p4vg7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUrh3p4vg7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uUrh3p4vg7 .mbr-text {
  color: #bbbbbb;
}
.cid-uUrh3p4vg7 .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUrh3p4vg7 .list,
.cid-uUrh3p4vg7 .item-wrap {
  color: #071a3d;
}
.cid-uUrh3p4vg7 .copyright {
  color: #071a3d;
}
.cid-uUwMmDIcSt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUwMmDIcSt .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-uUwMmDIcSt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUwMmDIcSt .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-uUwMmDIcSt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUwMmDIcSt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUwMmDIcSt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUwMmDIcSt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUwMmDIcSt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUwMmDIcSt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUwMmDIcSt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUwMmDIcSt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUwMmDIcSt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUwMmDIcSt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUwMmDIcSt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUwMmDIcSt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUwMmDIcSt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUwMmDIcSt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUwMmDIcSt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUwMmDIcSt .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUwMmDIcSt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUwMmDIcSt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUwMmDIcSt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUwMmDIcSt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUwMmDIcSt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUwMmDIcSt .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUwMmDIcSt .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: #ffffff !important;
}
.cid-uUwMmDIcSt .nav-item:focus,
.cid-uUwMmDIcSt .nav-link:focus {
  outline: none;
}
.cid-uUwMmDIcSt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUwMmDIcSt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUwMmDIcSt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUwMmDIcSt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUwMmDIcSt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUwMmDIcSt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUwMmDIcSt .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-uUwMmDIcSt .navbar.opened {
  transition: all 0.3s;
}
.cid-uUwMmDIcSt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUwMmDIcSt .navbar .navbar-logo img {
  width: auto;
}
.cid-uUwMmDIcSt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUwMmDIcSt .navbar.collapsed {
  justify-content: center;
}
.cid-uUwMmDIcSt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUwMmDIcSt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUwMmDIcSt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUwMmDIcSt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUwMmDIcSt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUwMmDIcSt .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-uUwMmDIcSt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUwMmDIcSt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUwMmDIcSt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUwMmDIcSt .navbar {
    min-height: 72px;
  }
  .cid-uUwMmDIcSt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUwMmDIcSt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUwMmDIcSt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUwMmDIcSt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUwMmDIcSt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUwMmDIcSt .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-uUwMmDIcSt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUwMmDIcSt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUwMmDIcSt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUwMmDIcSt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUwMmDIcSt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUwMmDIcSt .dropdown-item.active,
.cid-uUwMmDIcSt .dropdown-item:active {
  background-color: transparent;
}
.cid-uUwMmDIcSt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUwMmDIcSt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUwMmDIcSt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUwMmDIcSt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUwMmDIcSt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUwMmDIcSt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUwMmDIcSt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUwMmDIcSt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUwMmDIcSt .navbar-buttons {
    text-align: left;
  }
}
.cid-uUwMmDIcSt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUwMmDIcSt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUwMmDIcSt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUwMmDIcSt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUwMmDIcSt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUwMmDIcSt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUwMmDIcSt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUwMmDIcSt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUwMmDIcSt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUwMmDIcSt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUwMmDIcSt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUwMmDIcSt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUwMmDIcSt .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-uUwMmDIcSt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUwMmDIcSt .navbar {
    height: 70px;
  }
  .cid-uUwMmDIcSt .navbar.opened {
    height: auto;
  }
  .cid-uUwMmDIcSt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUwMmDIcSt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUwMmDIcSt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUwMmDIcSt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUwMmDIcSt .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-uUwMmDIcSt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUwMmDIcSt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUwMmDIcSt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUwMmDIcSt .navbar-brand {
    margin-right: auto;
  }
  .cid-uUwMmDIcSt .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUwMmDIcSt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUwMmDIcSt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUwMmDIcSt .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-uUwMmDIcSt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUwMmDIcSt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUwMmDIcSt .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-uUwMmDIcSt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUwMmDIcSt .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-uUwMmDIcSt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUwMmDIcSt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUwMmE852l {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uUwMmE852l img,
.cid-uUwMmE852l .item-img {
  width: 100%;
}
.cid-uUwMmE852l .item:focus,
.cid-uUwMmE852l span:focus {
  outline: none;
}
.cid-uUwMmE852l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUwMmE852l .item {
    margin-bottom: 1rem;
  }
}
.cid-uUwMmE852l .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uUwMmE852l .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uUwMmE852l .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUwMmE852l .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uUwMmE852l .mbr-section-title {
  color: #ffffff;
}
.cid-uUwMmE852l .item-title {
  text-align: center;
}
.cid-uUwMmE852l .item-subtitle {
  text-align: left;
}
.cid-uUwMmE852l .mbr-text,
.cid-uUwMmE852l .item .mbr-section-btn {
  text-align: center;
}
.cid-uUwMmE852l .content-head {
  max-width: 800px;
}
.cid-uUwMmE852l .mbr-section-subtitle,
.cid-uUwMmE852l .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uUwMmEE1EK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUwMmEE1EK .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUwMmEE1EK .container {
    padding: 0 12px;
  }
}
.cid-uUwMmEE1EK .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUwMmEE1EK .social-row .soc-item {
  margin: 8px;
}
.cid-uUwMmEE1EK .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUwMmEE1EK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUwMmEE1EK .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUwMmEE1EK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUwMmEE1EK .mbr-section-title {
  color: #ffffff;
}
.cid-uUwMmEE1EK .mbr-section-title,
.cid-uUwMmEE1EK .social-list {
  color: #ffffff;
}
.cid-uUwMmF0Fmq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUwMmF0Fmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwMmF0Fmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwMmF0Fmq .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUwMmF0Fmq .footer-col {
    flex-direction: column;
  }
}
.cid-uUwMmF0Fmq .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUwMmF0Fmq .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUwMmF0Fmq .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUwMmF0Fmq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUwMmF0Fmq .soc-item {
  margin: 8px;
}
.cid-uUwMmF0Fmq .soc-item a:hover .mbr-iconfont,
.cid-uUwMmF0Fmq .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUwMmF0Fmq .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUwMmF0Fmq .row {
    text-align: center;
  }
  .cid-uUwMmF0Fmq .social-row {
    justify-content: center;
  }
}
.cid-uUwMmF0Fmq .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUwMmF0Fmq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUwMmF0Fmq .list {
    margin-bottom: 0rem;
  }
}
.cid-uUwMmF0Fmq .mbr-text {
  color: #bbbbbb;
}
.cid-uUwMmF0Fmq .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUwMmF0Fmq .list,
.cid-uUwMmF0Fmq .item-wrap {
  color: #071a3d;
}
.cid-uUwMmF0Fmq .copyright {
  color: #071a3d;
}
.cid-uUx0ynN8El {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUx0ynN8El .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-uUx0ynN8El .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUx0ynN8El .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-uUx0ynN8El .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUx0ynN8El .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUx0ynN8El .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUx0ynN8El .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUx0ynN8El .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUx0ynN8El .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUx0ynN8El .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUx0ynN8El .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUx0ynN8El .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUx0ynN8El .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUx0ynN8El .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUx0ynN8El .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUx0ynN8El .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUx0ynN8El .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUx0ynN8El .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUx0ynN8El .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUx0ynN8El .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUx0ynN8El .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUx0ynN8El .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUx0ynN8El .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUx0ynN8El .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUx0ynN8El .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUx0ynN8El .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: #ffffff !important;
}
.cid-uUx0ynN8El .nav-item:focus,
.cid-uUx0ynN8El .nav-link:focus {
  outline: none;
}
.cid-uUx0ynN8El .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUx0ynN8El .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUx0ynN8El .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUx0ynN8El .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUx0ynN8El .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUx0ynN8El .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUx0ynN8El .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-uUx0ynN8El .navbar.opened {
  transition: all 0.3s;
}
.cid-uUx0ynN8El .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUx0ynN8El .navbar .navbar-logo img {
  width: auto;
}
.cid-uUx0ynN8El .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUx0ynN8El .navbar.collapsed {
  justify-content: center;
}
.cid-uUx0ynN8El .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUx0ynN8El .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUx0ynN8El .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUx0ynN8El .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUx0ynN8El .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUx0ynN8El .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-uUx0ynN8El .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUx0ynN8El .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUx0ynN8El .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUx0ynN8El .navbar {
    min-height: 72px;
  }
  .cid-uUx0ynN8El .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUx0ynN8El .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUx0ynN8El .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUx0ynN8El .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUx0ynN8El .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUx0ynN8El .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-uUx0ynN8El .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUx0ynN8El .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUx0ynN8El .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUx0ynN8El .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUx0ynN8El .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUx0ynN8El .dropdown-item.active,
.cid-uUx0ynN8El .dropdown-item:active {
  background-color: transparent;
}
.cid-uUx0ynN8El .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUx0ynN8El .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUx0ynN8El .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUx0ynN8El .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUx0ynN8El .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUx0ynN8El .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUx0ynN8El ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUx0ynN8El .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUx0ynN8El .navbar-buttons {
    text-align: left;
  }
}
.cid-uUx0ynN8El button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUx0ynN8El button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUx0ynN8El button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUx0ynN8El button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUx0ynN8El button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUx0ynN8El button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUx0ynN8El nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUx0ynN8El nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUx0ynN8El nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUx0ynN8El nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUx0ynN8El .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUx0ynN8El a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUx0ynN8El .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-uUx0ynN8El .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUx0ynN8El .navbar {
    height: 70px;
  }
  .cid-uUx0ynN8El .navbar.opened {
    height: auto;
  }
  .cid-uUx0ynN8El .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUx0ynN8El .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUx0ynN8El .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUx0ynN8El .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUx0ynN8El .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-uUx0ynN8El .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUx0ynN8El .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUx0ynN8El .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUx0ynN8El .navbar-brand {
    margin-right: auto;
  }
  .cid-uUx0ynN8El .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUx0ynN8El .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUx0ynN8El .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUx0ynN8El .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-uUx0ynN8El .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUx0ynN8El .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUx0ynN8El .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-uUx0ynN8El .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUx0ynN8El .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-uUx0ynN8El .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUx0ynN8El .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUx0yoegNV {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uUx0yoegNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUx0yoegNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUx0yoegNV .content-head {
  max-width: 800px;
}
.cid-uUx0yoegNV .mbr-section-title {
  color: #ffffff;
}
.cid-uUx0yoegNV .mbr-text,
.cid-uUx0yoegNV .mbr-section-btn {
  color: #ffffff;
}
.cid-uUx0yoxCwF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUx0yoxCwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUx0yoxCwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUx0yoxCwF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUx0yoxCwF .item {
    margin-bottom: 1rem;
  }
}
.cid-uUx0yoxCwF .item-wrapper {
  position: relative;
}
.cid-uUx0yoxCwF .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-uUx0yoxCwF .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUx0yoxCwF .carousel-control,
.cid-uUx0yoxCwF .close {
  background: #1b1b1b;
}
.cid-uUx0yoxCwF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUx0yoxCwF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUx0yoxCwF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUx0yoxCwF .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUx0yoxCwF .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-uUx0yoxCwF .close::before {
  content: '\e91a';
}
.cid-uUx0yoxCwF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUx0yoxCwF .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-uUx0yoxCwF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUx0yoxCwF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUx0yoxCwF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUx0yoxCwF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUx0yoxCwF .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-uUx0yoxCwF .carousel-indicators li.active,
.cid-uUx0yoxCwF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUx0yoxCwF .carousel-indicators li::after,
.cid-uUx0yoxCwF .carousel-indicators li::before {
  content: none;
}
.cid-uUx0yoxCwF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUx0yoxCwF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUx0yoxCwF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUx0yoxCwF .carousel-indicators {
    display: none;
  }
}
.cid-uUx0yoxCwF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUx0yoxCwF .carousel-inner > .active {
  display: block;
}
.cid-uUx0yoxCwF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUx0yoxCwF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUx0yoxCwF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUx0yoxCwF .carousel-control,
  .cid-uUx0yoxCwF .carousel-indicators,
  .cid-uUx0yoxCwF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUx0yoxCwF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUx0yoxCwF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUx0yoxCwF .carousel-indicators .active,
.cid-uUx0yoxCwF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUx0yoxCwF .carousel-indicators .active {
  background: #fff;
}
.cid-uUx0yoxCwF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUx0yoxCwF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUx0yoxCwF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUx0yoxCwF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUx0yoxCwF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUx0yoxCwF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUx0yoxCwF .carousel {
  width: 100%;
}
.cid-uUx0yoxCwF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUx0yoxCwF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUx0yoxCwF .modal.fade .modal-dialog,
.cid-uUx0yoxCwF .modal.in .modal-dialog {
  transform: none;
}
.cid-uUx0yoxCwF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUx0yoxCwF .content-head {
  max-width: 800px;
}
.cid-uUx0yp66RK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uUx0ypKCed {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUx0ypKCed .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUx0ypKCed .container {
    padding: 0 12px;
  }
}
.cid-uUx0ypKCed .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUx0ypKCed .social-row .soc-item {
  margin: 8px;
}
.cid-uUx0ypKCed .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUx0ypKCed .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUx0ypKCed .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUx0ypKCed .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUx0ypKCed .mbr-section-title {
  color: #ffffff;
}
.cid-uUx0ypKCed .mbr-section-title,
.cid-uUx0ypKCed .social-list {
  color: #ffffff;
}
.cid-uUx0yqkF7c {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUx0yqkF7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUx0yqkF7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUx0yqkF7c .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUx0yqkF7c .footer-col {
    flex-direction: column;
  }
}
.cid-uUx0yqkF7c .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUx0yqkF7c .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUx0yqkF7c .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUx0yqkF7c .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUx0yqkF7c .soc-item {
  margin: 8px;
}
.cid-uUx0yqkF7c .soc-item a:hover .mbr-iconfont,
.cid-uUx0yqkF7c .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUx0yqkF7c .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUx0yqkF7c .row {
    text-align: center;
  }
  .cid-uUx0yqkF7c .social-row {
    justify-content: center;
  }
}
.cid-uUx0yqkF7c .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUx0yqkF7c .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUx0yqkF7c .list {
    margin-bottom: 0rem;
  }
}
.cid-uUx0yqkF7c .mbr-text {
  color: #bbbbbb;
}
.cid-uUx0yqkF7c .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUx0yqkF7c .list,
.cid-uUx0yqkF7c .item-wrap {
  color: #071a3d;
}
.cid-uUx0yqkF7c .copyright {
  color: #071a3d;
}
.cid-uUx1iYZCEg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUx1iYZCEg .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-uUx1iYZCEg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUx1iYZCEg .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-uUx1iYZCEg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUx1iYZCEg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUx1iYZCEg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUx1iYZCEg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUx1iYZCEg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUx1iYZCEg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUx1iYZCEg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUx1iYZCEg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUx1iYZCEg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUx1iYZCEg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUx1iYZCEg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUx1iYZCEg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUx1iYZCEg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUx1iYZCEg .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUx1iYZCEg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUx1iYZCEg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUx1iYZCEg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUx1iYZCEg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUx1iYZCEg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUx1iYZCEg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUx1iYZCEg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUx1iYZCEg .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUx1iYZCEg .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: #ffffff !important;
}
.cid-uUx1iYZCEg .nav-item:focus,
.cid-uUx1iYZCEg .nav-link:focus {
  outline: none;
}
.cid-uUx1iYZCEg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUx1iYZCEg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUx1iYZCEg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUx1iYZCEg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUx1iYZCEg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUx1iYZCEg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUx1iYZCEg .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-uUx1iYZCEg .navbar.opened {
  transition: all 0.3s;
}
.cid-uUx1iYZCEg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUx1iYZCEg .navbar .navbar-logo img {
  width: auto;
}
.cid-uUx1iYZCEg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUx1iYZCEg .navbar.collapsed {
  justify-content: center;
}
.cid-uUx1iYZCEg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUx1iYZCEg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUx1iYZCEg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUx1iYZCEg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUx1iYZCEg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUx1iYZCEg .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-uUx1iYZCEg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUx1iYZCEg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUx1iYZCEg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUx1iYZCEg .navbar {
    min-height: 72px;
  }
  .cid-uUx1iYZCEg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUx1iYZCEg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUx1iYZCEg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUx1iYZCEg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUx1iYZCEg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUx1iYZCEg .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-uUx1iYZCEg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUx1iYZCEg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUx1iYZCEg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUx1iYZCEg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUx1iYZCEg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUx1iYZCEg .dropdown-item.active,
.cid-uUx1iYZCEg .dropdown-item:active {
  background-color: transparent;
}
.cid-uUx1iYZCEg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUx1iYZCEg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUx1iYZCEg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUx1iYZCEg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUx1iYZCEg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUx1iYZCEg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUx1iYZCEg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUx1iYZCEg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUx1iYZCEg .navbar-buttons {
    text-align: left;
  }
}
.cid-uUx1iYZCEg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUx1iYZCEg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUx1iYZCEg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUx1iYZCEg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUx1iYZCEg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUx1iYZCEg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUx1iYZCEg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUx1iYZCEg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUx1iYZCEg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUx1iYZCEg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUx1iYZCEg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUx1iYZCEg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUx1iYZCEg .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-uUx1iYZCEg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUx1iYZCEg .navbar {
    height: 70px;
  }
  .cid-uUx1iYZCEg .navbar.opened {
    height: auto;
  }
  .cid-uUx1iYZCEg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUx1iYZCEg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUx1iYZCEg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUx1iYZCEg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUx1iYZCEg .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-uUx1iYZCEg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUx1iYZCEg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUx1iYZCEg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUx1iYZCEg .navbar-brand {
    margin-right: auto;
  }
  .cid-uUx1iYZCEg .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUx1iYZCEg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUx1iYZCEg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUx1iYZCEg .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-uUx1iYZCEg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUx1iYZCEg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUx1iYZCEg .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-uUx1iYZCEg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUx1iYZCEg .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-uUx1iYZCEg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUx1iYZCEg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUx1iZpLqm {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uUx1iZpLqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUx1iZpLqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUx1iZpLqm .content-head {
  max-width: 800px;
}
.cid-uUx1iZpLqm .mbr-section-title {
  color: #ffffff;
}
.cid-uUx1iZpLqm .mbr-text,
.cid-uUx1iZpLqm .mbr-section-btn {
  color: #ffffff;
}
.cid-uUx1iZJu0f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUx1iZJu0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUx1iZJu0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUx1iZJu0f .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUx1iZJu0f .item {
    margin-bottom: 1rem;
  }
}
.cid-uUx1iZJu0f .item-wrapper {
  position: relative;
}
.cid-uUx1iZJu0f .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-uUx1iZJu0f .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUx1iZJu0f .carousel-control,
.cid-uUx1iZJu0f .close {
  background: #1b1b1b;
}
.cid-uUx1iZJu0f .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUx1iZJu0f .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUx1iZJu0f .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUx1iZJu0f .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUx1iZJu0f .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-uUx1iZJu0f .close::before {
  content: '\e91a';
}
.cid-uUx1iZJu0f .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUx1iZJu0f .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-uUx1iZJu0f .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUx1iZJu0f .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUx1iZJu0f .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUx1iZJu0f .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUx1iZJu0f .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-uUx1iZJu0f .carousel-indicators li.active,
.cid-uUx1iZJu0f .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUx1iZJu0f .carousel-indicators li::after,
.cid-uUx1iZJu0f .carousel-indicators li::before {
  content: none;
}
.cid-uUx1iZJu0f .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUx1iZJu0f .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUx1iZJu0f .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUx1iZJu0f .carousel-indicators {
    display: none;
  }
}
.cid-uUx1iZJu0f .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUx1iZJu0f .carousel-inner > .active {
  display: block;
}
.cid-uUx1iZJu0f .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUx1iZJu0f .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUx1iZJu0f .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUx1iZJu0f .carousel-control,
  .cid-uUx1iZJu0f .carousel-indicators,
  .cid-uUx1iZJu0f .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUx1iZJu0f .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUx1iZJu0f .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUx1iZJu0f .carousel-indicators .active,
.cid-uUx1iZJu0f .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUx1iZJu0f .carousel-indicators .active {
  background: #fff;
}
.cid-uUx1iZJu0f .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUx1iZJu0f .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUx1iZJu0f .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUx1iZJu0f .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUx1iZJu0f .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUx1iZJu0f .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUx1iZJu0f .carousel {
  width: 100%;
}
.cid-uUx1iZJu0f .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUx1iZJu0f .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUx1iZJu0f .modal.fade .modal-dialog,
.cid-uUx1iZJu0f .modal.in .modal-dialog {
  transform: none;
}
.cid-uUx1iZJu0f .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUx1iZJu0f .content-head {
  max-width: 800px;
}
.cid-uUx1j0oehd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uUx1j0AQY0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUx1j0AQY0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUx1j0AQY0 .container {
    padding: 0 12px;
  }
}
.cid-uUx1j0AQY0 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUx1j0AQY0 .social-row .soc-item {
  margin: 8px;
}
.cid-uUx1j0AQY0 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUx1j0AQY0 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUx1j0AQY0 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUx1j0AQY0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUx1j0AQY0 .mbr-section-title {
  color: #ffffff;
}
.cid-uUx1j0AQY0 .mbr-section-title,
.cid-uUx1j0AQY0 .social-list {
  color: #ffffff;
}
.cid-uUx1j0WgfQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUx1j0WgfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUx1j0WgfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUx1j0WgfQ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUx1j0WgfQ .footer-col {
    flex-direction: column;
  }
}
.cid-uUx1j0WgfQ .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUx1j0WgfQ .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUx1j0WgfQ .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUx1j0WgfQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUx1j0WgfQ .soc-item {
  margin: 8px;
}
.cid-uUx1j0WgfQ .soc-item a:hover .mbr-iconfont,
.cid-uUx1j0WgfQ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUx1j0WgfQ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUx1j0WgfQ .row {
    text-align: center;
  }
  .cid-uUx1j0WgfQ .social-row {
    justify-content: center;
  }
}
.cid-uUx1j0WgfQ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUx1j0WgfQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUx1j0WgfQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uUx1j0WgfQ .mbr-text {
  color: #bbbbbb;
}
.cid-uUx1j0WgfQ .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUx1j0WgfQ .list,
.cid-uUx1j0WgfQ .item-wrap {
  color: #071a3d;
}
.cid-uUx1j0WgfQ .copyright {
  color: #071a3d;
}
.cid-uUx2qKciVn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUx2qKciVn .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-uUx2qKciVn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUx2qKciVn .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-uUx2qKciVn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUx2qKciVn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUx2qKciVn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUx2qKciVn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUx2qKciVn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUx2qKciVn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUx2qKciVn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUx2qKciVn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUx2qKciVn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUx2qKciVn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUx2qKciVn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUx2qKciVn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUx2qKciVn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUx2qKciVn .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUx2qKciVn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUx2qKciVn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUx2qKciVn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUx2qKciVn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUx2qKciVn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUx2qKciVn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUx2qKciVn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUx2qKciVn .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUx2qKciVn .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: #ffffff !important;
}
.cid-uUx2qKciVn .nav-item:focus,
.cid-uUx2qKciVn .nav-link:focus {
  outline: none;
}
.cid-uUx2qKciVn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUx2qKciVn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUx2qKciVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUx2qKciVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUx2qKciVn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUx2qKciVn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUx2qKciVn .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-uUx2qKciVn .navbar.opened {
  transition: all 0.3s;
}
.cid-uUx2qKciVn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUx2qKciVn .navbar .navbar-logo img {
  width: auto;
}
.cid-uUx2qKciVn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUx2qKciVn .navbar.collapsed {
  justify-content: center;
}
.cid-uUx2qKciVn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUx2qKciVn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUx2qKciVn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUx2qKciVn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUx2qKciVn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUx2qKciVn .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-uUx2qKciVn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUx2qKciVn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUx2qKciVn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUx2qKciVn .navbar {
    min-height: 72px;
  }
  .cid-uUx2qKciVn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUx2qKciVn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUx2qKciVn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUx2qKciVn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUx2qKciVn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUx2qKciVn .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-uUx2qKciVn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUx2qKciVn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUx2qKciVn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUx2qKciVn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUx2qKciVn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUx2qKciVn .dropdown-item.active,
.cid-uUx2qKciVn .dropdown-item:active {
  background-color: transparent;
}
.cid-uUx2qKciVn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUx2qKciVn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUx2qKciVn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUx2qKciVn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUx2qKciVn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUx2qKciVn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUx2qKciVn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUx2qKciVn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUx2qKciVn .navbar-buttons {
    text-align: left;
  }
}
.cid-uUx2qKciVn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUx2qKciVn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUx2qKciVn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUx2qKciVn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUx2qKciVn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUx2qKciVn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUx2qKciVn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUx2qKciVn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUx2qKciVn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUx2qKciVn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUx2qKciVn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUx2qKciVn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUx2qKciVn .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-uUx2qKciVn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUx2qKciVn .navbar {
    height: 70px;
  }
  .cid-uUx2qKciVn .navbar.opened {
    height: auto;
  }
  .cid-uUx2qKciVn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUx2qKciVn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUx2qKciVn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUx2qKciVn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUx2qKciVn .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-uUx2qKciVn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUx2qKciVn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUx2qKciVn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUx2qKciVn .navbar-brand {
    margin-right: auto;
  }
  .cid-uUx2qKciVn .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUx2qKciVn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUx2qKciVn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUx2qKciVn .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-uUx2qKciVn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUx2qKciVn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUx2qKciVn .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-uUx2qKciVn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUx2qKciVn .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-uUx2qKciVn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUx2qKciVn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUx2qKEvxa {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uUx2qKEvxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUx2qKEvxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUx2qKEvxa .content-head {
  max-width: 800px;
}
.cid-uUx2qKEvxa .mbr-section-title {
  color: #ffffff;
}
.cid-uUx2qKEvxa .mbr-text,
.cid-uUx2qKEvxa .mbr-section-btn {
  color: #ffffff;
}
.cid-uUx2qKWXHP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUx2qKWXHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUx2qKWXHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUx2qKWXHP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUx2qKWXHP .item {
    margin-bottom: 1rem;
  }
}
.cid-uUx2qKWXHP .item-wrapper {
  position: relative;
}
.cid-uUx2qKWXHP .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-uUx2qKWXHP .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUx2qKWXHP .carousel-control,
.cid-uUx2qKWXHP .close {
  background: #1b1b1b;
}
.cid-uUx2qKWXHP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUx2qKWXHP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUx2qKWXHP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUx2qKWXHP .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUx2qKWXHP .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-uUx2qKWXHP .close::before {
  content: '\e91a';
}
.cid-uUx2qKWXHP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUx2qKWXHP .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-uUx2qKWXHP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUx2qKWXHP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUx2qKWXHP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUx2qKWXHP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUx2qKWXHP .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-uUx2qKWXHP .carousel-indicators li.active,
.cid-uUx2qKWXHP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUx2qKWXHP .carousel-indicators li::after,
.cid-uUx2qKWXHP .carousel-indicators li::before {
  content: none;
}
.cid-uUx2qKWXHP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUx2qKWXHP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUx2qKWXHP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUx2qKWXHP .carousel-indicators {
    display: none;
  }
}
.cid-uUx2qKWXHP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUx2qKWXHP .carousel-inner > .active {
  display: block;
}
.cid-uUx2qKWXHP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUx2qKWXHP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUx2qKWXHP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUx2qKWXHP .carousel-control,
  .cid-uUx2qKWXHP .carousel-indicators,
  .cid-uUx2qKWXHP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUx2qKWXHP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUx2qKWXHP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUx2qKWXHP .carousel-indicators .active,
.cid-uUx2qKWXHP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUx2qKWXHP .carousel-indicators .active {
  background: #fff;
}
.cid-uUx2qKWXHP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUx2qKWXHP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUx2qKWXHP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUx2qKWXHP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUx2qKWXHP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUx2qKWXHP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUx2qKWXHP .carousel {
  width: 100%;
}
.cid-uUx2qKWXHP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUx2qKWXHP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUx2qKWXHP .modal.fade .modal-dialog,
.cid-uUx2qKWXHP .modal.in .modal-dialog {
  transform: none;
}
.cid-uUx2qKWXHP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUx2qKWXHP .content-head {
  max-width: 800px;
}
.cid-uUx2qLybR3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uUx2qLKIVm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUx2qLKIVm .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUx2qLKIVm .container {
    padding: 0 12px;
  }
}
.cid-uUx2qLKIVm .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUx2qLKIVm .social-row .soc-item {
  margin: 8px;
}
.cid-uUx2qLKIVm .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUx2qLKIVm .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUx2qLKIVm .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUx2qLKIVm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUx2qLKIVm .mbr-section-title {
  color: #ffffff;
}
.cid-uUx2qLKIVm .mbr-section-title,
.cid-uUx2qLKIVm .social-list {
  color: #ffffff;
}
.cid-uUx2qM3EiV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUx2qM3EiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUx2qM3EiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUx2qM3EiV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUx2qM3EiV .footer-col {
    flex-direction: column;
  }
}
.cid-uUx2qM3EiV .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUx2qM3EiV .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUx2qM3EiV .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUx2qM3EiV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUx2qM3EiV .soc-item {
  margin: 8px;
}
.cid-uUx2qM3EiV .soc-item a:hover .mbr-iconfont,
.cid-uUx2qM3EiV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUx2qM3EiV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUx2qM3EiV .row {
    text-align: center;
  }
  .cid-uUx2qM3EiV .social-row {
    justify-content: center;
  }
}
.cid-uUx2qM3EiV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUx2qM3EiV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUx2qM3EiV .list {
    margin-bottom: 0rem;
  }
}
.cid-uUx2qM3EiV .mbr-text {
  color: #bbbbbb;
}
.cid-uUx2qM3EiV .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUx2qM3EiV .list,
.cid-uUx2qM3EiV .item-wrap {
  color: #071a3d;
}
.cid-uUx2qM3EiV .copyright {
  color: #071a3d;
}
.cid-uUx6lzmTki {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUx6lzmTki .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-uUx6lzmTki .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUx6lzmTki .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-uUx6lzmTki .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUx6lzmTki .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUx6lzmTki .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUx6lzmTki .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUx6lzmTki .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUx6lzmTki .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUx6lzmTki .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUx6lzmTki .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUx6lzmTki .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUx6lzmTki .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUx6lzmTki .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUx6lzmTki .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUx6lzmTki .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUx6lzmTki .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUx6lzmTki .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUx6lzmTki .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUx6lzmTki .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUx6lzmTki .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUx6lzmTki .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUx6lzmTki .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUx6lzmTki .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUx6lzmTki .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUx6lzmTki .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: #ffffff !important;
}
.cid-uUx6lzmTki .nav-item:focus,
.cid-uUx6lzmTki .nav-link:focus {
  outline: none;
}
.cid-uUx6lzmTki .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUx6lzmTki .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUx6lzmTki .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUx6lzmTki .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUx6lzmTki .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUx6lzmTki .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUx6lzmTki .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-uUx6lzmTki .navbar.opened {
  transition: all 0.3s;
}
.cid-uUx6lzmTki .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUx6lzmTki .navbar .navbar-logo img {
  width: auto;
}
.cid-uUx6lzmTki .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUx6lzmTki .navbar.collapsed {
  justify-content: center;
}
.cid-uUx6lzmTki .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUx6lzmTki .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUx6lzmTki .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUx6lzmTki .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUx6lzmTki .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUx6lzmTki .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-uUx6lzmTki .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUx6lzmTki .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUx6lzmTki .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUx6lzmTki .navbar {
    min-height: 72px;
  }
  .cid-uUx6lzmTki .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUx6lzmTki .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUx6lzmTki .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUx6lzmTki .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUx6lzmTki .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUx6lzmTki .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-uUx6lzmTki .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUx6lzmTki .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUx6lzmTki .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUx6lzmTki .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUx6lzmTki .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUx6lzmTki .dropdown-item.active,
.cid-uUx6lzmTki .dropdown-item:active {
  background-color: transparent;
}
.cid-uUx6lzmTki .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUx6lzmTki .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUx6lzmTki .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUx6lzmTki .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUx6lzmTki .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUx6lzmTki .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUx6lzmTki ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUx6lzmTki .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUx6lzmTki .navbar-buttons {
    text-align: left;
  }
}
.cid-uUx6lzmTki button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUx6lzmTki button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUx6lzmTki button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUx6lzmTki button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUx6lzmTki button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUx6lzmTki button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUx6lzmTki nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUx6lzmTki nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUx6lzmTki nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUx6lzmTki nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUx6lzmTki .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUx6lzmTki a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUx6lzmTki .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-uUx6lzmTki .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUx6lzmTki .navbar {
    height: 70px;
  }
  .cid-uUx6lzmTki .navbar.opened {
    height: auto;
  }
  .cid-uUx6lzmTki .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUx6lzmTki .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUx6lzmTki .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUx6lzmTki .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUx6lzmTki .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-uUx6lzmTki .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUx6lzmTki .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUx6lzmTki .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUx6lzmTki .navbar-brand {
    margin-right: auto;
  }
  .cid-uUx6lzmTki .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUx6lzmTki .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUx6lzmTki .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUx6lzmTki .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-uUx6lzmTki .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUx6lzmTki .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUx6lzmTki .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-uUx6lzmTki .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUx6lzmTki .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-uUx6lzmTki .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUx6lzmTki .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUx6lzL3or {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uUx6lzL3or img,
.cid-uUx6lzL3or .item-img {
  width: 100%;
}
.cid-uUx6lzL3or .item:focus,
.cid-uUx6lzL3or span:focus {
  outline: none;
}
.cid-uUx6lzL3or .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUx6lzL3or .item {
    margin-bottom: 1rem;
  }
}
.cid-uUx6lzL3or .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uUx6lzL3or .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uUx6lzL3or .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUx6lzL3or .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uUx6lzL3or .mbr-section-title {
  color: #ffffff;
}
.cid-uUx6lzL3or .item-title {
  text-align: center;
  color: #071a3d;
}
.cid-uUx6lzL3or .item-subtitle {
  text-align: left;
}
.cid-uUx6lzL3or .mbr-text,
.cid-uUx6lzL3or .item .mbr-section-btn {
  text-align: center;
}
.cid-uUx6lzL3or .content-head {
  max-width: 800px;
}
.cid-uUx6lAxJWA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUx6lAxJWA .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUx6lAxJWA .container {
    padding: 0 12px;
  }
}
.cid-uUx6lAxJWA .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUx6lAxJWA .social-row .soc-item {
  margin: 8px;
}
.cid-uUx6lAxJWA .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUx6lAxJWA .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUx6lAxJWA .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUx6lAxJWA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUx6lAxJWA .mbr-section-title {
  color: #ffffff;
}
.cid-uUx6lAxJWA .mbr-section-title,
.cid-uUx6lAxJWA .social-list {
  color: #ffffff;
}
.cid-uUx6lATgvg {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUx6lATgvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUx6lATgvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUx6lATgvg .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUx6lATgvg .footer-col {
    flex-direction: column;
  }
}
.cid-uUx6lATgvg .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUx6lATgvg .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUx6lATgvg .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUx6lATgvg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUx6lATgvg .soc-item {
  margin: 8px;
}
.cid-uUx6lATgvg .soc-item a:hover .mbr-iconfont,
.cid-uUx6lATgvg .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUx6lATgvg .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUx6lATgvg .row {
    text-align: center;
  }
  .cid-uUx6lATgvg .social-row {
    justify-content: center;
  }
}
.cid-uUx6lATgvg .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUx6lATgvg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUx6lATgvg .list {
    margin-bottom: 0rem;
  }
}
.cid-uUx6lATgvg .mbr-text {
  color: #bbbbbb;
}
.cid-uUx6lATgvg .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUx6lATgvg .list,
.cid-uUx6lATgvg .item-wrap {
  color: #071a3d;
}
.cid-uUx6lATgvg .copyright {
  color: #071a3d;
}
.cid-uUxrbCBb50 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUxrbCBb50 .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-uUxrbCBb50 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUxrbCBb50 .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-uUxrbCBb50 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUxrbCBb50 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUxrbCBb50 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUxrbCBb50 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUxrbCBb50 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUxrbCBb50 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUxrbCBb50 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUxrbCBb50 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUxrbCBb50 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUxrbCBb50 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUxrbCBb50 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUxrbCBb50 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUxrbCBb50 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUxrbCBb50 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUxrbCBb50 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUxrbCBb50 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUxrbCBb50 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUxrbCBb50 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUxrbCBb50 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUxrbCBb50 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxrbCBb50 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUxrbCBb50 .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUxrbCBb50 .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: #ffffff !important;
}
.cid-uUxrbCBb50 .nav-item:focus,
.cid-uUxrbCBb50 .nav-link:focus {
  outline: none;
}
.cid-uUxrbCBb50 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUxrbCBb50 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUxrbCBb50 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUxrbCBb50 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUxrbCBb50 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUxrbCBb50 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUxrbCBb50 .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-uUxrbCBb50 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUxrbCBb50 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUxrbCBb50 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUxrbCBb50 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUxrbCBb50 .navbar.collapsed {
  justify-content: center;
}
.cid-uUxrbCBb50 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUxrbCBb50 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUxrbCBb50 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUxrbCBb50 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUxrbCBb50 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUxrbCBb50 .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-uUxrbCBb50 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUxrbCBb50 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUxrbCBb50 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUxrbCBb50 .navbar {
    min-height: 72px;
  }
  .cid-uUxrbCBb50 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUxrbCBb50 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUxrbCBb50 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUxrbCBb50 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUxrbCBb50 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUxrbCBb50 .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-uUxrbCBb50 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUxrbCBb50 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUxrbCBb50 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUxrbCBb50 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUxrbCBb50 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUxrbCBb50 .dropdown-item.active,
.cid-uUxrbCBb50 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUxrbCBb50 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUxrbCBb50 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUxrbCBb50 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUxrbCBb50 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUxrbCBb50 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUxrbCBb50 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUxrbCBb50 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUxrbCBb50 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUxrbCBb50 .navbar-buttons {
    text-align: left;
  }
}
.cid-uUxrbCBb50 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUxrbCBb50 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUxrbCBb50 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUxrbCBb50 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxrbCBb50 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxrbCBb50 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUxrbCBb50 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxrbCBb50 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUxrbCBb50 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUxrbCBb50 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxrbCBb50 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUxrbCBb50 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUxrbCBb50 .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-uUxrbCBb50 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUxrbCBb50 .navbar {
    height: 70px;
  }
  .cid-uUxrbCBb50 .navbar.opened {
    height: auto;
  }
  .cid-uUxrbCBb50 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUxrbCBb50 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUxrbCBb50 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUxrbCBb50 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUxrbCBb50 .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-uUxrbCBb50 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUxrbCBb50 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUxrbCBb50 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUxrbCBb50 .navbar-brand {
    margin-right: auto;
  }
  .cid-uUxrbCBb50 .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUxrbCBb50 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUxrbCBb50 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUxrbCBb50 .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-uUxrbCBb50 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUxrbCBb50 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUxrbCBb50 .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-uUxrbCBb50 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUxrbCBb50 .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-uUxrbCBb50 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUxrbCBb50 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUxrbD6644 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uUxrbD6644 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxrbD6644 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxrbD6644 .content-head {
  max-width: 800px;
}
.cid-uUxrbD6644 .mbr-section-title {
  color: #ffffff;
}
.cid-uUxrbD6644 .mbr-text,
.cid-uUxrbD6644 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUxrbDo8oU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUxrbDo8oU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxrbDo8oU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxrbDo8oU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUxrbDo8oU .item {
    margin-bottom: 1rem;
  }
}
.cid-uUxrbDo8oU .item-wrapper {
  position: relative;
}
.cid-uUxrbDo8oU .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-uUxrbDo8oU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUxrbDo8oU .carousel-control,
.cid-uUxrbDo8oU .close {
  background: #1b1b1b;
}
.cid-uUxrbDo8oU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUxrbDo8oU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUxrbDo8oU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUxrbDo8oU .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUxrbDo8oU .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-uUxrbDo8oU .close::before {
  content: '\e91a';
}
.cid-uUxrbDo8oU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUxrbDo8oU .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-uUxrbDo8oU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUxrbDo8oU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUxrbDo8oU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUxrbDo8oU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUxrbDo8oU .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-uUxrbDo8oU .carousel-indicators li.active,
.cid-uUxrbDo8oU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUxrbDo8oU .carousel-indicators li::after,
.cid-uUxrbDo8oU .carousel-indicators li::before {
  content: none;
}
.cid-uUxrbDo8oU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUxrbDo8oU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUxrbDo8oU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxrbDo8oU .carousel-indicators {
    display: none;
  }
}
.cid-uUxrbDo8oU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUxrbDo8oU .carousel-inner > .active {
  display: block;
}
.cid-uUxrbDo8oU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUxrbDo8oU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUxrbDo8oU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUxrbDo8oU .carousel-control,
  .cid-uUxrbDo8oU .carousel-indicators,
  .cid-uUxrbDo8oU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUxrbDo8oU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUxrbDo8oU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUxrbDo8oU .carousel-indicators .active,
.cid-uUxrbDo8oU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUxrbDo8oU .carousel-indicators .active {
  background: #fff;
}
.cid-uUxrbDo8oU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUxrbDo8oU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUxrbDo8oU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUxrbDo8oU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUxrbDo8oU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUxrbDo8oU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUxrbDo8oU .carousel {
  width: 100%;
}
.cid-uUxrbDo8oU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUxrbDo8oU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUxrbDo8oU .modal.fade .modal-dialog,
.cid-uUxrbDo8oU .modal.in .modal-dialog {
  transform: none;
}
.cid-uUxrbDo8oU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUxrbDo8oU .content-head {
  max-width: 800px;
}
.cid-uUxrbE9cTV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uUxrbEmTox {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUxrbEmTox .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUxrbEmTox .container {
    padding: 0 12px;
  }
}
.cid-uUxrbEmTox .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUxrbEmTox .social-row .soc-item {
  margin: 8px;
}
.cid-uUxrbEmTox .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUxrbEmTox .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUxrbEmTox .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUxrbEmTox .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUxrbEmTox .mbr-section-title {
  color: #ffffff;
}
.cid-uUxrbEmTox .mbr-section-title,
.cid-uUxrbEmTox .social-list {
  color: #ffffff;
}
.cid-uUxrbEGoV0 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUxrbEGoV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxrbEGoV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxrbEGoV0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUxrbEGoV0 .footer-col {
    flex-direction: column;
  }
}
.cid-uUxrbEGoV0 .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUxrbEGoV0 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxrbEGoV0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUxrbEGoV0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUxrbEGoV0 .soc-item {
  margin: 8px;
}
.cid-uUxrbEGoV0 .soc-item a:hover .mbr-iconfont,
.cid-uUxrbEGoV0 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUxrbEGoV0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUxrbEGoV0 .row {
    text-align: center;
  }
  .cid-uUxrbEGoV0 .social-row {
    justify-content: center;
  }
}
.cid-uUxrbEGoV0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUxrbEGoV0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUxrbEGoV0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uUxrbEGoV0 .mbr-text {
  color: #bbbbbb;
}
.cid-uUxrbEGoV0 .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUxrbEGoV0 .list,
.cid-uUxrbEGoV0 .item-wrap {
  color: #071a3d;
}
.cid-uUxrbEGoV0 .copyright {
  color: #071a3d;
}
.cid-uUxrOGJ0nQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUxrOGJ0nQ .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-uUxrOGJ0nQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUxrOGJ0nQ .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-uUxrOGJ0nQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUxrOGJ0nQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUxrOGJ0nQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUxrOGJ0nQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUxrOGJ0nQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUxrOGJ0nQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUxrOGJ0nQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUxrOGJ0nQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUxrOGJ0nQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUxrOGJ0nQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUxrOGJ0nQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUxrOGJ0nQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUxrOGJ0nQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUxrOGJ0nQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUxrOGJ0nQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUxrOGJ0nQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUxrOGJ0nQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUxrOGJ0nQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUxrOGJ0nQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUxrOGJ0nQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxrOGJ0nQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUxrOGJ0nQ .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUxrOGJ0nQ .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: #ffffff !important;
}
.cid-uUxrOGJ0nQ .nav-item:focus,
.cid-uUxrOGJ0nQ .nav-link:focus {
  outline: none;
}
.cid-uUxrOGJ0nQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUxrOGJ0nQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUxrOGJ0nQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUxrOGJ0nQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUxrOGJ0nQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUxrOGJ0nQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUxrOGJ0nQ .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-uUxrOGJ0nQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUxrOGJ0nQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUxrOGJ0nQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUxrOGJ0nQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUxrOGJ0nQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUxrOGJ0nQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUxrOGJ0nQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUxrOGJ0nQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUxrOGJ0nQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUxrOGJ0nQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUxrOGJ0nQ .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-uUxrOGJ0nQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUxrOGJ0nQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUxrOGJ0nQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUxrOGJ0nQ .navbar {
    min-height: 72px;
  }
  .cid-uUxrOGJ0nQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUxrOGJ0nQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUxrOGJ0nQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUxrOGJ0nQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUxrOGJ0nQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUxrOGJ0nQ .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-uUxrOGJ0nQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUxrOGJ0nQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUxrOGJ0nQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUxrOGJ0nQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUxrOGJ0nQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUxrOGJ0nQ .dropdown-item.active,
.cid-uUxrOGJ0nQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUxrOGJ0nQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUxrOGJ0nQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUxrOGJ0nQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUxrOGJ0nQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUxrOGJ0nQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUxrOGJ0nQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUxrOGJ0nQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUxrOGJ0nQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUxrOGJ0nQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUxrOGJ0nQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUxrOGJ0nQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUxrOGJ0nQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUxrOGJ0nQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxrOGJ0nQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxrOGJ0nQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUxrOGJ0nQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxrOGJ0nQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUxrOGJ0nQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUxrOGJ0nQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxrOGJ0nQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUxrOGJ0nQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUxrOGJ0nQ .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-uUxrOGJ0nQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUxrOGJ0nQ .navbar {
    height: 70px;
  }
  .cid-uUxrOGJ0nQ .navbar.opened {
    height: auto;
  }
  .cid-uUxrOGJ0nQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUxrOGJ0nQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUxrOGJ0nQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUxrOGJ0nQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUxrOGJ0nQ .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-uUxrOGJ0nQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUxrOGJ0nQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUxrOGJ0nQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUxrOGJ0nQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUxrOGJ0nQ .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUxrOGJ0nQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUxrOGJ0nQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUxrOGJ0nQ .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-uUxrOGJ0nQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUxrOGJ0nQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUxrOGJ0nQ .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-uUxrOGJ0nQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUxrOGJ0nQ .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-uUxrOGJ0nQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUxrOGJ0nQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUxrOH7Oyj {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uUxrOH7Oyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxrOH7Oyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxrOH7Oyj .content-head {
  max-width: 800px;
}
.cid-uUxrOH7Oyj .mbr-section-title {
  color: #ffffff;
}
.cid-uUxrOH7Oyj .mbr-text,
.cid-uUxrOH7Oyj .mbr-section-btn {
  color: #ffffff;
}
.cid-uUxrOHo5lB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUxrOHo5lB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxrOHo5lB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxrOHo5lB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUxrOHo5lB .item {
    margin-bottom: 1rem;
  }
}
.cid-uUxrOHo5lB .item-wrapper {
  position: relative;
}
.cid-uUxrOHo5lB .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-uUxrOHo5lB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUxrOHo5lB .carousel-control,
.cid-uUxrOHo5lB .close {
  background: #1b1b1b;
}
.cid-uUxrOHo5lB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUxrOHo5lB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUxrOHo5lB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUxrOHo5lB .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUxrOHo5lB .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-uUxrOHo5lB .close::before {
  content: '\e91a';
}
.cid-uUxrOHo5lB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUxrOHo5lB .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-uUxrOHo5lB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUxrOHo5lB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUxrOHo5lB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUxrOHo5lB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUxrOHo5lB .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-uUxrOHo5lB .carousel-indicators li.active,
.cid-uUxrOHo5lB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUxrOHo5lB .carousel-indicators li::after,
.cid-uUxrOHo5lB .carousel-indicators li::before {
  content: none;
}
.cid-uUxrOHo5lB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUxrOHo5lB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUxrOHo5lB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxrOHo5lB .carousel-indicators {
    display: none;
  }
}
.cid-uUxrOHo5lB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUxrOHo5lB .carousel-inner > .active {
  display: block;
}
.cid-uUxrOHo5lB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUxrOHo5lB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUxrOHo5lB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUxrOHo5lB .carousel-control,
  .cid-uUxrOHo5lB .carousel-indicators,
  .cid-uUxrOHo5lB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUxrOHo5lB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUxrOHo5lB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUxrOHo5lB .carousel-indicators .active,
.cid-uUxrOHo5lB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUxrOHo5lB .carousel-indicators .active {
  background: #fff;
}
.cid-uUxrOHo5lB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUxrOHo5lB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUxrOHo5lB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUxrOHo5lB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUxrOHo5lB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUxrOHo5lB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUxrOHo5lB .carousel {
  width: 100%;
}
.cid-uUxrOHo5lB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUxrOHo5lB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUxrOHo5lB .modal.fade .modal-dialog,
.cid-uUxrOHo5lB .modal.in .modal-dialog {
  transform: none;
}
.cid-uUxrOHo5lB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUxrOHo5lB .content-head {
  max-width: 800px;
}
.cid-uUxrOHZ68T {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uUxrOIbwd0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUxrOIbwd0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUxrOIbwd0 .container {
    padding: 0 12px;
  }
}
.cid-uUxrOIbwd0 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUxrOIbwd0 .social-row .soc-item {
  margin: 8px;
}
.cid-uUxrOIbwd0 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUxrOIbwd0 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUxrOIbwd0 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUxrOIbwd0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUxrOIbwd0 .mbr-section-title {
  color: #ffffff;
}
.cid-uUxrOIbwd0 .mbr-section-title,
.cid-uUxrOIbwd0 .social-list {
  color: #ffffff;
}
.cid-uUxrOIwUrW {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUxrOIwUrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxrOIwUrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxrOIwUrW .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUxrOIwUrW .footer-col {
    flex-direction: column;
  }
}
.cid-uUxrOIwUrW .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUxrOIwUrW .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxrOIwUrW .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUxrOIwUrW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUxrOIwUrW .soc-item {
  margin: 8px;
}
.cid-uUxrOIwUrW .soc-item a:hover .mbr-iconfont,
.cid-uUxrOIwUrW .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUxrOIwUrW .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUxrOIwUrW .row {
    text-align: center;
  }
  .cid-uUxrOIwUrW .social-row {
    justify-content: center;
  }
}
.cid-uUxrOIwUrW .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUxrOIwUrW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUxrOIwUrW .list {
    margin-bottom: 0rem;
  }
}
.cid-uUxrOIwUrW .mbr-text {
  color: #bbbbbb;
}
.cid-uUxrOIwUrW .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUxrOIwUrW .list,
.cid-uUxrOIwUrW .item-wrap {
  color: #071a3d;
}
.cid-uUxrOIwUrW .copyright {
  color: #071a3d;
}
.cid-uUxsDkvUcp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUxsDkvUcp .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-uUxsDkvUcp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUxsDkvUcp .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-uUxsDkvUcp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUxsDkvUcp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUxsDkvUcp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUxsDkvUcp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUxsDkvUcp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUxsDkvUcp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUxsDkvUcp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUxsDkvUcp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUxsDkvUcp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUxsDkvUcp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUxsDkvUcp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUxsDkvUcp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUxsDkvUcp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUxsDkvUcp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUxsDkvUcp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUxsDkvUcp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUxsDkvUcp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUxsDkvUcp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUxsDkvUcp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uUxsDkvUcp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxsDkvUcp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUxsDkvUcp .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUxsDkvUcp .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: #ffffff !important;
}
.cid-uUxsDkvUcp .nav-item:focus,
.cid-uUxsDkvUcp .nav-link:focus {
  outline: none;
}
.cid-uUxsDkvUcp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUxsDkvUcp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUxsDkvUcp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUxsDkvUcp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUxsDkvUcp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUxsDkvUcp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUxsDkvUcp .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-uUxsDkvUcp .navbar.opened {
  transition: all 0.3s;
}
.cid-uUxsDkvUcp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUxsDkvUcp .navbar .navbar-logo img {
  width: auto;
}
.cid-uUxsDkvUcp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUxsDkvUcp .navbar.collapsed {
  justify-content: center;
}
.cid-uUxsDkvUcp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUxsDkvUcp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUxsDkvUcp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUxsDkvUcp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUxsDkvUcp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUxsDkvUcp .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-uUxsDkvUcp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUxsDkvUcp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUxsDkvUcp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUxsDkvUcp .navbar {
    min-height: 72px;
  }
  .cid-uUxsDkvUcp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUxsDkvUcp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUxsDkvUcp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUxsDkvUcp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUxsDkvUcp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUxsDkvUcp .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-uUxsDkvUcp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUxsDkvUcp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUxsDkvUcp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUxsDkvUcp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUxsDkvUcp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUxsDkvUcp .dropdown-item.active,
.cid-uUxsDkvUcp .dropdown-item:active {
  background-color: transparent;
}
.cid-uUxsDkvUcp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUxsDkvUcp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUxsDkvUcp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUxsDkvUcp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUxsDkvUcp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUxsDkvUcp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUxsDkvUcp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUxsDkvUcp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUxsDkvUcp .navbar-buttons {
    text-align: left;
  }
}
.cid-uUxsDkvUcp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUxsDkvUcp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uUxsDkvUcp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUxsDkvUcp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxsDkvUcp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxsDkvUcp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUxsDkvUcp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxsDkvUcp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUxsDkvUcp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUxsDkvUcp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxsDkvUcp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUxsDkvUcp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUxsDkvUcp .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-uUxsDkvUcp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUxsDkvUcp .navbar {
    height: 70px;
  }
  .cid-uUxsDkvUcp .navbar.opened {
    height: auto;
  }
  .cid-uUxsDkvUcp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUxsDkvUcp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUxsDkvUcp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUxsDkvUcp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUxsDkvUcp .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-uUxsDkvUcp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUxsDkvUcp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUxsDkvUcp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUxsDkvUcp .navbar-brand {
    margin-right: auto;
  }
  .cid-uUxsDkvUcp .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUxsDkvUcp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUxsDkvUcp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUxsDkvUcp .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-uUxsDkvUcp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUxsDkvUcp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUxsDkvUcp .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-uUxsDkvUcp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUxsDkvUcp .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-uUxsDkvUcp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUxsDkvUcp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUxsDkYFBl {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uUxsDkYFBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxsDkYFBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxsDkYFBl .content-head {
  max-width: 800px;
}
.cid-uUxsDkYFBl .mbr-section-title {
  color: #ffffff;
}
.cid-uUxsDkYFBl .mbr-text,
.cid-uUxsDkYFBl .mbr-section-btn {
  color: #ffffff;
}
.cid-uUxsDlhxIH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUxsDlhxIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxsDlhxIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxsDlhxIH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUxsDlhxIH .item {
    margin-bottom: 1rem;
  }
}
.cid-uUxsDlhxIH .item-wrapper {
  position: relative;
}
.cid-uUxsDlhxIH .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-uUxsDlhxIH .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUxsDlhxIH .carousel-control,
.cid-uUxsDlhxIH .close {
  background: #1b1b1b;
}
.cid-uUxsDlhxIH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUxsDlhxIH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUxsDlhxIH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUxsDlhxIH .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUxsDlhxIH .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-uUxsDlhxIH .close::before {
  content: '\e91a';
}
.cid-uUxsDlhxIH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUxsDlhxIH .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-uUxsDlhxIH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUxsDlhxIH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUxsDlhxIH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUxsDlhxIH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUxsDlhxIH .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-uUxsDlhxIH .carousel-indicators li.active,
.cid-uUxsDlhxIH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUxsDlhxIH .carousel-indicators li::after,
.cid-uUxsDlhxIH .carousel-indicators li::before {
  content: none;
}
.cid-uUxsDlhxIH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUxsDlhxIH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUxsDlhxIH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxsDlhxIH .carousel-indicators {
    display: none;
  }
}
.cid-uUxsDlhxIH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUxsDlhxIH .carousel-inner > .active {
  display: block;
}
.cid-uUxsDlhxIH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUxsDlhxIH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUxsDlhxIH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUxsDlhxIH .carousel-control,
  .cid-uUxsDlhxIH .carousel-indicators,
  .cid-uUxsDlhxIH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUxsDlhxIH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUxsDlhxIH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUxsDlhxIH .carousel-indicators .active,
.cid-uUxsDlhxIH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUxsDlhxIH .carousel-indicators .active {
  background: #fff;
}
.cid-uUxsDlhxIH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUxsDlhxIH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUxsDlhxIH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUxsDlhxIH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUxsDlhxIH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUxsDlhxIH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUxsDlhxIH .carousel {
  width: 100%;
}
.cid-uUxsDlhxIH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUxsDlhxIH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUxsDlhxIH .modal.fade .modal-dialog,
.cid-uUxsDlhxIH .modal.in .modal-dialog {
  transform: none;
}
.cid-uUxsDlhxIH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUxsDlhxIH .content-head {
  max-width: 800px;
}
.cid-uUxsDmkVEJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uUxsDmyvE8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uUxsDmyvE8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uUxsDmyvE8 .container {
    padding: 0 12px;
  }
}
.cid-uUxsDmyvE8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUxsDmyvE8 .social-row .soc-item {
  margin: 8px;
}
.cid-uUxsDmyvE8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uUxsDmyvE8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUxsDmyvE8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uUxsDmyvE8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUxsDmyvE8 .mbr-section-title {
  color: #ffffff;
}
.cid-uUxsDmyvE8 .mbr-section-title,
.cid-uUxsDmyvE8 .social-list {
  color: #ffffff;
}
.cid-uUxsDmUzeX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uUxsDmUzeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxsDmUzeX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxsDmUzeX .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUxsDmUzeX .footer-col {
    flex-direction: column;
  }
}
.cid-uUxsDmUzeX .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUxsDmUzeX .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxsDmUzeX .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUxsDmUzeX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUxsDmUzeX .soc-item {
  margin: 8px;
}
.cid-uUxsDmUzeX .soc-item a:hover .mbr-iconfont,
.cid-uUxsDmUzeX .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uUxsDmUzeX .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUxsDmUzeX .row {
    text-align: center;
  }
  .cid-uUxsDmUzeX .social-row {
    justify-content: center;
  }
}
.cid-uUxsDmUzeX .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUxsDmUzeX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUxsDmUzeX .list {
    margin-bottom: 0rem;
  }
}
.cid-uUxsDmUzeX .mbr-text {
  color: #bbbbbb;
}
.cid-uUxsDmUzeX .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uUxsDmUzeX .list,
.cid-uUxsDmUzeX .item-wrap {
  color: #071a3d;
}
.cid-uUxsDmUzeX .copyright {
  color: #071a3d;
}
.cid-uWpRjwmF8X {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWpRjwmF8X .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-uWpRjwmF8X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWpRjwmF8X .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-uWpRjwmF8X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWpRjwmF8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWpRjwmF8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWpRjwmF8X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uWpRjwmF8X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWpRjwmF8X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWpRjwmF8X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWpRjwmF8X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWpRjwmF8X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWpRjwmF8X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWpRjwmF8X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWpRjwmF8X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWpRjwmF8X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWpRjwmF8X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWpRjwmF8X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWpRjwmF8X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWpRjwmF8X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWpRjwmF8X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWpRjwmF8X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uWpRjwmF8X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWpRjwmF8X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWpRjwmF8X .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWpRjwmF8X .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: #ffffff !important;
}
.cid-uWpRjwmF8X .nav-item:focus,
.cid-uWpRjwmF8X .nav-link:focus {
  outline: none;
}
.cid-uWpRjwmF8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWpRjwmF8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWpRjwmF8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWpRjwmF8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWpRjwmF8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWpRjwmF8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWpRjwmF8X .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-uWpRjwmF8X .navbar.opened {
  transition: all 0.3s;
}
.cid-uWpRjwmF8X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWpRjwmF8X .navbar .navbar-logo img {
  width: auto;
}
.cid-uWpRjwmF8X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWpRjwmF8X .navbar.collapsed {
  justify-content: center;
}
.cid-uWpRjwmF8X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWpRjwmF8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWpRjwmF8X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWpRjwmF8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWpRjwmF8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWpRjwmF8X .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-uWpRjwmF8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWpRjwmF8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWpRjwmF8X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWpRjwmF8X .navbar {
    min-height: 72px;
  }
  .cid-uWpRjwmF8X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWpRjwmF8X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWpRjwmF8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWpRjwmF8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWpRjwmF8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWpRjwmF8X .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-uWpRjwmF8X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWpRjwmF8X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWpRjwmF8X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWpRjwmF8X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWpRjwmF8X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWpRjwmF8X .dropdown-item.active,
.cid-uWpRjwmF8X .dropdown-item:active {
  background-color: transparent;
}
.cid-uWpRjwmF8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWpRjwmF8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWpRjwmF8X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWpRjwmF8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWpRjwmF8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWpRjwmF8X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWpRjwmF8X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWpRjwmF8X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWpRjwmF8X .navbar-buttons {
    text-align: left;
  }
}
.cid-uWpRjwmF8X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWpRjwmF8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uWpRjwmF8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWpRjwmF8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWpRjwmF8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWpRjwmF8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWpRjwmF8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWpRjwmF8X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWpRjwmF8X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWpRjwmF8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWpRjwmF8X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWpRjwmF8X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWpRjwmF8X .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-uWpRjwmF8X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWpRjwmF8X .navbar {
    height: 70px;
  }
  .cid-uWpRjwmF8X .navbar.opened {
    height: auto;
  }
  .cid-uWpRjwmF8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWpRjwmF8X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWpRjwmF8X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWpRjwmF8X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWpRjwmF8X .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-uWpRjwmF8X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWpRjwmF8X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWpRjwmF8X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWpRjwmF8X .navbar-brand {
    margin-right: auto;
  }
  .cid-uWpRjwmF8X .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWpRjwmF8X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWpRjwmF8X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWpRjwmF8X .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-uWpRjwmF8X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWpRjwmF8X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWpRjwmF8X .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-uWpRjwmF8X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWpRjwmF8X .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-uWpRjwmF8X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWpRjwmF8X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWpRjwIrwR {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uWpRjwIrwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWpRjwIrwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWpRjwIrwR .content-head {
  max-width: 800px;
}
.cid-uWpRjwIrwR .mbr-section-title {
  color: #ffffff;
}
.cid-uWpRjwIrwR .mbr-text,
.cid-uWpRjwIrwR .mbr-section-btn {
  color: #ffffff;
}
.cid-uWpRjwWYj1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWpRjwWYj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWpRjwWYj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWpRjwWYj1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWpRjwWYj1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uWpRjwWYj1 .item-wrapper {
  position: relative;
}
.cid-uWpRjwWYj1 .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-uWpRjwWYj1 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uWpRjwWYj1 .carousel-control,
.cid-uWpRjwWYj1 .close {
  background: #1b1b1b;
}
.cid-uWpRjwWYj1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uWpRjwWYj1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uWpRjwWYj1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uWpRjwWYj1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uWpRjwWYj1 .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-uWpRjwWYj1 .close::before {
  content: '\e91a';
}
.cid-uWpRjwWYj1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uWpRjwWYj1 .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-uWpRjwWYj1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWpRjwWYj1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWpRjwWYj1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWpRjwWYj1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uWpRjwWYj1 .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-uWpRjwWYj1 .carousel-indicators li.active,
.cid-uWpRjwWYj1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uWpRjwWYj1 .carousel-indicators li::after,
.cid-uWpRjwWYj1 .carousel-indicators li::before {
  content: none;
}
.cid-uWpRjwWYj1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uWpRjwWYj1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uWpRjwWYj1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWpRjwWYj1 .carousel-indicators {
    display: none;
  }
}
.cid-uWpRjwWYj1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uWpRjwWYj1 .carousel-inner > .active {
  display: block;
}
.cid-uWpRjwWYj1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWpRjwWYj1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uWpRjwWYj1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uWpRjwWYj1 .carousel-control,
  .cid-uWpRjwWYj1 .carousel-indicators,
  .cid-uWpRjwWYj1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uWpRjwWYj1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uWpRjwWYj1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uWpRjwWYj1 .carousel-indicators .active,
.cid-uWpRjwWYj1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uWpRjwWYj1 .carousel-indicators .active {
  background: #fff;
}
.cid-uWpRjwWYj1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uWpRjwWYj1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uWpRjwWYj1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uWpRjwWYj1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uWpRjwWYj1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uWpRjwWYj1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uWpRjwWYj1 .carousel {
  width: 100%;
}
.cid-uWpRjwWYj1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uWpRjwWYj1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uWpRjwWYj1 .modal.fade .modal-dialog,
.cid-uWpRjwWYj1 .modal.in .modal-dialog {
  transform: none;
}
.cid-uWpRjwWYj1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uWpRjwWYj1 .content-head {
  max-width: 800px;
}
.cid-uWpRjxxFse {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uWpRjxGreV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uWpRjxGreV .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uWpRjxGreV .container {
    padding: 0 12px;
  }
}
.cid-uWpRjxGreV .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWpRjxGreV .social-row .soc-item {
  margin: 8px;
}
.cid-uWpRjxGreV .social-row .soc-item a:hover .mbr-iconfont,
.cid-uWpRjxGreV .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uWpRjxGreV .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uWpRjxGreV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWpRjxGreV .mbr-section-title {
  color: #ffffff;
}
.cid-uWpRjxGreV .mbr-section-title,
.cid-uWpRjxGreV .social-list {
  color: #ffffff;
}
.cid-uWpRjxXF6e {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uWpRjxXF6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWpRjxXF6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWpRjxXF6e .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uWpRjxXF6e .footer-col {
    flex-direction: column;
  }
}
.cid-uWpRjxXF6e .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uWpRjxXF6e .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWpRjxXF6e .mbr-section-btn {
    text-align: center;
  }
}
.cid-uWpRjxXF6e .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWpRjxXF6e .soc-item {
  margin: 8px;
}
.cid-uWpRjxXF6e .soc-item a:hover .mbr-iconfont,
.cid-uWpRjxXF6e .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uWpRjxXF6e .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uWpRjxXF6e .row {
    text-align: center;
  }
  .cid-uWpRjxXF6e .social-row {
    justify-content: center;
  }
}
.cid-uWpRjxXF6e .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uWpRjxXF6e .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWpRjxXF6e .list {
    margin-bottom: 0rem;
  }
}
.cid-uWpRjxXF6e .mbr-text {
  color: #bbbbbb;
}
.cid-uWpRjxXF6e .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uWpRjxXF6e .list,
.cid-uWpRjxXF6e .item-wrap {
  color: #071a3d;
}
.cid-uWpRjxXF6e .copyright {
  color: #071a3d;
}
.cid-uX5ZTwGDl7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uX5ZTwGDl7 .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-uX5ZTwGDl7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uX5ZTwGDl7 .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-uX5ZTwGDl7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uX5ZTwGDl7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX5ZTwGDl7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX5ZTwGDl7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uX5ZTwGDl7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uX5ZTwGDl7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uX5ZTwGDl7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uX5ZTwGDl7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uX5ZTwGDl7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uX5ZTwGDl7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uX5ZTwGDl7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uX5ZTwGDl7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uX5ZTwGDl7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uX5ZTwGDl7 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uX5ZTwGDl7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uX5ZTwGDl7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uX5ZTwGDl7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uX5ZTwGDl7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uX5ZTwGDl7 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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-uX5ZTwGDl7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uX5ZTwGDl7 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uX5ZTwGDl7 .iconfont-wrapper {
  color: #071a3d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX5ZTwGDl7 .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: #ffffff !important;
}
.cid-uX5ZTwGDl7 .nav-item:focus,
.cid-uX5ZTwGDl7 .nav-link:focus {
  outline: none;
}
.cid-uX5ZTwGDl7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX5ZTwGDl7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX5ZTwGDl7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX5ZTwGDl7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX5ZTwGDl7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX5ZTwGDl7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX5ZTwGDl7 .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-uX5ZTwGDl7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uX5ZTwGDl7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX5ZTwGDl7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uX5ZTwGDl7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uX5ZTwGDl7 .navbar.collapsed {
  justify-content: center;
}
.cid-uX5ZTwGDl7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX5ZTwGDl7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX5ZTwGDl7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uX5ZTwGDl7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX5ZTwGDl7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX5ZTwGDl7 .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-uX5ZTwGDl7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX5ZTwGDl7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX5ZTwGDl7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uX5ZTwGDl7 .navbar {
    min-height: 72px;
  }
  .cid-uX5ZTwGDl7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uX5ZTwGDl7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX5ZTwGDl7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX5ZTwGDl7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX5ZTwGDl7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX5ZTwGDl7 .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-uX5ZTwGDl7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX5ZTwGDl7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uX5ZTwGDl7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX5ZTwGDl7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX5ZTwGDl7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uX5ZTwGDl7 .dropdown-item.active,
.cid-uX5ZTwGDl7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uX5ZTwGDl7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX5ZTwGDl7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX5ZTwGDl7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX5ZTwGDl7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uX5ZTwGDl7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uX5ZTwGDl7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uX5ZTwGDl7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX5ZTwGDl7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uX5ZTwGDl7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uX5ZTwGDl7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX5ZTwGDl7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #071a3d;
}
.cid-uX5ZTwGDl7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX5ZTwGDl7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX5ZTwGDl7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX5ZTwGDl7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX5ZTwGDl7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX5ZTwGDl7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX5ZTwGDl7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX5ZTwGDl7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX5ZTwGDl7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uX5ZTwGDl7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX5ZTwGDl7 .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-uX5ZTwGDl7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX5ZTwGDl7 .navbar {
    height: 70px;
  }
  .cid-uX5ZTwGDl7 .navbar.opened {
    height: auto;
  }
  .cid-uX5ZTwGDl7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX5ZTwGDl7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uX5ZTwGDl7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uX5ZTwGDl7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uX5ZTwGDl7 .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-uX5ZTwGDl7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uX5ZTwGDl7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uX5ZTwGDl7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uX5ZTwGDl7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uX5ZTwGDl7 .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: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uX5ZTwGDl7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uX5ZTwGDl7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uX5ZTwGDl7 .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-uX5ZTwGDl7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uX5ZTwGDl7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uX5ZTwGDl7 .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-uX5ZTwGDl7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uX5ZTwGDl7 .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-uX5ZTwGDl7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uX5ZTwGDl7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uX5ZTx3uVg {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #071a3d;
}
.cid-uX5ZTx3uVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5ZTx3uVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5ZTx3uVg .content-head {
  max-width: 800px;
}
.cid-uX5ZTx3uVg .mbr-section-title {
  color: #ffffff;
}
.cid-uX5ZTx3uVg .mbr-text,
.cid-uX5ZTx3uVg .mbr-section-btn {
  color: #ffffff;
}
.cid-uX5ZTxjzXU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX5ZTxjzXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5ZTxjzXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5ZTxjzXU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX5ZTxjzXU .item {
    margin-bottom: 1rem;
  }
}
.cid-uX5ZTxjzXU .item-wrapper {
  position: relative;
}
.cid-uX5ZTxjzXU .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-uX5ZTxjzXU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uX5ZTxjzXU .carousel-control,
.cid-uX5ZTxjzXU .close {
  background: #1b1b1b;
}
.cid-uX5ZTxjzXU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uX5ZTxjzXU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uX5ZTxjzXU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uX5ZTxjzXU .carousel-control-next span {
  margin-left: 5px;
}
.cid-uX5ZTxjzXU .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-uX5ZTxjzXU .close::before {
  content: '\e91a';
}
.cid-uX5ZTxjzXU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uX5ZTxjzXU .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-uX5ZTxjzXU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uX5ZTxjzXU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uX5ZTxjzXU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uX5ZTxjzXU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uX5ZTxjzXU .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-uX5ZTxjzXU .carousel-indicators li.active,
.cid-uX5ZTxjzXU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uX5ZTxjzXU .carousel-indicators li::after,
.cid-uX5ZTxjzXU .carousel-indicators li::before {
  content: none;
}
.cid-uX5ZTxjzXU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uX5ZTxjzXU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uX5ZTxjzXU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uX5ZTxjzXU .carousel-indicators {
    display: none;
  }
}
.cid-uX5ZTxjzXU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uX5ZTxjzXU .carousel-inner > .active {
  display: block;
}
.cid-uX5ZTxjzXU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uX5ZTxjzXU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uX5ZTxjzXU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uX5ZTxjzXU .carousel-control,
  .cid-uX5ZTxjzXU .carousel-indicators,
  .cid-uX5ZTxjzXU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uX5ZTxjzXU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uX5ZTxjzXU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uX5ZTxjzXU .carousel-indicators .active,
.cid-uX5ZTxjzXU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uX5ZTxjzXU .carousel-indicators .active {
  background: #fff;
}
.cid-uX5ZTxjzXU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uX5ZTxjzXU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uX5ZTxjzXU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uX5ZTxjzXU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uX5ZTxjzXU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uX5ZTxjzXU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uX5ZTxjzXU .carousel {
  width: 100%;
}
.cid-uX5ZTxjzXU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uX5ZTxjzXU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uX5ZTxjzXU .modal.fade .modal-dialog,
.cid-uX5ZTxjzXU .modal.in .modal-dialog {
  transform: none;
}
.cid-uX5ZTxjzXU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uX5ZTxjzXU .content-head {
  max-width: 800px;
}
.cid-uX5ZTxLkT0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #071a3d;
}
.cid-uX5ZTxWbjs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
.cid-uX5ZTxWbjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5ZTxWbjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5ZTxWbjs .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX5ZTxWbjs .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uX5ZTxWbjs .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uX5ZTxWbjs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uX5ZTxWbjs .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uX5ZTxWbjs .mbr-section-title {
  color: #9fe870;
}
.cid-uX5ZTxWbjs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uX5ZTxWbjs .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uX5ZTxWbjs .card-box .item-footer {
  margin-top: auto;
}
.cid-uX5ZTxWbjs .content-head {
  max-width: 800px;
}
.cid-uX5ZTxWbjs .card-text {
  text-align: center;
}
.cid-uX5ZTxWbjs .card-title,
.cid-uX5ZTxWbjs .iconfont-wrapper {
  text-align: center;
}
.cid-uX5ZTyhW6o {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #071a3d;
}
@media (max-width: 991px) {
  .cid-uX5ZTyhW6o .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uX5ZTyhW6o .container {
    padding: 0 12px;
  }
}
.cid-uX5ZTyhW6o .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uX5ZTyhW6o .social-row .soc-item {
  margin: 8px;
}
.cid-uX5ZTyhW6o .social-row .soc-item a:hover .mbr-iconfont,
.cid-uX5ZTyhW6o .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uX5ZTyhW6o .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
.cid-uX5ZTyhW6o .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uX5ZTyhW6o .mbr-section-title {
  color: #ffffff;
}
.cid-uX5ZTyhW6o .mbr-section-title,
.cid-uX5ZTyhW6o .social-list {
  color: #ffffff;
}
.cid-uX5ZTyD974 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #071a3d;
}
.cid-uX5ZTyD974 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5ZTyD974 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5ZTyD974 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uX5ZTyD974 .footer-col {
    flex-direction: column;
  }
}
.cid-uX5ZTyD974 .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uX5ZTyD974 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uX5ZTyD974 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uX5ZTyD974 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX5ZTyD974 .soc-item {
  margin: 8px;
}
.cid-uX5ZTyD974 .soc-item a:hover .mbr-iconfont,
.cid-uX5ZTyD974 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uX5ZTyD974 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #071a3d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uX5ZTyD974 .row {
    text-align: center;
  }
  .cid-uX5ZTyD974 .social-row {
    justify-content: center;
  }
}
.cid-uX5ZTyD974 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uX5ZTyD974 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX5ZTyD974 .list {
    margin-bottom: 0rem;
  }
}
.cid-uX5ZTyD974 .mbr-text {
  color: #bbbbbb;
}
.cid-uX5ZTyD974 .mbr-section-subtitle {
  color: #071a3d;
}
.cid-uX5ZTyD974 .list,
.cid-uX5ZTyD974 .item-wrap {
  color: #071a3d;
}
.cid-uX5ZTyD974 .copyright {
  color: #071a3d;
}
