.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #00018f !important;
}
.bg-success {
  background-color: #12433b !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #f5f117 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00018f !important;
  border-color: #00018f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000038 !important;
  border-color: #000038 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000038 !important;
  border-color: #000038 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #12433b !important;
  border-color: #12433b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f5f117 !important;
  border-color: #f5f117 !important;
  color: #0c0c01 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #aeab07 !important;
  border-color: #aeab07 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0c0c01 !important;
  background-color: #aeab07 !important;
  border-color: #aeab07 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00018f;
  color: #00018f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000038 !important;
  background-color: transparent!important;
  border-color: #000038 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00018f !important;
  border-color: #00018f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #12433b;
  color: #12433b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #12433b !important;
  border-color: #12433b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f5f117;
  color: #f5f117;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #aeab07 !important;
  background-color: transparent!important;
  border-color: #aeab07 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0c0c01 !important;
  background-color: #f5f117 !important;
  border-color: #f5f117 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00018f !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #12433b !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #f5f117 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000029 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9f9c07 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00018f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #f5f117;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00018f;
  border-color: #00018f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00018f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1011ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #65d6c3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdfddb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #00018f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #00018f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00018f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00018f;
}
.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: #00018f;
  border-bottom-color: #00018f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #00018f !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: #ff6666 !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='%2300018f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u3IcSMfD4o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3IcSMfD4o nav.navbar {
  position: fixed;
}
.cid-u3IcSMfD4o .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-u3IcSMfD4o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3IcSMfD4o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3IcSMfD4o .dropdown-item:hover,
.cid-u3IcSMfD4o .dropdown-item:focus {
  background: #00018f !important;
  color: white !important;
}
.cid-u3IcSMfD4o .dropdown-item:hover span {
  color: white;
}
.cid-u3IcSMfD4o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3IcSMfD4o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3IcSMfD4o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3IcSMfD4o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3IcSMfD4o .nav-link {
  position: relative;
}
.cid-u3IcSMfD4o .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3IcSMfD4o .container {
    flex-wrap: wrap;
  }
}
.cid-u3IcSMfD4o .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3IcSMfD4o .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u3IcSMfD4o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3IcSMfD4o .dropdown-menu,
.cid-u3IcSMfD4o .navbar.opened {
  background: #12433b !important;
}
.cid-u3IcSMfD4o .nav-item:focus,
.cid-u3IcSMfD4o .nav-link:focus {
  outline: none;
}
.cid-u3IcSMfD4o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3IcSMfD4o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3IcSMfD4o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3IcSMfD4o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3IcSMfD4o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3IcSMfD4o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3IcSMfD4o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #12433b;
}
.cid-u3IcSMfD4o .navbar.opened {
  transition: all 0.3s;
}
.cid-u3IcSMfD4o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3IcSMfD4o .navbar .navbar-logo img {
  width: auto;
}
.cid-u3IcSMfD4o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3IcSMfD4o .navbar.collapsed {
  justify-content: center;
}
.cid-u3IcSMfD4o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3IcSMfD4o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3IcSMfD4o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3IcSMfD4o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3IcSMfD4o .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-u3IcSMfD4o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3IcSMfD4o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3IcSMfD4o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3IcSMfD4o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3IcSMfD4o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3IcSMfD4o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3IcSMfD4o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3IcSMfD4o .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-u3IcSMfD4o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3IcSMfD4o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3IcSMfD4o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3IcSMfD4o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3IcSMfD4o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3IcSMfD4o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3IcSMfD4o .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u3IcSMfD4o .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3IcSMfD4o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3IcSMfD4o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3IcSMfD4o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3IcSMfD4o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3IcSMfD4o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3IcSMfD4o .dropdown-item.active,
.cid-u3IcSMfD4o .dropdown-item:active {
  background-color: transparent;
}
.cid-u3IcSMfD4o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3IcSMfD4o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3IcSMfD4o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3IcSMfD4o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #12433b;
}
.cid-u3IcSMfD4o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3IcSMfD4o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3IcSMfD4o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3IcSMfD4o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3IcSMfD4o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3IcSMfD4o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #178674;
}
.cid-u3IcSMfD4o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3IcSMfD4o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3IcSMfD4o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3IcSMfD4o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3IcSMfD4o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3IcSMfD4o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3IcSMfD4o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3IcSMfD4o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3IcSMfD4o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3IcSMfD4o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3IcSMfD4o .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-u3IcSMfD4o .navbar {
    height: 70px;
  }
  .cid-u3IcSMfD4o .navbar.opened {
    height: auto;
  }
  .cid-u3IcSMfD4o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3L9bFVcLi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-u3L9bFVcLi .line {
  background-color: #12433b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3L9bFVcLi .mbr-text {
  color: #e43f3f;
}
.cid-u3LdaLxSs5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3LdaLxSs5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3LdaLxSs5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u3LdaLxSs5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3LdaLxSs5 .mbr-section-title {
  color: #000000;
}
.cid-u3LdaLxSs5 .mbr-text,
.cid-u3LdaLxSs5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u3LdaLxSs5 .card-title {
  color: #000000;
  text-align: left;
}
.cid-u3LdaLxSs5 ul {
  content: none;
}
.cid-u3LdaLxSs5 ul li::before {
  content: "✔️";
  display: inline-block;
  margin-right: 0.2rem;
}
.cid-u3LjnWAb13 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-u3LjnWAb13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3LjnWAb13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3LjnWAb13 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-u3Ljcl0bQn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u3Ljcl0bQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Ljcl0bQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Ljcl0bQn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u3Ljcl0bQn .team-card:hover {
  transform: translateY(-10px);
}
.cid-u3Ljcl0bQn .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u3Ljcl0bQn .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u3Ljcl0bQn .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u3Ljcl0bQn .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3Ljcl0bQn .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-u3Ljcl0bQn .social-row {
  text-align: center;
}
.cid-u3Ljcl0bQn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u3Ljcl0bQn .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u3Ljcl0bQn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u3Ljcl0bQn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u3Ljcl0bQn .mbr-role,
.cid-u3Ljcl0bQn .social-row {
  text-align: left;
}
.cid-u3Ljcl0bQn .card-title,
.cid-u3Ljcl0bQn .social-row {
  text-align: right;
}
.cid-u3LvpVJ8s4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-u3LvpVJ8s4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3LvpVJ8s4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3LvpVJ8s4 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-u3LxmdFO8J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3LxmdFO8J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3LxmdFO8J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u3LxmdFO8J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3LxmdFO8J .mbr-section-title {
  color: #000000;
}
.cid-u3LxmdFO8J .mbr-text,
.cid-u3LxmdFO8J .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u3LxmdFO8J .card-title {
  color: #yellow;
  text-align: center;
}
.cid-u3LxmdFO8J H5 {
  color: #00018f;
  text-align: right;
}
.cid-u3LAiJporG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-u3LAiJporG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3LAiJporG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3LAiJporG .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-u7KtvzGLKG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7KtvzGLKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7KtvzGLKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7KtvzGLKG .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u7KtvzGLKG .mbr-section-subtitle {
  text-align: left;
}
.cid-u7P6IRWcon {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-u7P6IRWcon .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7P6IRWcon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7P6IRWcon .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-u7P6K3WBo2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7P6K3WBo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7P6K3WBo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7P6K3WBo2 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u7P6K3WBo2 .mbr-section-subtitle {
  text-align: left;
}
.cid-u3LCtGYnLk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-u3LCtGYnLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3LCtGYnLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3LCtGYnLk .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-u7Kt9fTGxP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7Kt9fTGxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Kt9fTGxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Kt9fTGxP .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u7Kt9fTGxP .mbr-section-subtitle {
  text-align: left;
}
.cid-u3LLYzPwTM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-u3LLYzPwTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3LLYzPwTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3LLYzPwTM .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-u3LM8MQ5Tu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u3LM8MQ5Tu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3LM8MQ5Tu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3LM8MQ5Tu .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-u3LM8MQ5Tu .mbr-section-title,
.cid-u3LM8MQ5Tu .mbr-section-subtitle {
  text-align: center;
}
.cid-u3LM8MQ5Tu .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u3LM8MQ5Tu .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-u3LM8MQ5Tu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u3LM8MQ5Tu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u3LM8MQ5Tu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3LM8MQ5Tu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u3LM8MQ5Tu .mbr-text {
  text-align: left;
}
.cid-uUU1KMxSjD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uUU1KMxSjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUU1KMxSjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUU1KMxSjD .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uUXGfakrso {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUXGfakrso .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUXGfakrso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUXGfakrso .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUXGfakrso .mbr-section-subtitle {
  text-align: left;
}
.cid-u3MlZJ7cFP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-u3MlZJ7cFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3MlZJ7cFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3MlZJ7cFP .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-u3LMh6XZjm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #12433b;
}
.cid-u3LMh6XZjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3LMh6XZjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3LMh6XZjm .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u3LMh6XZjm .item-wrapper {
  background-color: #6ec7f2;
  border-radius: 4px;
}
.cid-u3LMh6XZjm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3LMh6XZjm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u3LMh6XZjm .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u3LMh6XZjm .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u3LMh6XZjm .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3LMh6XZjm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u3LMh6XZjm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3LMh6XZjm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u3LMh6XZjm .card-subtitle {
  text-align: center;
  color: #ffe206;
}
.cid-u3LMh6XZjm .card-title {
  text-align: center;
}
.cid-u3Mq8V1N6O {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-u3Mq8V1N6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Mq8V1N6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Mq8V1N6O .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-u3Mr5QjEHm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3Mr5QjEHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Mr5QjEHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3Mr5QjEHm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3Mr5QjEHm .row {
  flex-direction: row-reverse;
}
.cid-u3Mr5QjEHm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3Mr5QjEHm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uV29wlpPv7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV29wlpPv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV29wlpPv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV29wlpPv7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uV29wlpPv7 .mbr-section-subtitle {
  text-align: left;
}
.cid-uSdQYdZiIW {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #12433b;
}
.cid-uSdQYdZiIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQYdZiIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSdQYdZiIW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSdQYdZiIW .row {
  flex-direction: row-reverse;
}
.cid-uSdQYdZiIW img {
  width: 100%;
}
.cid-u3LMo34sAW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-u3LMo34sAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3LMo34sAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3LMo34sAW .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-u3LMGwtQe1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3LMGwtQe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3LMGwtQe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3LMGwtQe1 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #00018f;
  margin-left: 1rem;
}
.cid-u3LMGwtQe1 .panel-group {
  border: none;
}
.cid-u3LMGwtQe1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3LMGwtQe1 .panel-body,
.cid-u3LMGwtQe1 .card-header {
  padding: 1rem 0;
}
.cid-u3LMGwtQe1 .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-u3LMGwtQe1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u3LMGwtQe1 .panel-text {
  color: #000000;
}
.cid-u7KBVPaIji {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-u7KBVPaIji .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7KBVPaIji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7KBVPaIji .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-u3R72NhWfN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #12433b;
}
.cid-u3R72NhWfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3R72NhWfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3R72NhWfN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3R72NhWfN .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-u3R72NhWfN .mbr-section-title {
  color: #206dcf;
}
.cid-u3R72NhWfN .mbr-text,
.cid-u3R72NhWfN .mbr-section-btn {
  color: #2e1d50;
}
.cid-uWY3yGcjJw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #22a5e5;
}
.cid-uWY3yGcjJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWY3yGcjJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWY3yGcjJw .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWY3yGcjJw .mbr-section-subtitle {
  text-align: left;
}
.cid-u3LMOFwqmU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #12433b;
}
.cid-u3LMOFwqmU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u3LMOFwqmU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u3LMOFwqmU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u3LMOFwqmU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u3LMOFwqmU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u3LMOFwqmU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u3LMOFwqmU .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u3LMOFwqmU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u3LMOFwqmU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u3LMOFwqmU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u3LMOFwqmU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3LMOFwqmU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3LMOFwqmU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u3LMOFwqmU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u3LMOFwqmU .media-container-row .mbr-text {
  text-align: center;
}
.cid-uWYgfgBeLs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWYgfgBeLs nav.navbar {
  position: fixed;
}
.cid-uWYgfgBeLs .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-uWYgfgBeLs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYgfgBeLs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYgfgBeLs .dropdown-item:hover,
.cid-uWYgfgBeLs .dropdown-item:focus {
  background: #00018f !important;
  color: white !important;
}
.cid-uWYgfgBeLs .dropdown-item:hover span {
  color: white;
}
.cid-uWYgfgBeLs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYgfgBeLs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYgfgBeLs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYgfgBeLs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYgfgBeLs .nav-link {
  position: relative;
}
.cid-uWYgfgBeLs .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWYgfgBeLs .container {
    flex-wrap: wrap;
  }
}
.cid-uWYgfgBeLs .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWYgfgBeLs .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uWYgfgBeLs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYgfgBeLs .dropdown-menu,
.cid-uWYgfgBeLs .navbar.opened {
  background: #12433b !important;
}
.cid-uWYgfgBeLs .nav-item:focus,
.cid-uWYgfgBeLs .nav-link:focus {
  outline: none;
}
.cid-uWYgfgBeLs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYgfgBeLs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYgfgBeLs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYgfgBeLs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYgfgBeLs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYgfgBeLs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYgfgBeLs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #12433b;
}
.cid-uWYgfgBeLs .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYgfgBeLs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYgfgBeLs .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYgfgBeLs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYgfgBeLs .navbar.collapsed {
  justify-content: center;
}
.cid-uWYgfgBeLs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYgfgBeLs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWYgfgBeLs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYgfgBeLs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYgfgBeLs .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-uWYgfgBeLs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYgfgBeLs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYgfgBeLs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYgfgBeLs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYgfgBeLs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYgfgBeLs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYgfgBeLs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYgfgBeLs .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-uWYgfgBeLs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYgfgBeLs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYgfgBeLs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYgfgBeLs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYgfgBeLs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYgfgBeLs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYgfgBeLs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYgfgBeLs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYgfgBeLs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYgfgBeLs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYgfgBeLs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWYgfgBeLs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYgfgBeLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYgfgBeLs .dropdown-item.active,
.cid-uWYgfgBeLs .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYgfgBeLs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYgfgBeLs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYgfgBeLs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYgfgBeLs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #12433b;
}
.cid-uWYgfgBeLs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYgfgBeLs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYgfgBeLs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYgfgBeLs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYgfgBeLs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYgfgBeLs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #178674;
}
.cid-uWYgfgBeLs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYgfgBeLs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYgfgBeLs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYgfgBeLs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYgfgBeLs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYgfgBeLs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYgfgBeLs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYgfgBeLs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYgfgBeLs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYgfgBeLs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYgfgBeLs .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-uWYgfgBeLs .navbar {
    height: 70px;
  }
  .cid-uWYgfgBeLs .navbar.opened {
    height: auto;
  }
  .cid-uWYgfgBeLs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWYgfh1ccF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgfh1ccF .line {
  background-color: #12433b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uWYgfh1ccF .mbr-text {
  color: #e43f3f;
}
.cid-uWYgfhbsZO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWYgfhbsZO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWYgfhbsZO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYgfhbsZO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWYgfhbsZO .mbr-section-title {
  color: #000000;
}
.cid-uWYgfhbsZO .mbr-text,
.cid-uWYgfhbsZO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWYgfhbsZO .card-title {
  color: #000000;
  text-align: left;
}
.cid-uWYgfhbsZO ul {
  content: none;
}
.cid-uWYgfhbsZO ul li::before {
  content: "✔️";
  display: inline-block;
  margin-right: 0.2rem;
}
.cid-uWYgfhuEN6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgfhuEN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfhuEN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfhuEN6 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgfhIhQz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uWYgfhIhQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfhIhQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfhIhQz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uWYgfhIhQz .team-card:hover {
  transform: translateY(-10px);
}
.cid-uWYgfhIhQz .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uWYgfhIhQz .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWYgfhIhQz .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uWYgfhIhQz .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYgfhIhQz .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uWYgfhIhQz .social-row {
  text-align: center;
}
.cid-uWYgfhIhQz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uWYgfhIhQz .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uWYgfhIhQz .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uWYgfhIhQz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uWYgfhIhQz .mbr-role,
.cid-uWYgfhIhQz .social-row {
  text-align: left;
}
.cid-uWYgfhIhQz .card-title,
.cid-uWYgfhIhQz .social-row {
  text-align: right;
}
.cid-uWYgfikpHI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgfikpHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfikpHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfikpHI .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgfiDqBA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgfiDqBA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWYgfiDqBA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYgfiDqBA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWYgfiDqBA .mbr-section-title {
  color: #000000;
}
.cid-uWYgfiDqBA .mbr-text,
.cid-uWYgfiDqBA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWYgfiDqBA .card-title {
  color: #yellow;
  text-align: center;
}
.cid-uWYgfiDqBA H5 {
  color: #00018f;
  text-align: right;
}
.cid-uWYgfiSfoe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uWYgfiSfoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfiSfoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfiSfoe .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgfj8iD1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYgfj8iD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfj8iD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfj8iD1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgfj8iD1 .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgfjoEiK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgfjoEiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfjoEiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfjoEiK .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgfjCxQk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYgfjCxQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfjCxQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfjCxQk .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgfjCxQk .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgfjQ1yz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgfjQ1yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfjQ1yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfjQ1yz .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgfk8pN1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgfk8pN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfk8pN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfk8pN1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgfk8pN1 .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgfkmAnT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgfkmAnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfkmAnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfkmAnT .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgfkBHKE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uWYgfkBHKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfkBHKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfkBHKE .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uWYgfkBHKE .mbr-section-title,
.cid-uWYgfkBHKE .mbr-section-subtitle {
  text-align: center;
}
.cid-uWYgfkBHKE .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWYgfkBHKE .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uWYgfkBHKE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWYgfkBHKE .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWYgfkBHKE .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYgfkBHKE .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWYgfkBHKE .mbr-text {
  text-align: left;
}
.cid-uWYgfkWA0N {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgfkWA0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfkWA0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfkWA0N .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgflbkFX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgflbkFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgflbkFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgflbkFX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgflbkFX .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgflrzrP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgflrzrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgflrzrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgflrzrP .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgflJkKt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #12433b;
}
.cid-uWYgflJkKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgflJkKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgflJkKt .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWYgflJkKt .item-wrapper {
  background-color: #6ec7f2;
  border-radius: 4px;
}
.cid-uWYgflJkKt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWYgflJkKt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uWYgflJkKt .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uWYgflJkKt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uWYgflJkKt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uWYgflJkKt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWYgflJkKt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYgflJkKt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWYgflJkKt .card-subtitle {
  text-align: center;
  color: #ffe206;
}
.cid-uWYgflJkKt .card-title {
  text-align: center;
}
.cid-uWYgflZu5t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgflZu5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgflZu5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgflZu5t .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgfmeYtj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgfmeYtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfmeYtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWYgfmeYtj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWYgfmeYtj .row {
  flex-direction: row-reverse;
}
.cid-uWYgfmeYtj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWYgfmeYtj .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWYgfmxDtJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgfmxDtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfmxDtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfmxDtJ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgfmxDtJ .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgfmNo7l {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #12433b;
}
.cid-uWYgfmNo7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfmNo7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWYgfmNo7l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWYgfmNo7l .row {
  flex-direction: row-reverse;
}
.cid-uWYgfmNo7l img {
  width: 100%;
}
.cid-uWYgfn6LHC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgfn6LHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfn6LHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfn6LHC .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgfnlHVZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgfnlHVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfnlHVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfnlHVZ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #00018f;
  margin-left: 1rem;
}
.cid-uWYgfnlHVZ .panel-group {
  border: none;
}
.cid-uWYgfnlHVZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWYgfnlHVZ .panel-body,
.cid-uWYgfnlHVZ .card-header {
  padding: 1rem 0;
}
.cid-uWYgfnlHVZ .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uWYgfnlHVZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uWYgfnlHVZ .panel-text {
  color: #000000;
}
.cid-uWYgfnHp8p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgfnHp8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfnHp8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfnHp8p .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgfnYYR9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #12433b;
}
.cid-uWYgfnYYR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfnYYR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfnYYR9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWYgfnYYR9 .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uWYgfnYYR9 .mbr-section-title {
  color: #206dcf;
}
.cid-uWYgfnYYR9 .mbr-text,
.cid-uWYgfnYYR9 .mbr-section-btn {
  color: #2e1d50;
}
.cid-uWYgfog0rJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f117;
}
.cid-uWYgfog0rJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgfog0rJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgfog0rJ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgfog0rJ .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgfoxCQi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #12433b;
}
.cid-uWYgfoxCQi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWYgfoxCQi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uWYgfoxCQi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uWYgfoxCQi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWYgfoxCQi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWYgfoxCQi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uWYgfoxCQi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWYgfoxCQi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uWYgfoxCQi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uWYgfoxCQi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uWYgfoxCQi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWYgfoxCQi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWYgfoxCQi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uWYgfoxCQi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWYgfoxCQi .media-container-row .mbr-text {
  text-align: center;
}
.cid-uWYgL2nlMy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWYgL2nlMy nav.navbar {
  position: fixed;
}
.cid-uWYgL2nlMy .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-uWYgL2nlMy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYgL2nlMy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYgL2nlMy .dropdown-item:hover,
.cid-uWYgL2nlMy .dropdown-item:focus {
  background: #00018f !important;
  color: white !important;
}
.cid-uWYgL2nlMy .dropdown-item:hover span {
  color: white;
}
.cid-uWYgL2nlMy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYgL2nlMy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYgL2nlMy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYgL2nlMy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYgL2nlMy .nav-link {
  position: relative;
}
.cid-uWYgL2nlMy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWYgL2nlMy .container {
    flex-wrap: wrap;
  }
}
.cid-uWYgL2nlMy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWYgL2nlMy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uWYgL2nlMy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYgL2nlMy .dropdown-menu,
.cid-uWYgL2nlMy .navbar.opened {
  background: #12433b !important;
}
.cid-uWYgL2nlMy .nav-item:focus,
.cid-uWYgL2nlMy .nav-link:focus {
  outline: none;
}
.cid-uWYgL2nlMy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYgL2nlMy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYgL2nlMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYgL2nlMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYgL2nlMy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYgL2nlMy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYgL2nlMy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #12433b;
}
.cid-uWYgL2nlMy .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYgL2nlMy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYgL2nlMy .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYgL2nlMy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYgL2nlMy .navbar.collapsed {
  justify-content: center;
}
.cid-uWYgL2nlMy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYgL2nlMy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWYgL2nlMy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYgL2nlMy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYgL2nlMy .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-uWYgL2nlMy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYgL2nlMy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYgL2nlMy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYgL2nlMy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYgL2nlMy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYgL2nlMy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYgL2nlMy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYgL2nlMy .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-uWYgL2nlMy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYgL2nlMy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYgL2nlMy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYgL2nlMy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYgL2nlMy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYgL2nlMy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYgL2nlMy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYgL2nlMy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYgL2nlMy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYgL2nlMy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYgL2nlMy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWYgL2nlMy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYgL2nlMy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYgL2nlMy .dropdown-item.active,
.cid-uWYgL2nlMy .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYgL2nlMy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYgL2nlMy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYgL2nlMy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYgL2nlMy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #12433b;
}
.cid-uWYgL2nlMy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYgL2nlMy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYgL2nlMy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYgL2nlMy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYgL2nlMy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYgL2nlMy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #178674;
}
.cid-uWYgL2nlMy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYgL2nlMy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYgL2nlMy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYgL2nlMy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYgL2nlMy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYgL2nlMy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYgL2nlMy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYgL2nlMy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYgL2nlMy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYgL2nlMy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYgL2nlMy .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-uWYgL2nlMy .navbar {
    height: 70px;
  }
  .cid-uWYgL2nlMy .navbar.opened {
    height: auto;
  }
  .cid-uWYgL2nlMy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWYgL2MMqL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgL2MMqL .line {
  background-color: #12433b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uWYgL2MMqL .mbr-text {
  color: #e43f3f;
}
.cid-uWYgL3282B {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWYgL3282B .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWYgL3282B .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYgL3282B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWYgL3282B .mbr-section-title {
  color: #000000;
}
.cid-uWYgL3282B .mbr-text,
.cid-uWYgL3282B .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWYgL3282B .card-title {
  color: #000000;
  text-align: left;
}
.cid-uWYgL3282B ul {
  content: none;
}
.cid-uWYgL3282B ul li::before {
  content: "✔️";
  display: inline-block;
  margin-right: 0.2rem;
}
.cid-uWYgL3jDXj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgL3jDXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL3jDXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL3jDXj .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgL3yUWf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uWYgL3yUWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL3yUWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL3yUWf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uWYgL3yUWf .team-card:hover {
  transform: translateY(-10px);
}
.cid-uWYgL3yUWf .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uWYgL3yUWf .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWYgL3yUWf .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uWYgL3yUWf .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYgL3yUWf .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uWYgL3yUWf .social-row {
  text-align: center;
}
.cid-uWYgL3yUWf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uWYgL3yUWf .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uWYgL3yUWf .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uWYgL3yUWf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uWYgL3yUWf .mbr-role,
.cid-uWYgL3yUWf .social-row {
  text-align: left;
}
.cid-uWYgL3yUWf .card-title,
.cid-uWYgL3yUWf .social-row {
  text-align: right;
}
.cid-uWYgL48jkv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgL48jkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL48jkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL48jkv .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgL4nJCz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgL4nJCz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWYgL4nJCz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYgL4nJCz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWYgL4nJCz .mbr-section-title {
  color: #000000;
}
.cid-uWYgL4nJCz .mbr-text,
.cid-uWYgL4nJCz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWYgL4nJCz .card-title {
  color: #yellow;
  text-align: center;
}
.cid-uWYgL4nJCz H5 {
  color: #00018f;
  text-align: right;
}
.cid-uWYgL4C7b6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uWYgL4C7b6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL4C7b6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL4C7b6 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgL4SAx3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYgL4SAx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL4SAx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL4SAx3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgL4SAx3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgL59dnv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgL59dnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL59dnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL59dnv .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgL5o23I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYgL5o23I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL5o23I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL5o23I .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgL5o23I .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgL5DBMJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgL5DBMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL5DBMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL5DBMJ .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgL5TKBI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgL5TKBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL5TKBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL5TKBI .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgL5TKBI .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgL66vbt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgL66vbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL66vbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL66vbt .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgL6it6q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uWYgL6it6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL6it6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL6it6q .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uWYgL6it6q .mbr-section-title,
.cid-uWYgL6it6q .mbr-section-subtitle {
  text-align: center;
}
.cid-uWYgL6it6q .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWYgL6it6q .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uWYgL6it6q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWYgL6it6q .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWYgL6it6q .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYgL6it6q .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWYgL6it6q .mbr-text {
  text-align: left;
}
.cid-uWYgL6EX4k {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgL6EX4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL6EX4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL6EX4k .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgL6SBnV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgL6SBnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL6SBnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL6SBnV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgL6SBnV .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgL76Hsk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgL76Hsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL76Hsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL76Hsk .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgL7lbMA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #12433b;
}
.cid-uWYgL7lbMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL7lbMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL7lbMA .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWYgL7lbMA .item-wrapper {
  background-color: #6ec7f2;
  border-radius: 4px;
}
.cid-uWYgL7lbMA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWYgL7lbMA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uWYgL7lbMA .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uWYgL7lbMA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uWYgL7lbMA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uWYgL7lbMA .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWYgL7lbMA .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYgL7lbMA .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWYgL7lbMA .card-subtitle {
  text-align: center;
  color: #ffe206;
}
.cid-uWYgL7lbMA .card-title {
  text-align: center;
}
.cid-uWYgL7AlL4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgL7AlL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL7AlL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL7AlL4 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgL7OfSQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgL7OfSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL7OfSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWYgL7OfSQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWYgL7OfSQ .row {
  flex-direction: row-reverse;
}
.cid-uWYgL7OfSQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWYgL7OfSQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWYgL87Zzs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgL87Zzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL87Zzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL87Zzs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgL87Zzs .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgL8mlJK {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #12433b;
}
.cid-uWYgL8mlJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL8mlJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWYgL8mlJK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWYgL8mlJK .row {
  flex-direction: row-reverse;
}
.cid-uWYgL8mlJK img {
  width: 100%;
}
.cid-uWYgL8CFkW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgL8CFkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL8CFkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL8CFkW .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgL8RvRC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgL8RvRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL8RvRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL8RvRC .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #00018f;
  margin-left: 1rem;
}
.cid-uWYgL8RvRC .panel-group {
  border: none;
}
.cid-uWYgL8RvRC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWYgL8RvRC .panel-body,
.cid-uWYgL8RvRC .card-header {
  padding: 1rem 0;
}
.cid-uWYgL8RvRC .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uWYgL8RvRC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uWYgL8RvRC .panel-text {
  color: #000000;
}
.cid-uWYgL9eGBW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgL9eGBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL9eGBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL9eGBW .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgL9wvge {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #12433b;
}
.cid-uWYgL9wvge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL9wvge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL9wvge .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWYgL9wvge .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uWYgL9wvge .mbr-section-title {
  color: #206dcf;
}
.cid-uWYgL9wvge .mbr-text,
.cid-uWYgL9wvge .mbr-section-btn {
  color: #2e1d50;
}
.cid-uWYgL9O53p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f117;
}
.cid-uWYgL9O53p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgL9O53p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgL9O53p .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgL9O53p .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgLa6H1f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #12433b;
}
.cid-uWYgLa6H1f .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWYgLa6H1f .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uWYgLa6H1f .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uWYgLa6H1f .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWYgLa6H1f .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWYgLa6H1f .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uWYgLa6H1f .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWYgLa6H1f .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uWYgLa6H1f .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uWYgLa6H1f .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uWYgLa6H1f .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWYgLa6H1f .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWYgLa6H1f .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uWYgLa6H1f .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWYgLa6H1f .media-container-row .mbr-text {
  text-align: center;
}
.cid-uWYgMkNdCn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWYgMkNdCn nav.navbar {
  position: fixed;
}
.cid-uWYgMkNdCn .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-uWYgMkNdCn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWYgMkNdCn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWYgMkNdCn .dropdown-item:hover,
.cid-uWYgMkNdCn .dropdown-item:focus {
  background: #00018f !important;
  color: white !important;
}
.cid-uWYgMkNdCn .dropdown-item:hover span {
  color: white;
}
.cid-uWYgMkNdCn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWYgMkNdCn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWYgMkNdCn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWYgMkNdCn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWYgMkNdCn .nav-link {
  position: relative;
}
.cid-uWYgMkNdCn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWYgMkNdCn .container {
    flex-wrap: wrap;
  }
}
.cid-uWYgMkNdCn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWYgMkNdCn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uWYgMkNdCn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWYgMkNdCn .dropdown-menu,
.cid-uWYgMkNdCn .navbar.opened {
  background: #12433b !important;
}
.cid-uWYgMkNdCn .nav-item:focus,
.cid-uWYgMkNdCn .nav-link:focus {
  outline: none;
}
.cid-uWYgMkNdCn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWYgMkNdCn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWYgMkNdCn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWYgMkNdCn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWYgMkNdCn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWYgMkNdCn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWYgMkNdCn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #12433b;
}
.cid-uWYgMkNdCn .navbar.opened {
  transition: all 0.3s;
}
.cid-uWYgMkNdCn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWYgMkNdCn .navbar .navbar-logo img {
  width: auto;
}
.cid-uWYgMkNdCn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWYgMkNdCn .navbar.collapsed {
  justify-content: center;
}
.cid-uWYgMkNdCn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWYgMkNdCn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWYgMkNdCn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWYgMkNdCn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWYgMkNdCn .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-uWYgMkNdCn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWYgMkNdCn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWYgMkNdCn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWYgMkNdCn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWYgMkNdCn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWYgMkNdCn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWYgMkNdCn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWYgMkNdCn .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-uWYgMkNdCn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWYgMkNdCn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWYgMkNdCn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWYgMkNdCn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWYgMkNdCn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWYgMkNdCn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWYgMkNdCn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWYgMkNdCn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWYgMkNdCn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWYgMkNdCn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWYgMkNdCn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWYgMkNdCn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWYgMkNdCn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWYgMkNdCn .dropdown-item.active,
.cid-uWYgMkNdCn .dropdown-item:active {
  background-color: transparent;
}
.cid-uWYgMkNdCn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWYgMkNdCn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWYgMkNdCn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWYgMkNdCn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #12433b;
}
.cid-uWYgMkNdCn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWYgMkNdCn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWYgMkNdCn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWYgMkNdCn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWYgMkNdCn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWYgMkNdCn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #178674;
}
.cid-uWYgMkNdCn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWYgMkNdCn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYgMkNdCn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWYgMkNdCn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWYgMkNdCn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYgMkNdCn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWYgMkNdCn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWYgMkNdCn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWYgMkNdCn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWYgMkNdCn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWYgMkNdCn .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-uWYgMkNdCn .navbar {
    height: 70px;
  }
  .cid-uWYgMkNdCn .navbar.opened {
    height: auto;
  }
  .cid-uWYgMkNdCn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWYgMl4MHT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgMl4MHT .line {
  background-color: #12433b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uWYgMl4MHT .mbr-text {
  color: #e43f3f;
}
.cid-uWYgMldlYw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWYgMldlYw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWYgMldlYw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYgMldlYw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWYgMldlYw .mbr-section-title {
  color: #000000;
}
.cid-uWYgMldlYw .mbr-text,
.cid-uWYgMldlYw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWYgMldlYw .card-title {
  color: #000000;
  text-align: left;
}
.cid-uWYgMldlYw ul {
  content: none;
}
.cid-uWYgMldlYw ul li::before {
  content: "✔️";
  display: inline-block;
  margin-right: 0.2rem;
}
.cid-uWYgMlrAqi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgMlrAqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMlrAqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMlrAqi .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgMlEE97 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uWYgMlEE97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMlEE97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMlEE97 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uWYgMlEE97 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uWYgMlEE97 .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uWYgMlEE97 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWYgMlEE97 .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uWYgMlEE97 .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYgMlEE97 .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uWYgMlEE97 .social-row {
  text-align: center;
}
.cid-uWYgMlEE97 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uWYgMlEE97 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uWYgMlEE97 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uWYgMlEE97 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uWYgMlEE97 .mbr-role,
.cid-uWYgMlEE97 .social-row {
  text-align: left;
}
.cid-uWYgMlEE97 .card-title,
.cid-uWYgMlEE97 .social-row {
  text-align: right;
}
.cid-uWYgMmaKyj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgMmaKyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMmaKyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMmaKyj .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgMmo1PF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgMmo1PF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWYgMmo1PF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYgMmo1PF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWYgMmo1PF .mbr-section-title {
  color: #000000;
}
.cid-uWYgMmo1PF .mbr-text,
.cid-uWYgMmo1PF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWYgMmo1PF .card-title {
  color: #yellow;
  text-align: center;
}
.cid-uWYgMmo1PF H5 {
  color: #00018f;
  text-align: right;
}
.cid-uWYgMmFed6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uWYgMmFed6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMmFed6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMmFed6 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgMmTS4J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYgMmTS4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMmTS4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMmTS4J .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgMmTS4J .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgMn6wrA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgMn6wrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMn6wrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMn6wrA .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgMnlSqD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWYgMnlSqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMnlSqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMnlSqD .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgMnlSqD .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgMnz8B7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgMnz8B7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMnz8B7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMnz8B7 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgMnOQnS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgMnOQnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMnOQnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMnOQnS .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgMnOQnS .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgMo6BCT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgMo6BCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMo6BCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMo6BCT .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgMokGnR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uWYgMokGnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMokGnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMokGnR .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uWYgMokGnR .mbr-section-title,
.cid-uWYgMokGnR .mbr-section-subtitle {
  text-align: center;
}
.cid-uWYgMokGnR .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWYgMokGnR .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uWYgMokGnR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWYgMokGnR .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWYgMokGnR .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYgMokGnR .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWYgMokGnR .mbr-text {
  text-align: left;
}
.cid-uWYgMoDfBc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgMoDfBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMoDfBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMoDfBc .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgMoR1yn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgMoR1yn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMoR1yn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMoR1yn .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgMoR1yn .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgMp6Kjz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgMp6Kjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMp6Kjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMp6Kjz .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgMpp3tg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #12433b;
}
.cid-uWYgMpp3tg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMpp3tg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMpp3tg .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWYgMpp3tg .item-wrapper {
  background-color: #6ec7f2;
  border-radius: 4px;
}
.cid-uWYgMpp3tg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWYgMpp3tg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uWYgMpp3tg .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uWYgMpp3tg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uWYgMpp3tg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uWYgMpp3tg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWYgMpp3tg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWYgMpp3tg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWYgMpp3tg .card-subtitle {
  text-align: center;
  color: #ffe206;
}
.cid-uWYgMpp3tg .card-title {
  text-align: center;
}
.cid-uWYgMpHRCB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgMpHRCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMpHRCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMpHRCB .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgMpW27w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgMpW27w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMpW27w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWYgMpW27w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWYgMpW27w .row {
  flex-direction: row-reverse;
}
.cid-uWYgMpW27w img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWYgMpW27w .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWYgMqd60i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgMqd60i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMqd60i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMqd60i .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgMqd60i .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgMqtV9O {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #12433b;
}
.cid-uWYgMqtV9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMqtV9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWYgMqtV9O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWYgMqtV9O .row {
  flex-direction: row-reverse;
}
.cid-uWYgMqtV9O img {
  width: 100%;
}
.cid-uWYgMqICK1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgMqICK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMqICK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMqICK1 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgMr0MBf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWYgMr0MBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMr0MBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMr0MBf .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #00018f;
  margin-left: 1rem;
}
.cid-uWYgMr0MBf .panel-group {
  border: none;
}
.cid-uWYgMr0MBf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWYgMr0MBf .panel-body,
.cid-uWYgMr0MBf .card-header {
  padding: 1rem 0;
}
.cid-uWYgMr0MBf .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uWYgMr0MBf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uWYgMr0MBf .panel-text {
  color: #000000;
}
.cid-uWYgMrlGZf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgMrlGZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMrlGZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMrlGZf .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uWYgMrBIaK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #12433b;
}
.cid-uWYgMrBIaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMrBIaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMrBIaK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWYgMrBIaK .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uWYgMrBIaK .mbr-section-title {
  color: #206dcf;
}
.cid-uWYgMrBIaK .mbr-text,
.cid-uWYgMrBIaK .mbr-section-btn {
  color: #2e1d50;
}
.cid-uWYgMrSicp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uWYgMrSicp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYgMrSicp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYgMrSicp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uWYgMrSicp .mbr-section-subtitle {
  text-align: left;
}
.cid-uWYgMs9iBz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #12433b;
}
.cid-uWYgMs9iBz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWYgMs9iBz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uWYgMs9iBz .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uWYgMs9iBz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWYgMs9iBz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWYgMs9iBz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uWYgMs9iBz .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWYgMs9iBz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uWYgMs9iBz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uWYgMs9iBz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uWYgMs9iBz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWYgMs9iBz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWYgMs9iBz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uWYgMs9iBz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWYgMs9iBz .media-container-row .mbr-text {
  text-align: center;
}
