body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.59375rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.88rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.75rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.18rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.475rem;
}
/* ---- 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: 5.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8125rem;
    font-size: calc( 3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20))));
    letter-spacing: -0.038em;
  }
  .display-2 {
    font-size: 2.304rem;
    font-size: calc( 1.658rem + (2.88 - 1.658) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.658rem + (2.88 - 1.658) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.944rem;
    font-size: calc( 1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.063rem + (1.18 - 1.063) * ((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: #00a5ff !important;
}
.bg-success {
  background-color: #fbd100 !important;
}
.bg-info {
  background-color: #00dbfb !important;
}
.bg-warning {
  background-color: #2cfc03 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary:after {
  background: linear-gradient(to right, #00a5ff 0 25%, transparent 25% 75%, #00a5ff 75% 100%);
}
.btn-primary,
.btn-primary:active {
  background-color: #99caff !important;
  border-color: #99caff !important;
  color: #00a5ff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #99caff !important;
  border-color: #99caff !important;
  color: #00a5ff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #00a5ff !important;
  background-color: #99caff !important;
  border-color: #99caff !important;
}
.btn-secondary:after {
  background: linear-gradient(to right, #00a5ff 0 25%, transparent 25% 75%, #00a5ff 75% 100%);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #99caff !important;
  border-color: #99caff !important;
  color: #00a5ff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #99caff !important;
  border-color: #99caff !important;
  color: #00a5ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #00a5ff !important;
  background-color: #99caff !important;
  border-color: #99caff !important;
}
.btn-info:after {
  background: linear-gradient(to right, #00dbfb 0 25%, transparent 25% 75%, #00dbfb 75% 100%);
}
.btn-info,
.btn-info:active {
  background-color: #95e0ff !important;
  border-color: #95e0ff !important;
  color: #00dbfb !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #95e0ff !important;
  border-color: #95e0ff !important;
  color: #00dbfb !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #00dbfb !important;
  background-color: #95e0ff !important;
  border-color: #95e0ff !important;
}
.btn-success:after {
  background: linear-gradient(to right, #fbd100 0 25%, transparent 25% 75%, #fbd100 75% 100%);
}
.btn-success,
.btn-success:active {
  background-color: #ffff95 !important;
  border-color: #ffff95 !important;
  color: #fbd100 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #ffff95 !important;
  border-color: #ffff95 !important;
  color: #fbd100 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fbd100 !important;
  background-color: #ffff95 !important;
  border-color: #ffff95 !important;
}
.btn-warning:after {
  background: linear-gradient(to right, #2cfc03 0 25%, transparent 25% 75%, #2cfc03 75% 100%);
}
.btn-warning,
.btn-warning:active {
  background-color: #99ff99 !important;
  border-color: #99ff99 !important;
  color: #2cfc03 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #99ff99 !important;
  border-color: #99ff99 !important;
  color: #2cfc03 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #2cfc03 !important;
  background-color: #99ff99 !important;
  border-color: #99ff99 !important;
}
.btn-danger:after {
  background: linear-gradient(to right, #ff0000 0 25%, transparent 25% 75%, #ff0000 75% 100%);
}
.btn-danger,
.btn-danger:active {
  background-color: #ffaa99 !important;
  border-color: #ffaa99 !important;
  color: #ff0000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #ffaa99 !important;
  border-color: #ffaa99 !important;
  color: #ff0000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ff0000 !important;
  background-color: #ffaa99 !important;
  border-color: #ffaa99 !important;
}
.btn-white:after {
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f6f6f6 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f6f6f6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #f6f6f6 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black:after {
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black,
.btn-black:active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #303030 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #303030 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #303030 !important;
  background-color: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-primary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #00a5ff 0 25%, transparent 25% 75%, #00a5ff 75% 100%);
}
.btn-primary-outline,
.btn-primary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #00a5ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00a5ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #99caff !important;
  border-color: #99caff !important;
}
.btn-secondary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #00a5ff 0 25%, transparent 25% 75%, #00a5ff 75% 100%);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #00a5ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00a5ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #99caff !important;
  border-color: #99caff !important;
}
.btn-info-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #00dbfb 0 25%, transparent 25% 75%, #00dbfb 75% 100%);
}
.btn-info-outline,
.btn-info-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #00dbfb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00dbfb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #95e0ff !important;
  border-color: #95e0ff !important;
}
.btn-success-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #fbd100 0 25%, transparent 25% 75%, #fbd100 75% 100%);
}
.btn-success-outline,
.btn-success-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #fbd100;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fbd100 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffff95 !important;
  border-color: #ffff95 !important;
}
.btn-warning-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #2cfc03 0 25%, transparent 25% 75%, #2cfc03 75% 100%);
}
.btn-warning-outline,
.btn-warning-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #2cfc03;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2cfc03 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #99ff99 !important;
  border-color: #99ff99 !important;
}
.btn-danger-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #ff0000 0 25%, transparent 25% 75%, #ff0000 75% 100%);
}
.btn-danger-outline,
.btn-danger-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff0000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffaa99 !important;
  border-color: #ffaa99 !important;
}
.btn-black-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black-outline,
.btn-black-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #303030;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #303030 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-white-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white-outline,
.btn-white-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #f6f6f6;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #777777 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #00a5ff !important;
}
.text-secondary {
  color: #00a5ff !important;
}
.text-success {
  color: #fbd100 !important;
}
.text-info {
  color: #00dbfb !important;
}
.text-warning {
  color: #2cfc03 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #f6f6f6 !important;
}
.text-black {
  color: #303030 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #006399 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #006399 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #957c00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #008295 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1a9702 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c3c3c3 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00a5ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #303030;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00dbfb;
}
.alert-warning {
  background-color: #2cfc03;
}
.alert-danger {
  background-color: #ff0000;
}
.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: #00a5ff;
  border-color: #00a5ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00a5ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccedff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff6c8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8f8ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5fecd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #00a5ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #00a5ff;
}
/* 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: #00a5ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00a5ff;
}
.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: #00a5ff;
  border-bottom-color: #00a5ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #00a5ff !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: #00a5ff !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='%2300a5ff' %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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.mbr-fonts-style a:not(.mbr-fonts-style) {
  position: relative;
}
.mbr-fonts-style a:not(.mbr-fonts-style):before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background: linear-gradient(to right, currentColor 0 25%, transparent 25% 75%, currentColor 75% 100%);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-fonts-style a:not(.mbr-fonts-style):hover:before {
  background-position: left;
}
.container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1439px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 86%;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: 86%;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 10px 34px 15px;
  font-weight: 700 !important;
  transition: all 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  box-shadow: none !important;
  border-radius: 0 !important;
  letter-spacing: -0.025em;
}
.mbr-section-btn .btn:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  height: 2px;
  width: calc(100% - 34px * 2);
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-section-btn .btn.btn-primary {
  background-color: #6bcdff !important;
  border-color: #6bcdff !important;
}
.mbr-section-btn .btn.btn-black {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.mbr-section-btn .btn.btn-white {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.mbr-section-btn .btn:hover:after {
  background-position: left;
}
.cid-ttjmnoK6UH {
  z-index: 1000;
  width: 100%;
}
.cid-ttjmnoK6UH nav.navbar {
  position: fixed;
}
.cid-ttjmnoK6UH .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-ttjmnoK6UH .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttjmnoK6UH .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ttjmnoK6UH .dropdown-item:after {
  right: 1rem !important;
}
.cid-ttjmnoK6UH .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ttjmnoK6UH .dropdown-item:hover:before,
.cid-ttjmnoK6UH .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ttjmnoK6UH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttjmnoK6UH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttjmnoK6UH .nav-link {
  position: relative;
}
.cid-ttjmnoK6UH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttjmnoK6UH .container {
    flex-wrap: nowrap;
  }
}
.cid-ttjmnoK6UH .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ttjmnoK6UH .navbar-nav .nav-item {
  margin: 0;
}
.cid-ttjmnoK6UH .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ttjmnoK6UH .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ttjmnoK6UH .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ttjmnoK6UH .dropdown-menu,
.cid-ttjmnoK6UH .navbar.opened {
  background: #064469 !important;
}
.cid-ttjmnoK6UH .nav-item:focus,
.cid-ttjmnoK6UH .nav-link:focus {
  outline: none;
}
.cid-ttjmnoK6UH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttjmnoK6UH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttjmnoK6UH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttjmnoK6UH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttjmnoK6UH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttjmnoK6UH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttjmnoK6UH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ttjmnoK6UH .navbar.opened {
  transition: all 0.3s;
}
.cid-ttjmnoK6UH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttjmnoK6UH .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ttjmnoK6UH .navbar .navbar-logo img {
  width: auto;
}
.cid-ttjmnoK6UH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttjmnoK6UH .navbar.collapsed {
  justify-content: center;
}
.cid-ttjmnoK6UH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttjmnoK6UH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttjmnoK6UH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttjmnoK6UH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttjmnoK6UH .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-ttjmnoK6UH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttjmnoK6UH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttjmnoK6UH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttjmnoK6UH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttjmnoK6UH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttjmnoK6UH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttjmnoK6UH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttjmnoK6UH .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-ttjmnoK6UH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttjmnoK6UH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttjmnoK6UH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttjmnoK6UH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttjmnoK6UH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttjmnoK6UH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ttjmnoK6UH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ttjmnoK6UH .navbar.navbar-short {
  min-height: 100px;
}
.cid-ttjmnoK6UH .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ttjmnoK6UH .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttjmnoK6UH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttjmnoK6UH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttjmnoK6UH .dropdown-item.active,
.cid-ttjmnoK6UH .dropdown-item:active {
  background-color: transparent;
}
.cid-ttjmnoK6UH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttjmnoK6UH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttjmnoK6UH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttjmnoK6UH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ttjmnoK6UH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttjmnoK6UH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttjmnoK6UH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttjmnoK6UH .navbar-buttons {
  text-align: center;
}
.cid-ttjmnoK6UH button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ttjmnoK6UH button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ttjmnoK6UH button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ttjmnoK6UH button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ttjmnoK6UH button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ttjmnoK6UH button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ttjmnoK6UH button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ttjmnoK6UH button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ttjmnoK6UH button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ttjmnoK6UH button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ttjmnoK6UH button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ttjmnoK6UH nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ttjmnoK6UH nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ttjmnoK6UH nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ttjmnoK6UH nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ttjmnoK6UH nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ttjmnoK6UH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttjmnoK6UH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttjmnoK6UH .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-ttjmnoK6UH .navbar {
    height: 70px;
  }
  .cid-ttjmnoK6UH .navbar.opened {
    height: auto;
  }
  .cid-ttjmnoK6UH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttjmnoK6UH .container,
.cid-ttjmnoK6UH .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttjmnoK6UH .container,
  .cid-ttjmnoK6UH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ttjmnoK6UH .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ttjmnoK6UH .navbar-collapse {
  min-height: 98px;
}
.cid-ttjmnoK6UH .mbr-section-btn {
  max-width: 35%;
}
.cid-ttjmnoK6UH .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ttjmnoK6UH {
    min-height: 70px !important;
  }
  .cid-ttjmnoK6UH .navbar {
    min-height: 70px !important;
  }
  .cid-ttjmnoK6UH .container-fluid {
    padding: 0 7%;
  }
  .cid-ttjmnoK6UH .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ttjmnoK6UH .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ttjmnoK6UH .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ttjmnoK6UH .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ttjmnoK6UH .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ttjmnoK6UH .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ttjmnoK6UH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ttjmnoK6UH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ttjmnoK6UH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ttjmnoK6UH .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ub0EHPulnS {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub0EHPulnS .text-wrapper {
  padding: 2rem 0;
}
.cid-ub0EHPulnS .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ub0EHPulnS .image-wrapper,
.cid-ub0EHPulnS img {
  width: 100%;
  object-fit: cover;
}
.cid-ub0EHPulnS .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ub0EHPulnS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ub0EHPulnS .mbr-section-btn .btn-secondary-outline:hover,
.cid-ub0EHPulnS .mbr-section-btn .btn-secondary-outline .active,
.cid-ub0EHPulnS .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub0EHPulnS .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub0EHPulnS {
    flex-direction: column;
  }
  .cid-ub0EHPulnS .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ub0EHPulnS .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ub0EHPulnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0EHPulnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0EHPulnS .mbr-text,
.cid-ub0EHPulnS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ub0EHPulnS .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-tCQsAnA5hH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b577a;
}
.cid-tCQsAnA5hH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQsAnA5hH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQsAnA5hH .container-fluid {
  max-width: 100%;
}
.cid-tCQsAnA5hH .row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.cid-tCQsAnA5hH .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tCQsAnA5hH .col-img {
    order: 2;
  }
}
.cid-tCQsAnA5hH .item-img {
  height: 100%;
  width: 100%;
}
.cid-tCQsAnA5hH .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tCQsAnA5hH .content-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 75px 100px 130px 80px;
  padding: 65px 60px 100px 40px;
}
@media (max-width: 1439px) {
  .cid-tCQsAnA5hH .content-wrap {
    padding: 55px 50px 100px 50px;
    padding: 35px 40px 70px 30px;
  }
}
@media (max-width: 991px) {
  .cid-tCQsAnA5hH .content-wrap {
    padding: 75px 80px 70px 80px;
    padding: 65px 40px 50px 40px;
  }
}
@media (max-width: 767px) {
  .cid-tCQsAnA5hH .content-wrap {
    padding: 70px 25px 70px 25px;
    padding: 60px 2px 50px 2px;
  }
}
.cid-tCQsAnA5hH .icon-wrap {
  margin-right: 15px;
}
.cid-tCQsAnA5hH .icon-wrap .mbr-iconfont {
  font-size: 32px;
  color: #303030;
}
.cid-tCQsAnA5hH .tabs-wrap {
  flex-grow: 1;
}
.cid-tCQsAnA5hH .mbr-text {
  margin-bottom: 30px;
  color: #00dbfb;
  text-align: center;
}
.cid-tCQsAnA5hH .tabs-prof {
  color: #303030;
  text-decoration: underline;
}
.cid-tCQsAnA5hH .tabs-name {
  margin-top: 6px;
  color: #303030;
}
.cid-tCQsAnA5hH .nav-tabs .nav-item.open .nav-link:focus,
.cid-tCQsAnA5hH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tCQsAnA5hH .nav-tabs {
  flex-wrap: wrap;
  margin-top: 40px;
  border: none !important;
}
.cid-tCQsAnA5hH .nav-item {
  margin-right: 25px;
}
.cid-tCQsAnA5hH .nav-link {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
}
.cid-tCQsAnA5hH .nav-link:not(.active) {
  color: #fffdf3;
}
.cid-tCQsAnA5hH .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-tCQsAnA5hH .nav-link:hover:before {
  transform: scaleX(1);
}
.cid-tCQsAnA5hH .nav-tabs .nav-link.active {
  color: #000000;
  background-color: transparent !important;
}
.cid-tCQsAnA5hH .nav-tabs .nav-link.active:before {
  transform: scaleX(1);
}
.cid-uX5SliljPo {
  overflow: hidden;
  background-image: url("../../../assets/images/chiid-war-smallpx-2000x1333.jpeg");
}
.cid-uX5SliljPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5SliljPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5SliljPo .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uX5SliljPo .container-fluid {
    padding: 0 20px;
  }
}
.cid-uX5SliljPo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uX5SliljPo .container {
    padding: 0 20px;
  }
  .cid-uX5SliljPo .container .row {
    padding: 0;
  }
}
.cid-uX5SliljPo .title-wrapper {
  padding: 160px 90px 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uX5SliljPo .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uX5SliljPo .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uX5SliljPo .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uX5SliljPo .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uX5SliljPo .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uX5SliljPo .title-wrapper .title-wrap .mbr-name {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uX5SliljPo .title-wrapper .title-wrap .mbr-name {
    margin-bottom: 40px;
  }
}
.cid-uX5SliljPo .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uX5SliljPo .image-wrapper img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uX5SliljPo .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-uX5SliljPo .image-wrapper img {
    height: 300px;
  }
}
.cid-uX5SliljPo .mbr-desc {
  color: #fffdf3;
}
.cid-uX5SliljPo .mbr-text {
  color: #ffffff;
}
.cid-uX5SliljPo .mbr-name {
  color: #ffffff;
}
.cid-uX5SliljPo .mbr-section-btn {
  text-align: right;
}
.cid-tCQEHkQ04L {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1b577a;
}
.cid-tCQEHkQ04L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQEHkQ04L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQEHkQ04L .row {
  flex-direction: row-reverse;
}
.cid-tCQEHkQ04L .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-tCQEHkQ04L .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-tCQEHkQ04L .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-tCQEHkQ04L .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-tCQEHkQ04L .mbr-section-title {
  color: #00dbfb;
  margin-bottom: 0;
}
.cid-tCQEHkQ04L .mbr-text {
  color: #fff6be;
  margin-top: 20px;
  text-align: justify;
}
.cid-tCQEHkQ04L .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-tCQEHkQ04L .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-tCQEHkQ04L .items-wrap {
    padding-top: 50px;
  }
}
.cid-tCQEHkQ04L .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-tCQEHkQ04L .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-tCQEHkQ04L .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #fbd100;
}
.cid-tCQEHkQ04L .list li {
  position: relative;
}
.cid-tCQEHkQ04L .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-tCQEHkQ04L .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-tCQEHkQ04L .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uX5RK9RrA7 {
  background-image: url("../../../assets/images/povertysmall-2000x1333.jpeg");
  overflow: hidden;
}
.cid-tCQLqejrKm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b577a;
}
.cid-tCQLqejrKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQLqejrKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQLqejrKm .row {
  justify-content: left;
}
.cid-tCQLqejrKm .main-col {
  display: flex;
}
.cid-tCQLqejrKm .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCQLqejrKm .mbr-section-title {
  color: #00dbfb;
  width: 100%;
  text-align: center;
}
.cid-tCQLqejrKm .mbr-section-subtitle {
  color: #fffdf3;
  width: 100%;
  margin-top: 20px;
}
.cid-tCQLqejrKm .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tCQLqejrKm .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-ubgfVBPaL4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubgfVBPaL4 .container-fluid {
  padding: 0 2rem;
}
.cid-ubgfVBPaL4 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubgfVBPaL4 .mbr-title {
  padding: 0 1rem;
}
.cid-ubgfVBPaL4 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubgfVBPaL4 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubgfVBPaL4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubgfVBPaL4 .image-wrap {
  width: 100%;
}
.cid-ubgfVBPaL4 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubgfVBPaL4 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubgfVBPaL4 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubgfVBPaL4 .container-fluid {
    padding: 0rem;
  }
}
.cid-ubgfVBPaL4 .mbr-text,
.cid-ubgfVBPaL4 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ttjmnoK6UH {
  z-index: 1000;
  width: 100%;
}
.cid-ttjmnoK6UH nav.navbar {
  position: fixed;
}
.cid-ttjmnoK6UH .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-ttjmnoK6UH .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttjmnoK6UH .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ttjmnoK6UH .dropdown-item:after {
  right: 1rem !important;
}
.cid-ttjmnoK6UH .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ttjmnoK6UH .dropdown-item:hover:before,
.cid-ttjmnoK6UH .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ttjmnoK6UH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttjmnoK6UH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttjmnoK6UH .nav-link {
  position: relative;
}
.cid-ttjmnoK6UH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttjmnoK6UH .container {
    flex-wrap: nowrap;
  }
}
.cid-ttjmnoK6UH .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ttjmnoK6UH .navbar-nav .nav-item {
  margin: 0;
}
.cid-ttjmnoK6UH .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ttjmnoK6UH .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ttjmnoK6UH .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ttjmnoK6UH .dropdown-menu,
.cid-ttjmnoK6UH .navbar.opened {
  background: #064469 !important;
}
.cid-ttjmnoK6UH .nav-item:focus,
.cid-ttjmnoK6UH .nav-link:focus {
  outline: none;
}
.cid-ttjmnoK6UH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttjmnoK6UH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttjmnoK6UH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttjmnoK6UH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttjmnoK6UH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttjmnoK6UH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttjmnoK6UH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ttjmnoK6UH .navbar.opened {
  transition: all 0.3s;
}
.cid-ttjmnoK6UH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttjmnoK6UH .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ttjmnoK6UH .navbar .navbar-logo img {
  width: auto;
}
.cid-ttjmnoK6UH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttjmnoK6UH .navbar.collapsed {
  justify-content: center;
}
.cid-ttjmnoK6UH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttjmnoK6UH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttjmnoK6UH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttjmnoK6UH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttjmnoK6UH .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-ttjmnoK6UH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttjmnoK6UH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttjmnoK6UH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttjmnoK6UH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttjmnoK6UH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttjmnoK6UH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttjmnoK6UH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttjmnoK6UH .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-ttjmnoK6UH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttjmnoK6UH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttjmnoK6UH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttjmnoK6UH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttjmnoK6UH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttjmnoK6UH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ttjmnoK6UH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ttjmnoK6UH .navbar.navbar-short {
  min-height: 100px;
}
.cid-ttjmnoK6UH .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ttjmnoK6UH .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttjmnoK6UH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttjmnoK6UH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttjmnoK6UH .dropdown-item.active,
.cid-ttjmnoK6UH .dropdown-item:active {
  background-color: transparent;
}
.cid-ttjmnoK6UH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttjmnoK6UH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttjmnoK6UH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttjmnoK6UH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ttjmnoK6UH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttjmnoK6UH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttjmnoK6UH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttjmnoK6UH .navbar-buttons {
  text-align: center;
}
.cid-ttjmnoK6UH button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ttjmnoK6UH button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ttjmnoK6UH button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ttjmnoK6UH button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ttjmnoK6UH button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ttjmnoK6UH button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ttjmnoK6UH button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ttjmnoK6UH button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ttjmnoK6UH button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ttjmnoK6UH button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ttjmnoK6UH button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ttjmnoK6UH nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ttjmnoK6UH nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ttjmnoK6UH nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ttjmnoK6UH nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ttjmnoK6UH nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ttjmnoK6UH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttjmnoK6UH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttjmnoK6UH .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-ttjmnoK6UH .navbar {
    height: 70px;
  }
  .cid-ttjmnoK6UH .navbar.opened {
    height: auto;
  }
  .cid-ttjmnoK6UH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttjmnoK6UH .container,
.cid-ttjmnoK6UH .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttjmnoK6UH .container,
  .cid-ttjmnoK6UH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ttjmnoK6UH .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ttjmnoK6UH .navbar-collapse {
  min-height: 98px;
}
.cid-ttjmnoK6UH .mbr-section-btn {
  max-width: 35%;
}
.cid-ttjmnoK6UH .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ttjmnoK6UH {
    min-height: 70px !important;
  }
  .cid-ttjmnoK6UH .navbar {
    min-height: 70px !important;
  }
  .cid-ttjmnoK6UH .container-fluid {
    padding: 0 7%;
  }
  .cid-ttjmnoK6UH .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ttjmnoK6UH .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ttjmnoK6UH .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ttjmnoK6UH .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ttjmnoK6UH .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ttjmnoK6UH .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ttjmnoK6UH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ttjmnoK6UH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ttjmnoK6UH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ttjmnoK6UH .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ub0nqFYxvf {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub0nqFYxvf .text-wrapper {
  padding: 2rem 0;
}
.cid-ub0nqFYxvf .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ub0nqFYxvf .image-wrapper,
.cid-ub0nqFYxvf img {
  width: 100%;
  object-fit: cover;
}
.cid-ub0nqFYxvf .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ub0nqFYxvf .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ub0nqFYxvf .mbr-section-btn .btn-secondary-outline:hover,
.cid-ub0nqFYxvf .mbr-section-btn .btn-secondary-outline .active,
.cid-ub0nqFYxvf .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub0nqFYxvf .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub0nqFYxvf {
    flex-direction: column;
  }
  .cid-ub0nqFYxvf .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ub0nqFYxvf .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ub0nqFYxvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0nqFYxvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0nqFYxvf .mbr-text,
.cid-ub0nqFYxvf .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ub0nqFYxvf .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ub0GxDkxIo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b577a;
}
.cid-ub0GxDkxIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0GxDkxIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ub0GxDkxIo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub0GxDkxIo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ub0GxDkxIo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ub0GxDkxIo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ub0GxDkxIo .mbr-section-title {
  color: #4bb9f5;
  text-align: center;
}
.cid-ub0GxDkxIo .mbr-text,
.cid-ub0GxDkxIo .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-tCRhA5e4XZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-tCRhA5e4XZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCRhA5e4XZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCRhA5e4XZ .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #b8aa4f;
}
@media (max-width: 991px) {
  .cid-tCRhA5e4XZ .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-tCRhA5e4XZ .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-tCRhA5e4XZ .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-tCRhA5e4XZ .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-tCRhA5e4XZ .mbr-text {
  color: #303030;
  margin-top: 20px;
  text-align: justify;
}
.cid-tCRhA5e4XZ .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-tCRhA5e4XZ .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-tCRhA5e4XZ .items-wrap {
    padding-top: 50px;
  }
}
.cid-tCRhA5e4XZ .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-tCRhA5e4XZ .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-tCRhA5e4XZ .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-tCRhA5e4XZ .list li {
  position: relative;
}
.cid-tCRhA5e4XZ .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-tCRhA5e4XZ .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-tCRhA5e4XZ .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ub0uSU4lpS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub0uSU4lpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0uSU4lpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ub0uSU4lpS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub0uSU4lpS .row {
  flex-direction: row-reverse;
}
.cid-ub0uSU4lpS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ub0uSU4lpS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ub0uSU4lpS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ub0uSU4lpS .mbr-section-title {
  color: #00dbfb;
  text-align: center;
}
.cid-ub0uSU4lpS .mbr-text,
.cid-ub0uSU4lpS .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ub0qihyisg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ub0qihyisg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0qihyisg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0qihyisg .row {
  flex-direction: row-reverse;
}
.cid-ub0qihyisg .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #b8aa4f;
}
@media (max-width: 991px) {
  .cid-ub0qihyisg .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-ub0qihyisg .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-ub0qihyisg .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-ub0qihyisg .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
  text-align: center;
}
.cid-ub0qihyisg .mbr-text {
  color: #303030;
  margin-top: 20px;
  text-align: justify;
}
.cid-ub0qihyisg .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-ub0qihyisg .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-ub0qihyisg .items-wrap {
    padding-top: 50px;
  }
}
.cid-ub0qihyisg .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-ub0qihyisg .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-ub0qihyisg .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-ub0qihyisg .list li {
  position: relative;
}
.cid-ub0qihyisg .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-ub0qihyisg .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ub0qihyisg .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ub0t1kcgNH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #1b577a;
}
.cid-ub0t1kcgNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0t1kcgNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0t1kcgNH .row {
  justify-content: left;
}
.cid-ub0t1kcgNH .main-col {
  display: flex;
}
.cid-ub0t1kcgNH .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ub0t1kcgNH .mbr-section-title {
  color: #00dbfb;
  width: 100%;
  text-align: center;
}
.cid-ub0t1kcgNH .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  margin-top: 20px;
}
.cid-ub0t1kcgNH .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-top: 1rem;
  text-align: left;
}
.cid-ub0t1kcgNH .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-ubgg6ILJIY {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubgg6ILJIY .container-fluid {
  padding: 0 2rem;
}
.cid-ubgg6ILJIY .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubgg6ILJIY .mbr-title {
  padding: 0 1rem;
}
.cid-ubgg6ILJIY .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubgg6ILJIY .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubgg6ILJIY .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubgg6ILJIY .image-wrap {
  width: 100%;
}
.cid-ubgg6ILJIY .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubgg6ILJIY .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubgg6ILJIY .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubgg6ILJIY .container-fluid {
    padding: 0rem;
  }
}
.cid-ubgg6ILJIY .mbr-text,
.cid-ubgg6ILJIY .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ub0J1hNyTp {
  z-index: 1000;
  width: 100%;
}
.cid-ub0J1hNyTp nav.navbar {
  position: fixed;
}
.cid-ub0J1hNyTp .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-ub0J1hNyTp .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub0J1hNyTp .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ub0J1hNyTp .dropdown-item:after {
  right: 1rem !important;
}
.cid-ub0J1hNyTp .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub0J1hNyTp .dropdown-item:hover:before,
.cid-ub0J1hNyTp .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ub0J1hNyTp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub0J1hNyTp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub0J1hNyTp .nav-link {
  position: relative;
}
.cid-ub0J1hNyTp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub0J1hNyTp .container {
    flex-wrap: nowrap;
  }
}
.cid-ub0J1hNyTp .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ub0J1hNyTp .navbar-nav .nav-item {
  margin: 0;
}
.cid-ub0J1hNyTp .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ub0J1hNyTp .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub0J1hNyTp .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ub0J1hNyTp .dropdown-menu,
.cid-ub0J1hNyTp .navbar.opened {
  background: #064469 !important;
}
.cid-ub0J1hNyTp .nav-item:focus,
.cid-ub0J1hNyTp .nav-link:focus {
  outline: none;
}
.cid-ub0J1hNyTp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub0J1hNyTp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub0J1hNyTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub0J1hNyTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub0J1hNyTp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub0J1hNyTp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub0J1hNyTp .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ub0J1hNyTp .navbar.opened {
  transition: all 0.3s;
}
.cid-ub0J1hNyTp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub0J1hNyTp .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ub0J1hNyTp .navbar .navbar-logo img {
  width: auto;
}
.cid-ub0J1hNyTp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub0J1hNyTp .navbar.collapsed {
  justify-content: center;
}
.cid-ub0J1hNyTp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub0J1hNyTp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub0J1hNyTp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub0J1hNyTp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub0J1hNyTp .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-ub0J1hNyTp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub0J1hNyTp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub0J1hNyTp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub0J1hNyTp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub0J1hNyTp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub0J1hNyTp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub0J1hNyTp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub0J1hNyTp .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-ub0J1hNyTp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub0J1hNyTp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub0J1hNyTp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub0J1hNyTp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub0J1hNyTp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub0J1hNyTp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub0J1hNyTp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub0J1hNyTp .navbar.navbar-short {
  min-height: 100px;
}
.cid-ub0J1hNyTp .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ub0J1hNyTp .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub0J1hNyTp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub0J1hNyTp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub0J1hNyTp .dropdown-item.active,
.cid-ub0J1hNyTp .dropdown-item:active {
  background-color: transparent;
}
.cid-ub0J1hNyTp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub0J1hNyTp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub0J1hNyTp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub0J1hNyTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ub0J1hNyTp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub0J1hNyTp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub0J1hNyTp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub0J1hNyTp .navbar-buttons {
  text-align: center;
}
.cid-ub0J1hNyTp button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ub0J1hNyTp button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ub0J1hNyTp button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ub0J1hNyTp button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub0J1hNyTp button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub0J1hNyTp button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ub0J1hNyTp button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ub0J1hNyTp button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub0J1hNyTp button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ub0J1hNyTp button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ub0J1hNyTp button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub0J1hNyTp nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ub0J1hNyTp nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ub0J1hNyTp nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ub0J1hNyTp nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub0J1hNyTp nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ub0J1hNyTp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub0J1hNyTp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub0J1hNyTp .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-ub0J1hNyTp .navbar {
    height: 70px;
  }
  .cid-ub0J1hNyTp .navbar.opened {
    height: auto;
  }
  .cid-ub0J1hNyTp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub0J1hNyTp .container,
.cid-ub0J1hNyTp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ub0J1hNyTp .container,
  .cid-ub0J1hNyTp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ub0J1hNyTp .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ub0J1hNyTp .navbar-collapse {
  min-height: 98px;
}
.cid-ub0J1hNyTp .mbr-section-btn {
  max-width: 35%;
}
.cid-ub0J1hNyTp .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ub0J1hNyTp {
    min-height: 70px !important;
  }
  .cid-ub0J1hNyTp .navbar {
    min-height: 70px !important;
  }
  .cid-ub0J1hNyTp .container-fluid {
    padding: 0 7%;
  }
  .cid-ub0J1hNyTp .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ub0J1hNyTp .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ub0J1hNyTp .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ub0J1hNyTp .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ub0J1hNyTp .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ub0J1hNyTp .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ub0J1hNyTp .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ub0J1hNyTp .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ub0J1hNyTp .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ub0J1hNyTp .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ub0J1iaQhJ {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub0J1iaQhJ .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: 20%;
}
.cid-ub0J1iaQhJ .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ub0J1iaQhJ .image-wrapper,
.cid-ub0J1iaQhJ img {
  width: 100%;
  object-fit: cover;
}
.cid-ub0J1iaQhJ .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ub0J1iaQhJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ub0J1iaQhJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-ub0J1iaQhJ .mbr-section-btn .btn-secondary-outline .active,
.cid-ub0J1iaQhJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub0J1iaQhJ .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub0J1iaQhJ {
    flex-direction: column;
  }
  .cid-ub0J1iaQhJ .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub0J1iaQhJ .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-ub0J1iaQhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0J1iaQhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0J1iaQhJ .mbr-text,
.cid-ub0J1iaQhJ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ub0J1iaQhJ .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ub0J1iNfe9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ub0J1iNfe9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0J1iNfe9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0J1iNfe9 .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #b8aa4f;
}
@media (max-width: 991px) {
  .cid-ub0J1iNfe9 .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-ub0J1iNfe9 .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-ub0J1iNfe9 .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-ub0J1iNfe9 .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
  text-align: center;
}
.cid-ub0J1iNfe9 .mbr-text {
  color: #303030;
  margin-top: 20px;
  text-align: justify;
}
.cid-ub0J1iNfe9 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-ub0J1iNfe9 .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-ub0J1iNfe9 .items-wrap {
    padding-top: 50px;
  }
}
.cid-ub0J1iNfe9 .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-ub0J1iNfe9 .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-ub0J1iNfe9 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-ub0J1iNfe9 .list li {
  position: relative;
}
.cid-ub0J1iNfe9 .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-ub0J1iNfe9 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ub0J1iNfe9 .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ub0J1j5lYj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub0J1j5lYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0J1j5lYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ub0J1j5lYj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub0J1j5lYj .row {
  flex-direction: row-reverse;
}
.cid-ub0J1j5lYj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ub0J1j5lYj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ub0J1j5lYj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ub0J1j5lYj .mbr-section-title {
  color: #00dbfb;
  text-align: center;
}
.cid-ub0J1j5lYj .mbr-text,
.cid-ub0J1j5lYj .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ub0J1jrEVO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ub0J1jrEVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0J1jrEVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0J1jrEVO .row {
  flex-direction: row-reverse;
}
.cid-ub0J1jrEVO .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #b8aa4f;
}
@media (max-width: 991px) {
  .cid-ub0J1jrEVO .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-ub0J1jrEVO .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-ub0J1jrEVO .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-ub0J1jrEVO .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
  text-align: center;
}
.cid-ub0J1jrEVO .mbr-text {
  color: #303030;
  margin-top: 20px;
  text-align: justify;
}
.cid-ub0J1jrEVO .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-ub0J1jrEVO .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-ub0J1jrEVO .items-wrap {
    padding-top: 50px;
  }
}
.cid-ub0J1jrEVO .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-ub0J1jrEVO .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-ub0J1jrEVO .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-ub0J1jrEVO .list li {
  position: relative;
}
.cid-ub0J1jrEVO .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-ub0J1jrEVO .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ub0J1jrEVO .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ub0J1jLzdE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1b577a;
}
.cid-ub0J1jLzdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0J1jLzdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0J1jLzdE .row {
  justify-content: left;
}
.cid-ub0J1jLzdE .main-col {
  display: flex;
}
.cid-ub0J1jLzdE .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ub0J1jLzdE .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-ub0J1jLzdE .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  margin-top: 20px;
}
.cid-ub0J1jLzdE .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-top: 1rem;
  text-align: left;
}
.cid-ub0J1jLzdE .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-ub0SfZsbTh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub0SfZsbTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0SfZsbTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ub0SfZsbTh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub0SfZsbTh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ub0SfZsbTh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ub0SfZsbTh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ub0SfZsbTh .mbr-section-title {
  color: #00dbfb;
  text-align: center;
}
.cid-ub0SfZsbTh .mbr-text,
.cid-ub0SfZsbTh .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ubggcqmVMs {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubggcqmVMs .container-fluid {
  padding: 0 2rem;
}
.cid-ubggcqmVMs .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubggcqmVMs .mbr-title {
  padding: 0 1rem;
}
.cid-ubggcqmVMs .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubggcqmVMs .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubggcqmVMs .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubggcqmVMs .image-wrap {
  width: 100%;
}
.cid-ubggcqmVMs .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubggcqmVMs .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubggcqmVMs .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubggcqmVMs .container-fluid {
    padding: 0rem;
  }
}
.cid-ubggcqmVMs .mbr-text,
.cid-ubggcqmVMs .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ub0Ur4EQIA {
  z-index: 1000;
  width: 100%;
}
.cid-ub0Ur4EQIA nav.navbar {
  position: fixed;
}
.cid-ub0Ur4EQIA .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-ub0Ur4EQIA .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub0Ur4EQIA .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ub0Ur4EQIA .dropdown-item:after {
  right: 1rem !important;
}
.cid-ub0Ur4EQIA .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub0Ur4EQIA .dropdown-item:hover:before,
.cid-ub0Ur4EQIA .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ub0Ur4EQIA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub0Ur4EQIA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub0Ur4EQIA .nav-link {
  position: relative;
}
.cid-ub0Ur4EQIA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub0Ur4EQIA .container {
    flex-wrap: nowrap;
  }
}
.cid-ub0Ur4EQIA .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ub0Ur4EQIA .navbar-nav .nav-item {
  margin: 0;
}
.cid-ub0Ur4EQIA .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ub0Ur4EQIA .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub0Ur4EQIA .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ub0Ur4EQIA .dropdown-menu,
.cid-ub0Ur4EQIA .navbar.opened {
  background: #064469 !important;
}
.cid-ub0Ur4EQIA .nav-item:focus,
.cid-ub0Ur4EQIA .nav-link:focus {
  outline: none;
}
.cid-ub0Ur4EQIA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub0Ur4EQIA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub0Ur4EQIA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub0Ur4EQIA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub0Ur4EQIA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub0Ur4EQIA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub0Ur4EQIA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ub0Ur4EQIA .navbar.opened {
  transition: all 0.3s;
}
.cid-ub0Ur4EQIA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub0Ur4EQIA .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ub0Ur4EQIA .navbar .navbar-logo img {
  width: auto;
}
.cid-ub0Ur4EQIA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub0Ur4EQIA .navbar.collapsed {
  justify-content: center;
}
.cid-ub0Ur4EQIA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub0Ur4EQIA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub0Ur4EQIA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub0Ur4EQIA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub0Ur4EQIA .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-ub0Ur4EQIA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub0Ur4EQIA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub0Ur4EQIA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub0Ur4EQIA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub0Ur4EQIA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub0Ur4EQIA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub0Ur4EQIA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub0Ur4EQIA .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-ub0Ur4EQIA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub0Ur4EQIA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub0Ur4EQIA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub0Ur4EQIA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub0Ur4EQIA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub0Ur4EQIA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub0Ur4EQIA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub0Ur4EQIA .navbar.navbar-short {
  min-height: 100px;
}
.cid-ub0Ur4EQIA .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ub0Ur4EQIA .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub0Ur4EQIA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub0Ur4EQIA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub0Ur4EQIA .dropdown-item.active,
.cid-ub0Ur4EQIA .dropdown-item:active {
  background-color: transparent;
}
.cid-ub0Ur4EQIA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub0Ur4EQIA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub0Ur4EQIA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub0Ur4EQIA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ub0Ur4EQIA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub0Ur4EQIA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub0Ur4EQIA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub0Ur4EQIA .navbar-buttons {
  text-align: center;
}
.cid-ub0Ur4EQIA button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ub0Ur4EQIA button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ub0Ur4EQIA button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ub0Ur4EQIA button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub0Ur4EQIA button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub0Ur4EQIA button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ub0Ur4EQIA button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ub0Ur4EQIA button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub0Ur4EQIA button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ub0Ur4EQIA button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ub0Ur4EQIA button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub0Ur4EQIA nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ub0Ur4EQIA nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ub0Ur4EQIA nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ub0Ur4EQIA nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub0Ur4EQIA nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ub0Ur4EQIA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub0Ur4EQIA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub0Ur4EQIA .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-ub0Ur4EQIA .navbar {
    height: 70px;
  }
  .cid-ub0Ur4EQIA .navbar.opened {
    height: auto;
  }
  .cid-ub0Ur4EQIA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub0Ur4EQIA .container,
.cid-ub0Ur4EQIA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ub0Ur4EQIA .container,
  .cid-ub0Ur4EQIA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ub0Ur4EQIA .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ub0Ur4EQIA .navbar-collapse {
  min-height: 98px;
}
.cid-ub0Ur4EQIA .mbr-section-btn {
  max-width: 35%;
}
.cid-ub0Ur4EQIA .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ub0Ur4EQIA {
    min-height: 70px !important;
  }
  .cid-ub0Ur4EQIA .navbar {
    min-height: 70px !important;
  }
  .cid-ub0Ur4EQIA .container-fluid {
    padding: 0 7%;
  }
  .cid-ub0Ur4EQIA .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ub0Ur4EQIA .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ub0Ur4EQIA .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ub0Ur4EQIA .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ub0Ur4EQIA .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ub0Ur4EQIA .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ub0Ur4EQIA .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ub0Ur4EQIA .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ub0Ur4EQIA .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ub0Ur4EQIA .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ub0Ur53fQo {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub0Ur53fQo .text-wrapper {
  padding: 2rem 0;
}
.cid-ub0Ur53fQo .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ub0Ur53fQo .image-wrapper,
.cid-ub0Ur53fQo img {
  width: 100%;
  object-fit: cover;
}
.cid-ub0Ur53fQo .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ub0Ur53fQo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ub0Ur53fQo .mbr-section-btn .btn-secondary-outline:hover,
.cid-ub0Ur53fQo .mbr-section-btn .btn-secondary-outline .active,
.cid-ub0Ur53fQo .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub0Ur53fQo .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub0Ur53fQo {
    flex-direction: column;
  }
  .cid-ub0Ur53fQo .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ub0Ur53fQo .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ub0Ur53fQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0Ur53fQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0Ur53fQo .mbr-text,
.cid-ub0Ur53fQo .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ub0Ur53fQo .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ub0Ur5rZCI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ub0Ur5rZCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0Ur5rZCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0Ur5rZCI .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #b8aa4f;
}
@media (max-width: 991px) {
  .cid-ub0Ur5rZCI .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-ub0Ur5rZCI .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-ub0Ur5rZCI .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-ub0Ur5rZCI .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
  text-align: center;
}
.cid-ub0Ur5rZCI .mbr-text {
  color: #303030;
  margin-top: 20px;
  text-align: justify;
}
.cid-ub0Ur5rZCI .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-ub0Ur5rZCI .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-ub0Ur5rZCI .items-wrap {
    padding-top: 50px;
  }
}
.cid-ub0Ur5rZCI .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-ub0Ur5rZCI .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-ub0Ur5rZCI .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-ub0Ur5rZCI .list li {
  position: relative;
}
.cid-ub0Ur5rZCI .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-ub0Ur5rZCI .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ub0Ur5rZCI .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ub0Ur5K7rL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub0Ur5K7rL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0Ur5K7rL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ub0Ur5K7rL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub0Ur5K7rL .row {
  flex-direction: row-reverse;
}
.cid-ub0Ur5K7rL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ub0Ur5K7rL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ub0Ur5K7rL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ub0Ur5K7rL .mbr-section-title {
  color: #00dbfb;
  text-align: center;
}
.cid-ub0Ur5K7rL .mbr-text,
.cid-ub0Ur5K7rL .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ub0Ur6e9hI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ub0Ur6e9hI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0Ur6e9hI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0Ur6e9hI .row {
  flex-direction: row-reverse;
}
.cid-ub0Ur6e9hI .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #b8aa4f;
}
@media (max-width: 991px) {
  .cid-ub0Ur6e9hI .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-ub0Ur6e9hI .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-ub0Ur6e9hI .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-ub0Ur6e9hI .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
  text-align: center;
}
.cid-ub0Ur6e9hI .mbr-text {
  color: #303030;
  margin-top: 20px;
  text-align: justify;
}
.cid-ub0Ur6e9hI .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-ub0Ur6e9hI .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-ub0Ur6e9hI .items-wrap {
    padding-top: 50px;
  }
}
.cid-ub0Ur6e9hI .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-ub0Ur6e9hI .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-ub0Ur6e9hI .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-ub0Ur6e9hI .list li {
  position: relative;
}
.cid-ub0Ur6e9hI .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-ub0Ur6e9hI .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ub0Ur6e9hI .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ub0Ur6yz4Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1b577a;
}
.cid-ub0Ur6yz4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0Ur6yz4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0Ur6yz4Q .row {
  justify-content: left;
}
.cid-ub0Ur6yz4Q .main-col {
  display: flex;
}
.cid-ub0Ur6yz4Q .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ub0Ur6yz4Q .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-ub0Ur6yz4Q .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  margin-top: 20px;
}
.cid-ub0Ur6yz4Q .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-top: 1rem;
  text-align: left;
}
.cid-ub0Ur6yz4Q .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-ubggimATHI {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubggimATHI .container-fluid {
  padding: 0 2rem;
}
.cid-ubggimATHI .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubggimATHI .mbr-title {
  padding: 0 1rem;
}
.cid-ubggimATHI .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubggimATHI .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubggimATHI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubggimATHI .image-wrap {
  width: 100%;
}
.cid-ubggimATHI .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubggimATHI .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubggimATHI .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubggimATHI .container-fluid {
    padding: 0rem;
  }
}
.cid-ubggimATHI .mbr-text,
.cid-ubggimATHI .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ub6mPO2zzk {
  z-index: 1000;
  width: 100%;
}
.cid-ub6mPO2zzk nav.navbar {
  position: fixed;
}
.cid-ub6mPO2zzk .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-ub6mPO2zzk .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub6mPO2zzk .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ub6mPO2zzk .dropdown-item:after {
  right: 1rem !important;
}
.cid-ub6mPO2zzk .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6mPO2zzk .dropdown-item:hover:before,
.cid-ub6mPO2zzk .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ub6mPO2zzk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub6mPO2zzk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub6mPO2zzk .nav-link {
  position: relative;
}
.cid-ub6mPO2zzk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub6mPO2zzk .container {
    flex-wrap: nowrap;
  }
}
.cid-ub6mPO2zzk .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ub6mPO2zzk .navbar-nav .nav-item {
  margin: 0;
}
.cid-ub6mPO2zzk .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ub6mPO2zzk .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6mPO2zzk .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ub6mPO2zzk .dropdown-menu,
.cid-ub6mPO2zzk .navbar.opened {
  background: #064469 !important;
}
.cid-ub6mPO2zzk .nav-item:focus,
.cid-ub6mPO2zzk .nav-link:focus {
  outline: none;
}
.cid-ub6mPO2zzk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub6mPO2zzk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub6mPO2zzk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub6mPO2zzk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub6mPO2zzk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub6mPO2zzk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub6mPO2zzk .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ub6mPO2zzk .navbar.opened {
  transition: all 0.3s;
}
.cid-ub6mPO2zzk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub6mPO2zzk .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ub6mPO2zzk .navbar .navbar-logo img {
  width: auto;
}
.cid-ub6mPO2zzk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub6mPO2zzk .navbar.collapsed {
  justify-content: center;
}
.cid-ub6mPO2zzk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub6mPO2zzk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub6mPO2zzk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub6mPO2zzk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub6mPO2zzk .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-ub6mPO2zzk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub6mPO2zzk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub6mPO2zzk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub6mPO2zzk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub6mPO2zzk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub6mPO2zzk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub6mPO2zzk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub6mPO2zzk .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-ub6mPO2zzk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub6mPO2zzk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub6mPO2zzk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub6mPO2zzk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub6mPO2zzk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub6mPO2zzk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub6mPO2zzk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub6mPO2zzk .navbar.navbar-short {
  min-height: 100px;
}
.cid-ub6mPO2zzk .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ub6mPO2zzk .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub6mPO2zzk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub6mPO2zzk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub6mPO2zzk .dropdown-item.active,
.cid-ub6mPO2zzk .dropdown-item:active {
  background-color: transparent;
}
.cid-ub6mPO2zzk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub6mPO2zzk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub6mPO2zzk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub6mPO2zzk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ub6mPO2zzk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub6mPO2zzk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub6mPO2zzk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub6mPO2zzk .navbar-buttons {
  text-align: center;
}
.cid-ub6mPO2zzk button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ub6mPO2zzk button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ub6mPO2zzk button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ub6mPO2zzk button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6mPO2zzk button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6mPO2zzk button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ub6mPO2zzk button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ub6mPO2zzk button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6mPO2zzk button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ub6mPO2zzk button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ub6mPO2zzk button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6mPO2zzk nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ub6mPO2zzk nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ub6mPO2zzk nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ub6mPO2zzk nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6mPO2zzk nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ub6mPO2zzk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub6mPO2zzk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub6mPO2zzk .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-ub6mPO2zzk .navbar {
    height: 70px;
  }
  .cid-ub6mPO2zzk .navbar.opened {
    height: auto;
  }
  .cid-ub6mPO2zzk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub6mPO2zzk .container,
.cid-ub6mPO2zzk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ub6mPO2zzk .container,
  .cid-ub6mPO2zzk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ub6mPO2zzk .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ub6mPO2zzk .navbar-collapse {
  min-height: 98px;
}
.cid-ub6mPO2zzk .mbr-section-btn {
  max-width: 35%;
}
.cid-ub6mPO2zzk .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ub6mPO2zzk {
    min-height: 70px !important;
  }
  .cid-ub6mPO2zzk .navbar {
    min-height: 70px !important;
  }
  .cid-ub6mPO2zzk .container-fluid {
    padding: 0 7%;
  }
  .cid-ub6mPO2zzk .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ub6mPO2zzk .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ub6mPO2zzk .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ub6mPO2zzk .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ub6mPO2zzk .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ub6mPO2zzk .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ub6mPO2zzk .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ub6mPO2zzk .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ub6mPO2zzk .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ub6mPO2zzk .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ub6mPOnJCM {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub6mPOnJCM .text-wrapper {
  padding: 2rem 0;
}
.cid-ub6mPOnJCM .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ub6mPOnJCM .image-wrapper,
.cid-ub6mPOnJCM img {
  width: 100%;
  object-fit: cover;
}
.cid-ub6mPOnJCM .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ub6mPOnJCM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ub6mPOnJCM .mbr-section-btn .btn-secondary-outline:hover,
.cid-ub6mPOnJCM .mbr-section-btn .btn-secondary-outline .active,
.cid-ub6mPOnJCM .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub6mPOnJCM .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub6mPOnJCM {
    flex-direction: column;
  }
  .cid-ub6mPOnJCM .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ub6mPOnJCM .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ub6mPOnJCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6mPOnJCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub6mPOnJCM .mbr-text,
.cid-ub6mPOnJCM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ub6mPOnJCM .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ub6ozibgHp {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ub6ozibgHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6ozibgHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ub6ozibgHp .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ub6ozibgHp .row {
    margin: 0;
  }
}
.cid-ub6ozibgHp .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ub6ozibgHp .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ub6ozibgHp .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub6ozibgHp .content-wrapper {
    padding: 24px;
  }
}
.cid-ub6ozibgHp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ub6ozibgHp .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ub6ozibgHp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ub6ozibgHp .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ub6ozibgHp .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ub6ozibgHp .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ub6ozibgHp .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6ozibgHp .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ub6ozibgHp .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6ozibgHp .items .item {
    padding: 24px;
  }
}
.cid-ub6ozibgHp .items .item:last-child {
  border: none;
}
.cid-ub6ozibgHp .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ub6ozibgHp .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ub6ozibgHp .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ub6ozibgHp .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ub6ozibgHp .mbr-section-title {
  color: #F9F6E0;
}
.cid-ub6ozibgHp .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6ozibgHp .card-title {
  color: #F9F6E0;
}
.cid-ub6ozibgHp .card-number {
  color: #E0B548;
}
.cid-ub6ozibgHp .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6ozibgHp .mbr-section-title,
.cid-ub6ozibgHp .mbr-section-btn {
  text-align: left;
  color: #10ff00;
}
.cid-ub6ozibgHp .card-title,
.cid-ub6ozibgHp .title-wrapper {
  text-align: center;
  color: #00dbfb;
}
.cid-ubggnUrop9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubggnUrop9 .container-fluid {
  padding: 0 2rem;
}
.cid-ubggnUrop9 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubggnUrop9 .mbr-title {
  padding: 0 1rem;
}
.cid-ubggnUrop9 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubggnUrop9 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubggnUrop9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubggnUrop9 .image-wrap {
  width: 100%;
}
.cid-ubggnUrop9 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubggnUrop9 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubggnUrop9 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubggnUrop9 .container-fluid {
    padding: 0rem;
  }
}
.cid-ubggnUrop9 .mbr-text,
.cid-ubggnUrop9 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ub6saPknuD {
  z-index: 1000;
  width: 100%;
}
.cid-ub6saPknuD nav.navbar {
  position: fixed;
}
.cid-ub6saPknuD .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-ub6saPknuD .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub6saPknuD .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ub6saPknuD .dropdown-item:after {
  right: 1rem !important;
}
.cid-ub6saPknuD .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6saPknuD .dropdown-item:hover:before,
.cid-ub6saPknuD .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ub6saPknuD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub6saPknuD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub6saPknuD .nav-link {
  position: relative;
}
.cid-ub6saPknuD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub6saPknuD .container {
    flex-wrap: nowrap;
  }
}
.cid-ub6saPknuD .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ub6saPknuD .navbar-nav .nav-item {
  margin: 0;
}
.cid-ub6saPknuD .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ub6saPknuD .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6saPknuD .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ub6saPknuD .dropdown-menu,
.cid-ub6saPknuD .navbar.opened {
  background: #064469 !important;
}
.cid-ub6saPknuD .nav-item:focus,
.cid-ub6saPknuD .nav-link:focus {
  outline: none;
}
.cid-ub6saPknuD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub6saPknuD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub6saPknuD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub6saPknuD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub6saPknuD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub6saPknuD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub6saPknuD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ub6saPknuD .navbar.opened {
  transition: all 0.3s;
}
.cid-ub6saPknuD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub6saPknuD .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ub6saPknuD .navbar .navbar-logo img {
  width: auto;
}
.cid-ub6saPknuD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub6saPknuD .navbar.collapsed {
  justify-content: center;
}
.cid-ub6saPknuD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub6saPknuD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub6saPknuD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub6saPknuD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub6saPknuD .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-ub6saPknuD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub6saPknuD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub6saPknuD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub6saPknuD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub6saPknuD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub6saPknuD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub6saPknuD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub6saPknuD .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-ub6saPknuD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub6saPknuD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub6saPknuD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub6saPknuD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub6saPknuD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub6saPknuD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub6saPknuD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub6saPknuD .navbar.navbar-short {
  min-height: 100px;
}
.cid-ub6saPknuD .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ub6saPknuD .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub6saPknuD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub6saPknuD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub6saPknuD .dropdown-item.active,
.cid-ub6saPknuD .dropdown-item:active {
  background-color: transparent;
}
.cid-ub6saPknuD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub6saPknuD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub6saPknuD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub6saPknuD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ub6saPknuD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub6saPknuD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub6saPknuD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub6saPknuD .navbar-buttons {
  text-align: center;
}
.cid-ub6saPknuD button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ub6saPknuD button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ub6saPknuD button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ub6saPknuD button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6saPknuD button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6saPknuD button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ub6saPknuD button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ub6saPknuD button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6saPknuD button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ub6saPknuD button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ub6saPknuD button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6saPknuD nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ub6saPknuD nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ub6saPknuD nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ub6saPknuD nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6saPknuD nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ub6saPknuD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub6saPknuD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub6saPknuD .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-ub6saPknuD .navbar {
    height: 70px;
  }
  .cid-ub6saPknuD .navbar.opened {
    height: auto;
  }
  .cid-ub6saPknuD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub6saPknuD .container,
.cid-ub6saPknuD .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ub6saPknuD .container,
  .cid-ub6saPknuD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ub6saPknuD .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ub6saPknuD .navbar-collapse {
  min-height: 98px;
}
.cid-ub6saPknuD .mbr-section-btn {
  max-width: 35%;
}
.cid-ub6saPknuD .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ub6saPknuD {
    min-height: 70px !important;
  }
  .cid-ub6saPknuD .navbar {
    min-height: 70px !important;
  }
  .cid-ub6saPknuD .container-fluid {
    padding: 0 7%;
  }
  .cid-ub6saPknuD .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ub6saPknuD .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ub6saPknuD .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ub6saPknuD .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ub6saPknuD .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ub6saPknuD .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ub6saPknuD .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ub6saPknuD .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ub6saPknuD .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ub6saPknuD .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ub6saPDRtG {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub6saPDRtG .text-wrapper {
  padding: 2rem 0;
}
.cid-ub6saPDRtG .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ub6saPDRtG .image-wrapper,
.cid-ub6saPDRtG img {
  width: 100%;
  object-fit: cover;
}
.cid-ub6saPDRtG .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ub6saPDRtG .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ub6saPDRtG .mbr-section-btn .btn-secondary-outline:hover,
.cid-ub6saPDRtG .mbr-section-btn .btn-secondary-outline .active,
.cid-ub6saPDRtG .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub6saPDRtG .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub6saPDRtG {
    flex-direction: column;
  }
  .cid-ub6saPDRtG .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ub6saPDRtG .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ub6saPDRtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6saPDRtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub6saPDRtG .mbr-text,
.cid-ub6saPDRtG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ub6saPDRtG .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ub6saQ4JI3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ub6saQ4JI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6saQ4JI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ub6saQ4JI3 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ub6saQ4JI3 .row {
    margin: 0;
  }
}
.cid-ub6saQ4JI3 .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ub6saQ4JI3 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ub6saQ4JI3 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub6saQ4JI3 .content-wrapper {
    padding: 24px;
  }
}
.cid-ub6saQ4JI3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ub6saQ4JI3 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ub6saQ4JI3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ub6saQ4JI3 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ub6saQ4JI3 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ub6saQ4JI3 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ub6saQ4JI3 .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6saQ4JI3 .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ub6saQ4JI3 .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6saQ4JI3 .items .item {
    padding: 24px;
  }
}
.cid-ub6saQ4JI3 .items .item:last-child {
  border: none;
}
.cid-ub6saQ4JI3 .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ub6saQ4JI3 .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ub6saQ4JI3 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ub6saQ4JI3 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ub6saQ4JI3 .mbr-section-title {
  color: #F9F6E0;
}
.cid-ub6saQ4JI3 .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6saQ4JI3 .card-title {
  color: #F9F6E0;
}
.cid-ub6saQ4JI3 .card-number {
  color: #E0B548;
}
.cid-ub6saQ4JI3 .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6saQ4JI3 .mbr-section-title,
.cid-ub6saQ4JI3 .mbr-section-btn {
  text-align: left;
  color: #10ff00;
}
.cid-ub6saQ4JI3 .card-title,
.cid-ub6saQ4JI3 .title-wrapper {
  text-align: center;
  color: #00dbfb;
}
.cid-uX5XRWSdbl {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-uX5XRWSdbl .container-fluid {
  padding: 0 2rem;
}
.cid-uX5XRWSdbl .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uX5XRWSdbl .mbr-title {
  padding: 0 1rem;
}
.cid-uX5XRWSdbl .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uX5XRWSdbl .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uX5XRWSdbl .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-uX5XRWSdbl .image-wrap {
  width: 100%;
}
.cid-uX5XRWSdbl .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uX5XRWSdbl .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uX5XRWSdbl .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uX5XRWSdbl .container-fluid {
    padding: 0rem;
  }
}
.cid-uX5XRWSdbl .mbr-text,
.cid-uX5XRWSdbl .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ub6s91ws5J {
  z-index: 1000;
  width: 100%;
}
.cid-ub6s91ws5J nav.navbar {
  position: fixed;
}
.cid-ub6s91ws5J .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-ub6s91ws5J .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub6s91ws5J .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ub6s91ws5J .dropdown-item:after {
  right: 1rem !important;
}
.cid-ub6s91ws5J .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6s91ws5J .dropdown-item:hover:before,
.cid-ub6s91ws5J .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ub6s91ws5J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub6s91ws5J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub6s91ws5J .nav-link {
  position: relative;
}
.cid-ub6s91ws5J .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub6s91ws5J .container {
    flex-wrap: nowrap;
  }
}
.cid-ub6s91ws5J .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ub6s91ws5J .navbar-nav .nav-item {
  margin: 0;
}
.cid-ub6s91ws5J .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ub6s91ws5J .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6s91ws5J .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ub6s91ws5J .dropdown-menu,
.cid-ub6s91ws5J .navbar.opened {
  background: #064469 !important;
}
.cid-ub6s91ws5J .nav-item:focus,
.cid-ub6s91ws5J .nav-link:focus {
  outline: none;
}
.cid-ub6s91ws5J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub6s91ws5J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub6s91ws5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub6s91ws5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub6s91ws5J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub6s91ws5J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub6s91ws5J .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ub6s91ws5J .navbar.opened {
  transition: all 0.3s;
}
.cid-ub6s91ws5J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub6s91ws5J .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ub6s91ws5J .navbar .navbar-logo img {
  width: auto;
}
.cid-ub6s91ws5J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub6s91ws5J .navbar.collapsed {
  justify-content: center;
}
.cid-ub6s91ws5J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub6s91ws5J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub6s91ws5J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub6s91ws5J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub6s91ws5J .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-ub6s91ws5J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub6s91ws5J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub6s91ws5J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub6s91ws5J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub6s91ws5J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub6s91ws5J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub6s91ws5J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub6s91ws5J .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-ub6s91ws5J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub6s91ws5J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub6s91ws5J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub6s91ws5J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub6s91ws5J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub6s91ws5J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub6s91ws5J .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub6s91ws5J .navbar.navbar-short {
  min-height: 100px;
}
.cid-ub6s91ws5J .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ub6s91ws5J .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub6s91ws5J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub6s91ws5J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub6s91ws5J .dropdown-item.active,
.cid-ub6s91ws5J .dropdown-item:active {
  background-color: transparent;
}
.cid-ub6s91ws5J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub6s91ws5J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub6s91ws5J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub6s91ws5J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ub6s91ws5J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub6s91ws5J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub6s91ws5J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub6s91ws5J .navbar-buttons {
  text-align: center;
}
.cid-ub6s91ws5J button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ub6s91ws5J button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ub6s91ws5J button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ub6s91ws5J button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6s91ws5J button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6s91ws5J button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ub6s91ws5J button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ub6s91ws5J button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6s91ws5J button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ub6s91ws5J button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ub6s91ws5J button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6s91ws5J nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ub6s91ws5J nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ub6s91ws5J nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ub6s91ws5J nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6s91ws5J nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ub6s91ws5J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub6s91ws5J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub6s91ws5J .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-ub6s91ws5J .navbar {
    height: 70px;
  }
  .cid-ub6s91ws5J .navbar.opened {
    height: auto;
  }
  .cid-ub6s91ws5J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub6s91ws5J .container,
.cid-ub6s91ws5J .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ub6s91ws5J .container,
  .cid-ub6s91ws5J .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ub6s91ws5J .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ub6s91ws5J .navbar-collapse {
  min-height: 98px;
}
.cid-ub6s91ws5J .mbr-section-btn {
  max-width: 35%;
}
.cid-ub6s91ws5J .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ub6s91ws5J {
    min-height: 70px !important;
  }
  .cid-ub6s91ws5J .navbar {
    min-height: 70px !important;
  }
  .cid-ub6s91ws5J .container-fluid {
    padding: 0 7%;
  }
  .cid-ub6s91ws5J .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ub6s91ws5J .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ub6s91ws5J .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ub6s91ws5J .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ub6s91ws5J .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ub6s91ws5J .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ub6s91ws5J .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ub6s91ws5J .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ub6s91ws5J .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ub6s91ws5J .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ub6s91Ps0k {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub6s91Ps0k .text-wrapper {
  padding: 2rem 0;
}
.cid-ub6s91Ps0k .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ub6s91Ps0k .image-wrapper,
.cid-ub6s91Ps0k img {
  width: 100%;
  object-fit: cover;
}
.cid-ub6s91Ps0k .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ub6s91Ps0k .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ub6s91Ps0k .mbr-section-btn .btn-secondary-outline:hover,
.cid-ub6s91Ps0k .mbr-section-btn .btn-secondary-outline .active,
.cid-ub6s91Ps0k .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub6s91Ps0k .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub6s91Ps0k {
    flex-direction: column;
  }
  .cid-ub6s91Ps0k .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ub6s91Ps0k .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ub6s91Ps0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6s91Ps0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub6s91Ps0k .mbr-text,
.cid-ub6s91Ps0k .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ub6s91Ps0k .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ub6s92joL3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ub6s92joL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6s92joL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ub6s92joL3 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ub6s92joL3 .row {
    margin: 0;
  }
}
.cid-ub6s92joL3 .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ub6s92joL3 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ub6s92joL3 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub6s92joL3 .content-wrapper {
    padding: 24px;
  }
}
.cid-ub6s92joL3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ub6s92joL3 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ub6s92joL3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ub6s92joL3 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ub6s92joL3 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ub6s92joL3 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ub6s92joL3 .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6s92joL3 .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ub6s92joL3 .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6s92joL3 .items .item {
    padding: 24px;
  }
}
.cid-ub6s92joL3 .items .item:last-child {
  border: none;
}
.cid-ub6s92joL3 .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ub6s92joL3 .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ub6s92joL3 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ub6s92joL3 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ub6s92joL3 .mbr-section-title {
  color: #F9F6E0;
}
.cid-ub6s92joL3 .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6s92joL3 .card-title {
  color: #F9F6E0;
}
.cid-ub6s92joL3 .card-number {
  color: #E0B548;
}
.cid-ub6s92joL3 .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6s92joL3 .mbr-section-title,
.cid-ub6s92joL3 .mbr-section-btn {
  text-align: left;
  color: #10ff00;
}
.cid-ub6s92joL3 .card-title,
.cid-ub6s92joL3 .title-wrapper {
  text-align: center;
  color: #00dbfb;
}
.cid-ubghwAR9tB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b577a;
}
.cid-ubghwAR9tB .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00dbfb;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-ubghwAR9tB .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ubghwAR9tB .btn {
  margin: 0px !important;
}
.cid-ubghwAR9tB .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubghwAR9tB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubghwAR9tB .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ubghwAR9tB .carousel-item .wrap-img {
  text-align: center;
}
.cid-ubghwAR9tB .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-ubghwAR9tB .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ubghwAR9tB .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ubghwAR9tB .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #faf8d5;
  display: inline-block;
  border: 4px solid #faf8d5;
}
.cid-ubghwAR9tB .carousel-indicators li.active {
  border-color: #f5f1b2;
}
@media (max-width: 768px) {
  .cid-ubghwAR9tB .second-col {
    padding-top: 2rem;
  }
}
.cid-ubghwAR9tB .mbr-section-subtitle,
.cid-ubghwAR9tB .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ubgiVfSM5Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b577a;
}
.cid-ubgiVfSM5Z .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00dbfb;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-ubgiVfSM5Z .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ubgiVfSM5Z .btn {
  margin: 0px !important;
}
.cid-ubgiVfSM5Z .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubgiVfSM5Z .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubgiVfSM5Z .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ubgiVfSM5Z .carousel-item .wrap-img {
  text-align: center;
}
.cid-ubgiVfSM5Z .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-ubgiVfSM5Z .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ubgiVfSM5Z .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ubgiVfSM5Z .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #faf8d5;
  display: inline-block;
  border: 4px solid #faf8d5;
}
.cid-ubgiVfSM5Z .carousel-indicators li.active {
  border-color: #f5f1b2;
}
@media (max-width: 768px) {
  .cid-ubgiVfSM5Z .second-col {
    padding-top: 2rem;
  }
}
.cid-ubgiVfSM5Z .mbr-section-subtitle,
.cid-ubgiVfSM5Z .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ubgk0q03xm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b577a;
}
.cid-ubgk0q03xm .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00a5ff;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-ubgk0q03xm .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ubgk0q03xm .btn {
  margin: 0px !important;
}
.cid-ubgk0q03xm .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubgk0q03xm .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubgk0q03xm .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ubgk0q03xm .carousel-item .wrap-img {
  text-align: center;
}
.cid-ubgk0q03xm .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-ubgk0q03xm .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ubgk0q03xm .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ubgk0q03xm .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #faf8d5;
  display: inline-block;
  border: 4px solid #faf8d5;
}
.cid-ubgk0q03xm .carousel-indicators li.active {
  border-color: #f5f1b2;
}
@media (max-width: 768px) {
  .cid-ubgk0q03xm .second-col {
    padding-top: 2rem;
  }
}
.cid-ubgk0q03xm .mbr-section-subtitle,
.cid-ubgk0q03xm .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ubgfr8qVLk {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubgfr8qVLk .container-fluid {
  padding: 0 2rem;
}
.cid-ubgfr8qVLk .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubgfr8qVLk .mbr-title {
  padding: 0 1rem;
}
.cid-ubgfr8qVLk .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubgfr8qVLk .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubgfr8qVLk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubgfr8qVLk .image-wrap {
  width: 100%;
}
.cid-ubgfr8qVLk .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubgfr8qVLk .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubgfr8qVLk .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubgfr8qVLk .container-fluid {
    padding: 0rem;
  }
}
.cid-ubgfr8qVLk .mbr-text,
.cid-ubgfr8qVLk .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ub6sdGtf4o {
  z-index: 1000;
  width: 100%;
}
.cid-ub6sdGtf4o nav.navbar {
  position: fixed;
}
.cid-ub6sdGtf4o .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-ub6sdGtf4o .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub6sdGtf4o .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ub6sdGtf4o .dropdown-item:after {
  right: 1rem !important;
}
.cid-ub6sdGtf4o .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6sdGtf4o .dropdown-item:hover:before,
.cid-ub6sdGtf4o .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ub6sdGtf4o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub6sdGtf4o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub6sdGtf4o .nav-link {
  position: relative;
}
.cid-ub6sdGtf4o .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub6sdGtf4o .container {
    flex-wrap: nowrap;
  }
}
.cid-ub6sdGtf4o .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ub6sdGtf4o .navbar-nav .nav-item {
  margin: 0;
}
.cid-ub6sdGtf4o .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ub6sdGtf4o .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6sdGtf4o .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ub6sdGtf4o .dropdown-menu,
.cid-ub6sdGtf4o .navbar.opened {
  background: #064469 !important;
}
.cid-ub6sdGtf4o .nav-item:focus,
.cid-ub6sdGtf4o .nav-link:focus {
  outline: none;
}
.cid-ub6sdGtf4o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub6sdGtf4o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub6sdGtf4o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub6sdGtf4o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub6sdGtf4o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub6sdGtf4o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub6sdGtf4o .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ub6sdGtf4o .navbar.opened {
  transition: all 0.3s;
}
.cid-ub6sdGtf4o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub6sdGtf4o .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ub6sdGtf4o .navbar .navbar-logo img {
  width: auto;
}
.cid-ub6sdGtf4o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub6sdGtf4o .navbar.collapsed {
  justify-content: center;
}
.cid-ub6sdGtf4o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub6sdGtf4o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub6sdGtf4o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub6sdGtf4o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub6sdGtf4o .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-ub6sdGtf4o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub6sdGtf4o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub6sdGtf4o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub6sdGtf4o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub6sdGtf4o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub6sdGtf4o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub6sdGtf4o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub6sdGtf4o .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-ub6sdGtf4o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub6sdGtf4o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub6sdGtf4o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub6sdGtf4o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub6sdGtf4o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub6sdGtf4o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub6sdGtf4o .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub6sdGtf4o .navbar.navbar-short {
  min-height: 100px;
}
.cid-ub6sdGtf4o .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ub6sdGtf4o .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub6sdGtf4o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub6sdGtf4o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub6sdGtf4o .dropdown-item.active,
.cid-ub6sdGtf4o .dropdown-item:active {
  background-color: transparent;
}
.cid-ub6sdGtf4o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub6sdGtf4o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub6sdGtf4o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub6sdGtf4o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ub6sdGtf4o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub6sdGtf4o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub6sdGtf4o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub6sdGtf4o .navbar-buttons {
  text-align: center;
}
.cid-ub6sdGtf4o button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ub6sdGtf4o button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ub6sdGtf4o button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ub6sdGtf4o button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6sdGtf4o button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6sdGtf4o button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ub6sdGtf4o button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ub6sdGtf4o button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6sdGtf4o button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ub6sdGtf4o button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ub6sdGtf4o button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6sdGtf4o nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ub6sdGtf4o nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ub6sdGtf4o nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ub6sdGtf4o nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6sdGtf4o nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ub6sdGtf4o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub6sdGtf4o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub6sdGtf4o .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-ub6sdGtf4o .navbar {
    height: 70px;
  }
  .cid-ub6sdGtf4o .navbar.opened {
    height: auto;
  }
  .cid-ub6sdGtf4o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub6sdGtf4o .container,
.cid-ub6sdGtf4o .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ub6sdGtf4o .container,
  .cid-ub6sdGtf4o .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ub6sdGtf4o .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ub6sdGtf4o .navbar-collapse {
  min-height: 98px;
}
.cid-ub6sdGtf4o .mbr-section-btn {
  max-width: 35%;
}
.cid-ub6sdGtf4o .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ub6sdGtf4o {
    min-height: 70px !important;
  }
  .cid-ub6sdGtf4o .navbar {
    min-height: 70px !important;
  }
  .cid-ub6sdGtf4o .container-fluid {
    padding: 0 7%;
  }
  .cid-ub6sdGtf4o .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ub6sdGtf4o .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ub6sdGtf4o .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ub6sdGtf4o .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ub6sdGtf4o .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ub6sdGtf4o .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ub6sdGtf4o .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ub6sdGtf4o .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ub6sdGtf4o .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ub6sdGtf4o .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ub6sdGTST3 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub6sdGTST3 .text-wrapper {
  padding: 2rem 0;
}
.cid-ub6sdGTST3 .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ub6sdGTST3 .image-wrapper,
.cid-ub6sdGTST3 img {
  width: 100%;
  object-fit: cover;
}
.cid-ub6sdGTST3 .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ub6sdGTST3 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ub6sdGTST3 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ub6sdGTST3 .mbr-section-btn .btn-secondary-outline .active,
.cid-ub6sdGTST3 .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub6sdGTST3 .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub6sdGTST3 {
    flex-direction: column;
  }
  .cid-ub6sdGTST3 .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ub6sdGTST3 .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ub6sdGTST3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6sdGTST3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub6sdGTST3 .mbr-text,
.cid-ub6sdGTST3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ub6sdGTST3 .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ub6sdHlTUk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b577a;
}
.cid-ub6sdHlTUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6sdHlTUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ub6sdHlTUk .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ub6sdHlTUk .row {
    margin: 0;
  }
}
.cid-ub6sdHlTUk .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ub6sdHlTUk .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ub6sdHlTUk .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub6sdHlTUk .content-wrapper {
    padding: 24px;
  }
}
.cid-ub6sdHlTUk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ub6sdHlTUk .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ub6sdHlTUk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ub6sdHlTUk .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ub6sdHlTUk .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ub6sdHlTUk .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ub6sdHlTUk .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6sdHlTUk .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ub6sdHlTUk .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6sdHlTUk .items .item {
    padding: 24px;
  }
}
.cid-ub6sdHlTUk .items .item:last-child {
  border: none;
}
.cid-ub6sdHlTUk .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ub6sdHlTUk .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ub6sdHlTUk .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ub6sdHlTUk .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ub6sdHlTUk .mbr-section-title {
  color: #F9F6E0;
}
.cid-ub6sdHlTUk .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6sdHlTUk .card-title {
  color: #F9F6E0;
}
.cid-ub6sdHlTUk .card-number {
  color: #E0B548;
}
.cid-ub6sdHlTUk .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6sdHlTUk .mbr-section-title,
.cid-ub6sdHlTUk .mbr-section-btn {
  text-align: left;
  color: #10ff00;
}
.cid-ub6sdHlTUk .card-title,
.cid-ub6sdHlTUk .title-wrapper {
  text-align: center;
  color: #00dbfb;
}
.cid-ubinntCOmk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #1b577a;
}
.cid-ubinntCOmk .carousel-inner {
  margin-bottom: 70px;
}
.cid-ubinntCOmk .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-ubinntCOmk .mbr-section-subtitle {
  color: #00a5ff;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.cid-ubinntCOmk .mbr-section-title {
  margin-bottom: 33px;
  color: #2cfc03;
  text-align: center;
}
.cid-ubinntCOmk .slider__image {
  margin-left: 11.8%;
}
.cid-ubinntCOmk .img-wrap {
  max-width: 100%;
}
.cid-ubinntCOmk .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-ubinntCOmk .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-ubinntCOmk .carousel-indicators .active {
  background: #fbd100;
  opacity: 1;
  border: none;
}
.cid-ubinntCOmk .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-ubinntCOmk .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #fbd100;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-ubinntCOmk .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-ubinntCOmk .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #fbd100;
  background-color: transparent;
}
.cid-ubinntCOmk .carousel-controls a span {
  transition: all 0.3s;
  color: #fbd100;
  font-size: 18px;
}
.cid-ubinntCOmk .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-ubinntCOmk .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-ubinntCOmk .carousel-controls .carousel-control-next,
.cid-ubinntCOmk .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-ubinntCOmk .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-ubinntCOmk .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubinntCOmk .image-element {
    min-width: 50%;
  }
  .cid-ubinntCOmk .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ubinntCOmk .two__background:before {
    max-width: 90%;
  }
  .cid-ubinntCOmk .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-ubinntCOmk .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-ubinntCOmk .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-ubinntCOmk .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-ubinntCOmk .mbr-section-subtitle:after {
    content: none;
  }
  .cid-ubinntCOmk .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-ubinntCOmk .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-ubinntCOmk .img-wrap {
    width: 100%;
  }
  .cid-ubinntCOmk .carousel-controls {
    display: none;
  }
  .cid-ubinntCOmk .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-ubinntCOmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubinntCOmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubinntCOmk .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ubiPQYFibK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b577a;
}
.cid-ubiPQYFibK .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00dbfb;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-ubiPQYFibK .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ubiPQYFibK .btn {
  margin: 0px !important;
}
.cid-ubiPQYFibK .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubiPQYFibK .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubiPQYFibK .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ubiPQYFibK .carousel-item .wrap-img {
  text-align: center;
}
.cid-ubiPQYFibK .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-ubiPQYFibK .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ubiPQYFibK .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ubiPQYFibK .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #faf8d5;
  display: inline-block;
  border: 4px solid #faf8d5;
}
.cid-ubiPQYFibK .carousel-indicators li.active {
  border-color: #f5f1b2;
}
@media (max-width: 768px) {
  .cid-ubiPQYFibK .second-col {
    padding-top: 2rem;
  }
}
.cid-ubiPQYFibK .mbr-section-subtitle,
.cid-ubiPQYFibK .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ubgh4Ts0rs {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubgh4Ts0rs .container-fluid {
  padding: 0 2rem;
}
.cid-ubgh4Ts0rs .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubgh4Ts0rs .mbr-title {
  padding: 0 1rem;
}
.cid-ubgh4Ts0rs .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubgh4Ts0rs .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubgh4Ts0rs .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubgh4Ts0rs .image-wrap {
  width: 100%;
}
.cid-ubgh4Ts0rs .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubgh4Ts0rs .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubgh4Ts0rs .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubgh4Ts0rs .container-fluid {
    padding: 0rem;
  }
}
.cid-ubgh4Ts0rs .mbr-text,
.cid-ubgh4Ts0rs .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ub6sgxVuO3 {
  z-index: 1000;
  width: 100%;
}
.cid-ub6sgxVuO3 nav.navbar {
  position: fixed;
}
.cid-ub6sgxVuO3 .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-ub6sgxVuO3 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub6sgxVuO3 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ub6sgxVuO3 .dropdown-item:after {
  right: 1rem !important;
}
.cid-ub6sgxVuO3 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6sgxVuO3 .dropdown-item:hover:before,
.cid-ub6sgxVuO3 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ub6sgxVuO3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub6sgxVuO3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub6sgxVuO3 .nav-link {
  position: relative;
}
.cid-ub6sgxVuO3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub6sgxVuO3 .container {
    flex-wrap: nowrap;
  }
}
.cid-ub6sgxVuO3 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ub6sgxVuO3 .navbar-nav .nav-item {
  margin: 0;
}
.cid-ub6sgxVuO3 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ub6sgxVuO3 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6sgxVuO3 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ub6sgxVuO3 .dropdown-menu,
.cid-ub6sgxVuO3 .navbar.opened {
  background: #064469 !important;
}
.cid-ub6sgxVuO3 .nav-item:focus,
.cid-ub6sgxVuO3 .nav-link:focus {
  outline: none;
}
.cid-ub6sgxVuO3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub6sgxVuO3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub6sgxVuO3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub6sgxVuO3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub6sgxVuO3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub6sgxVuO3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub6sgxVuO3 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ub6sgxVuO3 .navbar.opened {
  transition: all 0.3s;
}
.cid-ub6sgxVuO3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub6sgxVuO3 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ub6sgxVuO3 .navbar .navbar-logo img {
  width: auto;
}
.cid-ub6sgxVuO3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub6sgxVuO3 .navbar.collapsed {
  justify-content: center;
}
.cid-ub6sgxVuO3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub6sgxVuO3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub6sgxVuO3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub6sgxVuO3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub6sgxVuO3 .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-ub6sgxVuO3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub6sgxVuO3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub6sgxVuO3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub6sgxVuO3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub6sgxVuO3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub6sgxVuO3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub6sgxVuO3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub6sgxVuO3 .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-ub6sgxVuO3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub6sgxVuO3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub6sgxVuO3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub6sgxVuO3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub6sgxVuO3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub6sgxVuO3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub6sgxVuO3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub6sgxVuO3 .navbar.navbar-short {
  min-height: 100px;
}
.cid-ub6sgxVuO3 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ub6sgxVuO3 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub6sgxVuO3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub6sgxVuO3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub6sgxVuO3 .dropdown-item.active,
.cid-ub6sgxVuO3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ub6sgxVuO3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub6sgxVuO3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub6sgxVuO3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub6sgxVuO3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ub6sgxVuO3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub6sgxVuO3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub6sgxVuO3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub6sgxVuO3 .navbar-buttons {
  text-align: center;
}
.cid-ub6sgxVuO3 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ub6sgxVuO3 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ub6sgxVuO3 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ub6sgxVuO3 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6sgxVuO3 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6sgxVuO3 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ub6sgxVuO3 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ub6sgxVuO3 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6sgxVuO3 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ub6sgxVuO3 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ub6sgxVuO3 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6sgxVuO3 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ub6sgxVuO3 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ub6sgxVuO3 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ub6sgxVuO3 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6sgxVuO3 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ub6sgxVuO3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub6sgxVuO3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub6sgxVuO3 .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-ub6sgxVuO3 .navbar {
    height: 70px;
  }
  .cid-ub6sgxVuO3 .navbar.opened {
    height: auto;
  }
  .cid-ub6sgxVuO3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub6sgxVuO3 .container,
.cid-ub6sgxVuO3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ub6sgxVuO3 .container,
  .cid-ub6sgxVuO3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ub6sgxVuO3 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ub6sgxVuO3 .navbar-collapse {
  min-height: 98px;
}
.cid-ub6sgxVuO3 .mbr-section-btn {
  max-width: 35%;
}
.cid-ub6sgxVuO3 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ub6sgxVuO3 {
    min-height: 70px !important;
  }
  .cid-ub6sgxVuO3 .navbar {
    min-height: 70px !important;
  }
  .cid-ub6sgxVuO3 .container-fluid {
    padding: 0 7%;
  }
  .cid-ub6sgxVuO3 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ub6sgxVuO3 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ub6sgxVuO3 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ub6sgxVuO3 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ub6sgxVuO3 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ub6sgxVuO3 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ub6sgxVuO3 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ub6sgxVuO3 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ub6sgxVuO3 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ub6sgxVuO3 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ub6sgyezYv {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub6sgyezYv .text-wrapper {
  padding: 2rem 0;
}
.cid-ub6sgyezYv .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ub6sgyezYv .image-wrapper,
.cid-ub6sgyezYv img {
  width: 100%;
  object-fit: cover;
}
.cid-ub6sgyezYv .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ub6sgyezYv .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ub6sgyezYv .mbr-section-btn .btn-secondary-outline:hover,
.cid-ub6sgyezYv .mbr-section-btn .btn-secondary-outline .active,
.cid-ub6sgyezYv .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub6sgyezYv .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub6sgyezYv {
    flex-direction: column;
  }
  .cid-ub6sgyezYv .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ub6sgyezYv .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ub6sgyezYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6sgyezYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub6sgyezYv .mbr-text,
.cid-ub6sgyezYv .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ub6sgyezYv .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ub6sgyHHMW {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ub6sgyHHMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6sgyHHMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ub6sgyHHMW .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ub6sgyHHMW .row {
    margin: 0;
  }
}
.cid-ub6sgyHHMW .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ub6sgyHHMW .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ub6sgyHHMW .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub6sgyHHMW .content-wrapper {
    padding: 24px;
  }
}
.cid-ub6sgyHHMW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ub6sgyHHMW .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ub6sgyHHMW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ub6sgyHHMW .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ub6sgyHHMW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ub6sgyHHMW .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ub6sgyHHMW .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6sgyHHMW .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ub6sgyHHMW .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6sgyHHMW .items .item {
    padding: 24px;
  }
}
.cid-ub6sgyHHMW .items .item:last-child {
  border: none;
}
.cid-ub6sgyHHMW .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ub6sgyHHMW .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ub6sgyHHMW .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ub6sgyHHMW .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ub6sgyHHMW .mbr-section-title {
  color: #F9F6E0;
}
.cid-ub6sgyHHMW .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6sgyHHMW .card-title {
  color: #F9F6E0;
}
.cid-ub6sgyHHMW .card-number {
  color: #E0B548;
}
.cid-ub6sgyHHMW .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6sgyHHMW .mbr-section-title,
.cid-ub6sgyHHMW .mbr-section-btn {
  text-align: left;
  color: #10ff00;
}
.cid-ub6sgyHHMW .card-title,
.cid-ub6sgyHHMW .title-wrapper {
  text-align: center;
  color: #00dbfb;
}
.cid-ubghatw8U5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubghatw8U5 .container-fluid {
  padding: 0 2rem;
}
.cid-ubghatw8U5 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubghatw8U5 .mbr-title {
  padding: 0 1rem;
}
.cid-ubghatw8U5 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubghatw8U5 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubghatw8U5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubghatw8U5 .image-wrap {
  width: 100%;
}
.cid-ubghatw8U5 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubghatw8U5 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubghatw8U5 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubghatw8U5 .container-fluid {
    padding: 0rem;
  }
}
.cid-ubghatw8U5 .mbr-text,
.cid-ubghatw8U5 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ub6s9RMNVU {
  z-index: 1000;
  width: 100%;
}
.cid-ub6s9RMNVU nav.navbar {
  position: fixed;
}
.cid-ub6s9RMNVU .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-ub6s9RMNVU .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub6s9RMNVU .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ub6s9RMNVU .dropdown-item:after {
  right: 1rem !important;
}
.cid-ub6s9RMNVU .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6s9RMNVU .dropdown-item:hover:before,
.cid-ub6s9RMNVU .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ub6s9RMNVU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub6s9RMNVU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub6s9RMNVU .nav-link {
  position: relative;
}
.cid-ub6s9RMNVU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub6s9RMNVU .container {
    flex-wrap: nowrap;
  }
}
.cid-ub6s9RMNVU .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ub6s9RMNVU .navbar-nav .nav-item {
  margin: 0;
}
.cid-ub6s9RMNVU .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ub6s9RMNVU .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6s9RMNVU .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ub6s9RMNVU .dropdown-menu,
.cid-ub6s9RMNVU .navbar.opened {
  background: #064469 !important;
}
.cid-ub6s9RMNVU .nav-item:focus,
.cid-ub6s9RMNVU .nav-link:focus {
  outline: none;
}
.cid-ub6s9RMNVU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub6s9RMNVU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub6s9RMNVU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub6s9RMNVU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub6s9RMNVU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub6s9RMNVU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub6s9RMNVU .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ub6s9RMNVU .navbar.opened {
  transition: all 0.3s;
}
.cid-ub6s9RMNVU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub6s9RMNVU .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ub6s9RMNVU .navbar .navbar-logo img {
  width: auto;
}
.cid-ub6s9RMNVU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub6s9RMNVU .navbar.collapsed {
  justify-content: center;
}
.cid-ub6s9RMNVU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub6s9RMNVU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub6s9RMNVU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub6s9RMNVU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub6s9RMNVU .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-ub6s9RMNVU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub6s9RMNVU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub6s9RMNVU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub6s9RMNVU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub6s9RMNVU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub6s9RMNVU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub6s9RMNVU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub6s9RMNVU .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-ub6s9RMNVU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub6s9RMNVU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub6s9RMNVU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub6s9RMNVU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub6s9RMNVU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub6s9RMNVU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub6s9RMNVU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub6s9RMNVU .navbar.navbar-short {
  min-height: 100px;
}
.cid-ub6s9RMNVU .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ub6s9RMNVU .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub6s9RMNVU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub6s9RMNVU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub6s9RMNVU .dropdown-item.active,
.cid-ub6s9RMNVU .dropdown-item:active {
  background-color: transparent;
}
.cid-ub6s9RMNVU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub6s9RMNVU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub6s9RMNVU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub6s9RMNVU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ub6s9RMNVU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub6s9RMNVU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub6s9RMNVU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub6s9RMNVU .navbar-buttons {
  text-align: center;
}
.cid-ub6s9RMNVU button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ub6s9RMNVU button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ub6s9RMNVU button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ub6s9RMNVU button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6s9RMNVU button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6s9RMNVU button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ub6s9RMNVU button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ub6s9RMNVU button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6s9RMNVU button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ub6s9RMNVU button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ub6s9RMNVU button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6s9RMNVU nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ub6s9RMNVU nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ub6s9RMNVU nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ub6s9RMNVU nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6s9RMNVU nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ub6s9RMNVU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub6s9RMNVU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub6s9RMNVU .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-ub6s9RMNVU .navbar {
    height: 70px;
  }
  .cid-ub6s9RMNVU .navbar.opened {
    height: auto;
  }
  .cid-ub6s9RMNVU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub6s9RMNVU .container,
.cid-ub6s9RMNVU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ub6s9RMNVU .container,
  .cid-ub6s9RMNVU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ub6s9RMNVU .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ub6s9RMNVU .navbar-collapse {
  min-height: 98px;
}
.cid-ub6s9RMNVU .mbr-section-btn {
  max-width: 35%;
}
.cid-ub6s9RMNVU .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ub6s9RMNVU {
    min-height: 70px !important;
  }
  .cid-ub6s9RMNVU .navbar {
    min-height: 70px !important;
  }
  .cid-ub6s9RMNVU .container-fluid {
    padding: 0 7%;
  }
  .cid-ub6s9RMNVU .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ub6s9RMNVU .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ub6s9RMNVU .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ub6s9RMNVU .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ub6s9RMNVU .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ub6s9RMNVU .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ub6s9RMNVU .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ub6s9RMNVU .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ub6s9RMNVU .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ub6s9RMNVU .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ub6s9S5zKX {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub6s9S5zKX .text-wrapper {
  padding: 2rem 0;
}
.cid-ub6s9S5zKX .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ub6s9S5zKX .image-wrapper,
.cid-ub6s9S5zKX img {
  width: 100%;
  object-fit: cover;
}
.cid-ub6s9S5zKX .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ub6s9S5zKX .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ub6s9S5zKX .mbr-section-btn .btn-secondary-outline:hover,
.cid-ub6s9S5zKX .mbr-section-btn .btn-secondary-outline .active,
.cid-ub6s9S5zKX .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub6s9S5zKX .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub6s9S5zKX {
    flex-direction: column;
  }
  .cid-ub6s9S5zKX .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ub6s9S5zKX .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ub6s9S5zKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6s9S5zKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub6s9S5zKX .mbr-text,
.cid-ub6s9S5zKX .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ub6s9S5zKX .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ub6s9SyZoz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1b577a;
}
.cid-ub6s9SyZoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6s9SyZoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ub6s9SyZoz .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ub6s9SyZoz .row {
    margin: 0;
  }
}
.cid-ub6s9SyZoz .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ub6s9SyZoz .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ub6s9SyZoz .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub6s9SyZoz .content-wrapper {
    padding: 24px;
  }
}
.cid-ub6s9SyZoz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ub6s9SyZoz .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ub6s9SyZoz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ub6s9SyZoz .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ub6s9SyZoz .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ub6s9SyZoz .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ub6s9SyZoz .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6s9SyZoz .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ub6s9SyZoz .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6s9SyZoz .items .item {
    padding: 24px;
  }
}
.cid-ub6s9SyZoz .items .item:last-child {
  border: none;
}
.cid-ub6s9SyZoz .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ub6s9SyZoz .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ub6s9SyZoz .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ub6s9SyZoz .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ub6s9SyZoz .mbr-section-title {
  color: #F9F6E0;
}
.cid-ub6s9SyZoz .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6s9SyZoz .card-title {
  color: #F9F6E0;
}
.cid-ub6s9SyZoz .card-number {
  color: #E0B548;
}
.cid-ub6s9SyZoz .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6s9SyZoz .mbr-section-title,
.cid-ub6s9SyZoz .mbr-section-btn {
  text-align: left;
  color: #10ff00;
}
.cid-ub6s9SyZoz .card-title,
.cid-ub6s9SyZoz .title-wrapper {
  text-align: center;
  color: #00dbfb;
}
.cid-ubbJLh7kfV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b577a;
}
.cid-ubbJLh7kfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubbJLh7kfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubbJLh7kfV .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ubbJLh7kfV .mbr-section-title {
  color: #00dbfb;
}
.cid-ubbJLh7kfV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubbJLh7kfV .items-row {
  row-gap: 32px;
}
.cid-ubbJLh7kfV .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-ubbJLh7kfV .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 5));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-ubbJLh7kfV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-ubbJLh7kfV .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-ubbJLh7kfV .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-ubbJLh7kfV .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubbJLh7kfV .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-ubbJLh7kfV .mbr-item-subtitle {
  color: #ffffff;
}
.cid-ubbJLh7kfV .carousel-control,
.cid-ubbJLh7kfV .close {
  background: #1b1b1b;
}
.cid-ubbJLh7kfV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubbJLh7kfV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubbJLh7kfV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubbJLh7kfV .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubbJLh7kfV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubbJLh7kfV .close::before {
  content: '\e91a';
}
.cid-ubbJLh7kfV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubbJLh7kfV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubbJLh7kfV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubbJLh7kfV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubbJLh7kfV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubbJLh7kfV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubbJLh7kfV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubbJLh7kfV .carousel-indicators li.active,
.cid-ubbJLh7kfV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubbJLh7kfV .carousel-indicators li::after,
.cid-ubbJLh7kfV .carousel-indicators li::before {
  content: none;
}
.cid-ubbJLh7kfV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubbJLh7kfV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubbJLh7kfV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubbJLh7kfV .carousel-indicators {
    display: none;
  }
}
.cid-ubbJLh7kfV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubbJLh7kfV .carousel-inner > .active {
  display: block;
}
.cid-ubbJLh7kfV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubbJLh7kfV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubbJLh7kfV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubbJLh7kfV .carousel-control,
  .cid-ubbJLh7kfV .carousel-indicators,
  .cid-ubbJLh7kfV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubbJLh7kfV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubbJLh7kfV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubbJLh7kfV .carousel-indicators .active,
.cid-ubbJLh7kfV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubbJLh7kfV .carousel-indicators .active {
  background: #fff;
}
.cid-ubbJLh7kfV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubbJLh7kfV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubbJLh7kfV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubbJLh7kfV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubbJLh7kfV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubbJLh7kfV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubbJLh7kfV .carousel {
  width: 100%;
}
.cid-ubbJLh7kfV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubbJLh7kfV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubbJLh7kfV .modal.fade .modal-dialog,
.cid-ubbJLh7kfV .modal.in .modal-dialog {
  transform: none;
}
.cid-ubbJLh7kfV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubbJLh7kfV H6 {
  text-align: center;
}
.cid-ubggwqXRAK {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubggwqXRAK .container-fluid {
  padding: 0 2rem;
}
.cid-ubggwqXRAK .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubggwqXRAK .mbr-title {
  padding: 0 1rem;
}
.cid-ubggwqXRAK .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubggwqXRAK .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubggwqXRAK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubggwqXRAK .image-wrap {
  width: 100%;
}
.cid-ubggwqXRAK .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubggwqXRAK .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubggwqXRAK .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubggwqXRAK .container-fluid {
    padding: 0rem;
  }
}
.cid-ubggwqXRAK .mbr-text,
.cid-ubggwqXRAK .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ub6s0KRr5v {
  z-index: 1000;
  width: 100%;
}
.cid-ub6s0KRr5v nav.navbar {
  position: fixed;
}
.cid-ub6s0KRr5v .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-ub6s0KRr5v .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub6s0KRr5v .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ub6s0KRr5v .dropdown-item:after {
  right: 1rem !important;
}
.cid-ub6s0KRr5v .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6s0KRr5v .dropdown-item:hover:before,
.cid-ub6s0KRr5v .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ub6s0KRr5v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ub6s0KRr5v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub6s0KRr5v .nav-link {
  position: relative;
}
.cid-ub6s0KRr5v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ub6s0KRr5v .container {
    flex-wrap: nowrap;
  }
}
.cid-ub6s0KRr5v .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ub6s0KRr5v .navbar-nav .nav-item {
  margin: 0;
}
.cid-ub6s0KRr5v .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ub6s0KRr5v .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ub6s0KRr5v .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ub6s0KRr5v .dropdown-menu,
.cid-ub6s0KRr5v .navbar.opened {
  background: #064469 !important;
}
.cid-ub6s0KRr5v .nav-item:focus,
.cid-ub6s0KRr5v .nav-link:focus {
  outline: none;
}
.cid-ub6s0KRr5v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub6s0KRr5v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub6s0KRr5v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub6s0KRr5v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub6s0KRr5v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub6s0KRr5v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub6s0KRr5v .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ub6s0KRr5v .navbar.opened {
  transition: all 0.3s;
}
.cid-ub6s0KRr5v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub6s0KRr5v .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ub6s0KRr5v .navbar .navbar-logo img {
  width: auto;
}
.cid-ub6s0KRr5v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub6s0KRr5v .navbar.collapsed {
  justify-content: center;
}
.cid-ub6s0KRr5v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub6s0KRr5v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub6s0KRr5v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub6s0KRr5v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub6s0KRr5v .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-ub6s0KRr5v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub6s0KRr5v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub6s0KRr5v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub6s0KRr5v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub6s0KRr5v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub6s0KRr5v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub6s0KRr5v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub6s0KRr5v .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-ub6s0KRr5v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub6s0KRr5v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub6s0KRr5v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub6s0KRr5v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ub6s0KRr5v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub6s0KRr5v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub6s0KRr5v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ub6s0KRr5v .navbar.navbar-short {
  min-height: 100px;
}
.cid-ub6s0KRr5v .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ub6s0KRr5v .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub6s0KRr5v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub6s0KRr5v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub6s0KRr5v .dropdown-item.active,
.cid-ub6s0KRr5v .dropdown-item:active {
  background-color: transparent;
}
.cid-ub6s0KRr5v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub6s0KRr5v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub6s0KRr5v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub6s0KRr5v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ub6s0KRr5v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub6s0KRr5v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub6s0KRr5v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub6s0KRr5v .navbar-buttons {
  text-align: center;
}
.cid-ub6s0KRr5v button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ub6s0KRr5v button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ub6s0KRr5v button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ub6s0KRr5v button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6s0KRr5v button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ub6s0KRr5v button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ub6s0KRr5v button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ub6s0KRr5v button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6s0KRr5v button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ub6s0KRr5v button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ub6s0KRr5v button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6s0KRr5v nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ub6s0KRr5v nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ub6s0KRr5v nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ub6s0KRr5v nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ub6s0KRr5v nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ub6s0KRr5v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub6s0KRr5v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub6s0KRr5v .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-ub6s0KRr5v .navbar {
    height: 70px;
  }
  .cid-ub6s0KRr5v .navbar.opened {
    height: auto;
  }
  .cid-ub6s0KRr5v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub6s0KRr5v .container,
.cid-ub6s0KRr5v .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ub6s0KRr5v .container,
  .cid-ub6s0KRr5v .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ub6s0KRr5v .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ub6s0KRr5v .navbar-collapse {
  min-height: 98px;
}
.cid-ub6s0KRr5v .mbr-section-btn {
  max-width: 35%;
}
.cid-ub6s0KRr5v .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ub6s0KRr5v {
    min-height: 70px !important;
  }
  .cid-ub6s0KRr5v .navbar {
    min-height: 70px !important;
  }
  .cid-ub6s0KRr5v .container-fluid {
    padding: 0 7%;
  }
  .cid-ub6s0KRr5v .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ub6s0KRr5v .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ub6s0KRr5v .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ub6s0KRr5v .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ub6s0KRr5v .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ub6s0KRr5v .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ub6s0KRr5v .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ub6s0KRr5v .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ub6s0KRr5v .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ub6s0KRr5v .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ub6s0LddFx {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ub6s0LddFx .text-wrapper {
  padding: 2rem 0;
}
.cid-ub6s0LddFx .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ub6s0LddFx .image-wrapper,
.cid-ub6s0LddFx img {
  width: 100%;
  object-fit: cover;
}
.cid-ub6s0LddFx .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ub6s0LddFx .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ub6s0LddFx .mbr-section-btn .btn-secondary-outline:hover,
.cid-ub6s0LddFx .mbr-section-btn .btn-secondary-outline .active,
.cid-ub6s0LddFx .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub6s0LddFx .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub6s0LddFx {
    flex-direction: column;
  }
  .cid-ub6s0LddFx .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ub6s0LddFx .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ub6s0LddFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6s0LddFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub6s0LddFx .mbr-text,
.cid-ub6s0LddFx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ub6s0LddFx .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ub6s0LJgQu {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ub6s0LJgQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6s0LJgQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ub6s0LJgQu .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ub6s0LJgQu .row {
    margin: 0;
  }
}
.cid-ub6s0LJgQu .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ub6s0LJgQu .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ub6s0LJgQu .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub6s0LJgQu .content-wrapper {
    padding: 24px;
  }
}
.cid-ub6s0LJgQu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ub6s0LJgQu .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ub6s0LJgQu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ub6s0LJgQu .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ub6s0LJgQu .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ub6s0LJgQu .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ub6s0LJgQu .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6s0LJgQu .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ub6s0LJgQu .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ub6s0LJgQu .items .item {
    padding: 24px;
  }
}
.cid-ub6s0LJgQu .items .item:last-child {
  border: none;
}
.cid-ub6s0LJgQu .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ub6s0LJgQu .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ub6s0LJgQu .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ub6s0LJgQu .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ub6s0LJgQu .mbr-section-title {
  color: #F9F6E0;
}
.cid-ub6s0LJgQu .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6s0LJgQu .card-title {
  color: #F9F6E0;
}
.cid-ub6s0LJgQu .card-number {
  color: #E0B548;
}
.cid-ub6s0LJgQu .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ub6s0LJgQu .mbr-section-title,
.cid-ub6s0LJgQu .mbr-section-btn {
  text-align: left;
  color: #10ff00;
}
.cid-ub6s0LJgQu .card-title,
.cid-ub6s0LJgQu .title-wrapper {
  text-align: center;
  color: #00dbfb;
}
.cid-ubicCc13FH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b577a;
}
.cid-ubicCc13FH .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00dbfb;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-ubicCc13FH .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ubicCc13FH .btn {
  margin: 0px !important;
}
.cid-ubicCc13FH .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubicCc13FH .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubicCc13FH .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ubicCc13FH .carousel-item .wrap-img {
  text-align: center;
}
.cid-ubicCc13FH .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-ubicCc13FH .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ubicCc13FH .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ubicCc13FH .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #faf8d5;
  display: inline-block;
  border: 4px solid #faf8d5;
}
.cid-ubicCc13FH .carousel-indicators li.active {
  border-color: #f5f1b2;
}
@media (max-width: 768px) {
  .cid-ubicCc13FH .second-col {
    padding-top: 2rem;
  }
}
.cid-ubicCc13FH .mbr-section-subtitle,
.cid-ubicCc13FH .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ubicB8IhiO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b577a;
}
.cid-ubicB8IhiO .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00a5ff;
  margin-bottom: 2rem;
}
.cid-ubicB8IhiO .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ubicB8IhiO .btn {
  margin: 0px !important;
}
.cid-ubicB8IhiO .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubicB8IhiO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubicB8IhiO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ubicB8IhiO .carousel-item .wrap-img {
  text-align: center;
}
.cid-ubicB8IhiO .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-ubicB8IhiO .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ubicB8IhiO .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ubicB8IhiO .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #faf8d5;
  display: inline-block;
  border: 4px solid #faf8d5;
}
.cid-ubicB8IhiO .carousel-indicators li.active {
  border-color: #f5f1b2;
}
@media (max-width: 768px) {
  .cid-ubicB8IhiO .second-col {
    padding-top: 2rem;
  }
}
.cid-ubicB8IhiO .mbr-section-subtitle,
.cid-ubicB8IhiO .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ubggUBCXir {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubggUBCXir .container-fluid {
  padding: 0 2rem;
}
.cid-ubggUBCXir .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubggUBCXir .mbr-title {
  padding: 0 1rem;
}
.cid-ubggUBCXir .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubggUBCXir .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubggUBCXir .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubggUBCXir .image-wrap {
  width: 100%;
}
.cid-ubggUBCXir .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubggUBCXir .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubggUBCXir .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubggUBCXir .container-fluid {
    padding: 0rem;
  }
}
.cid-ubggUBCXir .mbr-text,
.cid-ubggUBCXir .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ubbOjDwYYf {
  z-index: 1000;
  width: 100%;
}
.cid-ubbOjDwYYf nav.navbar {
  position: fixed;
}
.cid-ubbOjDwYYf .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-ubbOjDwYYf .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubbOjDwYYf .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ubbOjDwYYf .dropdown-item:after {
  right: 1rem !important;
}
.cid-ubbOjDwYYf .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ubbOjDwYYf .dropdown-item:hover:before,
.cid-ubbOjDwYYf .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ubbOjDwYYf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubbOjDwYYf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubbOjDwYYf .nav-link {
  position: relative;
}
.cid-ubbOjDwYYf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubbOjDwYYf .container {
    flex-wrap: nowrap;
  }
}
.cid-ubbOjDwYYf .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ubbOjDwYYf .navbar-nav .nav-item {
  margin: 0;
}
.cid-ubbOjDwYYf .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ubbOjDwYYf .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ubbOjDwYYf .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ubbOjDwYYf .dropdown-menu,
.cid-ubbOjDwYYf .navbar.opened {
  background: #064469 !important;
}
.cid-ubbOjDwYYf .nav-item:focus,
.cid-ubbOjDwYYf .nav-link:focus {
  outline: none;
}
.cid-ubbOjDwYYf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubbOjDwYYf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubbOjDwYYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubbOjDwYYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubbOjDwYYf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubbOjDwYYf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubbOjDwYYf .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ubbOjDwYYf .navbar.opened {
  transition: all 0.3s;
}
.cid-ubbOjDwYYf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubbOjDwYYf .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ubbOjDwYYf .navbar .navbar-logo img {
  width: auto;
}
.cid-ubbOjDwYYf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubbOjDwYYf .navbar.collapsed {
  justify-content: center;
}
.cid-ubbOjDwYYf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubbOjDwYYf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubbOjDwYYf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubbOjDwYYf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubbOjDwYYf .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-ubbOjDwYYf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubbOjDwYYf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubbOjDwYYf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubbOjDwYYf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubbOjDwYYf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubbOjDwYYf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubbOjDwYYf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubbOjDwYYf .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-ubbOjDwYYf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubbOjDwYYf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubbOjDwYYf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubbOjDwYYf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubbOjDwYYf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubbOjDwYYf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubbOjDwYYf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubbOjDwYYf .navbar.navbar-short {
  min-height: 100px;
}
.cid-ubbOjDwYYf .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ubbOjDwYYf .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubbOjDwYYf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubbOjDwYYf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubbOjDwYYf .dropdown-item.active,
.cid-ubbOjDwYYf .dropdown-item:active {
  background-color: transparent;
}
.cid-ubbOjDwYYf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubbOjDwYYf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubbOjDwYYf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubbOjDwYYf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ubbOjDwYYf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubbOjDwYYf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubbOjDwYYf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubbOjDwYYf .navbar-buttons {
  text-align: center;
}
.cid-ubbOjDwYYf button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ubbOjDwYYf button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ubbOjDwYYf button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ubbOjDwYYf button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ubbOjDwYYf button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ubbOjDwYYf button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ubbOjDwYYf button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ubbOjDwYYf button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ubbOjDwYYf button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ubbOjDwYYf button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ubbOjDwYYf button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ubbOjDwYYf nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ubbOjDwYYf nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ubbOjDwYYf nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ubbOjDwYYf nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ubbOjDwYYf nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ubbOjDwYYf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubbOjDwYYf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubbOjDwYYf .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-ubbOjDwYYf .navbar {
    height: 70px;
  }
  .cid-ubbOjDwYYf .navbar.opened {
    height: auto;
  }
  .cid-ubbOjDwYYf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubbOjDwYYf .container,
.cid-ubbOjDwYYf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubbOjDwYYf .container,
  .cid-ubbOjDwYYf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubbOjDwYYf .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ubbOjDwYYf .navbar-collapse {
  min-height: 98px;
}
.cid-ubbOjDwYYf .mbr-section-btn {
  max-width: 35%;
}
.cid-ubbOjDwYYf .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ubbOjDwYYf {
    min-height: 70px !important;
  }
  .cid-ubbOjDwYYf .navbar {
    min-height: 70px !important;
  }
  .cid-ubbOjDwYYf .container-fluid {
    padding: 0 7%;
  }
  .cid-ubbOjDwYYf .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ubbOjDwYYf .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ubbOjDwYYf .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ubbOjDwYYf .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ubbOjDwYYf .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ubbOjDwYYf .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ubbOjDwYYf .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ubbOjDwYYf .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ubbOjDwYYf .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ubbOjDwYYf .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ubbOjDTyST {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ubbOjDTyST .text-wrapper {
  padding: 2rem 0;
}
.cid-ubbOjDTyST .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ubbOjDTyST .image-wrapper,
.cid-ubbOjDTyST img {
  width: 100%;
  object-fit: cover;
}
.cid-ubbOjDTyST .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ubbOjDTyST .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ubbOjDTyST .mbr-section-btn .btn-secondary-outline:hover,
.cid-ubbOjDTyST .mbr-section-btn .btn-secondary-outline .active,
.cid-ubbOjDTyST .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ubbOjDTyST .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubbOjDTyST {
    flex-direction: column;
  }
  .cid-ubbOjDTyST .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ubbOjDTyST .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ubbOjDTyST .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubbOjDTyST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubbOjDTyST .mbr-text,
.cid-ubbOjDTyST .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ubbOjDTyST .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ubbOjEdsjX {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ubbOjEdsjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubbOjEdsjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ubbOjEdsjX .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ubbOjEdsjX .row {
    margin: 0;
  }
}
.cid-ubbOjEdsjX .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ubbOjEdsjX .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ubbOjEdsjX .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubbOjEdsjX .content-wrapper {
    padding: 24px;
  }
}
.cid-ubbOjEdsjX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubbOjEdsjX .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ubbOjEdsjX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ubbOjEdsjX .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ubbOjEdsjX .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ubbOjEdsjX .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ubbOjEdsjX .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ubbOjEdsjX .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ubbOjEdsjX .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ubbOjEdsjX .items .item {
    padding: 24px;
  }
}
.cid-ubbOjEdsjX .items .item:last-child {
  border: none;
}
.cid-ubbOjEdsjX .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ubbOjEdsjX .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ubbOjEdsjX .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ubbOjEdsjX .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ubbOjEdsjX .mbr-section-title {
  color: #F9F6E0;
}
.cid-ubbOjEdsjX .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ubbOjEdsjX .card-title {
  color: #F9F6E0;
}
.cid-ubbOjEdsjX .card-number {
  color: #E0B548;
}
.cid-ubbOjEdsjX .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ubbOjEdsjX .mbr-section-title,
.cid-ubbOjEdsjX .mbr-section-btn {
  text-align: left;
  color: #10ff00;
}
.cid-ubbOjEdsjX .card-title,
.cid-ubbOjEdsjX .title-wrapper {
  text-align: center;
  color: #00dbfb;
}
.cid-ubc5aOUYAB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ubc5aOUYAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubc5aOUYAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ubc5aOUYAB .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ubc5aOUYAB .row {
    margin: 0;
  }
}
.cid-ubc5aOUYAB .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ubc5aOUYAB .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ubc5aOUYAB .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubc5aOUYAB .content-wrapper {
    padding: 24px;
  }
}
.cid-ubc5aOUYAB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubc5aOUYAB .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ubc5aOUYAB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ubc5aOUYAB .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ubc5aOUYAB .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ubc5aOUYAB .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ubc5aOUYAB .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ubc5aOUYAB .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ubc5aOUYAB .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ubc5aOUYAB .items .item {
    padding: 24px;
  }
}
.cid-ubc5aOUYAB .items .item:last-child {
  border: none;
}
.cid-ubc5aOUYAB .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ubc5aOUYAB .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ubc5aOUYAB .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ubc5aOUYAB .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ubc5aOUYAB .mbr-section-title {
  color: #F9F6E0;
}
.cid-ubc5aOUYAB .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ubc5aOUYAB .card-title {
  color: #F9F6E0;
}
.cid-ubc5aOUYAB .card-number {
  color: #E0B548;
}
.cid-ubc5aOUYAB .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ubc5aOUYAB .mbr-section-title,
.cid-ubc5aOUYAB .mbr-section-btn {
  text-align: left;
  color: #10ff00;
}
.cid-ubc5aOUYAB .card-title,
.cid-ubc5aOUYAB .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ubbXe1o1I2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ubbXe1o1I2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubbXe1o1I2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubbXe1o1I2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubbXe1o1I2 .row {
  flex-direction: row-reverse;
}
.cid-ubbXe1o1I2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubbXe1o1I2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubbXe1o1I2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubbXe1o1I2 .mbr-section-title {
  color: #00a5ff;
  text-align: center;
}
.cid-ubbXe1o1I2 .mbr-text,
.cid-ubbXe1o1I2 .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ubbYu2UvhH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ubbYu2UvhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubbYu2UvhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubbYu2UvhH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubbYu2UvhH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubbYu2UvhH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubbYu2UvhH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubbYu2UvhH .mbr-section-title {
  color: #00a5ff;
  text-align: center;
}
.cid-ubbYu2UvhH .mbr-text,
.cid-ubbYu2UvhH .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ubbXPNlwK9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ubbXPNlwK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubbXPNlwK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubbXPNlwK9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubbXPNlwK9 .row {
  flex-direction: row-reverse;
}
.cid-ubbXPNlwK9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubbXPNlwK9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubbXPNlwK9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubbXPNlwK9 .mbr-section-title {
  color: #00a5ff;
  text-align: center;
}
.cid-ubbXPNlwK9 .mbr-text,
.cid-ubbXPNlwK9 .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ubbZ3xNNMS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ubbZ3xNNMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubbZ3xNNMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubbZ3xNNMS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubbZ3xNNMS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubbZ3xNNMS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubbZ3xNNMS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubbZ3xNNMS .mbr-section-title {
  color: #00a5ff;
  text-align: center;
}
.cid-ubbZ3xNNMS .mbr-text,
.cid-ubbZ3xNNMS .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ubggCq6APu {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubggCq6APu .container-fluid {
  padding: 0 2rem;
}
.cid-ubggCq6APu .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubggCq6APu .mbr-title {
  padding: 0 1rem;
}
.cid-ubggCq6APu .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubggCq6APu .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubggCq6APu .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubggCq6APu .image-wrap {
  width: 100%;
}
.cid-ubggCq6APu .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubggCq6APu .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubggCq6APu .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubggCq6APu .container-fluid {
    padding: 0rem;
  }
}
.cid-ubggCq6APu .mbr-text,
.cid-ubggCq6APu .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ubbOMJFaxZ {
  z-index: 1000;
  width: 100%;
}
.cid-ubbOMJFaxZ nav.navbar {
  position: fixed;
}
.cid-ubbOMJFaxZ .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-ubbOMJFaxZ .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubbOMJFaxZ .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ubbOMJFaxZ .dropdown-item:after {
  right: 1rem !important;
}
.cid-ubbOMJFaxZ .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ubbOMJFaxZ .dropdown-item:hover:before,
.cid-ubbOMJFaxZ .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ubbOMJFaxZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubbOMJFaxZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubbOMJFaxZ .nav-link {
  position: relative;
}
.cid-ubbOMJFaxZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubbOMJFaxZ .container {
    flex-wrap: nowrap;
  }
}
.cid-ubbOMJFaxZ .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ubbOMJFaxZ .navbar-nav .nav-item {
  margin: 0;
}
.cid-ubbOMJFaxZ .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ubbOMJFaxZ .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ubbOMJFaxZ .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ubbOMJFaxZ .dropdown-menu,
.cid-ubbOMJFaxZ .navbar.opened {
  background: #064469 !important;
}
.cid-ubbOMJFaxZ .nav-item:focus,
.cid-ubbOMJFaxZ .nav-link:focus {
  outline: none;
}
.cid-ubbOMJFaxZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubbOMJFaxZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubbOMJFaxZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubbOMJFaxZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubbOMJFaxZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubbOMJFaxZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubbOMJFaxZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ubbOMJFaxZ .navbar.opened {
  transition: all 0.3s;
}
.cid-ubbOMJFaxZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubbOMJFaxZ .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ubbOMJFaxZ .navbar .navbar-logo img {
  width: auto;
}
.cid-ubbOMJFaxZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubbOMJFaxZ .navbar.collapsed {
  justify-content: center;
}
.cid-ubbOMJFaxZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubbOMJFaxZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubbOMJFaxZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubbOMJFaxZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubbOMJFaxZ .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-ubbOMJFaxZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubbOMJFaxZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubbOMJFaxZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubbOMJFaxZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubbOMJFaxZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubbOMJFaxZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubbOMJFaxZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubbOMJFaxZ .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-ubbOMJFaxZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubbOMJFaxZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubbOMJFaxZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubbOMJFaxZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubbOMJFaxZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubbOMJFaxZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubbOMJFaxZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubbOMJFaxZ .navbar.navbar-short {
  min-height: 100px;
}
.cid-ubbOMJFaxZ .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ubbOMJFaxZ .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubbOMJFaxZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubbOMJFaxZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubbOMJFaxZ .dropdown-item.active,
.cid-ubbOMJFaxZ .dropdown-item:active {
  background-color: transparent;
}
.cid-ubbOMJFaxZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubbOMJFaxZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubbOMJFaxZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubbOMJFaxZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ubbOMJFaxZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubbOMJFaxZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubbOMJFaxZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubbOMJFaxZ .navbar-buttons {
  text-align: center;
}
.cid-ubbOMJFaxZ button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ubbOMJFaxZ button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ubbOMJFaxZ button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ubbOMJFaxZ button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ubbOMJFaxZ button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ubbOMJFaxZ button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ubbOMJFaxZ button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ubbOMJFaxZ button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ubbOMJFaxZ button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ubbOMJFaxZ button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ubbOMJFaxZ button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ubbOMJFaxZ nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ubbOMJFaxZ nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ubbOMJFaxZ nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ubbOMJFaxZ nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ubbOMJFaxZ nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ubbOMJFaxZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubbOMJFaxZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubbOMJFaxZ .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-ubbOMJFaxZ .navbar {
    height: 70px;
  }
  .cid-ubbOMJFaxZ .navbar.opened {
    height: auto;
  }
  .cid-ubbOMJFaxZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubbOMJFaxZ .container,
.cid-ubbOMJFaxZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubbOMJFaxZ .container,
  .cid-ubbOMJFaxZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubbOMJFaxZ .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ubbOMJFaxZ .navbar-collapse {
  min-height: 98px;
}
.cid-ubbOMJFaxZ .mbr-section-btn {
  max-width: 35%;
}
.cid-ubbOMJFaxZ .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ubbOMJFaxZ {
    min-height: 70px !important;
  }
  .cid-ubbOMJFaxZ .navbar {
    min-height: 70px !important;
  }
  .cid-ubbOMJFaxZ .container-fluid {
    padding: 0 7%;
  }
  .cid-ubbOMJFaxZ .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ubbOMJFaxZ .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ubbOMJFaxZ .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ubbOMJFaxZ .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ubbOMJFaxZ .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ubbOMJFaxZ .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ubbOMJFaxZ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ubbOMJFaxZ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ubbOMJFaxZ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ubbOMJFaxZ .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ubbOMK2fhj {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ubbOMK2fhj .text-wrapper {
  padding: 2rem 0;
}
.cid-ubbOMK2fhj .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ubbOMK2fhj .image-wrapper,
.cid-ubbOMK2fhj img {
  width: 100%;
  object-fit: cover;
}
.cid-ubbOMK2fhj .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ubbOMK2fhj .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ubbOMK2fhj .mbr-section-btn .btn-secondary-outline:hover,
.cid-ubbOMK2fhj .mbr-section-btn .btn-secondary-outline .active,
.cid-ubbOMK2fhj .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ubbOMK2fhj .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubbOMK2fhj {
    flex-direction: column;
  }
  .cid-ubbOMK2fhj .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ubbOMK2fhj .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ubbOMK2fhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubbOMK2fhj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubbOMK2fhj .mbr-text,
.cid-ubbOMK2fhj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ubbOMK2fhj .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ubbOMKlirX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1b577a;
}
.cid-ubbOMKlirX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubbOMKlirX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ubbOMKlirX .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ubbOMKlirX .row {
    margin: 0;
  }
}
.cid-ubbOMKlirX .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ubbOMKlirX .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ubbOMKlirX .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubbOMKlirX .content-wrapper {
    padding: 24px;
  }
}
.cid-ubbOMKlirX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubbOMKlirX .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ubbOMKlirX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ubbOMKlirX .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ubbOMKlirX .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ubbOMKlirX .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ubbOMKlirX .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ubbOMKlirX .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ubbOMKlirX .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ubbOMKlirX .items .item {
    padding: 24px;
  }
}
.cid-ubbOMKlirX .items .item:last-child {
  border: none;
}
.cid-ubbOMKlirX .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ubbOMKlirX .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ubbOMKlirX .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ubbOMKlirX .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ubbOMKlirX .mbr-section-title {
  color: #F9F6E0;
}
.cid-ubbOMKlirX .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ubbOMKlirX .card-title {
  color: #F9F6E0;
}
.cid-ubbOMKlirX .card-number {
  color: #E0B548;
}
.cid-ubbOMKlirX .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ubbOMKlirX .mbr-section-title,
.cid-ubbOMKlirX .mbr-section-btn {
  text-align: left;
  color: #10ff00;
}
.cid-ubbOMKlirX .card-title,
.cid-ubbOMKlirX .title-wrapper {
  text-align: center;
  color: #00dbfb;
}
.cid-ubcfSaB75S {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #1b577a;
}
.cid-ubcfSaB75S .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00a5ff;
  margin-bottom: 2rem;
}
.cid-ubcfSaB75S .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ubcfSaB75S .btn {
  margin: 0px !important;
}
.cid-ubcfSaB75S .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubcfSaB75S .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubcfSaB75S .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ubcfSaB75S .carousel-item .wrap-img {
  text-align: center;
}
.cid-ubcfSaB75S .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-ubcfSaB75S .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ubcfSaB75S .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ubcfSaB75S .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #faf8d5;
  display: inline-block;
  border: 4px solid #faf8d5;
}
.cid-ubcfSaB75S .carousel-indicators li.active {
  border-color: #f5f1b2;
}
@media (max-width: 768px) {
  .cid-ubcfSaB75S .second-col {
    padding-top: 2rem;
  }
}
.cid-ubcfSaB75S .mbr-section-subtitle,
.cid-ubcfSaB75S .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ubcgTOmCsI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #1b577a;
}
.cid-ubcgTOmCsI .mbr-section-title {
  letter-spacing: 0.1em;
  color: #00a5ff;
  margin-bottom: 2rem;
}
.cid-ubcgTOmCsI .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ubcgTOmCsI .btn {
  margin: 0px !important;
}
.cid-ubcgTOmCsI .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubcgTOmCsI .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubcgTOmCsI .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ubcgTOmCsI .carousel-item .wrap-img {
  text-align: center;
}
.cid-ubcgTOmCsI .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-ubcgTOmCsI .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ubcgTOmCsI .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ubcgTOmCsI .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #faf8d5;
  display: inline-block;
  border: 4px solid #faf8d5;
}
.cid-ubcgTOmCsI .carousel-indicators li.active {
  border-color: #f5f1b2;
}
@media (max-width: 768px) {
  .cid-ubcgTOmCsI .second-col {
    padding-top: 2rem;
  }
}
.cid-ubcgTOmCsI .mbr-section-subtitle,
.cid-ubcgTOmCsI .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-ubcmZzjqXT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ubcmZzjqXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubcmZzjqXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ubcmZzjqXT .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ubcmZzjqXT .row {
    margin: 0;
  }
}
.cid-ubcmZzjqXT .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ubcmZzjqXT .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ubcmZzjqXT .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubcmZzjqXT .content-wrapper {
    padding: 24px;
  }
}
.cid-ubcmZzjqXT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubcmZzjqXT .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ubcmZzjqXT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ubcmZzjqXT .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ubcmZzjqXT .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ubcmZzjqXT .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ubcmZzjqXT .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ubcmZzjqXT .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ubcmZzjqXT .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ubcmZzjqXT .items .item {
    padding: 24px;
  }
}
.cid-ubcmZzjqXT .items .item:last-child {
  border: none;
}
.cid-ubcmZzjqXT .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ubcmZzjqXT .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ubcmZzjqXT .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ubcmZzjqXT .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ubcmZzjqXT .mbr-section-title {
  color: #F9F6E0;
}
.cid-ubcmZzjqXT .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ubcmZzjqXT .card-title {
  color: #F9F6E0;
}
.cid-ubcmZzjqXT .card-number {
  color: #E0B548;
}
.cid-ubcmZzjqXT .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ubcmZzjqXT .mbr-section-title,
.cid-ubcmZzjqXT .mbr-section-btn {
  text-align: left;
  color: #10ff00;
}
.cid-ubcmZzjqXT .card-title,
.cid-ubcmZzjqXT .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ubggJYkmUA {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubggJYkmUA .container-fluid {
  padding: 0 2rem;
}
.cid-ubggJYkmUA .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubggJYkmUA .mbr-title {
  padding: 0 1rem;
}
.cid-ubggJYkmUA .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubggJYkmUA .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubggJYkmUA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubggJYkmUA .image-wrap {
  width: 100%;
}
.cid-ubggJYkmUA .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubggJYkmUA .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubggJYkmUA .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubggJYkmUA .container-fluid {
    padding: 0rem;
  }
}
.cid-ubggJYkmUA .mbr-text,
.cid-ubggJYkmUA .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ubmTTZROCv {
  z-index: 1000;
  width: 100%;
}
.cid-ubmTTZROCv nav.navbar {
  position: fixed;
}
.cid-ubmTTZROCv .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-ubmTTZROCv .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubmTTZROCv .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ubmTTZROCv .dropdown-item:after {
  right: 1rem !important;
}
.cid-ubmTTZROCv .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ubmTTZROCv .dropdown-item:hover:before,
.cid-ubmTTZROCv .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ubmTTZROCv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubmTTZROCv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubmTTZROCv .nav-link {
  position: relative;
}
.cid-ubmTTZROCv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubmTTZROCv .container {
    flex-wrap: nowrap;
  }
}
.cid-ubmTTZROCv .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ubmTTZROCv .navbar-nav .nav-item {
  margin: 0;
}
.cid-ubmTTZROCv .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ubmTTZROCv .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ubmTTZROCv .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ubmTTZROCv .dropdown-menu,
.cid-ubmTTZROCv .navbar.opened {
  background: #064469 !important;
}
.cid-ubmTTZROCv .nav-item:focus,
.cid-ubmTTZROCv .nav-link:focus {
  outline: none;
}
.cid-ubmTTZROCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubmTTZROCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubmTTZROCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubmTTZROCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubmTTZROCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubmTTZROCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubmTTZROCv .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ubmTTZROCv .navbar.opened {
  transition: all 0.3s;
}
.cid-ubmTTZROCv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubmTTZROCv .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ubmTTZROCv .navbar .navbar-logo img {
  width: auto;
}
.cid-ubmTTZROCv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubmTTZROCv .navbar.collapsed {
  justify-content: center;
}
.cid-ubmTTZROCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubmTTZROCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubmTTZROCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubmTTZROCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubmTTZROCv .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-ubmTTZROCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubmTTZROCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubmTTZROCv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubmTTZROCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubmTTZROCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubmTTZROCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubmTTZROCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubmTTZROCv .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-ubmTTZROCv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubmTTZROCv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubmTTZROCv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubmTTZROCv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubmTTZROCv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubmTTZROCv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubmTTZROCv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubmTTZROCv .navbar.navbar-short {
  min-height: 100px;
}
.cid-ubmTTZROCv .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ubmTTZROCv .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubmTTZROCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubmTTZROCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubmTTZROCv .dropdown-item.active,
.cid-ubmTTZROCv .dropdown-item:active {
  background-color: transparent;
}
.cid-ubmTTZROCv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubmTTZROCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubmTTZROCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubmTTZROCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ubmTTZROCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubmTTZROCv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubmTTZROCv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubmTTZROCv .navbar-buttons {
  text-align: center;
}
.cid-ubmTTZROCv button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ubmTTZROCv button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ubmTTZROCv button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ubmTTZROCv button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ubmTTZROCv button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ubmTTZROCv button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ubmTTZROCv button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ubmTTZROCv button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ubmTTZROCv button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ubmTTZROCv button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ubmTTZROCv button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ubmTTZROCv nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ubmTTZROCv nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ubmTTZROCv nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ubmTTZROCv nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ubmTTZROCv nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ubmTTZROCv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubmTTZROCv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubmTTZROCv .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-ubmTTZROCv .navbar {
    height: 70px;
  }
  .cid-ubmTTZROCv .navbar.opened {
    height: auto;
  }
  .cid-ubmTTZROCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubmTTZROCv .container,
.cid-ubmTTZROCv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubmTTZROCv .container,
  .cid-ubmTTZROCv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubmTTZROCv .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ubmTTZROCv .navbar-collapse {
  min-height: 98px;
}
.cid-ubmTTZROCv .mbr-section-btn {
  max-width: 35%;
}
.cid-ubmTTZROCv .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ubmTTZROCv {
    min-height: 70px !important;
  }
  .cid-ubmTTZROCv .navbar {
    min-height: 70px !important;
  }
  .cid-ubmTTZROCv .container-fluid {
    padding: 0 7%;
  }
  .cid-ubmTTZROCv .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ubmTTZROCv .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ubmTTZROCv .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ubmTTZROCv .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ubmTTZROCv .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ubmTTZROCv .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ubmTTZROCv .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ubmTTZROCv .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ubmTTZROCv .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ubmTTZROCv .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ubmTU0kkTI {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #1b577a;
}
.cid-ubmTU0kkTI .text-wrapper {
  padding: 2rem 0;
}
.cid-ubmTU0kkTI .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ubmTU0kkTI .image-wrapper,
.cid-ubmTU0kkTI img {
  width: 100%;
  object-fit: cover;
}
.cid-ubmTU0kkTI .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ubmTU0kkTI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ubmTU0kkTI .mbr-section-btn .btn-secondary-outline:hover,
.cid-ubmTU0kkTI .mbr-section-btn .btn-secondary-outline .active,
.cid-ubmTU0kkTI .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ubmTU0kkTI .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubmTU0kkTI {
    flex-direction: column;
  }
  .cid-ubmTU0kkTI .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ubmTU0kkTI .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ubmTU0kkTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmTU0kkTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubmTU0kkTI .mbr-text,
.cid-ubmTU0kkTI .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ubmTU0kkTI .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ubmTU0ytQs {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ubmTU0ytQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmTU0ytQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ubmTU0ytQs .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ubmTU0ytQs .row {
    margin: 0;
  }
}
.cid-ubmTU0ytQs .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ubmTU0ytQs .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ubmTU0ytQs .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubmTU0ytQs .content-wrapper {
    padding: 24px;
  }
}
.cid-ubmTU0ytQs .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubmTU0ytQs .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ubmTU0ytQs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ubmTU0ytQs .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ubmTU0ytQs .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ubmTU0ytQs .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ubmTU0ytQs .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ubmTU0ytQs .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ubmTU0ytQs .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ubmTU0ytQs .items .item {
    padding: 24px;
  }
}
.cid-ubmTU0ytQs .items .item:last-child {
  border: none;
}
.cid-ubmTU0ytQs .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ubmTU0ytQs .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ubmTU0ytQs .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ubmTU0ytQs .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ubmTU0ytQs .mbr-section-title {
  color: #F9F6E0;
}
.cid-ubmTU0ytQs .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ubmTU0ytQs .card-title {
  color: #F9F6E0;
}
.cid-ubmTU0ytQs .card-number {
  color: #E0B548;
}
.cid-ubmTU0ytQs .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ubmTU0ytQs .mbr-section-title,
.cid-ubmTU0ytQs .mbr-section-btn {
  text-align: left;
  color: #10ff00;
}
.cid-ubmTU0ytQs .card-title,
.cid-ubmTU0ytQs .title-wrapper {
  text-align: center;
  color: #00dbfb;
}
.cid-ubmTU0Q19Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubmTU0Q19Q .container-fluid {
  padding: 0 2rem;
}
.cid-ubmTU0Q19Q .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubmTU0Q19Q .mbr-title {
  padding: 0 1rem;
}
.cid-ubmTU0Q19Q .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubmTU0Q19Q .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubmTU0Q19Q .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubmTU0Q19Q .image-wrap {
  width: 100%;
}
.cid-ubmTU0Q19Q .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubmTU0Q19Q .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubmTU0Q19Q .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubmTU0Q19Q .container-fluid {
    padding: 0rem;
  }
}
.cid-ubmTU0Q19Q .mbr-text,
.cid-ubmTU0Q19Q .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-ubsgO74N83 {
  z-index: 1000;
  width: 100%;
}
.cid-ubsgO74N83 nav.navbar {
  position: fixed;
}
.cid-ubsgO74N83 .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-ubsgO74N83 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubsgO74N83 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ubsgO74N83 .dropdown-item:after {
  right: 1rem !important;
}
.cid-ubsgO74N83 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ubsgO74N83 .dropdown-item:hover:before,
.cid-ubsgO74N83 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ubsgO74N83 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubsgO74N83 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubsgO74N83 .nav-link {
  position: relative;
}
.cid-ubsgO74N83 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubsgO74N83 .container {
    flex-wrap: nowrap;
  }
}
.cid-ubsgO74N83 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-ubsgO74N83 .navbar-nav .nav-item {
  margin: 0;
}
.cid-ubsgO74N83 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ubsgO74N83 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ubsgO74N83 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ubsgO74N83 .dropdown-menu,
.cid-ubsgO74N83 .navbar.opened {
  background: #064469 !important;
}
.cid-ubsgO74N83 .nav-item:focus,
.cid-ubsgO74N83 .nav-link:focus {
  outline: none;
}
.cid-ubsgO74N83 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubsgO74N83 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubsgO74N83 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubsgO74N83 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubsgO74N83 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubsgO74N83 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubsgO74N83 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ubsgO74N83 .navbar.opened {
  transition: all 0.3s;
}
.cid-ubsgO74N83 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubsgO74N83 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ubsgO74N83 .navbar .navbar-logo img {
  width: auto;
}
.cid-ubsgO74N83 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubsgO74N83 .navbar.collapsed {
  justify-content: center;
}
.cid-ubsgO74N83 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubsgO74N83 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubsgO74N83 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubsgO74N83 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubsgO74N83 .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-ubsgO74N83 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubsgO74N83 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubsgO74N83 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubsgO74N83 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubsgO74N83 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubsgO74N83 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubsgO74N83 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubsgO74N83 .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-ubsgO74N83 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubsgO74N83 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubsgO74N83 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubsgO74N83 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubsgO74N83 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubsgO74N83 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubsgO74N83 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubsgO74N83 .navbar.navbar-short {
  min-height: 100px;
}
.cid-ubsgO74N83 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ubsgO74N83 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubsgO74N83 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubsgO74N83 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubsgO74N83 .dropdown-item.active,
.cid-ubsgO74N83 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubsgO74N83 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubsgO74N83 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubsgO74N83 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubsgO74N83 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-ubsgO74N83 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubsgO74N83 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubsgO74N83 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubsgO74N83 .navbar-buttons {
  text-align: center;
}
.cid-ubsgO74N83 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ubsgO74N83 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ubsgO74N83 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ubsgO74N83 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ubsgO74N83 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ubsgO74N83 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ubsgO74N83 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-ubsgO74N83 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ubsgO74N83 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ubsgO74N83 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ubsgO74N83 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ubsgO74N83 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ubsgO74N83 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-ubsgO74N83 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-ubsgO74N83 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ubsgO74N83 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ubsgO74N83 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubsgO74N83 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubsgO74N83 .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-ubsgO74N83 .navbar {
    height: 70px;
  }
  .cid-ubsgO74N83 .navbar.opened {
    height: auto;
  }
  .cid-ubsgO74N83 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubsgO74N83 .container,
.cid-ubsgO74N83 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubsgO74N83 .container,
  .cid-ubsgO74N83 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubsgO74N83 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ubsgO74N83 .navbar-collapse {
  min-height: 98px;
}
.cid-ubsgO74N83 .mbr-section-btn {
  max-width: 35%;
}
.cid-ubsgO74N83 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ubsgO74N83 {
    min-height: 70px !important;
  }
  .cid-ubsgO74N83 .navbar {
    min-height: 70px !important;
  }
  .cid-ubsgO74N83 .container-fluid {
    padding: 0 7%;
  }
  .cid-ubsgO74N83 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-ubsgO74N83 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ubsgO74N83 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ubsgO74N83 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ubsgO74N83 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ubsgO74N83 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ubsgO74N83 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ubsgO74N83 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ubsgO74N83 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ubsgO74N83 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ubsgO7mHGu {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #1b577a;
}
.cid-ubsgO7mHGu .text-wrapper {
  padding: 2rem 0;
}
.cid-ubsgO7mHGu .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-ubsgO7mHGu .image-wrapper,
.cid-ubsgO7mHGu img {
  width: 100%;
  object-fit: cover;
}
.cid-ubsgO7mHGu .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-ubsgO7mHGu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ubsgO7mHGu .mbr-section-btn .btn-secondary-outline:hover,
.cid-ubsgO7mHGu .mbr-section-btn .btn-secondary-outline .active,
.cid-ubsgO7mHGu .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ubsgO7mHGu .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubsgO7mHGu {
    flex-direction: column;
  }
  .cid-ubsgO7mHGu .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ubsgO7mHGu .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-ubsgO7mHGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsgO7mHGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubsgO7mHGu .mbr-text,
.cid-ubsgO7mHGu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ubsgO7mHGu .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-ubsgO7AYzF {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b577a;
}
.cid-ubsgO7AYzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsgO7AYzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ubsgO7AYzF .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ubsgO7AYzF .row {
    margin: 0;
  }
}
.cid-ubsgO7AYzF .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ubsgO7AYzF .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ubsgO7AYzF .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubsgO7AYzF .content-wrapper {
    padding: 24px;
  }
}
.cid-ubsgO7AYzF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubsgO7AYzF .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ubsgO7AYzF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ubsgO7AYzF .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ubsgO7AYzF .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ubsgO7AYzF .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ubsgO7AYzF .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ubsgO7AYzF .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ubsgO7AYzF .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ubsgO7AYzF .items .item {
    padding: 24px;
  }
}
.cid-ubsgO7AYzF .items .item:last-child {
  border: none;
}
.cid-ubsgO7AYzF .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ubsgO7AYzF .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ubsgO7AYzF .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ubsgO7AYzF .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ubsgO7AYzF .mbr-section-title {
  color: #F9F6E0;
}
.cid-ubsgO7AYzF .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ubsgO7AYzF .card-title {
  color: #F9F6E0;
}
.cid-ubsgO7AYzF .card-number {
  color: #E0B548;
}
.cid-ubsgO7AYzF .card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-ubsgO7AYzF .mbr-section-title,
.cid-ubsgO7AYzF .mbr-section-btn {
  text-align: left;
  color: #10ff00;
}
.cid-ubsgO7AYzF .card-title,
.cid-ubsgO7AYzF .title-wrapper {
  text-align: center;
  color: #00dbfb;
}
.cid-ubsgO7WJie {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1b577a;
}
.cid-ubsgO7WJie .container-fluid {
  padding: 0 2rem;
}
.cid-ubsgO7WJie .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-ubsgO7WJie .mbr-title {
  padding: 0 1rem;
}
.cid-ubsgO7WJie .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-ubsgO7WJie .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubsgO7WJie .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-ubsgO7WJie .image-wrap {
  width: 100%;
}
.cid-ubsgO7WJie .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-ubsgO7WJie .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-ubsgO7WJie .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-ubsgO7WJie .container-fluid {
    padding: 0rem;
  }
}
.cid-ubsgO7WJie .mbr-text,
.cid-ubsgO7WJie .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uO2RfMQVkB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1b577a;
}
.cid-uO2RfMQVkB .row {
  flex-direction: row-reverse;
}
.cid-uO2RfMQVkB .mbr-section-title {
  text-align: left;
  color: #00dbfb;
}
.cid-uO2RfMQVkB .item-wrapper {
  background: #064469;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uO2RfMQVkB .item-wrapper {
    padding: 1rem;
  }
}
.cid-uO2RfMQVkB .image-wrapper,
.cid-uO2RfMQVkB img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uO2RfMQVkB .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uO2RfMQVkB input,
.cid-uO2RfMQVkB textarea {
  border-radius: 0 !important;
  border: 0px !important;
  border-bottom: 1px solid #f3f6f9 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #f3f6f9 !important;
}
.cid-uO2RfMQVkB input:hover,
.cid-uO2RfMQVkB textarea:hover,
.cid-uO2RfMQVkB input:active,
.cid-uO2RfMQVkB textarea:active,
.cid-uO2RfMQVkB input:focus,
.cid-uO2RfMQVkB textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #f3f6f9 !important;
  box-shadow: none;
}
.cid-uO2RfMQVkB .mbr-section-subtitle {
  color: #00dbfb;
  text-align: left;
}
.cid-uX5KrnUEQj.popup-builder {
  background-color: #ffffff;
}
.cid-uX5KrnUEQj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uX5KrnUEQj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uX5KrnUEQj .modal-content,
.cid-uX5KrnUEQj .modal-dialog {
  height: auto;
}
.cid-uX5KrnUEQj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uX5KrnUEQj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uX5KrnUEQj .form-wrapper .mbr-form .form-group,
  .cid-uX5KrnUEQj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uX5KrnUEQj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uX5KrnUEQj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX5KrnUEQj .mbr-text {
  text-align: center;
  color: #fffdf3;
}
.cid-uX5KrnUEQj .pt-0 {
  padding-top: 0 !important;
}
.cid-uX5KrnUEQj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uX5KrnUEQj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uX5KrnUEQj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uX5KrnUEQj .modal-open {
  overflow: hidden;
}
.cid-uX5KrnUEQj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uX5KrnUEQj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uX5KrnUEQj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uX5KrnUEQj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uX5KrnUEQj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uX5KrnUEQj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uX5KrnUEQj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uX5KrnUEQj .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uX5KrnUEQj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uX5KrnUEQj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uX5KrnUEQj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uX5KrnUEQj .modal-backdrop.show {
  opacity: .5;
}
.cid-uX5KrnUEQj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uX5KrnUEQj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uX5KrnUEQj .modal-header {
    padding: 1rem;
  }
}
.cid-uX5KrnUEQj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uX5KrnUEQj .modal-header .close svg {
  fill: #353535;
}
.cid-uX5KrnUEQj .modal-header .close:hover {
  opacity: 1;
}
.cid-uX5KrnUEQj .modal-header .close:focus {
  outline: none;
}
.cid-uX5KrnUEQj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fbd100;
}
.cid-uX5KrnUEQj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uX5KrnUEQj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX5KrnUEQj .modal-body {
    padding: 1rem;
  }
}
.cid-uX5KrnUEQj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uX5KrnUEQj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX5KrnUEQj .modal-footer {
    padding: 1rem;
  }
}
.cid-uX5KrnUEQj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uX5KrnUEQj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uX5KrnUEQj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uX5KrnUEQj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uX5KrnUEQj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uX5KrnUEQj .modal-lg,
  .cid-uX5KrnUEQj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uX5KrnUEQj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uX5KrnUEQj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uX5KrnUEQj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uX5KrnUEQj .form-group {
  margin-bottom: 1rem;
}
.cid-uX5KrnUEQj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uX5KrnUEQj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uX5KrnUEQj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uX5KrnUEQj .mbr-section-btn {
  margin: 0;
}
.cid-uX5KrnUEQj .mbr-section-btn .btn {
  margin: 0;
}
.cid-uEOo1tYXOs {
  z-index: 1000;
  width: 100%;
}
.cid-uEOo1tYXOs nav.navbar {
  position: fixed;
}
.cid-uEOo1tYXOs .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-uEOo1tYXOs .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEOo1tYXOs .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uEOo1tYXOs .dropdown-item:after {
  right: 1rem !important;
}
.cid-uEOo1tYXOs .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uEOo1tYXOs .dropdown-item:hover:before,
.cid-uEOo1tYXOs .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uEOo1tYXOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEOo1tYXOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEOo1tYXOs .nav-link {
  position: relative;
}
.cid-uEOo1tYXOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEOo1tYXOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uEOo1tYXOs .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-uEOo1tYXOs .navbar-nav .nav-item {
  margin: 0;
}
.cid-uEOo1tYXOs .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uEOo1tYXOs .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uEOo1tYXOs .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uEOo1tYXOs .dropdown-menu,
.cid-uEOo1tYXOs .navbar.opened {
  background: #064469 !important;
}
.cid-uEOo1tYXOs .nav-item:focus,
.cid-uEOo1tYXOs .nav-link:focus {
  outline: none;
}
.cid-uEOo1tYXOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEOo1tYXOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEOo1tYXOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEOo1tYXOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEOo1tYXOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEOo1tYXOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEOo1tYXOs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(6, 68, 105, 0.4);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uEOo1tYXOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uEOo1tYXOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEOo1tYXOs .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uEOo1tYXOs .navbar .navbar-logo img {
  width: auto;
}
.cid-uEOo1tYXOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEOo1tYXOs .navbar.collapsed {
  justify-content: center;
}
.cid-uEOo1tYXOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEOo1tYXOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEOo1tYXOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEOo1tYXOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEOo1tYXOs .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-uEOo1tYXOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEOo1tYXOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEOo1tYXOs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEOo1tYXOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEOo1tYXOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEOo1tYXOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEOo1tYXOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEOo1tYXOs .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-uEOo1tYXOs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEOo1tYXOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEOo1tYXOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEOo1tYXOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEOo1tYXOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEOo1tYXOs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEOo1tYXOs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEOo1tYXOs .navbar.navbar-short {
  min-height: 100px;
}
.cid-uEOo1tYXOs .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uEOo1tYXOs .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEOo1tYXOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEOo1tYXOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEOo1tYXOs .dropdown-item.active,
.cid-uEOo1tYXOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uEOo1tYXOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEOo1tYXOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEOo1tYXOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEOo1tYXOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #064469;
}
.cid-uEOo1tYXOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEOo1tYXOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEOo1tYXOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEOo1tYXOs .navbar-buttons {
  text-align: center;
}
.cid-uEOo1tYXOs button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uEOo1tYXOs button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uEOo1tYXOs button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uEOo1tYXOs button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uEOo1tYXOs button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uEOo1tYXOs button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uEOo1tYXOs button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #00dbfb;
  border-radius: 50%;
}
.cid-uEOo1tYXOs button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uEOo1tYXOs button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uEOo1tYXOs button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uEOo1tYXOs button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uEOo1tYXOs nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uEOo1tYXOs nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #00dbfb;
}
.cid-uEOo1tYXOs nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #00dbfb;
}
.cid-uEOo1tYXOs nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uEOo1tYXOs nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uEOo1tYXOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEOo1tYXOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEOo1tYXOs .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-uEOo1tYXOs .navbar {
    height: 70px;
  }
  .cid-uEOo1tYXOs .navbar.opened {
    height: auto;
  }
  .cid-uEOo1tYXOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEOo1tYXOs .container,
.cid-uEOo1tYXOs .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uEOo1tYXOs .container,
  .cid-uEOo1tYXOs .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uEOo1tYXOs .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uEOo1tYXOs .navbar-collapse {
  min-height: 98px;
}
.cid-uEOo1tYXOs .mbr-section-btn {
  max-width: 35%;
}
.cid-uEOo1tYXOs .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uEOo1tYXOs {
    min-height: 70px !important;
  }
  .cid-uEOo1tYXOs .navbar {
    min-height: 70px !important;
  }
  .cid-uEOo1tYXOs .container-fluid {
    padding: 0 7%;
  }
  .cid-uEOo1tYXOs .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-uEOo1tYXOs .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uEOo1tYXOs .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uEOo1tYXOs .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uEOo1tYXOs .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uEOo1tYXOs .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uEOo1tYXOs .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uEOo1tYXOs .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uEOo1tYXOs .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uEOo1tYXOs .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uEOo1udhK1 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #064469;
}
.cid-uEOo1udhK1 .text-wrapper {
  padding: 2rem 0;
}
.cid-uEOo1udhK1 .text-wrapper:hover .mbr-section-title a {
  color: #00a5ff !important;
}
.cid-uEOo1udhK1 .image-wrapper,
.cid-uEOo1udhK1 img {
  width: 100%;
  object-fit: cover;
}
.cid-uEOo1udhK1 .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #9fe870;
}
.cid-uEOo1udhK1 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uEOo1udhK1 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uEOo1udhK1 .mbr-section-btn .btn-secondary-outline .active,
.cid-uEOo1udhK1 .mbr-section-btn .btn-secondary-outline:focus {
  color: #00a5ff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uEOo1udhK1 .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEOo1udhK1 {
    flex-direction: column;
  }
  .cid-uEOo1udhK1 .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uEOo1udhK1 .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-uEOo1udhK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEOo1udhK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEOo1udhK1 .mbr-text,
.cid-uEOo1udhK1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uEOo1udhK1 .mbr-section-title {
  color: #fbd100;
  text-align: center;
}
.cid-uEOxVBenQS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uEOxVBenQS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uEOxVBenQS .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uEOxVBenQS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uEOxVBenQS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEOxVBenQS .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uEOxVBenQS .container {
    padding: 0 16px;
  }
}
.cid-uEOxVBenQS .row {
  position: relative;
  padding: 40px 40px ;
  background-color: #232323;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uEOxVBenQS .row {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEOxVBenQS .row {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .cid-uEOxVBenQS .row {
    border-radius: 0;
  }
}
.cid-uEOxVBenQS .row .card {
  padding: 0;
}
.cid-uEOxVBenQS .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEOxVBenQS .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEOxVBenQS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uEOxVBenQS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEOxVBenQS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .cid-uEOxVBenQS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uEOxVBenQS .embla__slide:nth-child(2n) .slide-content {
  background-color: #064469;
}
.cid-uEOxVBenQS .embla__slide:nth-child(3n) .slide-content {
  background-color: #064469;
}
.cid-uEOxVBenQS .embla__slide:nth-child(4n) .slide-content {
  background-color: #064469;
}
.cid-uEOxVBenQS .embla__slide:nth-child(5n) .slide-content {
  background-color: #064469;
}
.cid-uEOxVBenQS .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 1rem !important;
  padding: 32px 24px;
  background-color: #064469;
}
.cid-uEOxVBenQS .embla__slide .slide-content .item-content {
  width: 100%;
}
.cid-uEOxVBenQS .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 5px;
}
.cid-uEOxVBenQS .embla__slide .slide-content .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uEOxVBenQS .embla__slide .slide-content .item-wrapper {
  width: 100%;
  padding: 16px 0 26px;
}
.cid-uEOxVBenQS .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-uEOxVBenQS .embla__slide .slide-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEOxVBenQS .embla__button--next,
.cid-uEOxVBenQS .embla__button--prev {
  display: flex;
}
.cid-uEOxVBenQS .embla__button {
  bottom: -1.5rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #00a5ff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uEOxVBenQS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEOxVBenQS .embla__button:hover {
  opacity: .7 !important;
}
.cid-uEOxVBenQS .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uEOxVBenQS .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uEOxVBenQS .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uEOxVBenQS .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uEOxVBenQS .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uEOxVBenQS .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uEOxVBenQS .embla {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uEOxVBenQS .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uEOxVBenQS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEOxVBenQS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEOxVBenQS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEOxVBenQS .mbr-section-title {
  color: #00b0ff;
  text-align: center;
}
.cid-uEOxVBenQS .mbr-text {
  color: #2cfc03;
  text-align: center;
}
.cid-uEOxVBenQS .item-title {
  color: #ffffff;
}
.cid-uEOxVBenQS .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uEOxVBenQS .item-title,
.cid-uEOxVBenQS .mbr-section-btn {
  text-align: center;
}
.cid-uMk1NTRKlW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(to bottom, #232323, #465052);
}
.cid-uMk1NTRKlW .item-subtitle {
  line-height: 1.2;
  color: #00a7fd;
  text-align: left;
}
.cid-uMk1NTRKlW .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uMk1NTRKlW img,
.cid-uMk1NTRKlW .item-img {
  width: 80%;
}
.cid-uMk1NTRKlW .item:focus,
.cid-uMk1NTRKlW span:focus {
  outline: none;
}
.cid-uMk1NTRKlW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMk1NTRKlW .item {
    margin-bottom: 1rem;
  }
}
.cid-uMk1NTRKlW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uMk1NTRKlW .item {
  padding: 0;
  margin: 0;
}
.cid-uMk1NTRKlW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMk1NTRKlW .mbr-section-title {
  color: #ffc800;
}
.cid-uMk1NTRKlW .mbr-text,
.cid-uMk1NTRKlW .mbr-section-btn {
  color: #232323;
}
.cid-uMk1NTRKlW .content-head {
  max-width: 800px;
}
.cid-uMk2pEXk6k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(to bottom, #465052, #000000);
}
.cid-uMk2pEXk6k .item-subtitle {
  line-height: 1.2;
  color: #00a7fd;
  text-align: left;
}
.cid-uMk2pEXk6k .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uMk2pEXk6k img,
.cid-uMk2pEXk6k .item-img {
  width: 80%;
}
.cid-uMk2pEXk6k .item:focus,
.cid-uMk2pEXk6k span:focus {
  outline: none;
}
.cid-uMk2pEXk6k .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMk2pEXk6k .item {
    margin-bottom: 1rem;
  }
}
.cid-uMk2pEXk6k .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uMk2pEXk6k .item {
  padding: 0;
  margin: 0;
}
.cid-uMk2pEXk6k .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMk2pEXk6k .mbr-section-title {
  color: #ffc800;
}
.cid-uMk2pEXk6k .mbr-text,
.cid-uMk2pEXk6k .mbr-section-btn {
  color: #232323;
}
.cid-uMk2pEXk6k .content-head {
  max-width: 800px;
}
.cid-uEOo1uFDKv {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uEOo1uFDKv .container-fluid {
  padding: 0 2rem;
}
.cid-uEOo1uFDKv .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uEOo1uFDKv .mbr-title {
  padding: 0 1rem;
}
.cid-uEOo1uFDKv .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uEOo1uFDKv .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uEOo1uFDKv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00a5ff, #00a5ff);
  display: inline-block;
}
.cid-uEOo1uFDKv .image-wrap {
  width: 100%;
}
.cid-uEOo1uFDKv .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uEOo1uFDKv .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uEOo1uFDKv .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uEOo1uFDKv .container-fluid {
    padding: 0rem;
  }
}
.cid-uEOo1uFDKv .mbr-text,
.cid-uEOo1uFDKv .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
