.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: #0b5a4d !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: #0b5a4d;
}
.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: #0b5a4d;
}
.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: #12433b;
}
.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: 1rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-u3L9bFVcLi .line {
  background-color: #ff8a8a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3L9bFVcLi .mbr-text {
  color: #ff9966;
}
.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: #178674;
}
.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-u3LvpVJ8s4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.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: #3aa493;
}
.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: #178674;
}
.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: #178674;
}
.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: #0b5a4d;
}
.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: #178674;
}
.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: #178674;
}
.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: #178674;
}
.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: #3aa493;
}
.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: #178674;
}
.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: #3aa493;
}
.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-uUY7Hb0Snq {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #0b5a4d;
}
.cid-uUY7Hb0Snq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUY7Hb0Snq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUY7Hb0Snq .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-u3LMOFwqmU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3aa493;
}
.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-uVeSFAZeP4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVeSFAZeP4 nav.navbar {
  position: fixed;
}
.cid-uVeSFAZeP4 .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-uVeSFAZeP4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVeSFAZeP4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVeSFAZeP4 .dropdown-item:hover,
.cid-uVeSFAZeP4 .dropdown-item:focus {
  background: #00018f !important;
  color: white !important;
}
.cid-uVeSFAZeP4 .dropdown-item:hover span {
  color: white;
}
.cid-uVeSFAZeP4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVeSFAZeP4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVeSFAZeP4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVeSFAZeP4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVeSFAZeP4 .nav-link {
  position: relative;
}
.cid-uVeSFAZeP4 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVeSFAZeP4 .container {
    flex-wrap: wrap;
  }
}
.cid-uVeSFAZeP4 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVeSFAZeP4 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVeSFAZeP4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVeSFAZeP4 .dropdown-menu,
.cid-uVeSFAZeP4 .navbar.opened {
  background: #0b5a4d !important;
}
.cid-uVeSFAZeP4 .nav-item:focus,
.cid-uVeSFAZeP4 .nav-link:focus {
  outline: none;
}
.cid-uVeSFAZeP4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVeSFAZeP4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVeSFAZeP4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVeSFAZeP4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVeSFAZeP4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVeSFAZeP4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVeSFAZeP4 .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: #0b5a4d;
}
.cid-uVeSFAZeP4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVeSFAZeP4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVeSFAZeP4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVeSFAZeP4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVeSFAZeP4 .navbar.collapsed {
  justify-content: center;
}
.cid-uVeSFAZeP4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVeSFAZeP4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVeSFAZeP4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVeSFAZeP4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVeSFAZeP4 .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-uVeSFAZeP4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVeSFAZeP4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVeSFAZeP4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVeSFAZeP4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVeSFAZeP4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVeSFAZeP4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVeSFAZeP4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVeSFAZeP4 .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-uVeSFAZeP4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVeSFAZeP4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVeSFAZeP4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVeSFAZeP4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVeSFAZeP4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVeSFAZeP4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVeSFAZeP4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVeSFAZeP4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVeSFAZeP4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVeSFAZeP4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVeSFAZeP4 .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-uVeSFAZeP4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVeSFAZeP4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVeSFAZeP4 .dropdown-item.active,
.cid-uVeSFAZeP4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVeSFAZeP4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVeSFAZeP4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVeSFAZeP4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVeSFAZeP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b5a4d;
}
.cid-uVeSFAZeP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVeSFAZeP4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVeSFAZeP4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVeSFAZeP4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVeSFAZeP4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVeSFAZeP4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12433b;
}
.cid-uVeSFAZeP4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVeSFAZeP4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVeSFAZeP4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVeSFAZeP4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVeSFAZeP4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVeSFAZeP4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVeSFAZeP4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVeSFAZeP4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVeSFAZeP4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVeSFAZeP4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVeSFAZeP4 .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-uVeSFAZeP4 .navbar {
    height: 70px;
  }
  .cid-uVeSFAZeP4 .navbar.opened {
    height: auto;
  }
  .cid-uVeSFAZeP4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVeSFBjFcF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeSFBjFcF .line {
  background-color: #ff8a8a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uVeSFBjFcF .mbr-text {
  color: #ff9966;
}
.cid-uVeSFBrLWg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVeSFBrLWg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVeSFBrLWg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVeSFBrLWg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVeSFBrLWg .mbr-section-title {
  color: #000000;
}
.cid-uVeSFBrLWg .mbr-text,
.cid-uVeSFBrLWg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVeSFBrLWg .card-title {
  color: #000000;
  text-align: left;
}
.cid-uVeSFBrLWg ul {
  content: none;
}
.cid-uVeSFBrLWg ul li::before {
  content: "✔️";
  display: inline-block;
  margin-right: 0.2rem;
}
.cid-uVeSFBGOC3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeSFBGOC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFBGOC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFBGOC3 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeSFBROAg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uVeSFBROAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFBROAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFBROAg .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uVeSFBROAg .team-card:hover {
  transform: translateY(-10px);
}
.cid-uVeSFBROAg .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uVeSFBROAg .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVeSFBROAg .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uVeSFBROAg .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVeSFBROAg .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uVeSFBROAg .social-row {
  text-align: center;
}
.cid-uVeSFBROAg .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-uVeSFBROAg .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-uVeSFBROAg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVeSFBROAg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uVeSFBROAg .mbr-role,
.cid-uVeSFBROAg .social-row {
  text-align: left;
}
.cid-uVeSFCm4nL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeSFCm4nL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFCm4nL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFCm4nL .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeSFCylAR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeSFCylAR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVeSFCylAR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVeSFCylAR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVeSFCylAR .mbr-section-title {
  color: #000000;
}
.cid-uVeSFCylAR .mbr-text,
.cid-uVeSFCylAR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVeSFCylAR .card-title {
  color: #yellow;
  text-align: center;
}
.cid-uVeSFCylAR H5 {
  color: #00018f;
  text-align: right;
}
.cid-uVeSFCNf2l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeSFCNf2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFCNf2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFCNf2l .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeSFD0PHo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVeSFD0PHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFD0PHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFD0PHo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeSFD0PHo .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeSFDdwZx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3aa493;
}
.cid-uVeSFDdwZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFDdwZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFDdwZx .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeSFDoxJC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVeSFDoxJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFDoxJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFDoxJC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeSFDoxJC .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeSFDBUL9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeSFDBUL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFDBUL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFDBUL9 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeSFDNb0b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeSFDNb0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFDNb0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFDNb0b .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeSFDNb0b .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeSFE4TJ5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeSFE4TJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFE4TJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFE4TJ5 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeSFEfr7m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uVeSFEfr7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFEfr7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFEfr7m .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uVeSFEfr7m .mbr-section-title,
.cid-uVeSFEfr7m .mbr-section-subtitle {
  text-align: center;
}
.cid-uVeSFEfr7m .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVeSFEfr7m .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uVeSFEfr7m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uVeSFEfr7m .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVeSFEfr7m .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVeSFEfr7m .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVeSFEfr7m .mbr-text {
  text-align: left;
}
.cid-uVeSFEzbzF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uVeSFEzbzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFEzbzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFEzbzF .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeSFEL72A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeSFEL72A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFEL72A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFEL72A .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeSFEL72A .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeSFEYwNs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0b5a4d;
}
.cid-uVeSFEYwNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFEYwNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFEYwNs .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeSFFcMri {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #178674;
}
.cid-uVeSFFcMri .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFFcMri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFFcMri .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVeSFFcMri .item-wrapper {
  background-color: #6ec7f2;
  border-radius: 4px;
}
.cid-uVeSFFcMri .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVeSFFcMri .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-uVeSFFcMri .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-uVeSFFcMri .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVeSFFcMri .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVeSFFcMri .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVeSFFcMri .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVeSFFcMri .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVeSFFcMri .card-subtitle {
  text-align: center;
  color: #ffe206;
}
.cid-uVeSFFcMri .card-title {
  text-align: center;
}
.cid-uVeSFFqj7H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeSFFqj7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFFqj7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFFqj7H .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeSFFDCgS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeSFFDCgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFFDCgS .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-uVeSFFDCgS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVeSFFDCgS .row {
  flex-direction: row-reverse;
}
.cid-uVeSFFDCgS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVeSFFDCgS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uVeSFFRGd7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeSFFRGd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFFRGd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFFRGd7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeSFFRGd7 .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeSFG5LaX {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #178674;
}
.cid-uVeSFG5LaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFG5LaX .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-uVeSFG5LaX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVeSFG5LaX .row {
  flex-direction: row-reverse;
}
.cid-uVeSFG5LaX img {
  width: 100%;
}
.cid-uVeSFGig6j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3aa493;
}
.cid-uVeSFGig6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFGig6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFGig6j .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeSFGyNdR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeSFGyNdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFGyNdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFGyNdR .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #00018f;
  margin-left: 1rem;
}
.cid-uVeSFGyNdR .panel-group {
  border: none;
}
.cid-uVeSFGyNdR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVeSFGyNdR .panel-body,
.cid-uVeSFGyNdR .card-header {
  padding: 1rem 0;
}
.cid-uVeSFGyNdR .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uVeSFGyNdR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uVeSFGyNdR .panel-text {
  color: #000000;
}
.cid-uVeSFGR31u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeSFGR31u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFGR31u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFGR31u .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeSFH6mS9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #3aa493;
}
.cid-uVeSFH6mS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFH6mS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFH6mS9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVeSFH6mS9 .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uVeSFH6mS9 .mbr-section-title {
  color: #206dcf;
}
.cid-uVeSFH6mS9 .mbr-text,
.cid-uVeSFH6mS9 .mbr-section-btn {
  color: #2e1d50;
}
.cid-uVeSFHlIU2 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #0b5a4d;
}
.cid-uVeSFHlIU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeSFHlIU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeSFHlIU2 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeSFHAh5J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3aa493;
}
.cid-uVeSFHAh5J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVeSFHAh5J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVeSFHAh5J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVeSFHAh5J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVeSFHAh5J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVeSFHAh5J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVeSFHAh5J .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-uVeSFHAh5J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVeSFHAh5J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVeSFHAh5J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVeSFHAh5J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVeSFHAh5J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVeSFHAh5J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVeSFHAh5J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVeSFHAh5J .media-container-row .mbr-text {
  text-align: center;
}
.cid-uVeU7b9eZq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVeU7b9eZq nav.navbar {
  position: fixed;
}
.cid-uVeU7b9eZq .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-uVeU7b9eZq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVeU7b9eZq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVeU7b9eZq .dropdown-item:hover,
.cid-uVeU7b9eZq .dropdown-item:focus {
  background: #00018f !important;
  color: white !important;
}
.cid-uVeU7b9eZq .dropdown-item:hover span {
  color: white;
}
.cid-uVeU7b9eZq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVeU7b9eZq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVeU7b9eZq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVeU7b9eZq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVeU7b9eZq .nav-link {
  position: relative;
}
.cid-uVeU7b9eZq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVeU7b9eZq .container {
    flex-wrap: wrap;
  }
}
.cid-uVeU7b9eZq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVeU7b9eZq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVeU7b9eZq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVeU7b9eZq .dropdown-menu,
.cid-uVeU7b9eZq .navbar.opened {
  background: #0b5a4d !important;
}
.cid-uVeU7b9eZq .nav-item:focus,
.cid-uVeU7b9eZq .nav-link:focus {
  outline: none;
}
.cid-uVeU7b9eZq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVeU7b9eZq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVeU7b9eZq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVeU7b9eZq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVeU7b9eZq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVeU7b9eZq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVeU7b9eZq .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: #0b5a4d;
}
.cid-uVeU7b9eZq .navbar.opened {
  transition: all 0.3s;
}
.cid-uVeU7b9eZq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVeU7b9eZq .navbar .navbar-logo img {
  width: auto;
}
.cid-uVeU7b9eZq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVeU7b9eZq .navbar.collapsed {
  justify-content: center;
}
.cid-uVeU7b9eZq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVeU7b9eZq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVeU7b9eZq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVeU7b9eZq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVeU7b9eZq .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-uVeU7b9eZq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVeU7b9eZq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVeU7b9eZq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVeU7b9eZq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVeU7b9eZq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVeU7b9eZq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVeU7b9eZq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVeU7b9eZq .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-uVeU7b9eZq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVeU7b9eZq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVeU7b9eZq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVeU7b9eZq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVeU7b9eZq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVeU7b9eZq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVeU7b9eZq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVeU7b9eZq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVeU7b9eZq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVeU7b9eZq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVeU7b9eZq .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-uVeU7b9eZq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVeU7b9eZq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVeU7b9eZq .dropdown-item.active,
.cid-uVeU7b9eZq .dropdown-item:active {
  background-color: transparent;
}
.cid-uVeU7b9eZq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVeU7b9eZq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVeU7b9eZq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVeU7b9eZq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b5a4d;
}
.cid-uVeU7b9eZq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVeU7b9eZq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVeU7b9eZq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVeU7b9eZq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVeU7b9eZq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVeU7b9eZq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12433b;
}
.cid-uVeU7b9eZq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVeU7b9eZq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVeU7b9eZq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVeU7b9eZq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVeU7b9eZq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVeU7b9eZq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVeU7b9eZq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVeU7b9eZq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVeU7b9eZq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVeU7b9eZq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVeU7b9eZq .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-uVeU7b9eZq .navbar {
    height: 70px;
  }
  .cid-uVeU7b9eZq .navbar.opened {
    height: auto;
  }
  .cid-uVeU7b9eZq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVeU7btMXI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeU7btMXI .line {
  background-color: #ff8a8a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uVeU7btMXI .mbr-text {
  color: #ff9966;
}
.cid-uVeU7bDx6S {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVeU7bDx6S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVeU7bDx6S .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVeU7bDx6S .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVeU7bDx6S .mbr-section-title {
  color: #000000;
}
.cid-uVeU7bDx6S .mbr-text,
.cid-uVeU7bDx6S .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVeU7bDx6S .card-title {
  color: #000000;
  text-align: left;
}
.cid-uVeU7bDx6S ul {
  content: none;
}
.cid-uVeU7bDx6S ul li::before {
  content: "✔️";
  display: inline-block;
  margin-right: 0.2rem;
}
.cid-uVeU7bTdG3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeU7bTdG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7bTdG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7bTdG3 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeU7c7Qkf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uVeU7c7Qkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7c7Qkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7c7Qkf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uVeU7c7Qkf .team-card:hover {
  transform: translateY(-10px);
}
.cid-uVeU7c7Qkf .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uVeU7c7Qkf .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVeU7c7Qkf .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uVeU7c7Qkf .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVeU7c7Qkf .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uVeU7c7Qkf .social-row {
  text-align: center;
}
.cid-uVeU7c7Qkf .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-uVeU7c7Qkf .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-uVeU7c7Qkf .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVeU7c7Qkf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uVeU7c7Qkf .mbr-role,
.cid-uVeU7c7Qkf .social-row {
  text-align: left;
}
.cid-uVeU7cEizx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeU7cEizx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7cEizx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7cEizx .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeU7cQI5f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeU7cQI5f .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVeU7cQI5f .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVeU7cQI5f .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVeU7cQI5f .mbr-section-title {
  color: #000000;
}
.cid-uVeU7cQI5f .mbr-text,
.cid-uVeU7cQI5f .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVeU7cQI5f .card-title {
  color: #yellow;
  text-align: center;
}
.cid-uVeU7cQI5f H5 {
  color: #00018f;
  text-align: right;
}
.cid-uVeU7d4WpZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeU7d4WpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7d4WpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7d4WpZ .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeU7dhAKq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVeU7dhAKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7dhAKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7dhAKq .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeU7dhAKq .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeU7dw9R0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3aa493;
}
.cid-uVeU7dw9R0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7dw9R0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7dw9R0 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeU7dKLzn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVeU7dKLzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7dKLzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7dKLzn .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeU7dKLzn .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeU7dW6SU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeU7dW6SU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7dW6SU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7dW6SU .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeU7e9lwb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeU7e9lwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7e9lwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7e9lwb .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeU7e9lwb .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeU7en0Zr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeU7en0Zr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7en0Zr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7en0Zr .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeU7eB5nP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uVeU7eB5nP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7eB5nP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7eB5nP .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uVeU7eB5nP .mbr-section-title,
.cid-uVeU7eB5nP .mbr-section-subtitle {
  text-align: center;
}
.cid-uVeU7eB5nP .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVeU7eB5nP .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uVeU7eB5nP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uVeU7eB5nP .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVeU7eB5nP .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVeU7eB5nP .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVeU7eB5nP .mbr-text {
  text-align: left;
}
.cid-uVeU7eUZkv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uVeU7eUZkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7eUZkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7eUZkv .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeU7f8k4A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeU7f8k4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7f8k4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7f8k4A .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeU7f8k4A .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeU7fmXUd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0b5a4d;
}
.cid-uVeU7fmXUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7fmXUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7fmXUd .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeU7fy3cd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #178674;
}
.cid-uVeU7fy3cd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7fy3cd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7fy3cd .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVeU7fy3cd .item-wrapper {
  background-color: #6ec7f2;
  border-radius: 4px;
}
.cid-uVeU7fy3cd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVeU7fy3cd .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-uVeU7fy3cd .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-uVeU7fy3cd .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVeU7fy3cd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVeU7fy3cd .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVeU7fy3cd .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVeU7fy3cd .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVeU7fy3cd .card-subtitle {
  text-align: center;
  color: #ffe206;
}
.cid-uVeU7fy3cd .card-title {
  text-align: center;
}
.cid-uVeU7fOmwn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeU7fOmwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7fOmwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7fOmwn .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeU7g1RWB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeU7g1RWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7g1RWB .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-uVeU7g1RWB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVeU7g1RWB .row {
  flex-direction: row-reverse;
}
.cid-uVeU7g1RWB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVeU7g1RWB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uVeU7ghHl2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeU7ghHl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7ghHl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7ghHl2 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeU7ghHl2 .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeU7gwFvD {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #178674;
}
.cid-uVeU7gwFvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7gwFvD .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-uVeU7gwFvD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVeU7gwFvD .row {
  flex-direction: row-reverse;
}
.cid-uVeU7gwFvD img {
  width: 100%;
}
.cid-uVeU7gK3X4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3aa493;
}
.cid-uVeU7gK3X4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7gK3X4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7gK3X4 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeU7gYaUG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeU7gYaUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7gYaUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7gYaUG .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #00018f;
  margin-left: 1rem;
}
.cid-uVeU7gYaUG .panel-group {
  border: none;
}
.cid-uVeU7gYaUG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVeU7gYaUG .panel-body,
.cid-uVeU7gYaUG .card-header {
  padding: 1rem 0;
}
.cid-uVeU7gYaUG .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uVeU7gYaUG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uVeU7gYaUG .panel-text {
  color: #000000;
}
.cid-uVeU7hiuk2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeU7hiuk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7hiuk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7hiuk2 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeU7hyMqn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #3aa493;
}
.cid-uVeU7hyMqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7hyMqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7hyMqn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVeU7hyMqn .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uVeU7hyMqn .mbr-section-title {
  color: #206dcf;
}
.cid-uVeU7hyMqn .mbr-text,
.cid-uVeU7hyMqn .mbr-section-btn {
  color: #2e1d50;
}
.cid-uVeU7hPRIO {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #0b5a4d;
}
.cid-uVeU7hPRIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeU7hPRIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeU7hPRIO .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeU7i5jpY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3aa493;
}
.cid-uVeU7i5jpY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVeU7i5jpY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVeU7i5jpY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVeU7i5jpY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVeU7i5jpY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVeU7i5jpY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVeU7i5jpY .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-uVeU7i5jpY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVeU7i5jpY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVeU7i5jpY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVeU7i5jpY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVeU7i5jpY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVeU7i5jpY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVeU7i5jpY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVeU7i5jpY .media-container-row .mbr-text {
  text-align: center;
}
.cid-uVeUn28XQ1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVeUn28XQ1 nav.navbar {
  position: fixed;
}
.cid-uVeUn28XQ1 .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-uVeUn28XQ1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVeUn28XQ1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVeUn28XQ1 .dropdown-item:hover,
.cid-uVeUn28XQ1 .dropdown-item:focus {
  background: #00018f !important;
  color: white !important;
}
.cid-uVeUn28XQ1 .dropdown-item:hover span {
  color: white;
}
.cid-uVeUn28XQ1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVeUn28XQ1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVeUn28XQ1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVeUn28XQ1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVeUn28XQ1 .nav-link {
  position: relative;
}
.cid-uVeUn28XQ1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVeUn28XQ1 .container {
    flex-wrap: wrap;
  }
}
.cid-uVeUn28XQ1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVeUn28XQ1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uVeUn28XQ1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVeUn28XQ1 .dropdown-menu,
.cid-uVeUn28XQ1 .navbar.opened {
  background: #0b5a4d !important;
}
.cid-uVeUn28XQ1 .nav-item:focus,
.cid-uVeUn28XQ1 .nav-link:focus {
  outline: none;
}
.cid-uVeUn28XQ1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVeUn28XQ1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVeUn28XQ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVeUn28XQ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVeUn28XQ1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVeUn28XQ1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVeUn28XQ1 .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: #0b5a4d;
}
.cid-uVeUn28XQ1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVeUn28XQ1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVeUn28XQ1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVeUn28XQ1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVeUn28XQ1 .navbar.collapsed {
  justify-content: center;
}
.cid-uVeUn28XQ1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVeUn28XQ1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVeUn28XQ1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVeUn28XQ1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVeUn28XQ1 .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-uVeUn28XQ1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVeUn28XQ1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVeUn28XQ1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVeUn28XQ1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVeUn28XQ1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVeUn28XQ1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVeUn28XQ1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVeUn28XQ1 .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-uVeUn28XQ1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVeUn28XQ1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVeUn28XQ1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVeUn28XQ1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVeUn28XQ1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVeUn28XQ1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVeUn28XQ1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVeUn28XQ1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVeUn28XQ1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVeUn28XQ1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVeUn28XQ1 .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-uVeUn28XQ1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVeUn28XQ1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVeUn28XQ1 .dropdown-item.active,
.cid-uVeUn28XQ1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVeUn28XQ1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVeUn28XQ1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVeUn28XQ1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVeUn28XQ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b5a4d;
}
.cid-uVeUn28XQ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVeUn28XQ1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVeUn28XQ1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVeUn28XQ1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVeUn28XQ1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVeUn28XQ1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #12433b;
}
.cid-uVeUn28XQ1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVeUn28XQ1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVeUn28XQ1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVeUn28XQ1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVeUn28XQ1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVeUn28XQ1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVeUn28XQ1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVeUn28XQ1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVeUn28XQ1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVeUn28XQ1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVeUn28XQ1 .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-uVeUn28XQ1 .navbar {
    height: 70px;
  }
  .cid-uVeUn28XQ1 .navbar.opened {
    height: auto;
  }
  .cid-uVeUn28XQ1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVeUn2qvvn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeUn2qvvn .line {
  background-color: #ff8a8a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uVeUn2qvvn .mbr-text {
  color: #ff9966;
}
.cid-uVeUn2AFPu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVeUn2AFPu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVeUn2AFPu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVeUn2AFPu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVeUn2AFPu .mbr-section-title {
  color: #000000;
}
.cid-uVeUn2AFPu .mbr-text,
.cid-uVeUn2AFPu .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVeUn2AFPu .card-title {
  color: #000000;
  text-align: left;
}
.cid-uVeUn2AFPu ul {
  content: none;
}
.cid-uVeUn2AFPu ul li::before {
  content: "✔️";
  display: inline-block;
  margin-right: 0.2rem;
}
.cid-uVeUn2PAmM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeUn2PAmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn2PAmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn2PAmM .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeUn33CsI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uVeUn33CsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn33CsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn33CsI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uVeUn33CsI .team-card:hover {
  transform: translateY(-10px);
}
.cid-uVeUn33CsI .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uVeUn33CsI .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVeUn33CsI .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uVeUn33CsI .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVeUn33CsI .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uVeUn33CsI .social-row {
  text-align: center;
}
.cid-uVeUn33CsI .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-uVeUn33CsI .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-uVeUn33CsI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVeUn33CsI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uVeUn33CsI .mbr-role,
.cid-uVeUn33CsI .social-row {
  text-align: left;
}
.cid-uVeUn3AEAz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeUn3AEAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn3AEAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn3AEAz .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeUn3KdEg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeUn3KdEg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVeUn3KdEg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVeUn3KdEg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVeUn3KdEg .mbr-section-title {
  color: #000000;
}
.cid-uVeUn3KdEg .mbr-text,
.cid-uVeUn3KdEg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVeUn3KdEg .card-title {
  color: #yellow;
  text-align: center;
}
.cid-uVeUn3KdEg H5 {
  color: #00018f;
  text-align: right;
}
.cid-uVeUn3Yvp2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeUn3Yvp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn3Yvp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn3Yvp2 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeUn4cHp3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVeUn4cHp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn4cHp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn4cHp3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeUn4cHp3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeUn4tMnc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3aa493;
}
.cid-uVeUn4tMnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn4tMnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn4tMnc .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeUn4G7Es {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVeUn4G7Es .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn4G7Es .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn4G7Es .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeUn4G7Es .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeUn4SQ18 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeUn4SQ18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn4SQ18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn4SQ18 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeUn556u7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeUn556u7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn556u7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn556u7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeUn556u7 .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeUn5jKvk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeUn5jKvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn5jKvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn5jKvk .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeUn5vEJx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uVeUn5vEJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn5vEJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn5vEJx .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uVeUn5vEJx .mbr-section-title,
.cid-uVeUn5vEJx .mbr-section-subtitle {
  text-align: center;
}
.cid-uVeUn5vEJx .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVeUn5vEJx .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uVeUn5vEJx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uVeUn5vEJx .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVeUn5vEJx .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVeUn5vEJx .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVeUn5vEJx .mbr-text {
  text-align: left;
}
.cid-uVeUn5Rnid {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #12433b;
}
.cid-uVeUn5Rnid .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn5Rnid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn5Rnid .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeUn63HZb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeUn63HZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn63HZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn63HZb .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeUn63HZb .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeUn6hm4a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0b5a4d;
}
.cid-uVeUn6hm4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn6hm4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn6hm4a .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeUn6taxJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #178674;
}
.cid-uVeUn6taxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn6taxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn6taxJ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uVeUn6taxJ .item-wrapper {
  background-color: #6ec7f2;
  border-radius: 4px;
}
.cid-uVeUn6taxJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVeUn6taxJ .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-uVeUn6taxJ .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-uVeUn6taxJ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVeUn6taxJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVeUn6taxJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uVeUn6taxJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVeUn6taxJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uVeUn6taxJ .card-subtitle {
  text-align: center;
  color: #ffe206;
}
.cid-uVeUn6taxJ .card-title {
  text-align: center;
}
.cid-uVeUn6H5nl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeUn6H5nl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn6H5nl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn6H5nl .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeUn6UYI7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeUn6UYI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn6UYI7 .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-uVeUn6UYI7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVeUn6UYI7 .row {
  flex-direction: row-reverse;
}
.cid-uVeUn6UYI7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVeUn6UYI7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uVeUn7bLUV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeUn7bLUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn7bLUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn7bLUV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVeUn7bLUV .mbr-section-subtitle {
  text-align: left;
}
.cid-uVeUn7pcaV {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #178674;
}
.cid-uVeUn7pcaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn7pcaV .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-uVeUn7pcaV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVeUn7pcaV .row {
  flex-direction: row-reverse;
}
.cid-uVeUn7pcaV img {
  width: 100%;
}
.cid-uVeUn7D9ni {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3aa493;
}
.cid-uVeUn7D9ni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn7D9ni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn7D9ni .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeUn7QNgo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVeUn7QNgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn7QNgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn7QNgo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #00018f;
  margin-left: 1rem;
}
.cid-uVeUn7QNgo .panel-group {
  border: none;
}
.cid-uVeUn7QNgo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVeUn7QNgo .panel-body,
.cid-uVeUn7QNgo .card-header {
  padding: 1rem 0;
}
.cid-uVeUn7QNgo .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uVeUn7QNgo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uVeUn7QNgo .panel-text {
  color: #000000;
}
.cid-uVeUn8bX9X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #178674;
}
.cid-uVeUn8bX9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn8bX9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn8bX9X .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeUn8rOPD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #3aa493;
}
.cid-uVeUn8rOPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn8rOPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn8rOPD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVeUn8rOPD .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uVeUn8rOPD .mbr-section-title {
  color: #206dcf;
}
.cid-uVeUn8rOPD .mbr-text,
.cid-uVeUn8rOPD .mbr-section-btn {
  color: #2e1d50;
}
.cid-uVeUn8HLBX {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #0b5a4d;
}
.cid-uVeUn8HLBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVeUn8HLBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVeUn8HLBX .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uVeUn8Wqbx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3aa493;
}
.cid-uVeUn8Wqbx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVeUn8Wqbx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVeUn8Wqbx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVeUn8Wqbx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVeUn8Wqbx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVeUn8Wqbx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVeUn8Wqbx .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-uVeUn8Wqbx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVeUn8Wqbx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVeUn8Wqbx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVeUn8Wqbx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVeUn8Wqbx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVeUn8Wqbx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVeUn8Wqbx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVeUn8Wqbx .media-container-row .mbr-text {
  text-align: center;
}
