body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.59375rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.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: 'Inter Tight', sans-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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((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: #ff9370 !important;
}
.bg-success {
  background-color: #515151 !important;
}
.bg-info {
  background-color: #003f5a !important;
}
.bg-warning {
  background-color: #eaeaea !important;
}
.bg-danger {
  background-color: #ff0202 !important;
}
.btn-primary:after {
  background: linear-gradient(to right, #ff9370 0 25%, transparent 25% 75%, #ff9370 75% 100%);
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ff9370 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ff9370 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ff9370 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary:after {
  background: linear-gradient(to right, #74d5ff 0 25%, transparent 25% 75%, #74d5ff 75% 100%);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #74d5ff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #74d5ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #74d5ff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info:after {
  background: linear-gradient(to right, #003f5a 0 25%, transparent 25% 75%, #003f5a 75% 100%);
}
.btn-info,
.btn-info:active {
  background-color: #0082f3 !important;
  border-color: #0082f3 !important;
  color: #003f5a !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #0082f3 !important;
  border-color: #0082f3 !important;
  color: #003f5a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #003f5a !important;
  background-color: #0082f3 !important;
  border-color: #0082f3 !important;
}
.btn-success:after {
  background: linear-gradient(to right, #515151 0 25%, transparent 25% 75%, #515151 75% 100%);
}
.btn-success,
.btn-success:active {
  background-color: #bb8a80 !important;
  border-color: #bb8a80 !important;
  color: #515151 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #bb8a80 !important;
  border-color: #bb8a80 !important;
  color: #515151 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #515151 !important;
  background-color: #bb8a80 !important;
  border-color: #bb8a80 !important;
}
.btn-warning:after {
  background: linear-gradient(to right, #eaeaea 0 25%, transparent 25% 75%, #eaeaea 75% 100%);
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #eaeaea !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #eaeaea !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #eaeaea !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:after {
  background: linear-gradient(to right, #ff0202 0 25%, transparent 25% 75%, #ff0202 75% 100%);
}
.btn-danger,
.btn-danger:active {
  background-color: #ffac9b !important;
  border-color: #ffac9b !important;
  color: #ff0202 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #ffac9b !important;
  border-color: #ffac9b !important;
  color: #ff0202 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ff0202 !important;
  background-color: #ffac9b !important;
  border-color: #ffac9b !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, #ff9370 0 25%, transparent 25% 75%, #ff9370 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: #ff9370;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff9370 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #74d5ff 0 25%, transparent 25% 75%, #74d5ff 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: #74d5ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #74d5ff !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #003f5a 0 25%, transparent 25% 75%, #003f5a 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: #003f5a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #003f5a !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: #0082f3 !important;
  border-color: #0082f3 !important;
}
.btn-success-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #515151 0 25%, transparent 25% 75%, #515151 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: #515151;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #515151 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bb8a80 !important;
  border-color: #bb8a80 !important;
}
.btn-warning-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #eaeaea 0 25%, transparent 25% 75%, #eaeaea 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: #eaeaea;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #eaeaea !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6a6a6a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #ff0202 0 25%, transparent 25% 75%, #ff0202 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: #ff0202;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff0202 !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: #ffac9b !important;
  border-color: #ffac9b !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: #ff9370 !important;
}
.text-secondary {
  color: #74d5ff !important;
}
.text-success {
  color: #515151 !important;
}
.text-info {
  color: #003f5a !important;
}
.text-warning {
  color: #eaeaea !important;
}
.text-danger {
  color: #ff0202 !important;
}
.text-white {
  color: #f6f6f6 !important;
}
.text-black {
  color: #303030 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff460a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0eb6ff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1e1e1e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b7b7b7 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9b0000 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff9370;
}
.nav-tabs .nav-link:not(.active) {
  color: #303030;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #003f5a;
}
.alert-warning {
  background-color: #eaeaea;
}
.alert-danger {
  background-color: #ff0202;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9370;
  border-color: #ff9370;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff9370;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4c4c4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0098da;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcece;
}
/* Scroll to top button*/
.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: #ff9370 !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: #ff9370;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9370;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9370;
}
.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: #ff9370;
  border-bottom-color: #ff9370;
}
.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: #ff9370 !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: #74d5ff !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='%23ff9370' %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: #ffe3db !important;
  border-color: #ffe3db !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%;
  position: relative;
  min-height: 100px;
}
.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);
  border: 2px solid #1b577a !important;
}
.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: #ffffff !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;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #1b577a !important;
  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;
}
@media (min-width: 992px) {
  .cid-ttjmnoK6UH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.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: #ffffff;
}
.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: #303030;
  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: #303030;
}
.cid-ttjmnoK6UH nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.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-ufA8RW5n29 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufA8RW5n29 .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-ufA8RW5n29 .mbr-section-subtitle {
  text-align: center;
}
.cid-ufA9iods5o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufA9iods5o .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-ufA9iods5o .mbr-section-subtitle {
  text-align: center;
}
.cid-uiTBPIBrQU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #74d5ff;
  overflow: hidden;
}
.cid-uiTBPIBrQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiTBPIBrQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiTBPIBrQU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiTBPIBrQU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uiTBPIBrQU .container {
    padding: 0 30px;
  }
}
.cid-uiTBPIBrQU .card {
  justify-content: center;
}
.cid-uiTBPIBrQU .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uiTBPIBrQU .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uiTBPIBrQU .content-wrapper {
    padding: 0;
  }
}
.cid-uiTBPIBrQU .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiTBPIBrQU .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiTBPIBrQU .mbr-section-title {
  color: #bee0d6;
}
.cid-uiTBPIBrQU .mbr-section-title,
.cid-uiTBPIBrQU .mbr-section-btn {
  text-align: center;
  color: #003f5a;
}
.cid-uiBsDZuYag {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #74d5ff;
}
.cid-uiBsDZuYag .item-wrapper {
  width: 100%;
}
.cid-uiBsDZuYag .left-side {
  text-align: left;
}
.cid-uiBsDZuYag .row {
  align-items: center;
  justify-content: center;
}
.cid-uiBsDZuYag .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-uiBsDZuYag .card-box:focus-within {
  opacity: 1;
}
.cid-uiBsDZuYag .row-center {
  height: 100%;
}
.cid-uiBsDZuYag .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uiBsDZuYag .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uiBsDZuYag .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uiBsDZuYag .card-wrapper:hover .card-box,
.cid-uiBsDZuYag .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uiBsDZuYag .card-wrapper:hover .card-img,
.cid-uiBsDZuYag .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uiBsDZuYag .card-wrapper:hover:before,
.cid-uiBsDZuYag .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uiBsDZuYag .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uiBsDZuYag .g {
  grid-row-gap: 24px;
}
.cid-uiBsDZuYag .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uiBsDZuYag .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uiBsDZuYag .carousel-control {
    display: none;
  }
}
.cid-uiBsDZuYag .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uiBsDZuYag .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uiBsDZuYag .card1 {
  background-image: url("../../../assets/images/nextgenptimg-5493-800x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiBsDZuYag .card2 {
  background-image: url("../../../assets/images/nextgenptimg-5506-800x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiBsDZuYag .card3 {
  background-image: url("../../../assets/images/nextgenptimg-5508-800x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiBsDZuYag .card4 {
  background-image: url("../../../assets/images/nextgenptimg-5514-800x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiBsDZuYag .card5 {
  background-image: url("../../../assets/images/nextgenptimg-5520-800x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiBsDZuYag .card6 {
  background-image: url("../../../assets/images/nextgenptimg-5524-800x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiTELdjU19 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #74d5ff;
}
.cid-uiTELdjU19 .item-wrapper {
  width: 100%;
}
.cid-uiTELdjU19 .left-side {
  text-align: left;
}
.cid-uiTELdjU19 .row {
  align-items: center;
  justify-content: center;
}
.cid-uiTELdjU19 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-uiTELdjU19 .card-box:focus-within {
  opacity: 1;
}
.cid-uiTELdjU19 .row-center {
  height: 100%;
}
.cid-uiTELdjU19 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uiTELdjU19 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uiTELdjU19 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uiTELdjU19 .card-wrapper:hover .card-box,
.cid-uiTELdjU19 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uiTELdjU19 .card-wrapper:hover .card-img,
.cid-uiTELdjU19 .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uiTELdjU19 .card-wrapper:hover:before,
.cid-uiTELdjU19 .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uiTELdjU19 .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uiTELdjU19 .g {
  grid-row-gap: 24px;
}
.cid-uiTELdjU19 .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uiTELdjU19 .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uiTELdjU19 .carousel-control {
    display: none;
  }
}
.cid-uiTELdjU19 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uiTELdjU19 .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uiTELdjU19 .card1 {
  background-image: url("../../../assets/images/nextgenptimg-5526-800x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiTELdjU19 .card2 {
  background-image: url("../../../assets/images/nextgenptimg-5530-800x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiTELdjU19 .card3 {
  background-image: url("../../../assets/images/nextgenptimg-5532-800x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiTELdjU19 .card4 {
  background-image: url("../../../assets/images/nextgenptimg-5538-800x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiTELdjU19 .card5 {
  background-image: url("../../../assets/images/nextgenptimg-5556-800x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uiTELdjU19 .card6 {
  background-image: url("../../../assets/images/nextgenptimg-5559-800x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-ttjnHnKRac {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ttjnHnKRac .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjnHnKRac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjnHnKRac .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-ttjnHnKRac .text-wrap {
    margin-bottom: 0;
    padding: 0 15% 0 0;
  }
}
.cid-ttjnHnKRac .mbr-section-title {
  color: #303030;
}
.cid-ttjnHnKRac .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-ttjnHnKRac .mbr-section-btn {
  margin-top: 18px;
}
.cid-ttjnHnKRac .img-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ttjnHnKRac .img-wrap {
    padding: 0 0 0 2%;
  }
}
.cid-ttjnHnKRac .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-ttjnHnKRac .mbr-text,
.cid-ttjnHnKRac .mbr-section-btn {
  color: #303030;
}
.cid-ug4SVsuT3L {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ug4SVsuT3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4SVsuT3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ug4SVsuT3L .container {
    padding: 0 16px;
  }
}
.cid-ug4SVsuT3L .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-ug4SVsuT3L .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ug4SVsuT3L .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ug4SVsuT3L .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-ug4SVsuT3L .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-ug4SVsuT3L .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-ug4SVsuT3L .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ug4SVsuT3L .item .item-wrapper .item-img img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-ug4SVsuT3L .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-ug4SVsuT3L .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-ug4SVsuT3L .mbr-section-title {
  color: #003f5a;
  text-align: center;
}
.cid-ug4SVsuT3L .item-text {
  color: #000000;
}
.cid-ug4SVsuT3L .item-text,
.cid-ug4SVsuT3L .mbr-section-btn {
  text-align: center;
}
.cid-ug4T7RAkjR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug4T7RAkjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4T7RAkjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ug4T7RAkjR .container {
    padding: 0 16px;
  }
}
.cid-ug4T7RAkjR .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-ug4T7RAkjR .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ug4T7RAkjR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ug4T7RAkjR .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-ug4T7RAkjR .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-ug4T7RAkjR .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-ug4T7RAkjR .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ug4T7RAkjR .item .item-wrapper .item-img img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-ug4T7RAkjR .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-ug4T7RAkjR .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-ug4T7RAkjR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ug4T7RAkjR .item-text {
  color: #000000;
}
.cid-ug4T7RAkjR .item-text,
.cid-ug4T7RAkjR .mbr-section-btn {
  text-align: center;
}
.cid-ttjqme03kg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ttjqme03kg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjqme03kg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjqme03kg .container-fluid {
  max-width: 100% !important;
}
.cid-ttjqme03kg .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ttjqme03kg .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttjqme03kg .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-ttjqme03kg .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-ttjqme03kg .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-ttjqme03kg .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-ttjqme03kg .mbr-section-title {
  color: #303030;
}
.cid-ttjqme03kg .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-ttjqme03kg .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-ttjqme03kg .text-bottom {
    padding-top: 50px;
  }
}
.cid-ttjqme03kg .mbr-text {
  color: #303030;
}
.cid-ttjqme03kg .mbr-section-btn {
  margin-top: 16px;
}
.cid-ttjqp9Jg5c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e2e2;
  overflow: hidden;
}
.cid-ttjqp9Jg5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjqp9Jg5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjqp9Jg5c .container-fluid {
  max-width: 100% !important;
}
.cid-ttjqp9Jg5c .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ttjqp9Jg5c .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttjqp9Jg5c .text-box {
  width: 100%;
  height: 100%;
  padding: 0 16% 0 10.5%;
}
@media (max-width: 991px) {
  .cid-ttjqp9Jg5c .text-box {
    padding: 0 7% 0 7%;
  }
}
.cid-ttjqp9Jg5c .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12% 0 12.7% 0;
}
@media (max-width: 991px) {
  .cid-ttjqp9Jg5c .text-wrap {
    padding: 7% 0 8% 0;
  }
}
@media (max-width: 767px) {
  .cid-ttjqp9Jg5c .text-wrap {
    padding: 12% 0 14% 0;
  }
}
.cid-ttjqp9Jg5c .mbr-section-title {
  color: #303030;
}
.cid-ttjqp9Jg5c .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-ttjqp9Jg5c .text-bottom {
    padding-top: 9%;
    margin-top: 40px;
  }
}
.cid-ttjqp9Jg5c .mbr-text {
  color: #303030;
}
.cid-ttjqp9Jg5c .mbr-section-btn {
  margin-top: 16px;
}
.cid-ttjqp9Jg5c .form-box {
  width: 100%;
  height: 100%;
  padding: 0 16% 0 10.5%;
  background-color: #74d5ff;
}
@media (max-width: 991px) {
  .cid-ttjqp9Jg5c .form-box {
    padding: 0 7% 0 7%;
  }
}
.cid-ttjqp9Jg5c .form-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 12% 0 12.7% 0;
}
@media (max-width: 991px) {
  .cid-ttjqp9Jg5c .form-wrap {
    padding: 7% 0 8% 0;
  }
}
@media (max-width: 767px) {
  .cid-ttjqp9Jg5c .form-wrap {
    padding: 12% 0 14% 0;
  }
}
.cid-ttjqp9Jg5c .form-title {
  color: #336d8f;
  margin-bottom: 20px;
}
.cid-ttjqp9Jg5c div.mbr-form {
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ttjqp9Jg5c div.mbr-form {
    padding-top: 11%;
  }
}
@media (max-width: 767px) {
  .cid-ttjqp9Jg5c div.mbr-form {
    padding-top: 14%;
  }
}
.cid-ttjqp9Jg5c form {
  width: 100%;
}
.cid-ttjqp9Jg5c form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-ttjqp9Jg5c form p {
  color: #336d8f;
}
.cid-ttjqp9Jg5c form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-ttjqp9Jg5c form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #336d8f !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #336d8f;
  font-weight: 400;
  transition: .3s;
}
.cid-ttjqp9Jg5c form .form-control::-webkit-input-placeholder {
  color: #336d8f;
}
.cid-ttjqp9Jg5c form .form-control::-moz-placeholder {
  color: #336d8f;
}
.cid-ttjqp9Jg5c form .form-control:-moz-placeholder {
  color: #336d8f;
}
.cid-ttjqp9Jg5c form .form-control:-ms-input-placeholder {
  color: #336d8f;
}
.cid-ttjqp9Jg5c form select {
  color: #336d8f !important;
}
.cid-ttjqp9Jg5c form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-ttjqp9Jg5c form textarea::-webkit-input-placeholder {
  color: #336d8f !important;
}
.cid-ttjqp9Jg5c form textarea::-moz-placeholder {
  color: #336d8f !important;
}
.cid-ttjqp9Jg5c form textarea:-moz-placeholder {
  color: #336d8f !important;
}
.cid-ttjqp9Jg5c form textarea:-ms-input-placeholder {
  color: #336d8f !important;
}
.cid-ttjqp9Jg5c form input,
.cid-ttjqp9Jg5c form textarea {
  transition: .3s all;
}
.cid-ttjqp9Jg5c form input:active,
.cid-ttjqp9Jg5c form textarea:active,
.cid-ttjqp9Jg5c form input:focus,
.cid-ttjqp9Jg5c form textarea:focus {
  background-color: transparent !important;
  border-color: #336d8f !important;
  outline: none !important;
}
.cid-ttjqp9Jg5c form input:active::-webkit-input-placeholder,
.cid-ttjqp9Jg5c form textarea:active::-webkit-input-placeholder,
.cid-ttjqp9Jg5c form input:focus::-webkit-input-placeholder,
.cid-ttjqp9Jg5c form textarea:focus::-webkit-input-placeholder {
  color: #336d8f !important;
}
.cid-ttjqp9Jg5c form input:active::-moz-placeholder,
.cid-ttjqp9Jg5c form textarea:active::-moz-placeholder,
.cid-ttjqp9Jg5c form input:focus::-moz-placeholder,
.cid-ttjqp9Jg5c form textarea:focus::-moz-placeholder {
  color: #336d8f !important;
}
.cid-ttjqp9Jg5c form input:active:-moz-placeholder,
.cid-ttjqp9Jg5c form textarea:active:-moz-placeholder,
.cid-ttjqp9Jg5c form input:focus:-moz-placeholder,
.cid-ttjqp9Jg5c form textarea:focus:-moz-placeholder {
  color: #336d8f !important;
}
.cid-ttjqp9Jg5c form input:active:-ms-input-placeholder,
.cid-ttjqp9Jg5c form textarea:active:-ms-input-placeholder,
.cid-ttjqp9Jg5c form input:focus:-ms-input-placeholder,
.cid-ttjqp9Jg5c form textarea:focus:-ms-input-placeholder {
  color: #336d8f !important;
}
.cid-ttjqp9Jg5c form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-ttjqp9Jg5c form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-ttjqp9Jg5c form label {
  width: 100%;
  color: #336d8f;
  margin-bottom: 6px;
}
.cid-ttjqp9Jg5c form .form-check label {
  color: #336d8f;
}
.cid-ttjqp9Jg5c form .form-check-input {
  border-color: #336d8f !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-ttjqp9Jg5c form .form-check-input:focus,
.cid-ttjqp9Jg5c form .form-check-input:hover {
  background-color: #336d8f !important;
  border-color: #336d8f !important;
}
.cid-ttjqp9Jg5c form .form-check-input:checked {
  border-color: #336d8f !important;
  background-color: #336d8f !important;
}
.cid-ttjs2b7TKI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttjs2b7TKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjs2b7TKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjs2b7TKI .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-ttjs2b7TKI .mbr-section-title {
  color: #336d8f;
  margin-bottom: 0;
}
.cid-ttjs2b7TKI .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-ttjs2b7TKI .col-text {
    margin-bottom: 50px;
  }
}
.cid-ttjs2b7TKI .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-ttjs2b7TKI .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-ttjs2b7TKI .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-ttjs2b7TKI .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-ttjs2b7TKI .item-wrap {
    width: 100%;
  }
}
.cid-ttjs2b7TKI .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-ttjs2b7TKI .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-ttjs2b7TKI .item-text {
  margin-bottom: 6px;
}
.cid-ttjs2b7TKI .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-ttjs2b7TKI form {
  width: 100%;
}
.cid-ttjs2b7TKI form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-ttjs2b7TKI form p {
  color: #353535;
}
.cid-ttjs2b7TKI form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-ttjs2b7TKI form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-ttjs2b7TKI form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-ttjs2b7TKI form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-ttjs2b7TKI form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-ttjs2b7TKI form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-ttjs2b7TKI form select {
  color: #303030 !important;
}
.cid-ttjs2b7TKI form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-ttjs2b7TKI form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ttjs2b7TKI form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjs2b7TKI form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjs2b7TKI form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ttjs2b7TKI form input,
.cid-ttjs2b7TKI form textarea {
  transition: .3s all;
}
.cid-ttjs2b7TKI form input:active,
.cid-ttjs2b7TKI form textarea:active,
.cid-ttjs2b7TKI form input:focus,
.cid-ttjs2b7TKI form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-ttjs2b7TKI form input:active::-webkit-input-placeholder,
.cid-ttjs2b7TKI form textarea:active::-webkit-input-placeholder,
.cid-ttjs2b7TKI form input:focus::-webkit-input-placeholder,
.cid-ttjs2b7TKI form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ttjs2b7TKI form input:active::-moz-placeholder,
.cid-ttjs2b7TKI form textarea:active::-moz-placeholder,
.cid-ttjs2b7TKI form input:focus::-moz-placeholder,
.cid-ttjs2b7TKI form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjs2b7TKI form input:active:-moz-placeholder,
.cid-ttjs2b7TKI form textarea:active:-moz-placeholder,
.cid-ttjs2b7TKI form input:focus:-moz-placeholder,
.cid-ttjs2b7TKI form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjs2b7TKI form input:active:-ms-input-placeholder,
.cid-ttjs2b7TKI form textarea:active:-ms-input-placeholder,
.cid-ttjs2b7TKI form input:focus:-ms-input-placeholder,
.cid-ttjs2b7TKI form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ttjs2b7TKI form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-ttjs2b7TKI form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-ttjs2b7TKI form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-ttjs2b7TKI form .form-check label {
  color: #303030;
}
.cid-ttjs2b7TKI form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-ttjs2b7TKI form .form-check-input:focus,
.cid-ttjs2b7TKI form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-ttjs2b7TKI form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-ttjsBhE2B1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/lowerparalax-2000x1189.jpg");
}
.cid-ttjsBhE2B1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjsBhE2B1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjsBhE2B1 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.cid-ttjsBhE2B1 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.cid-ttjsBhE2B1 .mbr-text {
  color: #FFFFFF;
}
.cid-ttjsBhE2B1 .mbr-section-btn {
  margin-top: 18px;
}
.cid-u26K4QOsKl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #74d5ff;
}
.cid-u26K4QOsKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u26K4QOsKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u26K4QOsKl .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u26K4QOsKl .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u26K4QOsKl .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u26K4QOsKl .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u26K4QOsKl .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u26K4QOsKl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u26K4QOsKl .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u26K4QOsKl .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u26K4QOsKl .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u26K4QOsKl .mbr-title {
  color: #003f5a;
  margin-bottom: 14px;
}
.cid-u26K4QOsKl .mbr-text {
  color: #003f5a;
  margin-top: 30px;
}
.cid-u26K4QOsKl .list-box {
  width: 100%;
}
.cid-u26K4QOsKl .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #003f5a;
  transition: 0.4s all;
}
.cid-u26K4QOsKl .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u26K4QOsKl .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u26K4QOsKl .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u26K4QOsKl .list a:hover:before {
  background-position: left !important;
}
.cid-u26K4QOsKl .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u26K4QOsKl .news-item {
  width: 100%;
}
.cid-u26K4QOsKl .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u26K4QOsKl .news-title {
  color: #ffffff;
}
.cid-u26K4QOsKl .copyright {
  margin-top: 20px;
  color: #003f5a;
}
.cid-u2dM2s78bF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u2dM2s78bF nav.navbar {
  position: fixed;
}
.cid-u2dM2s78bF .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-u2dM2s78bF .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #1b577a !important;
}
.cid-u2dM2s78bF .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u2dM2s78bF .dropdown-item:after {
  right: 1rem !important;
}
.cid-u2dM2s78bF .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-u2dM2s78bF .dropdown-item:hover:before,
.cid-u2dM2s78bF .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u2dM2s78bF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2dM2s78bF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2dM2s78bF .nav-link {
  position: relative;
}
.cid-u2dM2s78bF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2dM2s78bF .container {
    flex-wrap: nowrap;
  }
}
.cid-u2dM2s78bF .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u2dM2s78bF .navbar-nav .nav-item {
  margin: 0;
}
.cid-u2dM2s78bF .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u2dM2s78bF .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-u2dM2s78bF .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u2dM2s78bF .dropdown-menu,
.cid-u2dM2s78bF .navbar.opened {
  background: #ffffff !important;
}
.cid-u2dM2s78bF .nav-item:focus,
.cid-u2dM2s78bF .nav-link:focus {
  outline: none;
}
.cid-u2dM2s78bF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2dM2s78bF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2dM2s78bF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2dM2s78bF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2dM2s78bF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2dM2s78bF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2dM2s78bF .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #1b577a !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u2dM2s78bF .navbar.opened {
  transition: all 0.3s;
}
.cid-u2dM2s78bF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2dM2s78bF .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u2dM2s78bF .navbar .navbar-logo img {
  width: auto;
}
.cid-u2dM2s78bF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2dM2s78bF .navbar.collapsed {
  justify-content: center;
}
.cid-u2dM2s78bF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2dM2s78bF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2dM2s78bF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2dM2s78bF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2dM2s78bF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2dM2s78bF .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-u2dM2s78bF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2dM2s78bF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2dM2s78bF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2dM2s78bF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2dM2s78bF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2dM2s78bF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2dM2s78bF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2dM2s78bF .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-u2dM2s78bF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2dM2s78bF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2dM2s78bF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2dM2s78bF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2dM2s78bF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2dM2s78bF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2dM2s78bF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2dM2s78bF .navbar.navbar-short {
  min-height: 100px;
}
.cid-u2dM2s78bF .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u2dM2s78bF .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-u2dM2s78bF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2dM2s78bF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2dM2s78bF .dropdown-item.active,
.cid-u2dM2s78bF .dropdown-item:active {
  background-color: transparent;
}
.cid-u2dM2s78bF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2dM2s78bF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2dM2s78bF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2dM2s78bF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2dM2s78bF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2dM2s78bF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2dM2s78bF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2dM2s78bF .navbar-buttons {
  text-align: center;
}
.cid-u2dM2s78bF 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-u2dM2s78bF 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-u2dM2s78bF button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u2dM2s78bF button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u2dM2s78bF button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u2dM2s78bF button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u2dM2s78bF button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u2dM2s78bF button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u2dM2s78bF button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u2dM2s78bF button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u2dM2s78bF button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u2dM2s78bF nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u2dM2s78bF nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u2dM2s78bF nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u2dM2s78bF nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u2dM2s78bF nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u2dM2s78bF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2dM2s78bF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2dM2s78bF .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-u2dM2s78bF .navbar {
    height: 70px;
  }
  .cid-u2dM2s78bF .navbar.opened {
    height: auto;
  }
  .cid-u2dM2s78bF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2dM2s78bF .container,
.cid-u2dM2s78bF .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2dM2s78bF .container,
  .cid-u2dM2s78bF .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u2dM2s78bF .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u2dM2s78bF .navbar-collapse {
  min-height: 98px;
}
.cid-u2dM2s78bF .mbr-section-btn {
  max-width: 35%;
}
.cid-u2dM2s78bF .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u2dM2s78bF {
    min-height: 70px !important;
  }
  .cid-u2dM2s78bF .navbar {
    min-height: 70px !important;
  }
  .cid-u2dM2s78bF .container-fluid {
    padding: 0 7%;
  }
  .cid-u2dM2s78bF .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u2dM2s78bF .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u2dM2s78bF .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u2dM2s78bF .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u2dM2s78bF .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u2dM2s78bF .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u2dM2s78bF .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u2dM2s78bF .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u2dM2s78bF .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u2dM2s78bF .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u2dM2t8NZc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2dM2t8NZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dM2t8NZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dM2t8NZc .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u2dM2t8NZc .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2dM2t8NZc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2dM2t8NZc .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2dM2t8NZc .container {
    padding: 0 16px;
  }
}
.cid-u2dM2t8NZc .row {
  justify-content: center;
}
.cid-u2dM2t8NZc .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u2dM2t8NZc .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2dM2t8NZc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2dM2t8NZc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2dM2t8NZc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2dM2t8NZc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2dM2tGyUl {
  background-color: #ffffff;
}
.cid-u2dM2tGyUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dM2tGyUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dM2tGyUl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u2dM2tGyUl .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u2dM2tGyUl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2dM2tGyUl .container {
    padding: 0 16px;
  }
}
.cid-u2dM2tGyUl .image-wrapper img {
  height: 900px;
  border-radius: .5em !important;
  object-fit: cover;
  box-shadow: 0 14px 20px #ffffff;
}
@media (max-width: 992px) {
  .cid-u2dM2tGyUl .image-wrapper img {
    width: 100%;
    height: 450px;
  }
}
.cid-u2dM2tGyUl .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-u2dM2u9OMq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2dM2u9OMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dM2u9OMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dM2u9OMq .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u2dM2u9OMq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u2dM2u9OMq .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u2dM2u9OMq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u2dM2u9OMq .container {
    padding: 0 14px;
  }
}
.cid-u2dM2u9OMq .row {
  justify-content: center;
}
.cid-u2dM2u9OMq .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u2dM2u9OMq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2dM2u9OMq .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-u2dM2u9OMq .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-u2dM2u9OMq .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-u2dM2u9OMq .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-u2dM2u9OMq .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-u2dM2u9OMq .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #336d8f;
  margin-left: -25px;
}
.cid-u2dM2u9OMq .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-u2dM2u9OMq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2dM2u9OMq .mbr-text_1 {
  color: #000000;
}
.cid-u2dM2u9OMq .list {
  color: #01004c;
}
.cid-u2dM2u9OMq .mbr-text_2 {
  color: #000000;
}
.cid-u2dM2u9OMq .list,
.cid-u2dM2u9OMq .item-wrap {
  color: #000000;
}
.cid-u2MjGs7qNd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-u2MjGs7qNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2MjGs7qNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2MjGs7qNd .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-u2MjGs7qNd .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u2MjGs7qNd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u2MjGs7qNd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u2MjGs7qNd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u2MjGs7qNd .content-head {
  max-width: 800px;
}
.cid-u2MjGs7qNd .mbr-section-title {
  color: #000000;
}
.cid-u2dM2uBnRN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #74d5ff;
}
.cid-u2dM2uBnRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dM2uBnRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dM2uBnRN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u2dM2uBnRN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u2dM2uBnRN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u2dM2uBnRN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u2dM2uBnRN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u2dM2uBnRN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u2dM2uBnRN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u2dM2uBnRN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u2dM2uBnRN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u2dM2uBnRN .mbr-title {
  color: #003f5a;
  margin-bottom: 14px;
}
.cid-u2dM2uBnRN .mbr-text {
  color: #003f5a;
  margin-top: 30px;
}
.cid-u2dM2uBnRN .list-box {
  width: 100%;
}
.cid-u2dM2uBnRN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #003f5a;
  transition: 0.4s all;
}
.cid-u2dM2uBnRN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u2dM2uBnRN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u2dM2uBnRN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u2dM2uBnRN .list a:hover:before {
  background-position: left !important;
}
.cid-u2dM2uBnRN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u2dM2uBnRN .news-item {
  width: 100%;
}
.cid-u2dM2uBnRN .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u2dM2uBnRN .news-title {
  color: #ffffff;
}
.cid-u2dM2uBnRN .copyright {
  margin-top: 20px;
  color: #003f5a;
}
.cid-u2dMLMJ85h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u2dMLMJ85h nav.navbar {
  position: fixed;
}
.cid-u2dMLMJ85h .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-u2dMLMJ85h .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #1b577a !important;
}
.cid-u2dMLMJ85h .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u2dMLMJ85h .dropdown-item:after {
  right: 1rem !important;
}
.cid-u2dMLMJ85h .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-u2dMLMJ85h .dropdown-item:hover:before,
.cid-u2dMLMJ85h .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u2dMLMJ85h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2dMLMJ85h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2dMLMJ85h .nav-link {
  position: relative;
}
.cid-u2dMLMJ85h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2dMLMJ85h .container {
    flex-wrap: nowrap;
  }
}
.cid-u2dMLMJ85h .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u2dMLMJ85h .navbar-nav .nav-item {
  margin: 0;
}
.cid-u2dMLMJ85h .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u2dMLMJ85h .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-u2dMLMJ85h .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u2dMLMJ85h .dropdown-menu,
.cid-u2dMLMJ85h .navbar.opened {
  background: #ffffff !important;
}
.cid-u2dMLMJ85h .nav-item:focus,
.cid-u2dMLMJ85h .nav-link:focus {
  outline: none;
}
.cid-u2dMLMJ85h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2dMLMJ85h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2dMLMJ85h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2dMLMJ85h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2dMLMJ85h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2dMLMJ85h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2dMLMJ85h .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #1b577a !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u2dMLMJ85h .navbar.opened {
  transition: all 0.3s;
}
.cid-u2dMLMJ85h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2dMLMJ85h .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u2dMLMJ85h .navbar .navbar-logo img {
  width: auto;
}
.cid-u2dMLMJ85h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2dMLMJ85h .navbar.collapsed {
  justify-content: center;
}
.cid-u2dMLMJ85h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2dMLMJ85h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2dMLMJ85h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2dMLMJ85h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2dMLMJ85h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2dMLMJ85h .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-u2dMLMJ85h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2dMLMJ85h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2dMLMJ85h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2dMLMJ85h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2dMLMJ85h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2dMLMJ85h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2dMLMJ85h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2dMLMJ85h .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-u2dMLMJ85h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2dMLMJ85h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2dMLMJ85h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2dMLMJ85h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2dMLMJ85h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2dMLMJ85h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2dMLMJ85h .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2dMLMJ85h .navbar.navbar-short {
  min-height: 100px;
}
.cid-u2dMLMJ85h .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u2dMLMJ85h .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-u2dMLMJ85h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2dMLMJ85h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2dMLMJ85h .dropdown-item.active,
.cid-u2dMLMJ85h .dropdown-item:active {
  background-color: transparent;
}
.cid-u2dMLMJ85h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2dMLMJ85h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2dMLMJ85h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2dMLMJ85h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2dMLMJ85h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2dMLMJ85h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2dMLMJ85h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2dMLMJ85h .navbar-buttons {
  text-align: center;
}
.cid-u2dMLMJ85h 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-u2dMLMJ85h 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-u2dMLMJ85h button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u2dMLMJ85h button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u2dMLMJ85h button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u2dMLMJ85h button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u2dMLMJ85h button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u2dMLMJ85h button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u2dMLMJ85h button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u2dMLMJ85h button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u2dMLMJ85h button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u2dMLMJ85h nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u2dMLMJ85h nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u2dMLMJ85h nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u2dMLMJ85h nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u2dMLMJ85h nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u2dMLMJ85h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2dMLMJ85h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2dMLMJ85h .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-u2dMLMJ85h .navbar {
    height: 70px;
  }
  .cid-u2dMLMJ85h .navbar.opened {
    height: auto;
  }
  .cid-u2dMLMJ85h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2dMLMJ85h .container,
.cid-u2dMLMJ85h .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2dMLMJ85h .container,
  .cid-u2dMLMJ85h .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u2dMLMJ85h .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u2dMLMJ85h .navbar-collapse {
  min-height: 98px;
}
.cid-u2dMLMJ85h .mbr-section-btn {
  max-width: 35%;
}
.cid-u2dMLMJ85h .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u2dMLMJ85h {
    min-height: 70px !important;
  }
  .cid-u2dMLMJ85h .navbar {
    min-height: 70px !important;
  }
  .cid-u2dMLMJ85h .container-fluid {
    padding: 0 7%;
  }
  .cid-u2dMLMJ85h .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u2dMLMJ85h .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u2dMLMJ85h .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u2dMLMJ85h .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u2dMLMJ85h .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u2dMLMJ85h .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u2dMLMJ85h .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u2dMLMJ85h .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u2dMLMJ85h .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u2dMLMJ85h .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u2dMLOUBrO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2dMLOUBrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dMLOUBrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dMLOUBrO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u2dMLOUBrO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2dMLOUBrO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2dMLOUBrO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2dMLOUBrO .container {
    padding: 0 16px;
  }
}
.cid-u2dMLOUBrO .row {
  justify-content: center;
}
.cid-u2dMLOUBrO .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u2dMLOUBrO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2dMLOUBrO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2dMLOUBrO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2dMLOUBrO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2dMLOUBrO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2dMLPpVLc {
  background-color: #ffffff;
}
.cid-u2dMLPpVLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dMLPpVLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dMLPpVLc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u2dMLPpVLc .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u2dMLPpVLc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2dMLPpVLc .container {
    padding: 0 16px;
  }
}
.cid-u2dMLPpVLc .image-wrapper img {
  height: 900px;
  border-radius: .5em !important;
  object-fit: cover;
  box-shadow: 0 14px 20px #ffffff;
}
@media (max-width: 992px) {
  .cid-u2dMLPpVLc .image-wrapper img {
    width: 100%;
    height: 450px;
  }
}
.cid-u2dMLPpVLc .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-u2dMLQorde {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #74d5ff;
}
.cid-u2dMLQorde .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dMLQorde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dMLQorde .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u2dMLQorde .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u2dMLQorde .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u2dMLQorde .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u2dMLQorde .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u2dMLQorde .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u2dMLQorde .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u2dMLQorde .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u2dMLQorde .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u2dMLQorde .mbr-title {
  color: #003f5a;
  margin-bottom: 14px;
}
.cid-u2dMLQorde .mbr-text {
  color: #003f5a;
  margin-top: 30px;
}
.cid-u2dMLQorde .list-box {
  width: 100%;
}
.cid-u2dMLQorde .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #003f5a;
  transition: 0.4s all;
}
.cid-u2dMLQorde .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u2dMLQorde .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u2dMLQorde .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u2dMLQorde .list a:hover:before {
  background-position: left !important;
}
.cid-u2dMLQorde .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u2dMLQorde .news-item {
  width: 100%;
}
.cid-u2dMLQorde .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u2dMLQorde .news-title {
  color: #ffffff;
}
.cid-u2dMLQorde .copyright {
  margin-top: 20px;
  color: #003f5a;
}
.cid-u2dMeMqQo8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-u2dMeMqQo8 nav.navbar {
  position: fixed;
}
.cid-u2dMeMqQo8 .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-u2dMeMqQo8 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #1b577a !important;
}
.cid-u2dMeMqQo8 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-u2dMeMqQo8 .dropdown-item:after {
  right: 1rem !important;
}
.cid-u2dMeMqQo8 .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-u2dMeMqQo8 .dropdown-item:hover:before,
.cid-u2dMeMqQo8 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-u2dMeMqQo8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2dMeMqQo8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2dMeMqQo8 .nav-link {
  position: relative;
}
.cid-u2dMeMqQo8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2dMeMqQo8 .container {
    flex-wrap: nowrap;
  }
}
.cid-u2dMeMqQo8 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  min-height: 98px;
}
.cid-u2dMeMqQo8 .navbar-nav .nav-item {
  margin: 0;
}
.cid-u2dMeMqQo8 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-u2dMeMqQo8 .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-u2dMeMqQo8 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-u2dMeMqQo8 .dropdown-menu,
.cid-u2dMeMqQo8 .navbar.opened {
  background: #ffffff !important;
}
.cid-u2dMeMqQo8 .nav-item:focus,
.cid-u2dMeMqQo8 .nav-link:focus {
  outline: none;
}
.cid-u2dMeMqQo8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2dMeMqQo8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2dMeMqQo8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2dMeMqQo8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2dMeMqQo8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2dMeMqQo8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2dMeMqQo8 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #1b577a !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-u2dMeMqQo8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2dMeMqQo8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2dMeMqQo8 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-u2dMeMqQo8 .navbar .navbar-logo img {
  width: auto;
}
.cid-u2dMeMqQo8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2dMeMqQo8 .navbar.collapsed {
  justify-content: center;
}
.cid-u2dMeMqQo8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2dMeMqQo8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2dMeMqQo8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2dMeMqQo8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2dMeMqQo8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2dMeMqQo8 .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-u2dMeMqQo8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2dMeMqQo8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2dMeMqQo8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2dMeMqQo8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2dMeMqQo8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2dMeMqQo8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2dMeMqQo8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2dMeMqQo8 .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-u2dMeMqQo8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2dMeMqQo8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2dMeMqQo8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2dMeMqQo8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2dMeMqQo8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2dMeMqQo8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2dMeMqQo8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2dMeMqQo8 .navbar.navbar-short {
  min-height: 100px;
}
.cid-u2dMeMqQo8 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-u2dMeMqQo8 .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-u2dMeMqQo8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2dMeMqQo8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2dMeMqQo8 .dropdown-item.active,
.cid-u2dMeMqQo8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2dMeMqQo8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2dMeMqQo8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2dMeMqQo8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2dMeMqQo8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2dMeMqQo8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2dMeMqQo8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2dMeMqQo8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2dMeMqQo8 .navbar-buttons {
  text-align: center;
}
.cid-u2dMeMqQo8 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-u2dMeMqQo8 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-u2dMeMqQo8 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-u2dMeMqQo8 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u2dMeMqQo8 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-u2dMeMqQo8 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-u2dMeMqQo8 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-u2dMeMqQo8 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u2dMeMqQo8 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-u2dMeMqQo8 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-u2dMeMqQo8 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u2dMeMqQo8 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-u2dMeMqQo8 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-u2dMeMqQo8 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-u2dMeMqQo8 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-u2dMeMqQo8 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-u2dMeMqQo8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2dMeMqQo8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2dMeMqQo8 .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-u2dMeMqQo8 .navbar {
    height: 70px;
  }
  .cid-u2dMeMqQo8 .navbar.opened {
    height: auto;
  }
  .cid-u2dMeMqQo8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2dMeMqQo8 .container,
.cid-u2dMeMqQo8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2dMeMqQo8 .container,
  .cid-u2dMeMqQo8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u2dMeMqQo8 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-u2dMeMqQo8 .navbar-collapse {
  min-height: 98px;
}
.cid-u2dMeMqQo8 .mbr-section-btn {
  max-width: 35%;
}
.cid-u2dMeMqQo8 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-u2dMeMqQo8 {
    min-height: 70px !important;
  }
  .cid-u2dMeMqQo8 .navbar {
    min-height: 70px !important;
  }
  .cid-u2dMeMqQo8 .container-fluid {
    padding: 0 7%;
  }
  .cid-u2dMeMqQo8 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
  }
  .cid-u2dMeMqQo8 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-u2dMeMqQo8 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-u2dMeMqQo8 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-u2dMeMqQo8 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-u2dMeMqQo8 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-u2dMeMqQo8 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-u2dMeMqQo8 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-u2dMeMqQo8 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-u2dMeMqQo8 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-u2dMeNmvUE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2dMeNmvUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dMeNmvUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dMeNmvUE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u2dMeNmvUE .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2dMeNmvUE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2dMeNmvUE .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2dMeNmvUE .container {
    padding: 0 16px;
  }
}
.cid-u2dMeNmvUE .row {
  justify-content: center;
}
.cid-u2dMeNmvUE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u2dMeNmvUE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2dMeNmvUE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2dMeNmvUE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2dMeNmvUE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2dMeNmvUE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2dMeNOIgr {
  background-color: #ffffff;
}
.cid-u2dMeNOIgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dMeNOIgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dMeNOIgr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u2dMeNOIgr .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u2dMeNOIgr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2dMeNOIgr .container {
    padding: 0 16px;
  }
}
.cid-u2dMeNOIgr .image-wrapper img {
  height: 900px;
  border-radius: .5em !important;
  object-fit: cover;
  box-shadow: 0 14px 20px #ffffff;
}
@media (max-width: 992px) {
  .cid-u2dMeNOIgr .image-wrapper img {
    width: 100%;
    height: 450px;
  }
}
.cid-u2dMeNOIgr .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-u2dMeOiuCF {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2dMeOiuCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dMeOiuCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dMeOiuCF .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u2dMeOiuCF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u2dMeOiuCF .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u2dMeOiuCF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u2dMeOiuCF .container {
    padding: 0 14px;
  }
}
.cid-u2dMeOiuCF .row {
  justify-content: center;
}
.cid-u2dMeOiuCF .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u2dMeOiuCF .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2dMeOiuCF .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-u2dMeOiuCF .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-u2dMeOiuCF .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-u2dMeOiuCF .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-u2dMeOiuCF .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-u2dMeOiuCF .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #336d8f;
  margin-left: -25px;
}
.cid-u2dMeOiuCF .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-u2dMeOiuCF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2dMeOiuCF .mbr-text_1 {
  color: #000000;
}
.cid-u2dMeOiuCF .list {
  color: #01004c;
}
.cid-u2dMeOiuCF .mbr-text_2 {
  color: #000000;
}
.cid-u2dMeOiuCF .list,
.cid-u2dMeOiuCF .item-wrap {
  color: #000000;
}
.cid-u2dMeOL9GZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #74d5ff;
}
.cid-u2dMeOL9GZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dMeOL9GZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dMeOL9GZ .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u2dMeOL9GZ .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u2dMeOL9GZ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u2dMeOL9GZ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u2dMeOL9GZ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u2dMeOL9GZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u2dMeOL9GZ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u2dMeOL9GZ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u2dMeOL9GZ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u2dMeOL9GZ .mbr-title {
  color: #003f5a;
  margin-bottom: 14px;
}
.cid-u2dMeOL9GZ .mbr-text {
  color: #003f5a;
  margin-top: 30px;
}
.cid-u2dMeOL9GZ .list-box {
  width: 100%;
}
.cid-u2dMeOL9GZ .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #003f5a;
  transition: 0.4s all;
}
.cid-u2dMeOL9GZ .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u2dMeOL9GZ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u2dMeOL9GZ .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u2dMeOL9GZ .list a:hover:before {
  background-position: left !important;
}
.cid-u2dMeOL9GZ .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u2dMeOL9GZ .news-item {
  width: 100%;
}
.cid-u2dMeOL9GZ .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u2dMeOL9GZ .news-title {
  color: #ffffff;
}
.cid-u2dMeOL9GZ .copyright {
  margin-top: 20px;
  color: #003f5a;
}
.cid-ttjmnoK6UH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.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);
  border: 2px solid #1b577a !important;
}
.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: #ffffff !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;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-bottom: 2px solid #1b577a !important;
  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;
}
@media (min-width: 992px) {
  .cid-ttjmnoK6UH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.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: #ffffff;
}
.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: #303030;
  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: #303030;
}
.cid-ttjmnoK6UH nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.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-u2dL3fzbiD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2dL3fzbiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dL3fzbiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dL3fzbiD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u2dL3fzbiD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2dL3fzbiD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2dL3fzbiD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2dL3fzbiD .container {
    padding: 0 16px;
  }
}
.cid-u2dL3fzbiD .row {
  justify-content: center;
}
.cid-u2dL3fzbiD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u2dL3fzbiD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2dL3fzbiD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2dL3fzbiD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2dL3fzbiD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2dL3fzbiD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2dKG26yYh {
  background-color: #ffffff;
}
.cid-u2dKG26yYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dKG26yYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dKG26yYh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u2dKG26yYh .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u2dKG26yYh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2dKG26yYh .container {
    padding: 0 16px;
  }
}
.cid-u2dKG26yYh .image-wrapper img {
  height: 900px;
  border-radius: .5em !important;
  object-fit: cover;
  box-shadow: 0 14px 20px #ffffff;
}
@media (max-width: 992px) {
  .cid-u2dKG26yYh .image-wrapper img {
    width: 100%;
    height: 450px;
  }
}
.cid-u2dKG26yYh .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-u2dKbP8Nfl {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2dKbP8Nfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dKbP8Nfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dKbP8Nfl .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u2dKbP8Nfl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u2dKbP8Nfl .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u2dKbP8Nfl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u2dKbP8Nfl .container {
    padding: 0 14px;
  }
}
.cid-u2dKbP8Nfl .row {
  justify-content: center;
}
.cid-u2dKbP8Nfl .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u2dKbP8Nfl .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2dKbP8Nfl .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-u2dKbP8Nfl .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-u2dKbP8Nfl .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-u2dKbP8Nfl .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-u2dKbP8Nfl .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-u2dKbP8Nfl .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #336d8f;
  margin-left: -25px;
}
.cid-u2dKbP8Nfl .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-u2dKbP8Nfl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2dKbP8Nfl .mbr-text_1 {
  color: #000000;
}
.cid-u2dKbP8Nfl .list {
  color: #01004c;
}
.cid-u2dKbP8Nfl .mbr-text_2 {
  color: #000000;
}
.cid-u2dKbP8Nfl .list,
.cid-u2dKbP8Nfl .item-wrap {
  color: #000000;
}
.cid-u26K4QOsKl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #74d5ff;
}
.cid-u26K4QOsKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u26K4QOsKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u26K4QOsKl .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u26K4QOsKl .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u26K4QOsKl .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u26K4QOsKl .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u26K4QOsKl .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u26K4QOsKl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u26K4QOsKl .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u26K4QOsKl .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u26K4QOsKl .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u26K4QOsKl .mbr-title {
  color: #003f5a;
  margin-bottom: 14px;
}
.cid-u26K4QOsKl .mbr-text {
  color: #003f5a;
  margin-top: 30px;
}
.cid-u26K4QOsKl .list-box {
  width: 100%;
}
.cid-u26K4QOsKl .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #003f5a;
  transition: 0.4s all;
}
.cid-u26K4QOsKl .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u26K4QOsKl .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u26K4QOsKl .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u26K4QOsKl .list a:hover:before {
  background-position: left !important;
}
.cid-u26K4QOsKl .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u26K4QOsKl .news-item {
  width: 100%;
}
.cid-u26K4QOsKl .news-text {
  margin-bottom: 3px;
  color: #ffffff;
}
.cid-u26K4QOsKl .news-title {
  color: #ffffff;
}
.cid-u26K4QOsKl .copyright {
  margin-top: 20px;
  color: #003f5a;
}
