.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f30000 !important;
}
.bg-success {
  background-color: #fe6571 !important;
}
.bg-info {
  background-color: #082c4e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f30000 !important;
  border-color: #f30000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: white !important;
  border-color: white !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
}
.btn-info,
.btn-info:active {
  background-color: #082c4e !important;
  border-color: #082c4e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: white !important;
  border-color: white !important;
}
.btn-success,
.btn-success:active {
  background-color: #fe6571 !important;
  border-color: #fe6571 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: white !important;
  border-color: white !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: white !important;
  border-color: white !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: white !important;
  border-color: white !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: white !important;
  border-color: white !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: white !important;
  border-color: white !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f30000;
  color: #f30000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9c0000 !important;
  background-color: transparent!important;
  border-color: #9c0000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f30000 !important;
  border-color: #f30000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffcc00;
  color: #ffcc00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a88700 !important;
  background-color: transparent!important;
  border-color: #a88700 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #082c4e;
  color: #082c4e;
}
.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: #082c4e !important;
  border-color: #082c4e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fe6571;
  color: #fe6571;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fd0f22 !important;
  background-color: transparent!important;
  border-color: #fd0f22 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fe6571 !important;
  border-color: #fe6571 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #f30000 !important;
}
.text-secondary {
  color: #ffcc00 !important;
}
.text-success {
  color: #fe6571 !important;
}
.text-info {
  color: #082c4e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f30000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffcc00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #fe6571 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #082c4e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe161 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff9966 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  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]):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: #f30000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #082c4e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f30000;
  border-color: #f30000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f30000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffc0c0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4fa0ed;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.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: #f30000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', 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: #f30000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #f30000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f30000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f30000;
  border-bottom-color: #f30000;
}
.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: #f30000 !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: #ffcc00 !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='%23f30000' %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-sg6Xmo71ac {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg6Xmo71ac nav.navbar {
  position: fixed;
}
.cid-sg6Xmo71ac .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg6Xmo71ac .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sg6Xmo71ac .dropdown-item:hover,
.cid-sg6Xmo71ac .dropdown-item:focus {
  background: #f30000 !important;
  color: white !important;
}
.cid-sg6Xmo71ac .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sg6Xmo71ac .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sg6Xmo71ac .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-sg6Xmo71ac .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg6Xmo71ac .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-sg6Xmo71ac .nav-link:before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #ffcc00;
  opacity: 0;
  transition: all 0.3s;
}
.cid-sg6Xmo71ac .nav-link:hover:before {
  opacity: 1;
}
.cid-sg6Xmo71ac .container {
  display: flex;
  margin: auto;
}
.cid-sg6Xmo71ac .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sg6Xmo71ac .dropdown-menu,
.cid-sg6Xmo71ac .navbar.opened {
  background: #011e60 !important;
}
.cid-sg6Xmo71ac .nav-item:focus,
.cid-sg6Xmo71ac .nav-link:focus {
  outline: none;
}
.cid-sg6Xmo71ac .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg6Xmo71ac .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg6Xmo71ac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sg6Xmo71ac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg6Xmo71ac .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg6Xmo71ac .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg6Xmo71ac .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #011e60;
}
.cid-sg6Xmo71ac .navbar.opened {
  transition: all 0.3s;
}
.cid-sg6Xmo71ac .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sg6Xmo71ac .navbar .navbar-logo img {
  width: auto;
}
.cid-sg6Xmo71ac .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg6Xmo71ac .navbar.collapsed {
  justify-content: center;
}
.cid-sg6Xmo71ac .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg6Xmo71ac .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg6Xmo71ac .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sg6Xmo71ac .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg6Xmo71ac .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg6Xmo71ac .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-sg6Xmo71ac .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg6Xmo71ac .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sg6Xmo71ac .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sg6Xmo71ac .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg6Xmo71ac .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg6Xmo71ac .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg6Xmo71ac .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg6Xmo71ac .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-sg6Xmo71ac .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sg6Xmo71ac .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg6Xmo71ac .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg6Xmo71ac .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg6Xmo71ac .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg6Xmo71ac .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sg6Xmo71ac .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg6Xmo71ac .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sg6Xmo71ac .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sg6Xmo71ac .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg6Xmo71ac .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg6Xmo71ac .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg6Xmo71ac .dropdown-item.active,
.cid-sg6Xmo71ac .dropdown-item:active {
  background-color: transparent;
}
.cid-sg6Xmo71ac .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg6Xmo71ac .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg6Xmo71ac .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg6Xmo71ac .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011e60;
}
.cid-sg6Xmo71ac .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg6Xmo71ac .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg6Xmo71ac ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg6Xmo71ac .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg6Xmo71ac button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sg6Xmo71ac button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sg6Xmo71ac button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sg6Xmo71ac button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sg6Xmo71ac button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sg6Xmo71ac button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sg6Xmo71ac nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sg6Xmo71ac nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sg6Xmo71ac nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sg6Xmo71ac nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sg6Xmo71ac .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sg6Xmo71ac a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg6Xmo71ac .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sg6Xmo71ac .navbar {
    height: 70px;
  }
  .cid-sg6Xmo71ac .navbar.opened {
    height: auto;
  }
  .cid-sg6Xmo71ac .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUx2dORHav {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #0033a0;
}
.cid-uUx2dORHav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUx2dORHav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUx2dORHav .row {
  margin: 0 -6px;
}
.cid-uUx2dORHav .card {
  padding: 0 6px;
}
.cid-uUx2dORHav .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uUx2dORHav .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uUx2dORHav .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUx2dORHav .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #f5f8ff;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uUx2dORHav .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUx2dORHav .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uUx2dORHav .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uUx2dORHav .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUx2dORHav .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUx2dORHav .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uUx2dORHav .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUx2dORHav .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uUx2dORHav .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUx2dORHav .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUx2dORHav .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUx2dORHav .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uUx2dORHav .mbr-section-title {
  color: #000000;
}
.cid-uUx2dORHav .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUx2dORHav .mbr-section-title,
.cid-uUx2dORHav .mbr-section-btn {
  text-align: center;
}
.cid-uUx9tdDth6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
}
.cid-uUx9tdDth6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUx9tdDth6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUx9tdDth6 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUx9tdDth6 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uUx9tdDth6 .container {
    padding: 0 6px;
  }
}
.cid-uUx9tdDth6 .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uUx9tdDth6 .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uUx9tdDth6 .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uUx9tdDth6 .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uUx9tdDth6 .row {
    padding: 0;
  }
}
.cid-uUx9tdDth6 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uUx9tdDth6 .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #45bce6;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uUx9tdDth6 .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uUx9tdDth6 .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uUx9tdDth6 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uUx9tdDth6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uUx9tdDth6 .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uUx9tdDth6 .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uUx9tdDth6 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uUx9tdDth6 .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uUx9tdDth6 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUx9tdDth6 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUx9tdDth6 .mbr-section-title {
  color: #45bce6;
}
.cid-uUx9tdDth6 .list {
  color: #131313;
}
.cid-uUqXBfF2up {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e60;
}
.cid-uUqXBfF2up .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqXBfF2up .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqXBfF2up .items-wrapper {
  justify-content: center;
}
.cid-uUqXBfF2up .mbr-text,
.cid-uUqXBfF2up .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUx9P87kA1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUx9P87kA1 .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uUx9P87kA1 .image-wrapper {
  margin-top: 5rem;
}
@media (max-width: 992px) {
  .cid-uUx9P87kA1 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uUx9P87kA1 .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-uUx9P87kA1 .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #f30000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uUx9P87kA1 .link:hover:before {
  background: #082c4e;
}
.cid-uUx9P87kA1 .mbr-section-title {
  color: #000000;
}
.cid-uUx9P87kA1 .mbr-text,
.cid-uUx9P87kA1 .mbr-section-btn {
  color: #000000;
}
.cid-uUx9P87kA1 .link,
.cid-uUx9P87kA1 .link-wrap {
  color: #000000;
}
.cid-uUx9P87kA1 .mbr-title {
  color: #3098f3;
}
.cid-uUx9P87kA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUx9P87kA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUw4rMkrlK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uUw4rMkrlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUw4rMkrlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUw4rMkrlK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUw4rMkrlK .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uUw4rMkrlK .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uUw4rMkrlK .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uUw4rMkrlK .container {
    padding: 0 12px;
  }
}
.cid-uUw4rMkrlK .row {
  justify-content: center;
}
.cid-uUw4rMkrlK .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uUw4rMkrlK .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uUw4rMkrlK .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uUw4rMkrlK .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uUw4rMkrlK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-uUw4rMkrlK .items-wrapper {
    display: block;
  }
}
.cid-uUw4rMkrlK .items-wrapper .item {
  background-color: #011e60;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-uUw4rMkrlK .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUw4rMkrlK .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-uUw4rMkrlK .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uUw4rMkrlK .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uUw4rMkrlK .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-uUw4rMkrlK .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uUw4rMkrlK .mbr-section-title {
  color: #ffffff;
}
.cid-uUw4rMkrlK .item-title {
  color: #ffffff;
}
.cid-uUw4rMkrlK .item-text {
  color: #ffffff;
}
.cid-uUw6eBom3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUw6eBom3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUw6eBom3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUw6eBom3V .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uUw6eBom3V .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uUw6eBom3V .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uUw6eBom3V .item-img {
    width: 100%;
  }
}
.cid-uUw6eBom3V .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uUw6eBom3V .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uUw6eBom3V .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uUw6eBom3V .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uUw6eBom3V .card-title {
  color: #000000;
}
.cid-uUw6eBom3V .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-uUw6eBom3V .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-uUw6eBom3V .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-uUw6eBom3V .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uUw6eBom3V .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-uUw6eBom3V .list-text {
  flex-grow: 1;
  color: #000000;
}
.cid-uUw6eBom3V .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-uUw6eBom3V .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uUw6eBom3V .card-text,
.cid-uUw6eBom3V .mbr-section-btn {
  color: #000000;
}
.cid-uUxbwPyqNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e60;
}
.cid-uUxbwPyqNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxbwPyqNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxbwPyqNh .row {
  justify-content: space-between;
}
.cid-uUxbwPyqNh .card {
  justify-content: center;
}
.cid-uUxbwPyqNh .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uUxbwPyqNh .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #f47451;
  z-index: 1;
}
.cid-uUxbwPyqNh .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uUxbwPyqNh .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uUxbwPyqNh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUxbwPyqNh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUxbwPyqNh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUxbwPyqNh .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uUxbwPyqNh .image-wrapper {
    margin-left: 0;
  }
}
.cid-uUxbwPyqNh .image-wrapper img {
  height: 700px;
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUxbwPyqNh .image-wrapper img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uUxbwPyqNh .mbr-number {
  color: #000c3f;
}
.cid-uUxbwPyqNh .mbr-section-title {
  color: #ffffff;
}
.cid-uUxbwPyqNh .mbr-text {
  color: #ffffff;
}
.cid-sg7cHbByv5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sg7cHbByv5 .mbr-section-title,
  .cid-sg7cHbByv5 .mbr-section-subtitle,
  .cid-sg7cHbByv5 .mbr-section-btn,
  .cid-sg7cHbByv5 .mbr-text {
    text-align: center;
  }
}
.cid-sg7cHbByv5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sg7cHbByv5 .mbr-text,
.cid-sg7cHbByv5 .mbr-section-btn {
  color: #000000;
}
.cid-uUwlH4Enrv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUwlH4Enrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwlH4Enrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwlH4Enrv .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uUwlH4Enrv .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uUwlH4Enrv .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uUwlH4Enrv .mbr-section-title {
  color: #131313;
}
.cid-uUwlH4Enrv .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uUwlH4Enrv .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uUwlH4Enrv .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uUwlH4Enrv .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #010a44;
  box-shadow: 4px 4px 0 #010a44;
  background: #0033a0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uUwlH4Enrv .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uUwlH4Enrv .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uUwlH4Enrv .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uUwlH4Enrv .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uUwlH4Enrv .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uUwlH4Enrv .card-title {
  color: #131313;
}
.cid-uUwlH4Enrv .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uUwlH4Enrv .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uUwlH4Enrv .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uUwlH4Enrv .card-link {
    margin-top: 15px;
  }
}
.cid-uUwlH4Enrv .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uUwlH4Enrv .card-title,
.cid-uUwlH4Enrv .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uUxgdwfCSh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uUxgdwfCSh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUxgdwfCSh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUxgdwfCSh .container {
    padding: 0 25px;
  }
}
.cid-uUxgdwfCSh .row {
  margin: 0;
}
.cid-uUxgdwfCSh .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uUxgdwfCSh .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uUxgdwfCSh .image-wrapper {
    min-height: 350px;
  }
}
.cid-uUxgdwfCSh .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUxgdwfCSh .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uUxgdwfCSh .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uUxgdwfCSh .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUxgdwfCSh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUxgdwfCSh .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uUxgdwfCSh .mbr-section-title {
  color: #000000;
}
.cid-uUxgdwfCSh .mbr-text {
  color: #000000;
}
.cid-uUwjYvUGym {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-uUwjYvUGym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwjYvUGym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwjYvUGym .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uUwjYvUGym .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uUwjYvUGym .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uUwjYvUGym .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uUwjYvUGym .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uUwjYvUGym .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uUwjYvUGym .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUwjYvUGym .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uUwjYvUGym .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uUwjYvUGym .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uUwjYvUGym .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUwjYvUGym .mbr-section-title {
  color: #19171c;
}
.cid-uUwjYvUGym .panel-title {
  color: #19171c;
}
.cid-uUwjYvUGym .panel-text {
  color: #6e6e73;
}
.cid-uUwjYvUGym .mbr-section-title,
.cid-uUwjYvUGym .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uUwjYvUGym .panel-title-edit {
  color: #ffffff;
}
.cid-uUtIiNbFJI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUtIiNbFJI .card-wrapper {
  background: #0033a0;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uUtIiNbFJI .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUtIiNbFJI .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUtIiNbFJI .mbr-text {
  color: #ffffff;
}
.cid-uUtIiNbFJI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUtIiNbFJI .mbr-section-title {
  color: #ffffff;
}
.cid-uUxhqdjm2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUxhqdjm2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxhqdjm2Z .container {
  max-width: 1300px;
}
.cid-uUxhqdjm2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxhqdjm2Z .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUxhqdjm2Z .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUxhqdjm2Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUxhqdjm2Z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUxhqdjm2Z .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uUxhqdjm2Z .mbr-section-title {
  color: #000000;
}
.cid-uUxhqdjm2Z .mbr-text,
.cid-uUxhqdjm2Z .mbr-section-btn {
  color: #555555;
}
.cid-uUxcMfMUfo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #45bce6;
}
.cid-uUxcMfMUfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxcMfMUfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxcMfMUfo .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uUxcMfMUfo .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uUxcMfMUfo .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uUxcMfMUfo .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uUtJPu56Cp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #011e60;
}
.cid-uUtJPu56Cp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtJPu56Cp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtJPu56Cp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uUtJPu56Cp .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uUtJPu56Cp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUtJPu56Cp .container {
    padding: 0 16px;
  }
}
.cid-uUtJPu56Cp .row {
  justify-content: center;
}
.cid-uUtJPu56Cp .content-wrapper {
  margin-bottom: 36px;
}
.cid-uUtJPu56Cp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUtJPu56Cp .content-wrapper .email-wrapper {
  display: block;
}
.cid-uUtJPu56Cp .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uUtJPu56Cp .content-wrapper .email-wrapper:focus .mbr-email {
  color: #b9e1f4;
}
.cid-uUtJPu56Cp .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uUtJPu56Cp .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uUtJPu56Cp .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uUtJPu56Cp .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uUtJPu56Cp .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUtJPu56Cp .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUtJPu56Cp .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtJPu56Cp .contacts-wrapper .list .item-wrap:hover,
.cid-uUtJPu56Cp .contacts-wrapper .list .item-wrap:focus {
  color: #b9e1f4;
}
.cid-uUtJPu56Cp .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.cid-uUtJPu56Cp .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtJPu56Cp .mbr-section-title {
  color: #080808;
}
.cid-uUtJPu56Cp .mbr-email {
  color: #ffffff;
}
.cid-uUtJPu56Cp .mbr-desc {
  color: #ffffff;
}
.cid-uUtJPu56Cp .list {
  color: #333333;
}
.cid-uUtJPu56Cp .mbr-section-title,
.cid-uUtJPu56Cp .mbr-section-btn {
  color: #ffffff;
}
.cid-uUtJPu56Cp .list,
.cid-uUtJPu56Cp .item-wrap {
  color: #ffffff;
}
.cid-uUtOGxtsKI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUtOGxtsKI nav.navbar {
  position: fixed;
}
.cid-uUtOGxtsKI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUtOGxtsKI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUtOGxtsKI .dropdown-item:hover,
.cid-uUtOGxtsKI .dropdown-item:focus {
  background: #f30000 !important;
  color: white !important;
}
.cid-uUtOGxtsKI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUtOGxtsKI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUtOGxtsKI .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uUtOGxtsKI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUtOGxtsKI .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uUtOGxtsKI .nav-link:before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #ffcc00;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uUtOGxtsKI .nav-link:hover:before {
  opacity: 1;
}
.cid-uUtOGxtsKI .container {
  display: flex;
  margin: auto;
}
.cid-uUtOGxtsKI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUtOGxtsKI .dropdown-menu,
.cid-uUtOGxtsKI .navbar.opened {
  background: #011e60 !important;
}
.cid-uUtOGxtsKI .nav-item:focus,
.cid-uUtOGxtsKI .nav-link:focus {
  outline: none;
}
.cid-uUtOGxtsKI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUtOGxtsKI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUtOGxtsKI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUtOGxtsKI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUtOGxtsKI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUtOGxtsKI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUtOGxtsKI .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #011e60;
}
.cid-uUtOGxtsKI .navbar.opened {
  transition: all 0.3s;
}
.cid-uUtOGxtsKI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUtOGxtsKI .navbar .navbar-logo img {
  width: auto;
}
.cid-uUtOGxtsKI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUtOGxtsKI .navbar.collapsed {
  justify-content: center;
}
.cid-uUtOGxtsKI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUtOGxtsKI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUtOGxtsKI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUtOGxtsKI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUtOGxtsKI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUtOGxtsKI .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-uUtOGxtsKI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUtOGxtsKI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUtOGxtsKI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUtOGxtsKI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUtOGxtsKI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUtOGxtsKI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUtOGxtsKI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUtOGxtsKI .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-uUtOGxtsKI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUtOGxtsKI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUtOGxtsKI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUtOGxtsKI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUtOGxtsKI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUtOGxtsKI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUtOGxtsKI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUtOGxtsKI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUtOGxtsKI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUtOGxtsKI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUtOGxtsKI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUtOGxtsKI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUtOGxtsKI .dropdown-item.active,
.cid-uUtOGxtsKI .dropdown-item:active {
  background-color: transparent;
}
.cid-uUtOGxtsKI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUtOGxtsKI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUtOGxtsKI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUtOGxtsKI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011e60;
}
.cid-uUtOGxtsKI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUtOGxtsKI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUtOGxtsKI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUtOGxtsKI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUtOGxtsKI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUtOGxtsKI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUtOGxtsKI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUtOGxtsKI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUtOGxtsKI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUtOGxtsKI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUtOGxtsKI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUtOGxtsKI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUtOGxtsKI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUtOGxtsKI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUtOGxtsKI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUtOGxtsKI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUtOGxtsKI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUtOGxtsKI .navbar {
    height: 70px;
  }
  .cid-uUtOGxtsKI .navbar.opened {
    height: auto;
  }
  .cid-uUtOGxtsKI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUxsSqMLOD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uUxsSqMLOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxsSqMLOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxsSqMLOD .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uUxsSqMLOD .container-fluid {
    padding: 0 12px;
  }
}
.cid-uUxsSqMLOD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUxsSqMLOD .container {
    padding: 0 20px;
  }
}
.cid-uUxsSqMLOD .row {
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
  margin-top: -2px;
}
.cid-uUxsSqMLOD .card {
  padding: 0;
  border-radius: 0;
}
.cid-uUxsSqMLOD .card:first-child {
  border-right: 2px solid #131313;
}
.cid-uUxsSqMLOD .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #131313;
}
@media (max-width: 992px) {
  .cid-uUxsSqMLOD .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uUxsSqMLOD .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUxsSqMLOD .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uUxsSqMLOD .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uUxsSqMLOD .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uUxsSqMLOD .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUxsSqMLOD .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uUxsSqMLOD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUxsSqMLOD .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uUxsSqMLOD .mbr-text {
  color: #1d1d1d;
}
.cid-uUtOGznrDa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45bce6;
}
.cid-uUtOGznrDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtOGznrDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtOGznrDa .items-wrapper {
  justify-content: center;
}
.cid-uUtOGznrDa .mbr-text,
.cid-uUtOGznrDa .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUtOGFYZQl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uUtOGFYZQl .google-map {
  height: 30rem;
  position: relative;
}
.cid-uUtOGFYZQl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uUtOGFYZQl .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-uUtOGFYZQl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uUtOGFYZQl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uUtOGGWvhO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #011e60;
}
.cid-uUtOGGWvhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtOGGWvhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtOGGWvhO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uUtOGGWvhO .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uUtOGGWvhO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUtOGGWvhO .container {
    padding: 0 16px;
  }
}
.cid-uUtOGGWvhO .row {
  justify-content: center;
}
.cid-uUtOGGWvhO .content-wrapper {
  margin-bottom: 36px;
}
.cid-uUtOGGWvhO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUtOGGWvhO .content-wrapper .email-wrapper {
  display: block;
}
.cid-uUtOGGWvhO .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uUtOGGWvhO .content-wrapper .email-wrapper:focus .mbr-email {
  color: #b9e1f4;
}
.cid-uUtOGGWvhO .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uUtOGGWvhO .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uUtOGGWvhO .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uUtOGGWvhO .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uUtOGGWvhO .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUtOGGWvhO .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUtOGGWvhO .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtOGGWvhO .contacts-wrapper .list .item-wrap:hover,
.cid-uUtOGGWvhO .contacts-wrapper .list .item-wrap:focus {
  color: #b9e1f4;
}
.cid-uUtOGGWvhO .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.cid-uUtOGGWvhO .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtOGGWvhO .mbr-section-title {
  color: #080808;
}
.cid-uUtOGGWvhO .mbr-email {
  color: #ffffff;
}
.cid-uUtOGGWvhO .mbr-desc {
  color: #ffffff;
}
.cid-uUtOGGWvhO .list {
  color: #333333;
}
.cid-uUtOGGWvhO .mbr-section-title,
.cid-uUtOGGWvhO .mbr-section-btn {
  color: #ffffff;
}
.cid-uUtOGGWvhO .list,
.cid-uUtOGGWvhO .item-wrap {
  color: #ffffff;
}
.cid-uUtQYLHlfi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUtQYLHlfi nav.navbar {
  position: fixed;
}
.cid-uUtQYLHlfi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUtQYLHlfi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUtQYLHlfi .dropdown-item:hover,
.cid-uUtQYLHlfi .dropdown-item:focus {
  background: #f30000 !important;
  color: white !important;
}
.cid-uUtQYLHlfi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUtQYLHlfi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUtQYLHlfi .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uUtQYLHlfi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUtQYLHlfi .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uUtQYLHlfi .nav-link:before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #ffcc00;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uUtQYLHlfi .nav-link:hover:before {
  opacity: 1;
}
.cid-uUtQYLHlfi .container {
  display: flex;
  margin: auto;
}
.cid-uUtQYLHlfi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUtQYLHlfi .dropdown-menu,
.cid-uUtQYLHlfi .navbar.opened {
  background: #011e60 !important;
}
.cid-uUtQYLHlfi .nav-item:focus,
.cid-uUtQYLHlfi .nav-link:focus {
  outline: none;
}
.cid-uUtQYLHlfi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUtQYLHlfi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUtQYLHlfi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUtQYLHlfi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUtQYLHlfi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUtQYLHlfi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUtQYLHlfi .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #011e60;
}
.cid-uUtQYLHlfi .navbar.opened {
  transition: all 0.3s;
}
.cid-uUtQYLHlfi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUtQYLHlfi .navbar .navbar-logo img {
  width: auto;
}
.cid-uUtQYLHlfi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUtQYLHlfi .navbar.collapsed {
  justify-content: center;
}
.cid-uUtQYLHlfi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUtQYLHlfi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUtQYLHlfi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUtQYLHlfi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUtQYLHlfi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUtQYLHlfi .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-uUtQYLHlfi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUtQYLHlfi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUtQYLHlfi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUtQYLHlfi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUtQYLHlfi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUtQYLHlfi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUtQYLHlfi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUtQYLHlfi .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-uUtQYLHlfi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUtQYLHlfi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUtQYLHlfi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUtQYLHlfi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUtQYLHlfi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUtQYLHlfi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUtQYLHlfi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUtQYLHlfi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUtQYLHlfi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUtQYLHlfi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUtQYLHlfi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUtQYLHlfi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUtQYLHlfi .dropdown-item.active,
.cid-uUtQYLHlfi .dropdown-item:active {
  background-color: transparent;
}
.cid-uUtQYLHlfi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUtQYLHlfi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUtQYLHlfi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUtQYLHlfi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011e60;
}
.cid-uUtQYLHlfi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUtQYLHlfi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUtQYLHlfi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUtQYLHlfi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUtQYLHlfi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUtQYLHlfi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUtQYLHlfi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUtQYLHlfi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUtQYLHlfi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUtQYLHlfi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUtQYLHlfi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUtQYLHlfi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUtQYLHlfi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUtQYLHlfi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUtQYLHlfi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUtQYLHlfi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUtQYLHlfi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUtQYLHlfi .navbar {
    height: 70px;
  }
  .cid-uUtQYLHlfi .navbar.opened {
    height: auto;
  }
  .cid-uUtQYLHlfi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUxtoghns5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uUxtoghns5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxtoghns5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxtoghns5 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uUxtoghns5 .container-fluid {
    padding: 0 12px;
  }
}
.cid-uUxtoghns5 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUxtoghns5 .container {
    padding: 0 20px;
  }
}
.cid-uUxtoghns5 .row {
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
  margin-top: -2px;
}
.cid-uUxtoghns5 .card {
  padding: 0;
  border-radius: 0;
}
.cid-uUxtoghns5 .card:first-child {
  border-right: 2px solid #131313;
}
.cid-uUxtoghns5 .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #131313;
}
@media (max-width: 992px) {
  .cid-uUxtoghns5 .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uUxtoghns5 .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUxtoghns5 .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uUxtoghns5 .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uUxtoghns5 .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uUxtoghns5 .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUxtoghns5 .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uUxtoghns5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUxtoghns5 .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uUxtoghns5 .mbr-text {
  color: #1d1d1d;
}
.cid-uUtQYNb0tL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45bce6;
}
.cid-uUtQYNb0tL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtQYNb0tL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtQYNb0tL .items-wrapper {
  justify-content: center;
}
.cid-uUtQYNb0tL .mbr-text,
.cid-uUtQYNb0tL .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uUtQYNJdLi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uUtQYNJdLi .google-map {
  height: 30rem;
  position: relative;
}
.cid-uUtQYNJdLi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uUtQYNJdLi .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-uUtQYNJdLi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uUtQYNJdLi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uUtQYOh0Rs {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #011e60;
}
.cid-uUtQYOh0Rs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtQYOh0Rs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtQYOh0Rs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uUtQYOh0Rs .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uUtQYOh0Rs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUtQYOh0Rs .container {
    padding: 0 16px;
  }
}
.cid-uUtQYOh0Rs .row {
  justify-content: center;
}
.cid-uUtQYOh0Rs .content-wrapper {
  margin-bottom: 36px;
}
.cid-uUtQYOh0Rs .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUtQYOh0Rs .content-wrapper .email-wrapper {
  display: block;
}
.cid-uUtQYOh0Rs .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uUtQYOh0Rs .content-wrapper .email-wrapper:focus .mbr-email {
  color: #b9e1f4;
}
.cid-uUtQYOh0Rs .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uUtQYOh0Rs .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uUtQYOh0Rs .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uUtQYOh0Rs .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uUtQYOh0Rs .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUtQYOh0Rs .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUtQYOh0Rs .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtQYOh0Rs .contacts-wrapper .list .item-wrap:hover,
.cid-uUtQYOh0Rs .contacts-wrapper .list .item-wrap:focus {
  color: #b9e1f4;
}
.cid-uUtQYOh0Rs .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.cid-uUtQYOh0Rs .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUtQYOh0Rs .mbr-section-title {
  color: #080808;
}
.cid-uUtQYOh0Rs .mbr-email {
  color: #ffffff;
}
.cid-uUtQYOh0Rs .mbr-desc {
  color: #ffffff;
}
.cid-uUtQYOh0Rs .list {
  color: #333333;
}
.cid-uUtQYOh0Rs .mbr-section-title,
.cid-uUtQYOh0Rs .mbr-section-btn {
  color: #ffffff;
}
.cid-uUtQYOh0Rs .list,
.cid-uUtQYOh0Rs .item-wrap {
  color: #ffffff;
}
.cid-uUxuPkO9aR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUxuPkO9aR nav.navbar {
  position: fixed;
}
.cid-uUxuPkO9aR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUxuPkO9aR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUxuPkO9aR .dropdown-item:hover,
.cid-uUxuPkO9aR .dropdown-item:focus {
  background: #f30000 !important;
  color: white !important;
}
.cid-uUxuPkO9aR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUxuPkO9aR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUxuPkO9aR .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uUxuPkO9aR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUxuPkO9aR .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uUxuPkO9aR .nav-link:before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #ffcc00;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uUxuPkO9aR .nav-link:hover:before {
  opacity: 1;
}
.cid-uUxuPkO9aR .container {
  display: flex;
  margin: auto;
}
.cid-uUxuPkO9aR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUxuPkO9aR .dropdown-menu,
.cid-uUxuPkO9aR .navbar.opened {
  background: #011e60 !important;
}
.cid-uUxuPkO9aR .nav-item:focus,
.cid-uUxuPkO9aR .nav-link:focus {
  outline: none;
}
.cid-uUxuPkO9aR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUxuPkO9aR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUxuPkO9aR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUxuPkO9aR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUxuPkO9aR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUxuPkO9aR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUxuPkO9aR .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #011e60;
}
.cid-uUxuPkO9aR .navbar.opened {
  transition: all 0.3s;
}
.cid-uUxuPkO9aR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUxuPkO9aR .navbar .navbar-logo img {
  width: auto;
}
.cid-uUxuPkO9aR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUxuPkO9aR .navbar.collapsed {
  justify-content: center;
}
.cid-uUxuPkO9aR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUxuPkO9aR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUxuPkO9aR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUxuPkO9aR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUxuPkO9aR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUxuPkO9aR .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-uUxuPkO9aR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUxuPkO9aR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUxuPkO9aR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUxuPkO9aR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUxuPkO9aR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUxuPkO9aR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUxuPkO9aR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUxuPkO9aR .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-uUxuPkO9aR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUxuPkO9aR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUxuPkO9aR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUxuPkO9aR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUxuPkO9aR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUxuPkO9aR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUxuPkO9aR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUxuPkO9aR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUxuPkO9aR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUxuPkO9aR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUxuPkO9aR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUxuPkO9aR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUxuPkO9aR .dropdown-item.active,
.cid-uUxuPkO9aR .dropdown-item:active {
  background-color: transparent;
}
.cid-uUxuPkO9aR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUxuPkO9aR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUxuPkO9aR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUxuPkO9aR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011e60;
}
.cid-uUxuPkO9aR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUxuPkO9aR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUxuPkO9aR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUxuPkO9aR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUxuPkO9aR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUxuPkO9aR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUxuPkO9aR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUxuPkO9aR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxuPkO9aR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxuPkO9aR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUxuPkO9aR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxuPkO9aR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUxuPkO9aR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUxuPkO9aR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxuPkO9aR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUxuPkO9aR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUxuPkO9aR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUxuPkO9aR .navbar {
    height: 70px;
  }
  .cid-uUxuPkO9aR .navbar.opened {
    height: auto;
  }
  .cid-uUxuPkO9aR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUxuPltZI6 {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #0033a0;
}
.cid-uUxuPltZI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuPltZI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuPltZI6 .row {
  margin: 0 -6px;
}
.cid-uUxuPltZI6 .card {
  padding: 0 6px;
}
.cid-uUxuPltZI6 .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uUxuPltZI6 .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uUxuPltZI6 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUxuPltZI6 .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #f5f8ff;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uUxuPltZI6 .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuPltZI6 .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uUxuPltZI6 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uUxuPltZI6 .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuPltZI6 .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUxuPltZI6 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uUxuPltZI6 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUxuPltZI6 .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uUxuPltZI6 .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuPltZI6 .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUxuPltZI6 .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUxuPltZI6 .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uUxuPltZI6 .mbr-section-title {
  color: #000000;
}
.cid-uUxuPltZI6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUxuPltZI6 .mbr-section-title,
.cid-uUxuPltZI6 .mbr-section-btn {
  text-align: center;
}
.cid-uUxuPlXr1j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
}
.cid-uUxuPlXr1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuPlXr1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuPlXr1j .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUxuPlXr1j .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuPlXr1j .container {
    padding: 0 6px;
  }
}
.cid-uUxuPlXr1j .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uUxuPlXr1j .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uUxuPlXr1j .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuPlXr1j .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uUxuPlXr1j .row {
    padding: 0;
  }
}
.cid-uUxuPlXr1j .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uUxuPlXr1j .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #45bce6;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uUxuPlXr1j .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uUxuPlXr1j .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uUxuPlXr1j .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uUxuPlXr1j .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uUxuPlXr1j .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uUxuPlXr1j .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uUxuPlXr1j .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uUxuPlXr1j .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uUxuPlXr1j .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUxuPlXr1j .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUxuPlXr1j .mbr-section-title {
  color: #45bce6;
}
.cid-uUxuPlXr1j .list {
  color: #131313;
}
.cid-uUxuPmk2V0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e60;
}
.cid-uUxuPmk2V0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuPmk2V0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuPmk2V0 .items-wrapper {
  justify-content: center;
}
.cid-uUxuPmk2V0 .mbr-text,
.cid-uUxuPmk2V0 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUxuPmEoUK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUxuPmEoUK .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uUxuPmEoUK .image-wrapper {
  margin-top: 5rem;
}
@media (max-width: 992px) {
  .cid-uUxuPmEoUK .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uUxuPmEoUK .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-uUxuPmEoUK .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #f30000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uUxuPmEoUK .link:hover:before {
  background: #082c4e;
}
.cid-uUxuPmEoUK .mbr-section-title {
  color: #000000;
}
.cid-uUxuPmEoUK .mbr-text,
.cid-uUxuPmEoUK .mbr-section-btn {
  color: #000000;
}
.cid-uUxuPmEoUK .link,
.cid-uUxuPmEoUK .link-wrap {
  color: #000000;
}
.cid-uUxuPmEoUK .mbr-title {
  color: #3098f3;
}
.cid-uUxuPmEoUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuPmEoUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuPn0qSn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uUxuPn0qSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuPn0qSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuPn0qSn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUxuPn0qSn .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uUxuPn0qSn .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuPn0qSn .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uUxuPn0qSn .container {
    padding: 0 12px;
  }
}
.cid-uUxuPn0qSn .row {
  justify-content: center;
}
.cid-uUxuPn0qSn .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uUxuPn0qSn .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uUxuPn0qSn .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uUxuPn0qSn .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uUxuPn0qSn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-uUxuPn0qSn .items-wrapper {
    display: block;
  }
}
.cid-uUxuPn0qSn .items-wrapper .item {
  background-color: #011e60;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-uUxuPn0qSn .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuPn0qSn .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-uUxuPn0qSn .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uUxuPn0qSn .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uUxuPn0qSn .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-uUxuPn0qSn .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uUxuPn0qSn .mbr-section-title {
  color: #ffffff;
}
.cid-uUxuPn0qSn .item-title {
  color: #ffffff;
}
.cid-uUxuPn0qSn .item-text {
  color: #ffffff;
}
.cid-uUxAWROMPz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUxAWROMPz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxAWROMPz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxAWROMPz .content-head {
  max-width: 800px;
}
.cid-uUxAWROMPz .mbr-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uUxAWROMPz .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uUxAWROMPz .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uUxAWROMPz .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uUxAWROMPz .mbr-section-title {
  color: #000000;
}
.cid-uUxuPnubtb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUxuPnubtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuPnubtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuPnubtb .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uUxuPnubtb .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uUxuPnubtb .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uUxuPnubtb .item-img {
    width: 100%;
  }
}
.cid-uUxuPnubtb .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uUxuPnubtb .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uUxuPnubtb .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uUxuPnubtb .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uUxuPnubtb .card-title {
  color: #000000;
}
.cid-uUxuPnubtb .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-uUxuPnubtb .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-uUxuPnubtb .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-uUxuPnubtb .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uUxuPnubtb .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-uUxuPnubtb .list-text {
  flex-grow: 1;
  color: #000000;
}
.cid-uUxuPnubtb .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-uUxuPnubtb .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uUxuPnubtb .card-text,
.cid-uUxuPnubtb .mbr-section-btn {
  color: #000000;
}
.cid-uUxuPo0wZh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e60;
}
.cid-uUxuPo0wZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuPo0wZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuPo0wZh .row {
  justify-content: space-between;
}
.cid-uUxuPo0wZh .card {
  justify-content: center;
}
.cid-uUxuPo0wZh .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uUxuPo0wZh .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #f47451;
  z-index: 1;
}
.cid-uUxuPo0wZh .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uUxuPo0wZh .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uUxuPo0wZh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUxuPo0wZh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUxuPo0wZh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUxuPo0wZh .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uUxuPo0wZh .image-wrapper {
    margin-left: 0;
  }
}
.cid-uUxuPo0wZh .image-wrapper img {
  height: 700px;
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUxuPo0wZh .image-wrapper img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uUxuPo0wZh .mbr-number {
  color: #000c3f;
}
.cid-uUxuPo0wZh .mbr-section-title {
  color: #ffffff;
}
.cid-uUxuPo0wZh .mbr-text {
  color: #ffffff;
}
.cid-uUxuPotbQN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUxuPotbQN .mbr-section-title,
  .cid-uUxuPotbQN .mbr-section-subtitle,
  .cid-uUxuPotbQN .mbr-section-btn,
  .cid-uUxuPotbQN .mbr-text {
    text-align: center;
  }
}
.cid-uUxuPotbQN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUxuPotbQN .mbr-text,
.cid-uUxuPotbQN .mbr-section-btn {
  color: #000000;
}
.cid-uUxuPoWQka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUxuPoWQka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuPoWQka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuPoWQka .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uUxuPoWQka .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uUxuPoWQka .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uUxuPoWQka .mbr-section-title {
  color: #131313;
}
.cid-uUxuPoWQka .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uUxuPoWQka .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uUxuPoWQka .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uUxuPoWQka .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #010a44;
  box-shadow: 4px 4px 0 #010a44;
  background: #0033a0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uUxuPoWQka .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uUxuPoWQka .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uUxuPoWQka .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uUxuPoWQka .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uUxuPoWQka .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uUxuPoWQka .card-title {
  color: #131313;
}
.cid-uUxuPoWQka .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uUxuPoWQka .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uUxuPoWQka .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uUxuPoWQka .card-link {
    margin-top: 15px;
  }
}
.cid-uUxuPoWQka .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uUxuPoWQka .card-title,
.cid-uUxuPoWQka .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uUxuPpvoKv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uUxuPpvoKv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUxuPpvoKv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUxuPpvoKv .container {
    padding: 0 25px;
  }
}
.cid-uUxuPpvoKv .row {
  margin: 0;
}
.cid-uUxuPpvoKv .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uUxuPpvoKv .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uUxuPpvoKv .image-wrapper {
    min-height: 350px;
  }
}
.cid-uUxuPpvoKv .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUxuPpvoKv .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uUxuPpvoKv .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uUxuPpvoKv .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUxuPpvoKv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUxuPpvoKv .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uUxuPpvoKv .mbr-section-title {
  color: #000000;
}
.cid-uUxuPpvoKv .mbr-text {
  color: #000000;
}
.cid-uUxuPpQAp1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-uUxuPpQAp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuPpQAp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuPpQAp1 .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uUxuPpQAp1 .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uUxuPpQAp1 .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uUxuPpQAp1 .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uUxuPpQAp1 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uUxuPpQAp1 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uUxuPpQAp1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUxuPpQAp1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uUxuPpQAp1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uUxuPpQAp1 .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uUxuPpQAp1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUxuPpQAp1 .mbr-section-title {
  color: #19171c;
}
.cid-uUxuPpQAp1 .panel-title {
  color: #19171c;
}
.cid-uUxuPpQAp1 .panel-text {
  color: #6e6e73;
}
.cid-uUxuPpQAp1 .mbr-section-title,
.cid-uUxuPpQAp1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uUxuPpQAp1 .panel-title-edit {
  color: #ffffff;
}
.cid-uUxuPqtnKc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUxuPqtnKc .card-wrapper {
  background: #0033a0;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uUxuPqtnKc .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxuPqtnKc .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUxuPqtnKc .mbr-text {
  color: #ffffff;
}
.cid-uUxuPqtnKc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUxuPqtnKc .mbr-section-title {
  color: #ffffff;
}
.cid-uUxuPqNRZC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUxuPqNRZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuPqNRZC .container {
  max-width: 1300px;
}
.cid-uUxuPqNRZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuPqNRZC .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUxuPqNRZC .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUxuPqNRZC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUxuPqNRZC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUxuPqNRZC .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uUxuPqNRZC .mbr-section-title {
  color: #000000;
}
.cid-uUxuPqNRZC .mbr-text,
.cid-uUxuPqNRZC .mbr-section-btn {
  color: #000000;
}
.cid-uUxSaeZvPD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uUxSaeZvPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxSaeZvPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxSaeZvPD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uUxSaeZvPD .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uUxSaeZvPD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUxSaeZvPD .container {
    padding: 0 16px;
  }
}
.cid-uUxSaeZvPD .row {
  justify-content: space-between;
}
.cid-uUxSaeZvPD .title-wrapper {
  position: sticky;
}
.cid-uUxSaeZvPD .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUxSaeZvPD .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uUxSaeZvPD .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #0033a0, #45bce6 34%, #0033a0 67%, #011e60) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUxSaeZvPD .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uUxSaeZvPD .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uUxSaeZvPD .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uUxSaeZvPD .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uUxSaeZvPD .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUxSaeZvPD .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uUxSaeZvPD .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUxSaeZvPD .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #0033a0, #45bce6 34%, #0033a0 67%, #011e60);
  border-radius: 50%;
}
.cid-uUxSaeZvPD .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uUxSaeZvPD .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUxSaeZvPD .mbr-section-title {
  color: #080808;
}
.cid-uUxSaeZvPD .panel-title-edit {
  color: #080808;
}
.cid-uUxSaeZvPD .panel-text {
  color: #333333;
}
.cid-uUxuPrdP2M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #45bce6;
}
.cid-uUxuPrdP2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuPrdP2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuPrdP2M .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uUxuPrdP2M .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uUxuPrdP2M .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uUxuPrdP2M .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uUxuPrAQBL {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #011e60;
}
.cid-uUxuPrAQBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuPrAQBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuPrAQBL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uUxuPrAQBL .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuPrAQBL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuPrAQBL .container {
    padding: 0 16px;
  }
}
.cid-uUxuPrAQBL .row {
  justify-content: center;
}
.cid-uUxuPrAQBL .content-wrapper {
  margin-bottom: 36px;
}
.cid-uUxuPrAQBL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUxuPrAQBL .content-wrapper .email-wrapper {
  display: block;
}
.cid-uUxuPrAQBL .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uUxuPrAQBL .content-wrapper .email-wrapper:focus .mbr-email {
  color: #b9e1f4;
}
.cid-uUxuPrAQBL .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uUxuPrAQBL .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uUxuPrAQBL .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uUxuPrAQBL .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uUxuPrAQBL .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUxuPrAQBL .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUxuPrAQBL .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUxuPrAQBL .contacts-wrapper .list .item-wrap:hover,
.cid-uUxuPrAQBL .contacts-wrapper .list .item-wrap:focus {
  color: #b9e1f4;
}
.cid-uUxuPrAQBL .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.cid-uUxuPrAQBL .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUxuPrAQBL .mbr-section-title {
  color: #080808;
}
.cid-uUxuPrAQBL .mbr-email {
  color: #ffffff;
}
.cid-uUxuPrAQBL .mbr-desc {
  color: #ffffff;
}
.cid-uUxuPrAQBL .list {
  color: #333333;
}
.cid-uUxuPrAQBL .mbr-section-title,
.cid-uUxuPrAQBL .mbr-section-btn {
  color: #ffffff;
}
.cid-uUxuPrAQBL .list,
.cid-uUxuPrAQBL .item-wrap {
  color: #ffffff;
}
.cid-uUxuQ3Ax3z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUxuQ3Ax3z nav.navbar {
  position: fixed;
}
.cid-uUxuQ3Ax3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUxuQ3Ax3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUxuQ3Ax3z .dropdown-item:hover,
.cid-uUxuQ3Ax3z .dropdown-item:focus {
  background: #f30000 !important;
  color: white !important;
}
.cid-uUxuQ3Ax3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUxuQ3Ax3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUxuQ3Ax3z .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uUxuQ3Ax3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUxuQ3Ax3z .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uUxuQ3Ax3z .nav-link:before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #ffcc00;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uUxuQ3Ax3z .nav-link:hover:before {
  opacity: 1;
}
.cid-uUxuQ3Ax3z .container {
  display: flex;
  margin: auto;
}
.cid-uUxuQ3Ax3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUxuQ3Ax3z .dropdown-menu,
.cid-uUxuQ3Ax3z .navbar.opened {
  background: #011e60 !important;
}
.cid-uUxuQ3Ax3z .nav-item:focus,
.cid-uUxuQ3Ax3z .nav-link:focus {
  outline: none;
}
.cid-uUxuQ3Ax3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUxuQ3Ax3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUxuQ3Ax3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUxuQ3Ax3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUxuQ3Ax3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUxuQ3Ax3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUxuQ3Ax3z .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #011e60;
}
.cid-uUxuQ3Ax3z .navbar.opened {
  transition: all 0.3s;
}
.cid-uUxuQ3Ax3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUxuQ3Ax3z .navbar .navbar-logo img {
  width: auto;
}
.cid-uUxuQ3Ax3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUxuQ3Ax3z .navbar.collapsed {
  justify-content: center;
}
.cid-uUxuQ3Ax3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUxuQ3Ax3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUxuQ3Ax3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUxuQ3Ax3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUxuQ3Ax3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUxuQ3Ax3z .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-uUxuQ3Ax3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUxuQ3Ax3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUxuQ3Ax3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUxuQ3Ax3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUxuQ3Ax3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUxuQ3Ax3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUxuQ3Ax3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUxuQ3Ax3z .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-uUxuQ3Ax3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUxuQ3Ax3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUxuQ3Ax3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUxuQ3Ax3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUxuQ3Ax3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUxuQ3Ax3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUxuQ3Ax3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUxuQ3Ax3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUxuQ3Ax3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUxuQ3Ax3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUxuQ3Ax3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUxuQ3Ax3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUxuQ3Ax3z .dropdown-item.active,
.cid-uUxuQ3Ax3z .dropdown-item:active {
  background-color: transparent;
}
.cid-uUxuQ3Ax3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUxuQ3Ax3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUxuQ3Ax3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUxuQ3Ax3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011e60;
}
.cid-uUxuQ3Ax3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUxuQ3Ax3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUxuQ3Ax3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUxuQ3Ax3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUxuQ3Ax3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUxuQ3Ax3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUxuQ3Ax3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUxuQ3Ax3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxuQ3Ax3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxuQ3Ax3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUxuQ3Ax3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxuQ3Ax3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUxuQ3Ax3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUxuQ3Ax3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxuQ3Ax3z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUxuQ3Ax3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUxuQ3Ax3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUxuQ3Ax3z .navbar {
    height: 70px;
  }
  .cid-uUxuQ3Ax3z .navbar.opened {
    height: auto;
  }
  .cid-uUxuQ3Ax3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUxuQ488Bz {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #0033a0;
}
.cid-uUxuQ488Bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQ488Bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQ488Bz .row {
  margin: 0 -6px;
}
.cid-uUxuQ488Bz .card {
  padding: 0 6px;
}
.cid-uUxuQ488Bz .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uUxuQ488Bz .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uUxuQ488Bz .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUxuQ488Bz .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #f5f8ff;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uUxuQ488Bz .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQ488Bz .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uUxuQ488Bz .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uUxuQ488Bz .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQ488Bz .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUxuQ488Bz .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uUxuQ488Bz .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUxuQ488Bz .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uUxuQ488Bz .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQ488Bz .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUxuQ488Bz .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUxuQ488Bz .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uUxuQ488Bz .mbr-section-title {
  color: #000000;
}
.cid-uUxuQ488Bz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUxuQ488Bz .mbr-section-title,
.cid-uUxuQ488Bz .mbr-section-btn {
  text-align: center;
}
.cid-uUxuQ4r5wf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
}
.cid-uUxuQ4r5wf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQ4r5wf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQ4r5wf .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUxuQ4r5wf .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQ4r5wf .container {
    padding: 0 6px;
  }
}
.cid-uUxuQ4r5wf .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uUxuQ4r5wf .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uUxuQ4r5wf .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQ4r5wf .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uUxuQ4r5wf .row {
    padding: 0;
  }
}
.cid-uUxuQ4r5wf .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uUxuQ4r5wf .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #45bce6;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uUxuQ4r5wf .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uUxuQ4r5wf .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uUxuQ4r5wf .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uUxuQ4r5wf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uUxuQ4r5wf .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uUxuQ4r5wf .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uUxuQ4r5wf .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uUxuQ4r5wf .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uUxuQ4r5wf .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUxuQ4r5wf .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUxuQ4r5wf .mbr-section-title {
  color: #45bce6;
}
.cid-uUxuQ4r5wf .list {
  color: #131313;
}
.cid-uUxuQ4PCbm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e60;
}
.cid-uUxuQ4PCbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQ4PCbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQ4PCbm .items-wrapper {
  justify-content: center;
}
.cid-uUxuQ4PCbm .mbr-text,
.cid-uUxuQ4PCbm .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUxuQ5bDRK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUxuQ5bDRK .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uUxuQ5bDRK .image-wrapper {
  margin-top: 5rem;
}
@media (max-width: 992px) {
  .cid-uUxuQ5bDRK .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uUxuQ5bDRK .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-uUxuQ5bDRK .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #f30000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uUxuQ5bDRK .link:hover:before {
  background: #082c4e;
}
.cid-uUxuQ5bDRK .mbr-section-title {
  color: #000000;
}
.cid-uUxuQ5bDRK .mbr-text,
.cid-uUxuQ5bDRK .mbr-section-btn {
  color: #000000;
}
.cid-uUxuQ5bDRK .link,
.cid-uUxuQ5bDRK .link-wrap {
  color: #000000;
}
.cid-uUxuQ5bDRK .mbr-title {
  color: #3098f3;
}
.cid-uUxuQ5bDRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQ5bDRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQ5wQpd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uUxuQ5wQpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQ5wQpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQ5wQpd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUxuQ5wQpd .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uUxuQ5wQpd .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQ5wQpd .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uUxuQ5wQpd .container {
    padding: 0 12px;
  }
}
.cid-uUxuQ5wQpd .row {
  justify-content: center;
}
.cid-uUxuQ5wQpd .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uUxuQ5wQpd .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uUxuQ5wQpd .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uUxuQ5wQpd .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uUxuQ5wQpd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-uUxuQ5wQpd .items-wrapper {
    display: block;
  }
}
.cid-uUxuQ5wQpd .items-wrapper .item {
  background-color: #011e60;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-uUxuQ5wQpd .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQ5wQpd .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-uUxuQ5wQpd .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uUxuQ5wQpd .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uUxuQ5wQpd .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-uUxuQ5wQpd .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uUxuQ5wQpd .mbr-section-title {
  color: #ffffff;
}
.cid-uUxuQ5wQpd .item-title {
  color: #ffffff;
}
.cid-uUxuQ5wQpd .item-text {
  color: #ffffff;
}
.cid-uUxuQ5ZbJ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUxuQ5ZbJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQ5ZbJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQ5ZbJ2 .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uUxuQ5ZbJ2 .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uUxuQ5ZbJ2 .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uUxuQ5ZbJ2 .item-img {
    width: 100%;
  }
}
.cid-uUxuQ5ZbJ2 .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uUxuQ5ZbJ2 .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uUxuQ5ZbJ2 .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uUxuQ5ZbJ2 .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uUxuQ5ZbJ2 .card-title {
  color: #000000;
}
.cid-uUxuQ5ZbJ2 .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-uUxuQ5ZbJ2 .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-uUxuQ5ZbJ2 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-uUxuQ5ZbJ2 .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uUxuQ5ZbJ2 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-uUxuQ5ZbJ2 .list-text {
  flex-grow: 1;
  color: #000000;
}
.cid-uUxuQ5ZbJ2 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-uUxuQ5ZbJ2 .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uUxuQ5ZbJ2 .card-text,
.cid-uUxuQ5ZbJ2 .mbr-section-btn {
  color: #000000;
}
.cid-uUxuQ6vMqc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e60;
}
.cid-uUxuQ6vMqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQ6vMqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQ6vMqc .row {
  justify-content: space-between;
}
.cid-uUxuQ6vMqc .card {
  justify-content: center;
}
.cid-uUxuQ6vMqc .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uUxuQ6vMqc .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #f47451;
  z-index: 1;
}
.cid-uUxuQ6vMqc .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uUxuQ6vMqc .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uUxuQ6vMqc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUxuQ6vMqc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUxuQ6vMqc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUxuQ6vMqc .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uUxuQ6vMqc .image-wrapper {
    margin-left: 0;
  }
}
.cid-uUxuQ6vMqc .image-wrapper img {
  height: 700px;
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUxuQ6vMqc .image-wrapper img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uUxuQ6vMqc .mbr-number {
  color: #000c3f;
}
.cid-uUxuQ6vMqc .mbr-section-title {
  color: #ffffff;
}
.cid-uUxuQ6vMqc .mbr-text {
  color: #ffffff;
}
.cid-uUxuQ6SWa8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUxuQ6SWa8 .mbr-section-title,
  .cid-uUxuQ6SWa8 .mbr-section-subtitle,
  .cid-uUxuQ6SWa8 .mbr-section-btn,
  .cid-uUxuQ6SWa8 .mbr-text {
    text-align: center;
  }
}
.cid-uUxuQ6SWa8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUxuQ6SWa8 .mbr-text,
.cid-uUxuQ6SWa8 .mbr-section-btn {
  color: #000000;
}
.cid-uUxuQ7h8Ir {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUxuQ7h8Ir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQ7h8Ir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQ7h8Ir .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uUxuQ7h8Ir .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uUxuQ7h8Ir .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uUxuQ7h8Ir .mbr-section-title {
  color: #131313;
}
.cid-uUxuQ7h8Ir .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uUxuQ7h8Ir .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uUxuQ7h8Ir .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uUxuQ7h8Ir .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #010a44;
  box-shadow: 4px 4px 0 #010a44;
  background: #0033a0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uUxuQ7h8Ir .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uUxuQ7h8Ir .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uUxuQ7h8Ir .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uUxuQ7h8Ir .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uUxuQ7h8Ir .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uUxuQ7h8Ir .card-title {
  color: #131313;
}
.cid-uUxuQ7h8Ir .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uUxuQ7h8Ir .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uUxuQ7h8Ir .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uUxuQ7h8Ir .card-link {
    margin-top: 15px;
  }
}
.cid-uUxuQ7h8Ir .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uUxuQ7h8Ir .card-title,
.cid-uUxuQ7h8Ir .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uUxuQ7SMti {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uUxuQ7SMti .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUxuQ7SMti .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQ7SMti .container {
    padding: 0 25px;
  }
}
.cid-uUxuQ7SMti .row {
  margin: 0;
}
.cid-uUxuQ7SMti .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uUxuQ7SMti .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uUxuQ7SMti .image-wrapper {
    min-height: 350px;
  }
}
.cid-uUxuQ7SMti .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUxuQ7SMti .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uUxuQ7SMti .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uUxuQ7SMti .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUxuQ7SMti .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUxuQ7SMti .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uUxuQ7SMti .mbr-section-title {
  color: #000000;
}
.cid-uUxuQ7SMti .mbr-text {
  color: #000000;
}
.cid-uUxuQ8eWty {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-uUxuQ8eWty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQ8eWty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQ8eWty .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uUxuQ8eWty .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uUxuQ8eWty .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uUxuQ8eWty .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uUxuQ8eWty .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uUxuQ8eWty .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uUxuQ8eWty .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUxuQ8eWty .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uUxuQ8eWty .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uUxuQ8eWty .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uUxuQ8eWty .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUxuQ8eWty .mbr-section-title {
  color: #19171c;
}
.cid-uUxuQ8eWty .panel-title {
  color: #19171c;
}
.cid-uUxuQ8eWty .panel-text {
  color: #6e6e73;
}
.cid-uUxuQ8eWty .mbr-section-title,
.cid-uUxuQ8eWty .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uUxuQ8eWty .panel-title-edit {
  color: #ffffff;
}
.cid-uUxuQ8MO1p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUxuQ8MO1p .card-wrapper {
  background: #0033a0;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uUxuQ8MO1p .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxuQ8MO1p .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUxuQ8MO1p .mbr-text {
  color: #ffffff;
}
.cid-uUxuQ8MO1p .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUxuQ8MO1p .mbr-section-title {
  color: #ffffff;
}
.cid-uUxuQ95zXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUxuQ95zXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQ95zXF .container {
  max-width: 1300px;
}
.cid-uUxuQ95zXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQ95zXF .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUxuQ95zXF .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUxuQ95zXF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUxuQ95zXF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUxuQ95zXF .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uUxuQ95zXF .mbr-section-title {
  color: #000000;
}
.cid-uUxuQ95zXF .mbr-text,
.cid-uUxuQ95zXF .mbr-section-btn {
  color: #555555;
}
.cid-uUxTQ9z0Q4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uUxTQ9z0Q4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxTQ9z0Q4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxTQ9z0Q4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uUxTQ9z0Q4 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uUxTQ9z0Q4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUxTQ9z0Q4 .container {
    padding: 0 16px;
  }
}
.cid-uUxTQ9z0Q4 .row {
  justify-content: space-between;
}
.cid-uUxTQ9z0Q4 .title-wrapper {
  position: sticky;
}
.cid-uUxTQ9z0Q4 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUxTQ9z0Q4 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uUxTQ9z0Q4 .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #0033a0, #45bce6 34%, #0033a0 67%, #011e60) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUxTQ9z0Q4 .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uUxTQ9z0Q4 .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uUxTQ9z0Q4 .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uUxTQ9z0Q4 .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uUxTQ9z0Q4 .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUxTQ9z0Q4 .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uUxTQ9z0Q4 .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUxTQ9z0Q4 .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #0033a0, #45bce6 34%, #0033a0 67%, #011e60);
  border-radius: 50%;
}
.cid-uUxTQ9z0Q4 .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uUxTQ9z0Q4 .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUxTQ9z0Q4 .mbr-section-title {
  color: #080808;
}
.cid-uUxTQ9z0Q4 .panel-title-edit {
  color: #080808;
}
.cid-uUxTQ9z0Q4 .panel-text {
  color: #333333;
}
.cid-uUxuQ9tvYm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #45bce6;
}
.cid-uUxuQ9tvYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQ9tvYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQ9tvYm .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uUxuQ9tvYm .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uUxuQ9tvYm .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uUxuQ9tvYm .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uUxuQ9PyCg {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #011e60;
}
.cid-uUxuQ9PyCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQ9PyCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQ9PyCg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uUxuQ9PyCg .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQ9PyCg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQ9PyCg .container {
    padding: 0 16px;
  }
}
.cid-uUxuQ9PyCg .row {
  justify-content: center;
}
.cid-uUxuQ9PyCg .content-wrapper {
  margin-bottom: 36px;
}
.cid-uUxuQ9PyCg .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUxuQ9PyCg .content-wrapper .email-wrapper {
  display: block;
}
.cid-uUxuQ9PyCg .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uUxuQ9PyCg .content-wrapper .email-wrapper:focus .mbr-email {
  color: #b9e1f4;
}
.cid-uUxuQ9PyCg .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uUxuQ9PyCg .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uUxuQ9PyCg .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uUxuQ9PyCg .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uUxuQ9PyCg .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUxuQ9PyCg .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUxuQ9PyCg .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUxuQ9PyCg .contacts-wrapper .list .item-wrap:hover,
.cid-uUxuQ9PyCg .contacts-wrapper .list .item-wrap:focus {
  color: #b9e1f4;
}
.cid-uUxuQ9PyCg .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.cid-uUxuQ9PyCg .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUxuQ9PyCg .mbr-section-title {
  color: #080808;
}
.cid-uUxuQ9PyCg .mbr-email {
  color: #ffffff;
}
.cid-uUxuQ9PyCg .mbr-desc {
  color: #ffffff;
}
.cid-uUxuQ9PyCg .list {
  color: #333333;
}
.cid-uUxuQ9PyCg .mbr-section-title,
.cid-uUxuQ9PyCg .mbr-section-btn {
  color: #ffffff;
}
.cid-uUxuQ9PyCg .list,
.cid-uUxuQ9PyCg .item-wrap {
  color: #ffffff;
}
.cid-uUxuQHk5hP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUxuQHk5hP nav.navbar {
  position: fixed;
}
.cid-uUxuQHk5hP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUxuQHk5hP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUxuQHk5hP .dropdown-item:hover,
.cid-uUxuQHk5hP .dropdown-item:focus {
  background: #f30000 !important;
  color: white !important;
}
.cid-uUxuQHk5hP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUxuQHk5hP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUxuQHk5hP .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uUxuQHk5hP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUxuQHk5hP .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uUxuQHk5hP .nav-link:before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #ffcc00;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uUxuQHk5hP .nav-link:hover:before {
  opacity: 1;
}
.cid-uUxuQHk5hP .container {
  display: flex;
  margin: auto;
}
.cid-uUxuQHk5hP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUxuQHk5hP .dropdown-menu,
.cid-uUxuQHk5hP .navbar.opened {
  background: #011e60 !important;
}
.cid-uUxuQHk5hP .nav-item:focus,
.cid-uUxuQHk5hP .nav-link:focus {
  outline: none;
}
.cid-uUxuQHk5hP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUxuQHk5hP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUxuQHk5hP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUxuQHk5hP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUxuQHk5hP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUxuQHk5hP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUxuQHk5hP .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #011e60;
}
.cid-uUxuQHk5hP .navbar.opened {
  transition: all 0.3s;
}
.cid-uUxuQHk5hP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUxuQHk5hP .navbar .navbar-logo img {
  width: auto;
}
.cid-uUxuQHk5hP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUxuQHk5hP .navbar.collapsed {
  justify-content: center;
}
.cid-uUxuQHk5hP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUxuQHk5hP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUxuQHk5hP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUxuQHk5hP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUxuQHk5hP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUxuQHk5hP .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-uUxuQHk5hP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUxuQHk5hP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUxuQHk5hP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUxuQHk5hP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUxuQHk5hP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUxuQHk5hP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUxuQHk5hP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUxuQHk5hP .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-uUxuQHk5hP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUxuQHk5hP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUxuQHk5hP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUxuQHk5hP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUxuQHk5hP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUxuQHk5hP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUxuQHk5hP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUxuQHk5hP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUxuQHk5hP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUxuQHk5hP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUxuQHk5hP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUxuQHk5hP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUxuQHk5hP .dropdown-item.active,
.cid-uUxuQHk5hP .dropdown-item:active {
  background-color: transparent;
}
.cid-uUxuQHk5hP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUxuQHk5hP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUxuQHk5hP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUxuQHk5hP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011e60;
}
.cid-uUxuQHk5hP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUxuQHk5hP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUxuQHk5hP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUxuQHk5hP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUxuQHk5hP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUxuQHk5hP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUxuQHk5hP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUxuQHk5hP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxuQHk5hP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxuQHk5hP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUxuQHk5hP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxuQHk5hP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUxuQHk5hP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUxuQHk5hP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxuQHk5hP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUxuQHk5hP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUxuQHk5hP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUxuQHk5hP .navbar {
    height: 70px;
  }
  .cid-uUxuQHk5hP .navbar.opened {
    height: auto;
  }
  .cid-uUxuQHk5hP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUxuQI3goy {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #0033a0;
}
.cid-uUxuQI3goy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQI3goy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQI3goy .row {
  margin: 0 -6px;
}
.cid-uUxuQI3goy .card {
  padding: 0 6px;
}
.cid-uUxuQI3goy .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uUxuQI3goy .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-uUxuQI3goy .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUxuQI3goy .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #f5f8ff;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uUxuQI3goy .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQI3goy .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uUxuQI3goy .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-uUxuQI3goy .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQI3goy .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUxuQI3goy .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uUxuQI3goy .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUxuQI3goy .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-uUxuQI3goy .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQI3goy .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uUxuQI3goy .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUxuQI3goy .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uUxuQI3goy .mbr-section-title {
  color: #000000;
}
.cid-uUxuQI3goy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUxuQI3goy .mbr-section-title,
.cid-uUxuQI3goy .mbr-section-btn {
  text-align: center;
}
.cid-uUxuQIp9LJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
}
.cid-uUxuQIp9LJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQIp9LJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQIp9LJ .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUxuQIp9LJ .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQIp9LJ .container {
    padding: 0 6px;
  }
}
.cid-uUxuQIp9LJ .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uUxuQIp9LJ .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uUxuQIp9LJ .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQIp9LJ .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uUxuQIp9LJ .row {
    padding: 0;
  }
}
.cid-uUxuQIp9LJ .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uUxuQIp9LJ .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #45bce6;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uUxuQIp9LJ .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uUxuQIp9LJ .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uUxuQIp9LJ .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uUxuQIp9LJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uUxuQIp9LJ .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uUxuQIp9LJ .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uUxuQIp9LJ .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uUxuQIp9LJ .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uUxuQIp9LJ .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uUxuQIp9LJ .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUxuQIp9LJ .mbr-section-title {
  color: #45bce6;
}
.cid-uUxuQIp9LJ .list {
  color: #131313;
}
.cid-uUxuQIJaWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e60;
}
.cid-uUxuQIJaWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQIJaWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQIJaWT .items-wrapper {
  justify-content: center;
}
.cid-uUxuQIJaWT .mbr-text,
.cid-uUxuQIJaWT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUxuQJ8tiL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUxuQJ8tiL .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uUxuQJ8tiL .image-wrapper {
  margin-top: 5rem;
}
@media (max-width: 992px) {
  .cid-uUxuQJ8tiL .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uUxuQJ8tiL .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-uUxuQJ8tiL .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #f30000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uUxuQJ8tiL .link:hover:before {
  background: #082c4e;
}
.cid-uUxuQJ8tiL .mbr-section-title {
  color: #000000;
}
.cid-uUxuQJ8tiL .mbr-text,
.cid-uUxuQJ8tiL .mbr-section-btn {
  color: #000000;
}
.cid-uUxuQJ8tiL .link,
.cid-uUxuQJ8tiL .link-wrap {
  color: #000000;
}
.cid-uUxuQJ8tiL .mbr-title {
  color: #3098f3;
}
.cid-uUxuQJ8tiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQJ8tiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQJy60j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uUxuQJy60j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQJy60j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQJy60j .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUxuQJy60j .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uUxuQJy60j .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQJy60j .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uUxuQJy60j .container {
    padding: 0 12px;
  }
}
.cid-uUxuQJy60j .row {
  justify-content: center;
}
.cid-uUxuQJy60j .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uUxuQJy60j .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uUxuQJy60j .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uUxuQJy60j .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uUxuQJy60j .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-uUxuQJy60j .items-wrapper {
    display: block;
  }
}
.cid-uUxuQJy60j .items-wrapper .item {
  background-color: #011e60;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-uUxuQJy60j .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQJy60j .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-uUxuQJy60j .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uUxuQJy60j .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uUxuQJy60j .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-uUxuQJy60j .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uUxuQJy60j .mbr-section-title {
  color: #ffffff;
}
.cid-uUxuQJy60j .item-title {
  color: #ffffff;
}
.cid-uUxuQJy60j .item-text {
  color: #ffffff;
}
.cid-uUxuQK1Saa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUxuQK1Saa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQK1Saa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQK1Saa .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uUxuQK1Saa .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uUxuQK1Saa .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uUxuQK1Saa .item-img {
    width: 100%;
  }
}
.cid-uUxuQK1Saa .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uUxuQK1Saa .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uUxuQK1Saa .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uUxuQK1Saa .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uUxuQK1Saa .card-title {
  color: #000000;
}
.cid-uUxuQK1Saa .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-uUxuQK1Saa .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-uUxuQK1Saa .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-uUxuQK1Saa .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uUxuQK1Saa .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-uUxuQK1Saa .list-text {
  flex-grow: 1;
  color: #000000;
}
.cid-uUxuQK1Saa .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-uUxuQK1Saa .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uUxuQK1Saa .card-text,
.cid-uUxuQK1Saa .mbr-section-btn {
  color: #000000;
}
.cid-uUxuQKuYqW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e60;
}
.cid-uUxuQKuYqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQKuYqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQKuYqW .row {
  justify-content: space-between;
}
.cid-uUxuQKuYqW .card {
  justify-content: center;
}
.cid-uUxuQKuYqW .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uUxuQKuYqW .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #f47451;
  z-index: 1;
}
.cid-uUxuQKuYqW .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uUxuQKuYqW .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uUxuQKuYqW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUxuQKuYqW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUxuQKuYqW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUxuQKuYqW .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uUxuQKuYqW .image-wrapper {
    margin-left: 0;
  }
}
.cid-uUxuQKuYqW .image-wrapper img {
  height: 700px;
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUxuQKuYqW .image-wrapper img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uUxuQKuYqW .mbr-number {
  color: #000c3f;
}
.cid-uUxuQKuYqW .mbr-section-title {
  color: #ffffff;
}
.cid-uUxuQKuYqW .mbr-text {
  color: #ffffff;
}
.cid-uUxuQKuYqW .mbr-section-title,
.cid-uUxuQKuYqW .mbr-section-btn {
  text-align: center;
}
.cid-uUxuQKuYqW .mbr-text,
.cid-uUxuQKuYqW .text-wrapper {
  text-align: center;
}
.cid-uUxuQKP8ld {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUxuQKP8ld .mbr-section-title,
  .cid-uUxuQKP8ld .mbr-section-subtitle,
  .cid-uUxuQKP8ld .mbr-section-btn,
  .cid-uUxuQKP8ld .mbr-text {
    text-align: center;
  }
}
.cid-uUxuQKP8ld .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUxuQKP8ld .mbr-text,
.cid-uUxuQKP8ld .mbr-section-btn {
  color: #000000;
}
.cid-uUxuQLd6i8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUxuQLd6i8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQLd6i8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQLd6i8 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uUxuQLd6i8 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uUxuQLd6i8 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uUxuQLd6i8 .mbr-section-title {
  color: #131313;
}
.cid-uUxuQLd6i8 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uUxuQLd6i8 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uUxuQLd6i8 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uUxuQLd6i8 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #010a44;
  box-shadow: 4px 4px 0 #010a44;
  background: #0033a0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uUxuQLd6i8 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uUxuQLd6i8 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uUxuQLd6i8 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uUxuQLd6i8 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uUxuQLd6i8 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uUxuQLd6i8 .card-title {
  color: #131313;
}
.cid-uUxuQLd6i8 .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uUxuQLd6i8 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uUxuQLd6i8 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uUxuQLd6i8 .card-link {
    margin-top: 15px;
  }
}
.cid-uUxuQLd6i8 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uUxuQLd6i8 .card-title,
.cid-uUxuQLd6i8 .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uUxuQLHCvB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uUxuQLHCvB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUxuQLHCvB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQLHCvB .container {
    padding: 0 25px;
  }
}
.cid-uUxuQLHCvB .row {
  margin: 0;
}
.cid-uUxuQLHCvB .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uUxuQLHCvB .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uUxuQLHCvB .image-wrapper {
    min-height: 350px;
  }
}
.cid-uUxuQLHCvB .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUxuQLHCvB .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uUxuQLHCvB .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uUxuQLHCvB .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUxuQLHCvB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUxuQLHCvB .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uUxuQLHCvB .mbr-section-title {
  color: #000000;
}
.cid-uUxuQLHCvB .mbr-text {
  color: #000000;
}
.cid-uUxuQM78yc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0033a0;
}
.cid-uUxuQM78yc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQM78yc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQM78yc .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uUxuQM78yc .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uUxuQM78yc .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uUxuQM78yc .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uUxuQM78yc .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uUxuQM78yc .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uUxuQM78yc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUxuQM78yc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uUxuQM78yc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uUxuQM78yc .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uUxuQM78yc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUxuQM78yc .mbr-section-title {
  color: #19171c;
}
.cid-uUxuQM78yc .panel-title {
  color: #19171c;
}
.cid-uUxuQM78yc .panel-text {
  color: #6e6e73;
}
.cid-uUxuQM78yc .mbr-section-title,
.cid-uUxuQM78yc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uUxuQM78yc .panel-title-edit {
  color: #ffffff;
}
.cid-uUxuQMIgoY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUxuQMIgoY .card-wrapper {
  background: #0033a0;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uUxuQMIgoY .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxuQMIgoY .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUxuQMIgoY .mbr-text {
  color: #ffffff;
}
.cid-uUxuQMIgoY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUxuQMIgoY .mbr-section-title {
  color: #ffffff;
}
.cid-uUxuQN6VP2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUxuQN6VP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQN6VP2 .container {
  max-width: 1300px;
}
.cid-uUxuQN6VP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQN6VP2 .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUxuQN6VP2 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUxuQN6VP2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUxuQN6VP2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUxuQN6VP2 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uUxuQN6VP2 .mbr-section-title {
  color: #000000;
}
.cid-uUxuQN6VP2 .mbr-text,
.cid-uUxuQN6VP2 .mbr-section-btn {
  color: #000000;
}
.cid-uUxVdA1Mf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uUxVdA1Mf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxVdA1Mf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxVdA1Mf3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uUxVdA1Mf3 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uUxVdA1Mf3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUxVdA1Mf3 .container {
    padding: 0 16px;
  }
}
.cid-uUxVdA1Mf3 .row {
  justify-content: space-between;
}
.cid-uUxVdA1Mf3 .title-wrapper {
  position: sticky;
}
.cid-uUxVdA1Mf3 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUxVdA1Mf3 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uUxVdA1Mf3 .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #0033a0, #45bce6 34%, #0033a0 67%, #011e60) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUxVdA1Mf3 .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uUxVdA1Mf3 .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uUxVdA1Mf3 .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uUxVdA1Mf3 .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uUxVdA1Mf3 .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUxVdA1Mf3 .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uUxVdA1Mf3 .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUxVdA1Mf3 .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #0033a0, #45bce6 34%, #0033a0 67%, #011e60);
  border-radius: 50%;
}
.cid-uUxVdA1Mf3 .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uUxVdA1Mf3 .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUxVdA1Mf3 .mbr-section-title {
  color: #080808;
}
.cid-uUxVdA1Mf3 .panel-title-edit {
  color: #080808;
}
.cid-uUxVdA1Mf3 .panel-text {
  color: #333333;
}
.cid-uUxuQNAy3b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #45bce6;
}
.cid-uUxuQNAy3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQNAy3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQNAy3b .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uUxuQNAy3b .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uUxuQNAy3b .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uUxuQNAy3b .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uUxuQNZkVA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #011e60;
}
.cid-uUxuQNZkVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxuQNZkVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxuQNZkVA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uUxuQNZkVA .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQNZkVA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUxuQNZkVA .container {
    padding: 0 16px;
  }
}
.cid-uUxuQNZkVA .row {
  justify-content: center;
}
.cid-uUxuQNZkVA .content-wrapper {
  margin-bottom: 36px;
}
.cid-uUxuQNZkVA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUxuQNZkVA .content-wrapper .email-wrapper {
  display: block;
}
.cid-uUxuQNZkVA .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uUxuQNZkVA .content-wrapper .email-wrapper:focus .mbr-email {
  color: #b9e1f4;
}
.cid-uUxuQNZkVA .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uUxuQNZkVA .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uUxuQNZkVA .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uUxuQNZkVA .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uUxuQNZkVA .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUxuQNZkVA .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUxuQNZkVA .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUxuQNZkVA .contacts-wrapper .list .item-wrap:hover,
.cid-uUxuQNZkVA .contacts-wrapper .list .item-wrap:focus {
  color: #b9e1f4;
}
.cid-uUxuQNZkVA .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.cid-uUxuQNZkVA .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uUxuQNZkVA .mbr-section-title {
  color: #080808;
}
.cid-uUxuQNZkVA .mbr-email {
  color: #ffffff;
}
.cid-uUxuQNZkVA .mbr-desc {
  color: #ffffff;
}
.cid-uUxuQNZkVA .list {
  color: #333333;
}
.cid-uUxuQNZkVA .mbr-section-title,
.cid-uUxuQNZkVA .mbr-section-btn {
  color: #ffffff;
}
.cid-uUxuQNZkVA .list,
.cid-uUxuQNZkVA .item-wrap {
  color: #ffffff;
}
