.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Ainslie W01 Ext Demi V2';
  font-size: 5.9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.375rem;
}
.display-2 {
  font-family: 'Ainslie W01 Ext Demi V2';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Ainslie W01 Ext Demi V2';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.13rem;
    font-size: calc( 2.715rem + (5.9 - 2.715) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.715rem + (5.9 - 2.715) * ((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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #14638e !important;
}
.bg-success {
  background-color: #046831 !important;
}
.bg-info {
  background-color: #189349 !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b3b3b3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #14638e !important;
  border-color: #14638e !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: #092e42 !important;
  border-color: #092e42 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #092e42 !important;
  border-color: #092e42 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #298acc !important;
  border-color: #298acc !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: #1a5984 !important;
  border-color: #1a5984 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a5984 !important;
  border-color: #1a5984 !important;
}
.btn-info,
.btn-info:active {
  background-color: #189349 !important;
  border-color: #189349 !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: #0c4824 !important;
  border-color: #0c4824 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0c4824 !important;
  border-color: #0c4824 !important;
}
.btn-success,
.btn-success:active {
  background-color: #046831 !important;
  border-color: #046831 !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: #01150a !important;
  border-color: #01150a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #01150a !important;
  border-color: #01150a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !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: #555555 !important;
  border-color: #555555 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b3b3b3 !important;
  border-color: #b3b3b3 !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: #888888 !important;
  border-color: #888888 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #888888 !important;
  border-color: #888888 !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: #14638e;
  color: #14638e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #092e42 !important;
  background-color: transparent!important;
  border-color: #092e42 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #14638e !important;
  border-color: #14638e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #298acc;
  color: #298acc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a5984 !important;
  background-color: transparent!important;
  border-color: #1a5984 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #298acc !important;
  border-color: #298acc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #189349;
  color: #189349;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0c4824 !important;
  background-color: transparent!important;
  border-color: #0c4824 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #189349 !important;
  border-color: #189349 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #046831;
  color: #046831;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #01150a !important;
  background-color: transparent!important;
  border-color: #01150a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #046831 !important;
  border-color: #046831 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #555555 !important;
  background-color: transparent!important;
  border-color: #555555 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b3b3b3;
  color: #b3b3b3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #888888 !important;
  background-color: transparent!important;
  border-color: #888888 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
  border-color: #b3b3b3 !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: #14638e !important;
}
.text-secondary {
  color: #298acc !important;
}
.text-success {
  color: #046831 !important;
}
.text-info {
  color: #189349 !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b3b3b3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #072535 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #185177 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000603 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a3b1d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4d4d4d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #808080 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #14638e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #189349;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b3b3b3;
}
.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: #14638e;
  border-color: #14638e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #14638e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3ea9e4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #09e36b;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #49e186;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f3f3f3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #14638e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #14638e;
}
/* 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: #14638e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #14638e;
}
.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: #14638e;
  border-bottom-color: #14638e;
}
.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: #14638e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #298acc !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='%2314638e' %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-sFZemtmy6Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFZemtmy6Q nav.navbar {
  position: fixed;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFZemtmy6Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFZemtmy6Q .dropdown-item:hover,
.cid-sFZemtmy6Q .dropdown-item:focus {
  background: #14638e !important;
  color: white !important;
}
.cid-sFZemtmy6Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFZemtmy6Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFZemtmy6Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFZemtmy6Q .nav-link {
  position: relative;
}
.cid-sFZemtmy6Q .container {
  display: flex;
  margin: auto;
}
.cid-sFZemtmy6Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown-menu,
.cid-sFZemtmy6Q .navbar.opened {
  background: #ffffff !important;
}
.cid-sFZemtmy6Q .nav-item:focus,
.cid-sFZemtmy6Q .nav-link:focus {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFZemtmy6Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFZemtmy6Q .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: #ffffff;
}
.cid-sFZemtmy6Q .navbar.opened {
  transition: all 0.3s;
}
.cid-sFZemtmy6Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFZemtmy6Q .navbar .navbar-logo img {
  width: auto;
}
.cid-sFZemtmy6Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFZemtmy6Q .navbar.collapsed {
  justify-content: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFZemtmy6Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFZemtmy6Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFZemtmy6Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFZemtmy6Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFZemtmy6Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFZemtmy6Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFZemtmy6Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFZemtmy6Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFZemtmy6Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFZemtmy6Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown-item.active,
.cid-sFZemtmy6Q .dropdown-item:active {
  background-color: transparent;
}
.cid-sFZemtmy6Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFZemtmy6Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFZemtmy6Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFZemtmy6Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFZemtmy6Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #14638e;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFZemtmy6Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar {
    height: 70px;
  }
  .cid-sFZemtmy6Q .navbar.opened {
    height: auto;
  }
  .cid-sFZemtmy6Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGeA6Zym2p {
  padding-top: 9rem;
  padding-bottom: 8rem;
}
.cid-sGeA6Zym2p .mbr-section-title {
  color: #14638e;
}
.cid-sGeA6Zym2p .mbr-text,
.cid-sGeA6Zym2p .mbr-section-btn {
  color: #046831;
}
.cid-sGgeXhg3WI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGgeXhg3WI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sGgeXhg3WI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sGgeXhg3WI .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sGgeXhg3WI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sGgeXhg3WI .mbr-text,
.cid-sGgeXhg3WI .mbr-section-btn {
  color: #808080;
}
.cid-sGqqTbq9jr {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sGqqTbq9jr .mbr-text {
  color: #808080;
}
.cid-sGqqTbq9jr h4 {
  text-align: center;
}
.cid-sGqqTbq9jr p {
  text-align: center;
}
.cid-sGqqTbq9jr .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGqqTbq9jr .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sGqqTbq9jr .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sGqqTbq9jr .step:before {
  content: "";
  position: absolute;
}
.cid-sGqqTbq9jr .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sGqqTbq9jr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sGqqTbq9jr .mbr-section-title,
  .cid-sGqqTbq9jr .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sGqqTbq9jr .mbr-section-title,
.cid-sGqqTbq9jr .underline {
  color: #046831;
}
.cid-sGqqTbq9jr SPAN {
  color: #14638e;
}
.cid-sGqqTbq9jr .card-title,
.cid-sGqqTbq9jr .card-img {
  color: #14638e;
}
.cid-sGgFkxuYf0 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sGqAQXrAeo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sGqAQXrAeo img,
.cid-sGqAQXrAeo .item-img {
  height: auto;
  object-fit: contain;
}
.cid-sGqAQXrAeo .item:focus,
.cid-sGqAQXrAeo span:focus {
  outline: none;
}
.cid-sGqAQXrAeo .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-sGqAQXrAeo .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-sGqAQXrAeo .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.cid-sGqAQXrAeo .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sGqAQXrAeo .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-sGqAQXrAeo .row {
  margin-top: 5rem;
}
.cid-sGqAQXrAeo .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-sGqAQXrAeo .item-title {
  transition: 0.5s;
  text-align: center;
  color: #14638e;
}
.cid-sGqAQXrAeo .item-title:hover {
  color: #14638e;
}
.cid-sGqAQXrAeo .mbr-section-title {
  text-align: center;
  color: #046831;
}
.cid-sGqAQXrAeo .mbr-section-subtitle {
  text-align: center;
}
.cid-sHX8U6IkSm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sHX8U6IkSm .mbr-section-title {
  color: #046831;
}
.cid-sH5K0PrD5h {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sH5K0PrD5h .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sH5K0PrD5h .link-wrap {
  width: 100%;
}
.cid-sH5K0PrD5h .card-img {
  padding-bottom: 1rem;
}
.cid-sH5K0PrD5h .mbr-text,
.cid-sH5K0PrD5h .card-img {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.15s;
}
.cid-sH5K0PrD5h .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-sH5K0PrD5h .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-sH5K0PrD5h .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sH5K0PrD5h .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sH5K0PrD5h .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sH5K0PrD5h .link {
    opacity: 1;
  }
  .cid-sH5K0PrD5h .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sH5K0PrD5h .card:hover .card-wrapper:after {
    opacity: 0.9;
    background: #14638e;
  }
  .cid-sH5K0PrD5h .card:hover .link {
    opacity: 1;
  }
  .cid-sH5K0PrD5h .card:hover .mbr-text,
  .cid-sH5K0PrD5h .card:hover .card-img {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sH5K0PrD5h .card {
    padding-bottom: 1rem !important;
  }
  .cid-sH5K0PrD5h .card .link {
    opacity: 1;
  }
  .cid-sH5K0PrD5h .card .mbr-text,
  .cid-sH5K0PrD5h .card .card-img {
    opacity: 1;
  }
  .cid-sH5K0PrD5h .card-wrapper:after {
    opacity: 0.7;
    background: #14638e;
  }
}
.cid-sH5K0PrD5h .row {
  justify-content: center;
}
.cid-sH5K0PrD5h .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sH5K0PrD5h .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem !important;
  display: block;
  padding-bottom: 2rem;
}
.cid-sH5K0PrD5h .card1 {
  background-image: url("../../../assets/images/service-research-analysis-450x550.png");
}
.cid-sH5K0PrD5h .card2 {
  background-image: url("../../../assets/images/service-training-facilitation-450x550.png");
}
.cid-sH5K0PrD5h .card3 {
  background-image: url("../../../assets/images/service-consultancy-coaching-450x550.png");
}
.cid-sH5K0PrD5h .link,
.cid-sH5K0PrD5h .card-box {
  color: #ffffff;
}
.cid-sH5K0PrD5h .mbr-text,
.cid-sH5K0PrD5h .link-wrap {
  text-align: center;
}
.cid-sH5K0PrD5h .main-subtitle {
  color: #000000;
}
.cid-sH5K0PrD5h .mbr-section-subtitle {
  color: #046831;
}
.cid-sH5K0PrD5h .card-title,
.cid-sH5K0PrD5h .card-img {
  color: #14638e;
}
.cid-sH5OLBU7iP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sHMiL5Ug4K {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHMiL5Ug4K .mbr-section-title {
  color: #046831;
}
.cid-sHLwoJFIed {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHLwoJFIed .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sHLwoJFIed .card-box:focus-within {
  opacity: 1;
}
.cid-sHLwoJFIed .row-center {
  height: 100%;
}
.cid-sHLwoJFIed .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.cid-sHLwoJFIed .card-img img {
  margin: auto;
}
.cid-sHLwoJFIed .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 2.1rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-sHLwoJFIed .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #14638e;
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;
  transition-delay: 0.15s;
}
.cid-sHLwoJFIed .card-wrapper:hover .card-box,
.cid-sHLwoJFIed .card-wrapper:focus-within .card-box {
  opacity: 1;
  transition-delay: 0.15s;
}
.cid-sHLwoJFIed .card-wrapper:hover:before,
.cid-sHLwoJFIed .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-sHLwoJFIed .row {
  justify-content: center;
}
.cid-sHLwoJFIed .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-sHLwoJFIed .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-sHLwoJFIed .card-img {
    transform: translateY(-15px);
  }
  .cid-sHLwoJFIed .card-wrapper:before {
    height: 100%;
  }
}
.cid-sHMv4tm4zI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHMv4tm4zI .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sHMv4tm4zI .card-box:focus-within {
  opacity: 1;
}
.cid-sHMv4tm4zI .row-center {
  height: 100%;
}
.cid-sHMv4tm4zI .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.cid-sHMv4tm4zI .card-img img {
  margin: auto;
}
.cid-sHMv4tm4zI .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 2.1rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-sHMv4tm4zI .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #14638e;
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;
  transition-delay: 0.15s;
}
.cid-sHMv4tm4zI .card-wrapper:hover .card-box,
.cid-sHMv4tm4zI .card-wrapper:focus-within .card-box {
  opacity: 1;
  transition-delay: 0.15s;
}
.cid-sHMv4tm4zI .card-wrapper:hover:before,
.cid-sHMv4tm4zI .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-sHMv4tm4zI .row {
  justify-content: center;
}
.cid-sHMv4tm4zI .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-sHMv4tm4zI .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-sHMv4tm4zI .card-img {
    transform: translateY(-15px);
  }
  .cid-sHMv4tm4zI .card-wrapper:before {
    height: 100%;
  }
}
.cid-sHSc9x4I19 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHSc9x4I19 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sHSc9x4I19 .card-box:focus-within {
  opacity: 1;
}
.cid-sHSc9x4I19 .row-center {
  height: 100%;
}
.cid-sHSc9x4I19 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.cid-sHSc9x4I19 .card-img img {
  margin: auto;
}
.cid-sHSc9x4I19 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 2.1rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-sHSc9x4I19 .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #14638e;
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;
  transition-delay: 0.15s;
}
.cid-sHSc9x4I19 .card-wrapper:hover .card-box,
.cid-sHSc9x4I19 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transition-delay: 0.15s;
}
.cid-sHSc9x4I19 .card-wrapper:hover:before,
.cid-sHSc9x4I19 .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-sHSc9x4I19 .row {
  justify-content: center;
}
.cid-sHSc9x4I19 .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-sHSc9x4I19 .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-sHSc9x4I19 .card-img {
    transform: translateY(-15px);
  }
  .cid-sHSc9x4I19 .card-wrapper:before {
    height: 100%;
  }
}
.cid-sHMi6L1b15 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sHSqOD7Bl0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sHSqOD7Bl0 .mbr-section-title {
  color: #046831;
}
.cid-sHSrk2m1bl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f2;
}
.cid-sHSrk2m1bl .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sHSrk2m1bl .card-box:focus-within {
  opacity: 1;
}
.cid-sHSrk2m1bl .row-center {
  height: 100%;
}
.cid-sHSrk2m1bl .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sHSrk2m1bl .card-img img {
  margin: auto;
}
.cid-sHSrk2m1bl .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 5.7rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-sHSrk2m1bl .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #14638e;
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;
  transition-delay: 0.15s;
}
.cid-sHSrk2m1bl .card-wrapper:hover .card-box,
.cid-sHSrk2m1bl .card-wrapper:focus-within .card-box {
  opacity: 1;
  transition-delay: 0.15s;
}
.cid-sHSrk2m1bl .card-wrapper:hover:before,
.cid-sHSrk2m1bl .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-sHSrk2m1bl .row {
  justify-content: center;
}
.cid-sHSrk2m1bl .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-sHSrk2m1bl .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-sHSrk2m1bl .card-img {
    transform: translateY(-15px);
  }
  .cid-sHSrk2m1bl .card-wrapper:before {
    height: 100%;
  }
}
.cid-sHW5DMXotO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f2;
}
.cid-sHW5DMXotO .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sHW5DMXotO .card-box:focus-within {
  opacity: 1;
}
.cid-sHW5DMXotO .row-center {
  height: 100%;
}
.cid-sHW5DMXotO .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sHW5DMXotO .card-img img {
  margin: auto;
}
.cid-sHW5DMXotO .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 5.7rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-sHW5DMXotO .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #14638e;
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;
  transition-delay: 0.15s;
}
.cid-sHW5DMXotO .card-wrapper:hover .card-box,
.cid-sHW5DMXotO .card-wrapper:focus-within .card-box {
  opacity: 1;
  transition-delay: 0.15s;
}
.cid-sHW5DMXotO .card-wrapper:hover:before,
.cid-sHW5DMXotO .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-sHW5DMXotO .row {
  justify-content: center;
}
.cid-sHW5DMXotO .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-sHW5DMXotO .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-sHW5DMXotO .card-img {
    transform: translateY(-15px);
  }
  .cid-sHW5DMXotO .card-wrapper:before {
    height: 100%;
  }
}
.cid-sHSra6uHhY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sHWnYzlGyi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHWnYzlGyi .mbr-section-title {
  color: #046831;
}
.cid-sHWmgqtkTW {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHWmgqtkTW .mbr-section-title {
  color: #06182d;
}
.cid-sHWmgqtkTW .mbr-section-subtitle {
  color: #06182d;
}
.cid-sHWmgqtkTW .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sHWmgqtkTW .mbr-section-text {
  color: #999999;
}
.cid-sHWmgqtkTW .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-sHWmgqtkTW .carousel {
  width: 85%;
  margin: auto;
}
.cid-sHWmgqtkTW .carousel-item {
  justify-content: center;
}
.cid-sHWmgqtkTW .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sHWmgqtkTW .carousel-item .wrap-img {
  text-align: center;
}
.cid-sHWmgqtkTW .carousel-item .wrap-img img {
  transition: all 0.2s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sHWmgqtkTW .carousel-controls {
  display: flex;
  justify-content: center;
}
.cid-sHWmgqtkTW .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sHWmgqtkTW .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sHWmgqtkTW .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sHWmgqtkTW .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sHWmgqtkTW .cloneditem-1,
.cid-sHWmgqtkTW .cloneditem-2,
.cid-sHWmgqtkTW .cloneditem-3,
.cid-sHWmgqtkTW .cloneditem-4,
.cid-sHWmgqtkTW .cloneditem-5 {
  display: none;
}
.cid-sHWmgqtkTW .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sHWmgqtkTW .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sHWmgqtkTW .carousel-inner {
    opacity: 0.8;
  }
  .cid-sHWmgqtkTW .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sHWmgqtkTW .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sHWmgqtkTW .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sHWmgqtkTW .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHWmgqtkTW .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides2 .cloneditem-1,
  .cid-sHWmgqtkTW .carousel-inner.slides2 .cloneditem-2,
  .cid-sHWmgqtkTW .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sHWmgqtkTW .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sHWmgqtkTW .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sHWmgqtkTW .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sHWmgqtkTW .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHWmgqtkTW .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides3 .cloneditem-1,
  .cid-sHWmgqtkTW .carousel-inner.slides3 .cloneditem-2,
  .cid-sHWmgqtkTW .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sHWmgqtkTW .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sHWmgqtkTW .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sHWmgqtkTW .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sHWmgqtkTW .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHWmgqtkTW .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides4 .cloneditem-1,
  .cid-sHWmgqtkTW .carousel-inner.slides4 .cloneditem-2,
  .cid-sHWmgqtkTW .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sHWmgqtkTW .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sHWmgqtkTW .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sHWmgqtkTW .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sHWmgqtkTW .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHWmgqtkTW .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides5 .cloneditem-1,
  .cid-sHWmgqtkTW .carousel-inner.slides5 .cloneditem-2,
  .cid-sHWmgqtkTW .carousel-inner.slides5 .cloneditem-3,
  .cid-sHWmgqtkTW .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sHWmgqtkTW .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sHWmgqtkTW .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sHWmgqtkTW .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sHWmgqtkTW .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHWmgqtkTW .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sHWmgqtkTW .carousel-inner.slides6 .cloneditem-1,
  .cid-sHWmgqtkTW .carousel-inner.slides6 .cloneditem-2,
  .cid-sHWmgqtkTW .carousel-inner.slides6 .cloneditem-3,
  .cid-sHWmgqtkTW .carousel-inner.slides6 .cloneditem-4,
  .cid-sHWmgqtkTW .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sHWmgqtkTW .carousel-control-prev {
  position: absolute !important;
  left: -50px !important;
}
.cid-sHWmgqtkTW .carousel-control-next {
  position: absolute !important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-sHWmgqtkTW .carousel-control-prev {
    left: -10px !important;
  }
  .cid-sHWmgqtkTW .carousel-control-next {
    right: -10px !important;
  }
}
.cid-sHWmgqtkTW .mbr-section-title,
.cid-sHWmgqtkTW .col {
  color: #046831;
}
.cid-sHWnoYsG9k {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sGf414Q4uM {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #1fb554;
}
.cid-sGf414Q4uM .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sGf414Q4uM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sGf414Q4uM .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sGf414Q4uM .btn-primary {
  border: 1px solid #14638e !important;
}
.cid-sGf414Q4uM .btn-primary:hover {
  border: 1px solid #14638e !important;
}
.cid-sGf414Q4uM .stripe {
  border-bottom: 1px solid #f2f2f2;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sGf414Q4uM .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-sGf414Q4uM .input-group-btn {
  padding-left: 0;
}
.cid-sGf414Q4uM .form-control {
  background: #ffffff;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 30px;
}
.cid-sGf414Q4uM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f2f2f2;
  width: 85%;
}
.cid-sGf414Q4uM .mbr-text {
  color: #444;
}
.cid-sGf414Q4uM h5 {
  margin-bottom: 0;
}
.cid-sGf414Q4uM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sGf414Q4uM .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGf414Q4uM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sGf414Q4uM .socicon {
  font-size: 1.3rem;
  background: #f2f2f2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGf414Q4uM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sGf414Q4uM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sGf414Q4uM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGf414Q4uM .social-list a:hover {
  opacity: 0.4;
}
.cid-sGf414Q4uM .media-container-row > div {
  padding: 0px;
}
.cid-sGf414Q4uM .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sGf414Q4uM .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-sGf414Q4uM .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGf414Q4uM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sGf414Q4uM .social-list,
  .cid-sGf414Q4uM .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGf414Q4uM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sGf414Q4uM .form-group {
    max-width: 180px;
  }
}
.cid-sGf414Q4uM .links span {
  color: #9e9e9e;
}
.cid-sGf414Q4uM .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-sGf414Q4uM .logo-title {
  text-align: center;
}
.cid-sGf414Q4uM .logo-title,
.cid-sGf414Q4uM .logo {
  color: #ffffff;
}
.cid-sGfxETUxwR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #1fb554;
  overflow: hidden;
}
.cid-sGfxETUxwR .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sFZemtmy6Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFZemtmy6Q nav.navbar {
  position: fixed;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFZemtmy6Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFZemtmy6Q .dropdown-item:hover,
.cid-sFZemtmy6Q .dropdown-item:focus {
  background: #14638e !important;
  color: white !important;
}
.cid-sFZemtmy6Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFZemtmy6Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFZemtmy6Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFZemtmy6Q .nav-link {
  position: relative;
}
.cid-sFZemtmy6Q .container {
  display: flex;
  margin: auto;
}
.cid-sFZemtmy6Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown-menu,
.cid-sFZemtmy6Q .navbar.opened {
  background: #ffffff !important;
}
.cid-sFZemtmy6Q .nav-item:focus,
.cid-sFZemtmy6Q .nav-link:focus {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFZemtmy6Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFZemtmy6Q .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: #ffffff;
}
.cid-sFZemtmy6Q .navbar.opened {
  transition: all 0.3s;
}
.cid-sFZemtmy6Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFZemtmy6Q .navbar .navbar-logo img {
  width: auto;
}
.cid-sFZemtmy6Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFZemtmy6Q .navbar.collapsed {
  justify-content: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFZemtmy6Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFZemtmy6Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFZemtmy6Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFZemtmy6Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFZemtmy6Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFZemtmy6Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFZemtmy6Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFZemtmy6Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFZemtmy6Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFZemtmy6Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown-item.active,
.cid-sFZemtmy6Q .dropdown-item:active {
  background-color: transparent;
}
.cid-sFZemtmy6Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFZemtmy6Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFZemtmy6Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFZemtmy6Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFZemtmy6Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #14638e;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFZemtmy6Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar {
    height: 70px;
  }
  .cid-sFZemtmy6Q .navbar.opened {
    height: auto;
  }
  .cid-sFZemtmy6Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJhgMzlvEM {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-sJhgMzlvEM .mbr-section-title {
  color: #14638e;
}
.cid-sJhgMzlvEM .mbr-text,
.cid-sJhgMzlvEM .mbr-section-btn {
  color: #046831;
}
.cid-sIe5ZNpwia {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIe5ZNpwia .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sIe5ZNpwia .row {
  flex-direction: row-reverse;
}
.cid-sIe5ZNpwia img {
  width: 100%;
}
.cid-sIe5ZNpwia .mbr-description {
  color: #046831;
}
.cid-sIe2yXupWW {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIe2yXupWW .line {
  background-color: #14638e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sIe2yXupWW .mbr-text {
  color: #808080;
}
.cid-sIeCApgUNS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sIeCApgUNS .mbr-section-title {
  color: #046831;
}
.cid-sIe5im7NQ4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sIe5im7NQ4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIe5im7NQ4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIe5im7NQ4 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sIe5im7NQ4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIe5im7NQ4 .mbr-text,
.cid-sIe5im7NQ4 .mbr-section-btn {
  color: #808080;
}
.cid-sIeHFujE8n {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sIeHFujE8n .row {
  flex-direction: row-reverse;
}
.cid-sIeHFujE8n .img-wrap {
  position: relative;
}
.cid-sIeHFujE8n .round-block {
  background: #39937c;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  transition: box-shadow 1s;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sIeHFujE8n .round-block .wrapper {
  vertical-align: middle;
}
.cid-sIeHFujE8n .round-block .wrapper .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sIeHFujE8n .mbr-text,
.cid-sIeHFujE8n .mbr-section-btn {
  color: #232323;
}
.cid-sIeHFujE8n .mbr-section-title {
  color: #046831;
  margin-bottom: 30px;
}
.cid-sIeHFujE8n .buttons-wrap .link {
  display: flex;
}
.cid-sIeHFujE8n .list {
  list-style: none;
  text-align: left;
  color: #808080;
}
.cid-sIeHFujE8n .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-sIeHFujE8n .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #14638e;
}
@media (max-width: 768px) {
  .cid-sIeHFujE8n * {
    text-align: center;
  }
  .cid-sIeHFujE8n .buttons-wrap {
    justify-content: center;
  }
  .cid-sIeHFujE8n .round-block {
    position: relative;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
.cid-sIeSDAqaiv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sIeSDAqaiv .mbr-section-title {
  color: #046831;
}
.cid-sIeUpB1z4y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sIeUpB1z4y .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIeUpB1z4y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIeUpB1z4y .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sIeUpB1z4y .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIeUpB1z4y .mbr-text,
.cid-sIeUpB1z4y .mbr-section-btn {
  color: #808080;
}
.cid-sIkSTRhxiZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sIkSTRhxiZ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sIkSTRhxiZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIkSTRhxiZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIkSTRhxiZ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sIkSTRhxiZ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIkSTRhxiZ .mbr-text,
.cid-sIkSTRhxiZ .mbr-section-btn {
  color: #808080;
}
.cid-sIkVsze8kQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sIkVsze8kQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIkVsze8kQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIkVsze8kQ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sIkVsze8kQ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIkVsze8kQ .mbr-text,
.cid-sIkVsze8kQ .mbr-section-btn {
  color: #808080;
}
.cid-sIl3B8C4Qd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sIl3B8C4Qd .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sIl3B8C4Qd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIl3B8C4Qd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIl3B8C4Qd .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sIl3B8C4Qd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIl3B8C4Qd .mbr-text,
.cid-sIl3B8C4Qd .mbr-section-btn {
  color: #808080;
}
.cid-sIl5Qf7TEn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sIl5Qf7TEn .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIl5Qf7TEn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIl5Qf7TEn .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sIl5Qf7TEn .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIl5Qf7TEn .mbr-text,
.cid-sIl5Qf7TEn .mbr-section-btn {
  color: #808080;
}
.cid-sIl9QGDVIu {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sIl9QGDVIu .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sIl9QGDVIu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIl9QGDVIu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIl9QGDVIu .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sIl9QGDVIu .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIl9QGDVIu .mbr-text,
.cid-sIl9QGDVIu .mbr-section-btn {
  color: #808080;
}
.cid-sIlMi4FUvo {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sIlMi4FUvo .mbr-text {
  color: #808080;
}
.cid-sIlMi4FUvo h4 {
  text-align: center;
}
.cid-sIlMi4FUvo p {
  text-align: center;
}
.cid-sIlMi4FUvo .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIlMi4FUvo .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sIlMi4FUvo .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sIlMi4FUvo .step:before {
  content: "";
  position: absolute;
}
.cid-sIlMi4FUvo .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sIlMi4FUvo .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sIlMi4FUvo .mbr-section-title,
  .cid-sIlMi4FUvo .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sIlMi4FUvo .mbr-section-title,
.cid-sIlMi4FUvo .underline {
  color: #046831;
}
.cid-sIlMi4FUvo SPAN {
  color: #14638e;
}
.cid-sIlMi4FUvo .card-title,
.cid-sIlMi4FUvo .card-img {
  color: #14638e;
}
.cid-sIAYmDwUAq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sIAYmDwUAq img,
.cid-sIAYmDwUAq .item-img {
  height: auto;
  object-fit: contain;
}
.cid-sIAYmDwUAq .item:focus,
.cid-sIAYmDwUAq span:focus {
  outline: none;
}
.cid-sIAYmDwUAq .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-sIAYmDwUAq .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-sIAYmDwUAq .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.cid-sIAYmDwUAq .item-wrapper {
  position: relative;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sIAYmDwUAq .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-sIAYmDwUAq .row {
  margin-top: 5rem;
}
.cid-sIAYmDwUAq .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-sIAYmDwUAq .item-title {
  transition: 0.5s;
  text-align: center;
  color: #14638e;
}
.cid-sIAYmDwUAq .item-title:hover {
  color: #14638e;
}
.cid-sIAYmDwUAq .mbr-section-title {
  text-align: center;
  color: #046831;
}
.cid-sIAYmDwUAq .mbr-section-subtitle {
  text-align: center;
}
.cid-sIBqSNAiQS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIBqSNAiQS .mbr-section-title {
  color: #046831;
}
.cid-sIBq5uLi0M {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sIBq5uLi0M img {
  width: 120px;
  margin: auto;
}
.cid-sIBq5uLi0M .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.9;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sIBq5uLi0M .card {
    max-width: 12.5%;
  }
}
.cid-sIC4c3oUMq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIC4c3oUMq img {
  width: 120px;
  margin: auto;
}
.cid-sIC4c3oUMq .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.9;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sIC4c3oUMq .card {
    max-width: 12.5%;
  }
}
.cid-sKjpYiI7hn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKjpYiI7hn img {
  width: 120px;
  margin: auto;
}
.cid-sKjpYiI7hn .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.9;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKjpYiI7hn .card {
    max-width: 12.5%;
  }
}
.cid-sICnkGHPHg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sICnkGHPHg img {
  width: 120px;
  margin: auto;
}
.cid-sICnkGHPHg .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.9;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sICnkGHPHg .card {
    max-width: 12.5%;
  }
}
.cid-sKpxp2gAT4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKpxp2gAT4 .mbr-section-title {
  color: #808080;
}
.cid-sKpxp2gAT4 .mbr-section-subtitle {
  color: #14638e;
}
.cid-sIBr2nv3Dn {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sQb0xYNNxJ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #1fb554;
}
.cid-sQb0xYNNxJ .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sQb0xYNNxJ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sQb0xYNNxJ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sQb0xYNNxJ .btn-primary {
  border: 1px solid #14638e !important;
}
.cid-sQb0xYNNxJ .btn-primary:hover {
  border: 1px solid #14638e !important;
}
.cid-sQb0xYNNxJ .stripe {
  border-bottom: 1px solid #f2f2f2;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sQb0xYNNxJ .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-sQb0xYNNxJ .input-group-btn {
  padding-left: 0;
}
.cid-sQb0xYNNxJ .form-control {
  background: #ffffff;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 30px;
}
.cid-sQb0xYNNxJ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f2f2f2;
  width: 85%;
}
.cid-sQb0xYNNxJ .mbr-text {
  color: #444;
}
.cid-sQb0xYNNxJ h5 {
  margin-bottom: 0;
}
.cid-sQb0xYNNxJ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sQb0xYNNxJ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQb0xYNNxJ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sQb0xYNNxJ .socicon {
  font-size: 1.3rem;
  background: #f2f2f2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQb0xYNNxJ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sQb0xYNNxJ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sQb0xYNNxJ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sQb0xYNNxJ .social-list a:hover {
  opacity: 0.4;
}
.cid-sQb0xYNNxJ .media-container-row > div {
  padding: 0px;
}
.cid-sQb0xYNNxJ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sQb0xYNNxJ .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-sQb0xYNNxJ .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQb0xYNNxJ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sQb0xYNNxJ .social-list,
  .cid-sQb0xYNNxJ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQb0xYNNxJ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sQb0xYNNxJ .form-group {
    max-width: 180px;
  }
}
.cid-sQb0xYNNxJ .links span {
  color: #9e9e9e;
}
.cid-sQb0xYNNxJ .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-sQb0xYNNxJ .logo-title {
  text-align: center;
}
.cid-sQb0xYNNxJ .logo-title,
.cid-sQb0xYNNxJ .logo {
  color: #ffffff;
}
.cid-sGfxETUxwR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #1fb554;
  overflow: hidden;
}
.cid-sGfxETUxwR .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sFZemtmy6Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFZemtmy6Q nav.navbar {
  position: fixed;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFZemtmy6Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFZemtmy6Q .dropdown-item:hover,
.cid-sFZemtmy6Q .dropdown-item:focus {
  background: #14638e !important;
  color: white !important;
}
.cid-sFZemtmy6Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFZemtmy6Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFZemtmy6Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFZemtmy6Q .nav-link {
  position: relative;
}
.cid-sFZemtmy6Q .container {
  display: flex;
  margin: auto;
}
.cid-sFZemtmy6Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown-menu,
.cid-sFZemtmy6Q .navbar.opened {
  background: #ffffff !important;
}
.cid-sFZemtmy6Q .nav-item:focus,
.cid-sFZemtmy6Q .nav-link:focus {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFZemtmy6Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFZemtmy6Q .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: #ffffff;
}
.cid-sFZemtmy6Q .navbar.opened {
  transition: all 0.3s;
}
.cid-sFZemtmy6Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFZemtmy6Q .navbar .navbar-logo img {
  width: auto;
}
.cid-sFZemtmy6Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFZemtmy6Q .navbar.collapsed {
  justify-content: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFZemtmy6Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFZemtmy6Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFZemtmy6Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFZemtmy6Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFZemtmy6Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFZemtmy6Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFZemtmy6Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFZemtmy6Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFZemtmy6Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFZemtmy6Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown-item.active,
.cid-sFZemtmy6Q .dropdown-item:active {
  background-color: transparent;
}
.cid-sFZemtmy6Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFZemtmy6Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFZemtmy6Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFZemtmy6Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFZemtmy6Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #14638e;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFZemtmy6Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar {
    height: 70px;
  }
  .cid-sFZemtmy6Q .navbar.opened {
    height: auto;
  }
  .cid-sFZemtmy6Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJhgUhTZo1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-sJhgUhTZo1 .mbr-section-title {
  color: #14638e;
}
.cid-sJhgUhTZo1 .mbr-text,
.cid-sJhgUhTZo1 .mbr-section-btn {
  color: #046831;
}
.cid-sICHRkakhC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sICHRkakhC .line {
  background-color: #14638e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sICHRkakhC .mbr-text {
  color: #808080;
}
.cid-sICK3UDTeT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sICK3UDTeT .mbr-section-title {
  color: #046831;
}
.cid-sIZo6Y73iu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sIZo6Y73iu .img-wrap {
  position: relative;
}
.cid-sIZo6Y73iu .round-block {
  background: #39937c;
  width: 266px;
  height: 266px;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  transition: box-shadow 1s;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sIZo6Y73iu .round-block .wrapper {
  vertical-align: middle;
}
.cid-sIZo6Y73iu .round-block .wrapper .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sIZo6Y73iu .mbr-text,
.cid-sIZo6Y73iu .mbr-section-btn {
  color: #232323;
}
.cid-sIZo6Y73iu .mbr-section-title {
  color: #14638e;
  margin-bottom: 30px;
  text-align: center;
}
.cid-sIZo6Y73iu .buttons-wrap .link {
  display: flex;
}
.cid-sIZo6Y73iu .list {
  list-style: none;
  text-align: left;
  color: #808080;
}
.cid-sIZo6Y73iu .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-sIZo6Y73iu .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #14638e;
}
@media (max-width: 768px) {
  .cid-sIZo6Y73iu * {
    text-align: center;
  }
  .cid-sIZo6Y73iu .buttons-wrap {
    justify-content: center;
  }
  .cid-sIZo6Y73iu .round-block {
    position: relative;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
.cid-sIZo6Y73iu .mbr-text,
.cid-sIZo6Y73iu .mbr-section-btn,
.cid-sIZo6Y73iu .list li {
  color: #808080;
}
.cid-sIZxNaRndn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sIZxNaRndn .row {
  flex-direction: row-reverse;
}
.cid-sIZxNaRndn .img-wrap {
  position: relative;
}
.cid-sIZxNaRndn .round-block {
  background: #39937c;
  width: 266px;
  height: 266px;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  transition: box-shadow 1s;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sIZxNaRndn .round-block .wrapper {
  vertical-align: middle;
}
.cid-sIZxNaRndn .round-block .wrapper .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sIZxNaRndn .mbr-text,
.cid-sIZxNaRndn .mbr-section-btn {
  color: #232323;
}
.cid-sIZxNaRndn .mbr-section-title {
  color: #14638e;
  margin-bottom: 30px;
  text-align: center;
}
.cid-sIZxNaRndn .buttons-wrap .link {
  display: flex;
}
.cid-sIZxNaRndn .list {
  list-style: none;
  text-align: left;
  color: #808080;
}
.cid-sIZxNaRndn .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-sIZxNaRndn .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #14638e;
}
@media (max-width: 768px) {
  .cid-sIZxNaRndn * {
    text-align: center;
  }
  .cid-sIZxNaRndn .buttons-wrap {
    justify-content: center;
  }
  .cid-sIZxNaRndn .round-block {
    position: relative;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
.cid-sIZxNaRndn .mbr-text,
.cid-sIZxNaRndn .mbr-section-btn,
.cid-sIZxNaRndn .list li {
  color: #808080;
}
.cid-sIZxQmIQ2t {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sIZxQmIQ2t .img-wrap {
  position: relative;
}
.cid-sIZxQmIQ2t .round-block {
  background: #39937c;
  width: 266px;
  height: 266px;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  transition: box-shadow 1s;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sIZxQmIQ2t .round-block .wrapper {
  vertical-align: middle;
}
.cid-sIZxQmIQ2t .round-block .wrapper .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sIZxQmIQ2t .mbr-text,
.cid-sIZxQmIQ2t .mbr-section-btn {
  color: #232323;
}
.cid-sIZxQmIQ2t .mbr-section-title {
  color: #14638e;
  margin-bottom: 30px;
}
.cid-sIZxQmIQ2t .buttons-wrap .link {
  display: flex;
}
.cid-sIZxQmIQ2t .list {
  list-style: none;
  text-align: left;
  color: #808080;
}
.cid-sIZxQmIQ2t .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-sIZxQmIQ2t .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #14638e;
}
@media (max-width: 768px) {
  .cid-sIZxQmIQ2t * {
    text-align: center;
  }
  .cid-sIZxQmIQ2t .buttons-wrap {
    justify-content: center;
  }
  .cid-sIZxQmIQ2t .round-block {
    position: relative;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
.cid-sIZxQmIQ2t .mbr-text,
.cid-sIZxQmIQ2t .mbr-section-btn,
.cid-sIZxQmIQ2t .list li {
  color: #808080;
}
.cid-sJ4asWj7gl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sJ4asWj7gl .nav-tabs .nav-item.open .nav-link:focus,
.cid-sJ4asWj7gl .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sJ4asWj7gl .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 2px solid rgba(20, 99, 142, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sJ4asWj7gl .nav-item {
    width: 100%;
    margin: 0;
    color: #808080;
  }
}
.cid-sJ4asWj7gl .nav-item .nav-link {
  color: #808080;
  border-bottom: 3px solid transparent !important;
}
.cid-sJ4asWj7gl .nav-item .nav-link.active {
  color: #14638e;
  border-bottom: 3px solid #14638e !important;
}
.cid-sJ4asWj7gl .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
}
.cid-sJ4asWj7gl .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sJ4asWj7gl .nav-link,
.cid-sJ4asWj7gl .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sJ4asWj7gl .tab-content .tab-pane .row {
  flex-direction: row-reverse;
}
.cid-sJ4asWj7gl .mbr-text,
.cid-sJ4asWj7gl .mbr-section-btn {
  color: #232323;
}
.cid-sJ4asWj7gl .mbr-section-title {
  color: #046831;
}
.cid-sJ4asWj7gl .buttons-wrap .link {
  display: flex;
}
.cid-sJ4asWj7gl .list {
  list-style: none;
}
.cid-sJ4asWj7gl .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-sJ4asWj7gl .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #14638e;
}
@media (max-width: 768px) {
  .cid-sJ4asWj7gl * {
    text-align: center;
  }
  .cid-sJ4asWj7gl .buttons-wrap {
    justify-content: center;
  }
  .cid-sJ4asWj7gl img {
    margin-bottom: 20px;
  }
}
.cid-sJ4asWj7gl .tab-content .tab-pane .mbr-section-title,
.cid-sJ4asWj7gl .tab-content .tab-pane .list li {
  color: #14638e;
}
.cid-sJ4asWj7gl .tab-content .tab-pane .list,
.cid-sJ4asWj7gl .tab-content .tab-pane .list li {
  color: #808080;
}
.cid-sJ9YPDXmsp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sJ9YPDXmsp .mbr-section-title {
  color: #046831;
}
.cid-sJ9WEJn4KV {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sJ9WEJn4KV img {
  width: 120px;
  margin: auto;
}
.cid-sJ9WEJn4KV .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sJ9WEJn4KV .card {
    max-width: 12.5%;
  }
}
.cid-sLPp3j7WzW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLPp3j7WzW .mbr-section-title {
  color: #046831;
}
.cid-sLPonRXIGh {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLPonRXIGh p {
  line-height: 1.6;
}
.cid-sLPonRXIGh .card-box {
  width: -webkit-fill-available;
}
.cid-sLPonRXIGh .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sLPonRXIGh .card-img .img1 {
  color: #4caee5 !important;
}
.cid-sLPonRXIGh .card-img .img2 {
  color: #298acc !important;
}
.cid-sLPonRXIGh .card-img .img3 {
  color: #4caee5 !important;
}
.cid-sLPonRXIGh .card-img .img4 {
  color: #298acc !important;
}
.cid-sLPonRXIGh .card-img .img5 {
  color: #4caee5 !important;
}
.cid-sLPonRXIGh .card-img .img6 {
  color: #298acc !important;
}
.cid-sLPonRXIGh .mbr-iconfont {
  font-size: 2rem !important;
}
.cid-sLPonRXIGh .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sLPonRXIGh .card {
  height: 100%;
  margin: auto;
}
.cid-sLPonRXIGh img {
  width: 100%;
  heigth: auto;
}
.cid-sLPonRXIGh .card-title1 {
  color: #14638e;
}
.cid-sLPonRXIGh .mbr-text1 {
  color: #808080;
}
.cid-sLPonRXIGh .card-title2 {
  color: #57468b;
}
.cid-sLPonRXIGh .mbr-text2 {
  color: #808080;
}
@media (max-width: 576px) {
  .cid-sLPonRXIGh .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sLPonRXIGh .card-img {
    order: 1;
  }
  .cid-sLPonRXIGh .card-box {
    order: 2;
  }
}
.cid-sLPonRXIGh .card-img {
  width: auto;
}
.cid-sLQcFDyV8K {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sLQcFDyV8K .mbr-section-title {
  color: #046831;
}
.cid-sLQaYtGfXj {
  padding-top: 15px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #f2f2f2, #f2f2f2);
}
.cid-sLQaYtGfXj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLQaYtGfXj .carousel-item.active,
.cid-sLQaYtGfXj .carousel-item-next,
.cid-sLQaYtGfXj .carousel-item-prev {
  display: flex;
}
.cid-sLQaYtGfXj .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-sLQaYtGfXj .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 1.2rem;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #14638e;
  opacity: .9;
}
.cid-sLQaYtGfXj .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sLQaYtGfXj .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
}
.cid-sLQaYtGfXj .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sLQaYtGfXj .mbr-iconfont {
  font-size: 3rem;
  position: absolute;
  opacity: 0.4;
  color: #4caee5;
}
.cid-sLQaYtGfXj .mbr-iconfont.left-top {
  top: 0;
  left: 0;
}
.cid-sLQaYtGfXj .mbr-iconfont.right-bottom {
  bottom: 1rem;
  right: 0;
}
.cid-sLQaYtGfXj .user_text {
  color: #767676;
  position: relative;
}
@media (min-width: 768px) {
  .cid-sLQaYtGfXj .user_text p {
    padding: 1rem 4rem;
  }
}
@media (max-width: 230px) {
  .cid-sLQaYtGfXj .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sLQaYtGfXj .user_text > p {
  color: #808080;
}
.cid-sLQaYtGfXj .user_name {
  color: #808080;
}
.cid-sLQaYtGfXj .user_desk {
  color: #808080;
}
.cid-sJa3pIU2Qb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJa3pIU2Qb .mbr-section-title {
  color: #046831;
}
.cid-sJg1iBJrol {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJg1iBJrol img {
  width: 120px;
  margin: auto;
}
.cid-sJg1iBJrol .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.9;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sJg1iBJrol .card {
    max-width: 12.5%;
  }
}
.cid-sJg1rvvubx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJg1rvvubx img {
  width: 120px;
  margin: auto;
}
.cid-sJg1rvvubx .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.9;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sJg1rvvubx .card {
    max-width: 12.5%;
  }
}
.cid-sKpyVkPadC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKpyVkPadC .mbr-section-title {
  color: #808080;
}
.cid-sKpyVkPadC .mbr-section-subtitle {
  color: #14638e;
}
.cid-sJg1sscfSp {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sQb0Fxs0R5 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #1fb554;
}
.cid-sQb0Fxs0R5 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sQb0Fxs0R5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sQb0Fxs0R5 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sQb0Fxs0R5 .btn-primary {
  border: 1px solid #14638e !important;
}
.cid-sQb0Fxs0R5 .btn-primary:hover {
  border: 1px solid #14638e !important;
}
.cid-sQb0Fxs0R5 .stripe {
  border-bottom: 1px solid #f2f2f2;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sQb0Fxs0R5 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-sQb0Fxs0R5 .input-group-btn {
  padding-left: 0;
}
.cid-sQb0Fxs0R5 .form-control {
  background: #ffffff;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 30px;
}
.cid-sQb0Fxs0R5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f2f2f2;
  width: 85%;
}
.cid-sQb0Fxs0R5 .mbr-text {
  color: #444;
}
.cid-sQb0Fxs0R5 h5 {
  margin-bottom: 0;
}
.cid-sQb0Fxs0R5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sQb0Fxs0R5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQb0Fxs0R5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sQb0Fxs0R5 .socicon {
  font-size: 1.3rem;
  background: #f2f2f2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQb0Fxs0R5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sQb0Fxs0R5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sQb0Fxs0R5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sQb0Fxs0R5 .social-list a:hover {
  opacity: 0.4;
}
.cid-sQb0Fxs0R5 .media-container-row > div {
  padding: 0px;
}
.cid-sQb0Fxs0R5 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sQb0Fxs0R5 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-sQb0Fxs0R5 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQb0Fxs0R5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sQb0Fxs0R5 .social-list,
  .cid-sQb0Fxs0R5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQb0Fxs0R5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sQb0Fxs0R5 .form-group {
    max-width: 180px;
  }
}
.cid-sQb0Fxs0R5 .links span {
  color: #9e9e9e;
}
.cid-sQb0Fxs0R5 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-sQb0Fxs0R5 .logo-title {
  text-align: center;
}
.cid-sQb0Fxs0R5 .logo-title,
.cid-sQb0Fxs0R5 .logo {
  color: #ffffff;
}
.cid-sGfxETUxwR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #1fb554;
  overflow: hidden;
}
.cid-sGfxETUxwR .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sFZemtmy6Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFZemtmy6Q nav.navbar {
  position: fixed;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFZemtmy6Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFZemtmy6Q .dropdown-item:hover,
.cid-sFZemtmy6Q .dropdown-item:focus {
  background: #14638e !important;
  color: white !important;
}
.cid-sFZemtmy6Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFZemtmy6Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFZemtmy6Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFZemtmy6Q .nav-link {
  position: relative;
}
.cid-sFZemtmy6Q .container {
  display: flex;
  margin: auto;
}
.cid-sFZemtmy6Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown-menu,
.cid-sFZemtmy6Q .navbar.opened {
  background: #ffffff !important;
}
.cid-sFZemtmy6Q .nav-item:focus,
.cid-sFZemtmy6Q .nav-link:focus {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFZemtmy6Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFZemtmy6Q .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: #ffffff;
}
.cid-sFZemtmy6Q .navbar.opened {
  transition: all 0.3s;
}
.cid-sFZemtmy6Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFZemtmy6Q .navbar .navbar-logo img {
  width: auto;
}
.cid-sFZemtmy6Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFZemtmy6Q .navbar.collapsed {
  justify-content: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFZemtmy6Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFZemtmy6Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFZemtmy6Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFZemtmy6Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFZemtmy6Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFZemtmy6Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFZemtmy6Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFZemtmy6Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFZemtmy6Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFZemtmy6Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown-item.active,
.cid-sFZemtmy6Q .dropdown-item:active {
  background-color: transparent;
}
.cid-sFZemtmy6Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFZemtmy6Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFZemtmy6Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFZemtmy6Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFZemtmy6Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #14638e;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFZemtmy6Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar {
    height: 70px;
  }
  .cid-sFZemtmy6Q .navbar.opened {
    height: auto;
  }
  .cid-sFZemtmy6Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJhgZTUr1D {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-sJhgZTUr1D .mbr-section-title {
  color: #14638e;
}
.cid-sJhgZTUr1D .mbr-text,
.cid-sJhgZTUr1D .mbr-section-btn {
  color: #046831;
}
.cid-sJggeTm6mu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJggeTm6mu .line {
  background-color: #14638e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sJggeTm6mu .mbr-text {
  color: #808080;
}
.cid-sJDqNmIblJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sJDqNmIblJ .mbr-section-title {
  color: #046831;
}
.cid-sJDqNmIblJ .mbr-section-subtitle {
  color: #14638e;
}
.cid-sJJsy3PJo4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sJJsy3PJo4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJJsy3PJo4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJJsy3PJo4 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJJsy3PJo4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJJsy3PJo4 .mbr-text,
.cid-sJJsy3PJo4 .mbr-section-btn {
  color: #808080;
}
.cid-sJJy64ExbX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sJJy64ExbX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sJJy64ExbX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJJy64ExbX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJJy64ExbX .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJJy64ExbX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJJy64ExbX .mbr-text,
.cid-sJJy64ExbX .mbr-section-btn {
  color: #808080;
}
.cid-sJDn6foJSv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sJDn6foJSv .mbr-text {
  color: #808080;
}
.cid-sJDn6foJSv h4 {
  text-align: center;
}
.cid-sJDn6foJSv p {
  text-align: center;
}
.cid-sJDn6foJSv .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJDn6foJSv .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sJDn6foJSv .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sJDn6foJSv .step:before {
  content: "";
  position: absolute;
}
.cid-sJDn6foJSv .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sJDn6foJSv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sJDn6foJSv .mbr-section-title,
  .cid-sJDn6foJSv .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sJDn6foJSv .mbr-section-title,
.cid-sJDn6foJSv .underline {
  color: #046831;
}
.cid-sJDn6foJSv SPAN {
  color: #14638e;
}
.cid-sJDn6foJSv .card-title,
.cid-sJDn6foJSv .card-img {
  color: #14638e;
}
.cid-sJDruOvn0e {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sJKg270RlO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJKg270RlO .mbr-section-title {
  color: #046831;
}
.cid-sJKg270RlO .mbr-section-subtitle {
  color: #14638e;
}
.cid-sJKgDaeNDS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJKgDaeNDS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJKgDaeNDS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJKgDaeNDS .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJKgDaeNDS .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJKgDaeNDS .mbr-text,
.cid-sJKgDaeNDS .mbr-section-btn {
  color: #808080;
}
.cid-sJKijppVDF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJKijppVDF .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sJKijppVDF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJKijppVDF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJKijppVDF .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJKijppVDF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJKijppVDF .mbr-text,
.cid-sJKijppVDF .mbr-section-btn {
  color: #808080;
}
.cid-sJKjpbSABy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJKjpbSABy .mbr-text {
  color: #808080;
}
.cid-sJKjpbSABy h4 {
  text-align: center;
}
.cid-sJKjpbSABy p {
  text-align: center;
}
.cid-sJKjpbSABy .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJKjpbSABy .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sJKjpbSABy .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sJKjpbSABy .step:before {
  content: "";
  position: absolute;
}
.cid-sJKjpbSABy .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sJKjpbSABy .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sJKjpbSABy .mbr-section-title,
  .cid-sJKjpbSABy .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sJKjpbSABy .mbr-section-title,
.cid-sJKjpbSABy .underline {
  color: #046831;
}
.cid-sJKjpbSABy SPAN {
  color: #14638e;
}
.cid-sJKjpbSABy .card-title,
.cid-sJKjpbSABy .card-img {
  color: #14638e;
}
.cid-sJKjq1byRr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sJPPE1fjBd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sJPPE1fjBd .mbr-section-title {
  color: #046831;
}
.cid-sJPPE1fjBd .mbr-section-subtitle {
  color: #14638e;
}
.cid-sJPPR8I7ci {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sJPPR8I7ci .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJPPR8I7ci .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJPPR8I7ci .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJPPR8I7ci .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJPPR8I7ci .mbr-text,
.cid-sJPPR8I7ci .mbr-section-btn {
  color: #808080;
}
.cid-sJPXLRQY8s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sJPXLRQY8s .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sJPXLRQY8s .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJPXLRQY8s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJPXLRQY8s .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJPXLRQY8s .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJPXLRQY8s .mbr-text,
.cid-sJPXLRQY8s .mbr-section-btn {
  color: #808080;
}
.cid-sJPXRVfyn2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sJPXRVfyn2 .mbr-text {
  color: #808080;
}
.cid-sJPXRVfyn2 h4 {
  text-align: center;
}
.cid-sJPXRVfyn2 p {
  text-align: center;
}
.cid-sJPXRVfyn2 .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJPXRVfyn2 .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sJPXRVfyn2 .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sJPXRVfyn2 .step:before {
  content: "";
  position: absolute;
}
.cid-sJPXRVfyn2 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sJPXRVfyn2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sJPXRVfyn2 .mbr-section-title,
  .cid-sJPXRVfyn2 .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sJPXRVfyn2 .mbr-section-title,
.cid-sJPXRVfyn2 .underline {
  color: #046831;
}
.cid-sJPXRVfyn2 SPAN {
  color: #14638e;
}
.cid-sJPXRVfyn2 .card-title,
.cid-sJPXRVfyn2 .card-img {
  color: #14638e;
}
.cid-sJPXSHQybF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sJULfFPC7G {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJULfFPC7G .mbr-section-title {
  color: #046831;
}
.cid-sJULfFPC7G .mbr-section-subtitle {
  color: #14638e;
}
.cid-sJUM3PBYTG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJUM3PBYTG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJUM3PBYTG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJUM3PBYTG .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJUM3PBYTG .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJUM3PBYTG .mbr-text,
.cid-sJUM3PBYTG .mbr-section-btn {
  color: #808080;
}
.cid-sJUV7mUPjy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJUV7mUPjy .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sJUV7mUPjy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJUV7mUPjy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJUV7mUPjy .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJUV7mUPjy .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJUV7mUPjy .mbr-text,
.cid-sJUV7mUPjy .mbr-section-btn {
  color: #808080;
}
.cid-sJV6xSSDli {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJV6xSSDli .mbr-text {
  color: #808080;
}
.cid-sJV6xSSDli h4 {
  text-align: center;
}
.cid-sJV6xSSDli p {
  text-align: center;
}
.cid-sJV6xSSDli .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJV6xSSDli .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sJV6xSSDli .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sJV6xSSDli .step:before {
  content: "";
  position: absolute;
}
.cid-sJV6xSSDli .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sJV6xSSDli .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sJV6xSSDli .mbr-section-title,
  .cid-sJV6xSSDli .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sJV6xSSDli .mbr-section-title,
.cid-sJV6xSSDli .underline {
  color: #046831;
}
.cid-sJV6xSSDli SPAN {
  color: #14638e;
}
.cid-sJV6xSSDli .card-title,
.cid-sJV6xSSDli .card-img {
  color: #14638e;
}
.cid-sJV6yxLdkc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sJVMO1F9W2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sJVMO1F9W2 .mbr-section-title {
  color: #046831;
}
.cid-sJVMO1F9W2 .mbr-section-subtitle {
  color: #14638e;
}
.cid-sJVN7e91dh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sJVN7e91dh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJVN7e91dh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJVN7e91dh .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJVN7e91dh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJVN7e91dh .mbr-text,
.cid-sJVN7e91dh .mbr-section-btn {
  color: #808080;
}
.cid-sJVYhiD05w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sJVYhiD05w .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sJVYhiD05w .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJVYhiD05w .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJVYhiD05w .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJVYhiD05w .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJVYhiD05w .mbr-text,
.cid-sJVYhiD05w .mbr-section-btn {
  color: #808080;
}
.cid-sJWf6xK1ru {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sJWf6xK1ru .mbr-text {
  color: #808080;
}
.cid-sJWf6xK1ru h4 {
  text-align: center;
}
.cid-sJWf6xK1ru p {
  text-align: center;
}
.cid-sJWf6xK1ru .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJWf6xK1ru .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sJWf6xK1ru .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sJWf6xK1ru .step:before {
  content: "";
  position: absolute;
}
.cid-sJWf6xK1ru .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sJWf6xK1ru .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sJWf6xK1ru .mbr-section-title,
  .cid-sJWf6xK1ru .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sJWf6xK1ru .mbr-section-title,
.cid-sJWf6xK1ru .underline {
  color: #046831;
}
.cid-sJWf6xK1ru SPAN {
  color: #14638e;
}
.cid-sJWf6xK1ru .card-title,
.cid-sJWf6xK1ru .card-img {
  color: #14638e;
}
.cid-sJWgxxGz2B {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sJWmhZ56Cz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJWmhZ56Cz .mbr-section-title {
  color: #046831;
}
.cid-sJWmhZ56Cz .mbr-section-subtitle {
  color: #14638e;
}
.cid-sJWmzNddUh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJWmzNddUh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJWmzNddUh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJWmzNddUh .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJWmzNddUh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJWmzNddUh .mbr-text,
.cid-sJWmzNddUh .mbr-section-btn {
  color: #808080;
}
.cid-sJWrwiwxeH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJWrwiwxeH .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sJWrwiwxeH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJWrwiwxeH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJWrwiwxeH .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sJWrwiwxeH .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJWrwiwxeH .mbr-text,
.cid-sJWrwiwxeH .mbr-section-btn {
  color: #808080;
}
.cid-sJWzWXfAW5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJWzWXfAW5 .mbr-text {
  color: #808080;
}
.cid-sJWzWXfAW5 h4 {
  text-align: center;
}
.cid-sJWzWXfAW5 p {
  text-align: center;
}
.cid-sJWzWXfAW5 .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJWzWXfAW5 .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sJWzWXfAW5 .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sJWzWXfAW5 .step:before {
  content: "";
  position: absolute;
}
.cid-sJWzWXfAW5 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sJWzWXfAW5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sJWzWXfAW5 .mbr-section-title,
  .cid-sJWzWXfAW5 .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sJWzWXfAW5 .mbr-section-title,
.cid-sJWzWXfAW5 .underline {
  color: #046831;
}
.cid-sJWzWXfAW5 SPAN {
  color: #14638e;
}
.cid-sJWzWXfAW5 .card-title,
.cid-sJWzWXfAW5 .card-img {
  color: #14638e;
}
.cid-sJWzXLKYjx {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sK0N5rMgbd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sK0N5rMgbd .mbr-section-title {
  color: #046831;
}
.cid-sK0N5rMgbd .mbr-section-subtitle {
  color: #14638e;
}
.cid-sK0NzpO3Vv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sK0NzpO3Vv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sK0NzpO3Vv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sK0NzpO3Vv .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sK0NzpO3Vv .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sK0NzpO3Vv .mbr-text,
.cid-sK0NzpO3Vv .mbr-section-btn {
  color: #808080;
}
.cid-sK0UHxTL3I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sK0UHxTL3I .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sK0UHxTL3I .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sK0UHxTL3I .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sK0UHxTL3I .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sK0UHxTL3I .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sK0UHxTL3I .mbr-text,
.cid-sK0UHxTL3I .mbr-section-btn {
  color: #808080;
}
.cid-sK1caLpcDc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sK1caLpcDc .mbr-text {
  color: #808080;
}
.cid-sK1caLpcDc h4 {
  text-align: center;
}
.cid-sK1caLpcDc p {
  text-align: center;
}
.cid-sK1caLpcDc .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sK1caLpcDc .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sK1caLpcDc .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sK1caLpcDc .step:before {
  content: "";
  position: absolute;
}
.cid-sK1caLpcDc .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sK1caLpcDc .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sK1caLpcDc .mbr-section-title,
  .cid-sK1caLpcDc .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sK1caLpcDc .mbr-section-title,
.cid-sK1caLpcDc .underline {
  color: #046831;
}
.cid-sK1caLpcDc SPAN {
  color: #14638e;
}
.cid-sK1caLpcDc .card-title,
.cid-sK1caLpcDc .card-img {
  color: #14638e;
}
.cid-sK1cbtXzOP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sKcxW1GkRR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKcxW1GkRR .mbr-section-title {
  color: #046831;
}
.cid-sKcxW1GkRR .mbr-section-subtitle {
  color: #14638e;
}
.cid-sKcyci1yzq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKcyci1yzq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKcyci1yzq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKcyci1yzq .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKcyci1yzq .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKcyci1yzq .mbr-text,
.cid-sKcyci1yzq .mbr-section-btn {
  color: #808080;
}
.cid-sKcH2sIXvX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKcH2sIXvX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sKcH2sIXvX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKcH2sIXvX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKcH2sIXvX .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKcH2sIXvX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKcH2sIXvX .mbr-text,
.cid-sKcH2sIXvX .mbr-section-btn {
  color: #808080;
}
.cid-sKcSSx4l7f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKcSSx4l7f .mbr-text {
  color: #808080;
}
.cid-sKcSSx4l7f h4 {
  text-align: center;
}
.cid-sKcSSx4l7f p {
  text-align: center;
}
.cid-sKcSSx4l7f .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKcSSx4l7f .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sKcSSx4l7f .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sKcSSx4l7f .step:before {
  content: "";
  position: absolute;
}
.cid-sKcSSx4l7f .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sKcSSx4l7f .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sKcSSx4l7f .mbr-section-title,
  .cid-sKcSSx4l7f .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sKcSSx4l7f .mbr-section-title,
.cid-sKcSSx4l7f .underline {
  color: #046831;
}
.cid-sKcSSx4l7f SPAN {
  color: #14638e;
}
.cid-sKcSSx4l7f .card-title,
.cid-sKcSSx4l7f .card-img {
  color: #14638e;
}
.cid-sKcSTy1Ygt {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sKdkjmvcxF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sKdkjmvcxF .mbr-section-title {
  color: #046831;
}
.cid-sKdkjmvcxF .mbr-section-subtitle {
  color: #14638e;
}
.cid-sKdkDPPSla {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sKdkDPPSla .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKdkDPPSla .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKdkDPPSla .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKdkDPPSla .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKdkDPPSla .mbr-text,
.cid-sKdkDPPSla .mbr-section-btn {
  color: #808080;
}
.cid-sKdqxeTsBS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sKdqxeTsBS .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sKdqxeTsBS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKdqxeTsBS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKdqxeTsBS .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKdqxeTsBS .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKdqxeTsBS .mbr-text,
.cid-sKdqxeTsBS .mbr-section-btn {
  color: #808080;
}
.cid-sKdKIuMJgl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sKdKIuMJgl .mbr-text {
  color: #808080;
}
.cid-sKdKIuMJgl h4 {
  text-align: center;
}
.cid-sKdKIuMJgl p {
  text-align: center;
}
.cid-sKdKIuMJgl .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKdKIuMJgl .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sKdKIuMJgl .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sKdKIuMJgl .step:before {
  content: "";
  position: absolute;
}
.cid-sKdKIuMJgl .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sKdKIuMJgl .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sKdKIuMJgl .mbr-section-title,
  .cid-sKdKIuMJgl .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sKdKIuMJgl .mbr-section-title,
.cid-sKdKIuMJgl .underline {
  color: #046831;
}
.cid-sKdKIuMJgl SPAN {
  color: #14638e;
}
.cid-sKdKIuMJgl .card-title,
.cid-sKdKIuMJgl .card-img {
  color: #14638e;
}
.cid-sKdKJhi4M3 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sKidAJHIck {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKidAJHIck .mbr-section-title {
  color: #046831;
}
.cid-sKidAJHIck .mbr-section-subtitle {
  color: #14638e;
}
.cid-sKidSXHPZG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKidSXHPZG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKidSXHPZG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKidSXHPZG .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKidSXHPZG .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKidSXHPZG .mbr-text,
.cid-sKidSXHPZG .mbr-section-btn {
  color: #808080;
}
.cid-sKikzoryfq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKikzoryfq .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sKikzoryfq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKikzoryfq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKikzoryfq .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKikzoryfq .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKikzoryfq .mbr-text,
.cid-sKikzoryfq .mbr-section-btn {
  color: #808080;
}
.cid-sKiBzVoH6c {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKiBzVoH6c .mbr-text {
  color: #808080;
}
.cid-sKiBzVoH6c h4 {
  text-align: center;
}
.cid-sKiBzVoH6c p {
  text-align: center;
}
.cid-sKiBzVoH6c .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKiBzVoH6c .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sKiBzVoH6c .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sKiBzVoH6c .step:before {
  content: "";
  position: absolute;
}
.cid-sKiBzVoH6c .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sKiBzVoH6c .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sKiBzVoH6c .mbr-section-title,
  .cid-sKiBzVoH6c .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sKiBzVoH6c .mbr-section-title,
.cid-sKiBzVoH6c .underline {
  color: #046831;
}
.cid-sKiBzVoH6c SPAN {
  color: #14638e;
}
.cid-sKiBzVoH6c .card-title,
.cid-sKiBzVoH6c .card-img {
  color: #14638e;
}
.cid-sKiBAKjXM4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sKjGRwEaWy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sKjGRwEaWy .mbr-section-title {
  color: #046831;
}
.cid-sKjGRwEaWy .mbr-section-subtitle {
  color: #14638e;
}
.cid-sKjJw7eB3x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sKjJw7eB3x .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKjJw7eB3x .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKjJw7eB3x .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKjJw7eB3x .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKjJw7eB3x .mbr-text,
.cid-sKjJw7eB3x .mbr-section-btn {
  color: #808080;
}
.cid-sKk1d3chJk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sKk1d3chJk .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sKk1d3chJk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKk1d3chJk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKk1d3chJk .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKk1d3chJk .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKk1d3chJk .mbr-text,
.cid-sKk1d3chJk .mbr-section-btn {
  color: #808080;
}
.cid-sKkdWjygz0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sKkdWjygz0 .mbr-text {
  color: #808080;
}
.cid-sKkdWjygz0 h4 {
  text-align: center;
}
.cid-sKkdWjygz0 p {
  text-align: center;
}
.cid-sKkdWjygz0 .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKkdWjygz0 .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sKkdWjygz0 .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sKkdWjygz0 .step:before {
  content: "";
  position: absolute;
}
.cid-sKkdWjygz0 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sKkdWjygz0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sKkdWjygz0 .mbr-section-title,
  .cid-sKkdWjygz0 .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sKkdWjygz0 .mbr-section-title,
.cid-sKkdWjygz0 .underline {
  color: #046831;
}
.cid-sKkdWjygz0 SPAN {
  color: #14638e;
}
.cid-sKkdWjygz0 .card-title,
.cid-sKkdWjygz0 .card-img {
  color: #14638e;
}
.cid-sKkdXmvGxj {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sKoOsIgCre {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKoOsIgCre .mbr-section-title {
  color: #046831;
}
.cid-sKoOsIgCre .mbr-section-subtitle {
  color: #14638e;
}
.cid-sKoRYcVm4J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKoRYcVm4J .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKoRYcVm4J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKoRYcVm4J .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKoRYcVm4J .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKoRYcVm4J .mbr-text,
.cid-sKoRYcVm4J .mbr-section-btn {
  color: #808080;
}
.cid-sKp1PdcUs5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKp1PdcUs5 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sKp1PdcUs5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKp1PdcUs5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKp1PdcUs5 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKp1PdcUs5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKp1PdcUs5 .mbr-text,
.cid-sKp1PdcUs5 .mbr-section-btn {
  color: #808080;
}
.cid-sKplTrTYbE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKplTrTYbE .mbr-text {
  color: #808080;
}
.cid-sKplTrTYbE h4 {
  text-align: center;
}
.cid-sKplTrTYbE p {
  text-align: center;
}
.cid-sKplTrTYbE .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKplTrTYbE .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sKplTrTYbE .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #4CAEE5;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sKplTrTYbE .step:before {
  content: "";
  position: absolute;
}
.cid-sKplTrTYbE .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sKplTrTYbE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #14638e, #298acc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sKplTrTYbE .mbr-section-title,
  .cid-sKplTrTYbE .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sKplTrTYbE .mbr-section-title,
.cid-sKplTrTYbE .underline {
  color: #046831;
}
.cid-sKplTrTYbE SPAN {
  color: #14638e;
}
.cid-sKplTrTYbE .card-title,
.cid-sKplTrTYbE .card-img {
  color: #14638e;
}
.cid-sKplUkkPDw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sKprZBntTY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKprZBntTY .mbr-section-title {
  color: #808080;
}
.cid-sKprZBntTY .mbr-section-subtitle {
  color: #14638e;
}
.cid-sJgjnHCsJk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sQb0MkQyZj {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #1fb554;
}
.cid-sQb0MkQyZj .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sQb0MkQyZj .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sQb0MkQyZj .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sQb0MkQyZj .btn-primary {
  border: 1px solid #14638e !important;
}
.cid-sQb0MkQyZj .btn-primary:hover {
  border: 1px solid #14638e !important;
}
.cid-sQb0MkQyZj .stripe {
  border-bottom: 1px solid #f2f2f2;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sQb0MkQyZj .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-sQb0MkQyZj .input-group-btn {
  padding-left: 0;
}
.cid-sQb0MkQyZj .form-control {
  background: #ffffff;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 30px;
}
.cid-sQb0MkQyZj .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f2f2f2;
  width: 85%;
}
.cid-sQb0MkQyZj .mbr-text {
  color: #444;
}
.cid-sQb0MkQyZj h5 {
  margin-bottom: 0;
}
.cid-sQb0MkQyZj .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sQb0MkQyZj .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQb0MkQyZj .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sQb0MkQyZj .socicon {
  font-size: 1.3rem;
  background: #f2f2f2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQb0MkQyZj .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sQb0MkQyZj .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sQb0MkQyZj .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sQb0MkQyZj .social-list a:hover {
  opacity: 0.4;
}
.cid-sQb0MkQyZj .media-container-row > div {
  padding: 0px;
}
.cid-sQb0MkQyZj .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sQb0MkQyZj .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-sQb0MkQyZj .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQb0MkQyZj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sQb0MkQyZj .social-list,
  .cid-sQb0MkQyZj .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQb0MkQyZj h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sQb0MkQyZj .form-group {
    max-width: 180px;
  }
}
.cid-sQb0MkQyZj .links span {
  color: #9e9e9e;
}
.cid-sQb0MkQyZj .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-sQb0MkQyZj .logo-title {
  text-align: center;
}
.cid-sQb0MkQyZj .logo-title,
.cid-sQb0MkQyZj .logo {
  color: #ffffff;
}
.cid-sGfxETUxwR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #1fb554;
  overflow: hidden;
}
.cid-sGfxETUxwR .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sFZemtmy6Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFZemtmy6Q nav.navbar {
  position: fixed;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFZemtmy6Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFZemtmy6Q .dropdown-item:hover,
.cid-sFZemtmy6Q .dropdown-item:focus {
  background: #14638e !important;
  color: white !important;
}
.cid-sFZemtmy6Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFZemtmy6Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFZemtmy6Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFZemtmy6Q .nav-link {
  position: relative;
}
.cid-sFZemtmy6Q .container {
  display: flex;
  margin: auto;
}
.cid-sFZemtmy6Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown-menu,
.cid-sFZemtmy6Q .navbar.opened {
  background: #ffffff !important;
}
.cid-sFZemtmy6Q .nav-item:focus,
.cid-sFZemtmy6Q .nav-link:focus {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFZemtmy6Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFZemtmy6Q .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: #ffffff;
}
.cid-sFZemtmy6Q .navbar.opened {
  transition: all 0.3s;
}
.cid-sFZemtmy6Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFZemtmy6Q .navbar .navbar-logo img {
  width: auto;
}
.cid-sFZemtmy6Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFZemtmy6Q .navbar.collapsed {
  justify-content: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFZemtmy6Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFZemtmy6Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFZemtmy6Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFZemtmy6Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFZemtmy6Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFZemtmy6Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFZemtmy6Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFZemtmy6Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFZemtmy6Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFZemtmy6Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown-item.active,
.cid-sFZemtmy6Q .dropdown-item:active {
  background-color: transparent;
}
.cid-sFZemtmy6Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFZemtmy6Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFZemtmy6Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFZemtmy6Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFZemtmy6Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #14638e;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFZemtmy6Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar {
    height: 70px;
  }
  .cid-sFZemtmy6Q .navbar.opened {
    height: auto;
  }
  .cid-sFZemtmy6Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJhh7IkPh0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-sJhh7IkPh0 .mbr-section-title {
  color: #14638e;
}
.cid-sJhh7IkPh0 .mbr-text,
.cid-sJhh7IkPh0 .mbr-section-btn {
  color: #046831;
}
.cid-sJgjzEgQJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJgjzEgQJK .line {
  background-color: #14638e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sJgjzEgQJK .mbr-text {
  color: #808080;
}
.cid-sKA0QpFRVs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sKA0QpFRVs .mbr-section-title {
  color: #046831;
}
.cid-sKA0QpFRVs .mbr-section-subtitle {
  color: #14638e;
}
.cid-sKA1ek0ZFE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sKA1ek0ZFE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKA1ek0ZFE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKA1ek0ZFE .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKA1ek0ZFE .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKA1ek0ZFE .mbr-text,
.cid-sKA1ek0ZFE .mbr-section-btn {
  color: #808080;
}
.cid-sKA1ek0ZFE .mbr-section-title {
  color: #808080;
}
.cid-sKAbdnmPB5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKAbdnmPB5 .mbr-section-title {
  color: #046831;
}
.cid-sKAbdnmPB5 .mbr-section-subtitle {
  color: #14638e;
}
.cid-sKAc6U5llR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKAc6U5llR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKAc6U5llR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKAc6U5llR .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKAc6U5llR .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKAc6U5llR .mbr-text,
.cid-sKAc6U5llR .mbr-section-btn {
  color: #808080;
}
.cid-sKAc6U5llR .mbr-section-title {
  color: #808080;
}
.cid-sKAgsWSlIG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sKAgsWSlIG .mbr-section-title {
  color: #046831;
}
.cid-sKAgsWSlIG .mbr-section-subtitle {
  color: #14638e;
}
.cid-sKAoW679IF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sKAoW679IF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKAoW679IF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKAoW679IF .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKAoW679IF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKAoW679IF .mbr-text,
.cid-sKAoW679IF .mbr-section-btn {
  color: #808080;
}
.cid-sKAoW679IF .mbr-section-title {
  color: #808080;
}
.cid-sKAzzCZFZY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKAzzCZFZY .mbr-section-title {
  color: #046831;
}
.cid-sKAzzCZFZY .mbr-section-subtitle {
  color: #14638e;
}
.cid-sKAB5kMWFz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKAB5kMWFz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKAB5kMWFz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKAB5kMWFz .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKAB5kMWFz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKAB5kMWFz .mbr-text,
.cid-sKAB5kMWFz .mbr-section-btn {
  color: #808080;
}
.cid-sKAB5kMWFz .mbr-section-title {
  color: #808080;
}
.cid-sKAGZO7zZl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sKAGZO7zZl .mbr-section-title {
  color: #046831;
}
.cid-sKAGZO7zZl .mbr-section-subtitle {
  color: #14638e;
}
.cid-sKAHmQQDep {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sKAHmQQDep .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKAHmQQDep .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKAHmQQDep .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKAHmQQDep .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKAHmQQDep .mbr-text,
.cid-sKAHmQQDep .mbr-section-btn {
  color: #808080;
}
.cid-sKAHmQQDep .mbr-section-title {
  color: #808080;
}
.cid-sKAK8b9CWJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKAK8b9CWJ .mbr-section-title {
  color: #046831;
}
.cid-sKAK8b9CWJ .mbr-section-subtitle {
  color: #14638e;
}
.cid-sKALoDM69t {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKALoDM69t .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKALoDM69t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sKALoDM69t .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sKALoDM69t .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKALoDM69t .mbr-text,
.cid-sKALoDM69t .mbr-section-btn {
  color: #808080;
}
.cid-sKALoDM69t .mbr-section-title {
  color: #808080;
}
.cid-sKpEOEC7GT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKpEOEC7GT .mbr-section-title {
  color: #808080;
}
.cid-sKpEOEC7GT .mbr-section-subtitle {
  color: #14638e;
}
.cid-sJgjAdsPr1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sQb0QIhKkK {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #1fb554;
}
.cid-sQb0QIhKkK .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sQb0QIhKkK .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sQb0QIhKkK .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sQb0QIhKkK .btn-primary {
  border: 1px solid #14638e !important;
}
.cid-sQb0QIhKkK .btn-primary:hover {
  border: 1px solid #14638e !important;
}
.cid-sQb0QIhKkK .stripe {
  border-bottom: 1px solid #f2f2f2;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sQb0QIhKkK .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-sQb0QIhKkK .input-group-btn {
  padding-left: 0;
}
.cid-sQb0QIhKkK .form-control {
  background: #ffffff;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 30px;
}
.cid-sQb0QIhKkK .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f2f2f2;
  width: 85%;
}
.cid-sQb0QIhKkK .mbr-text {
  color: #444;
}
.cid-sQb0QIhKkK h5 {
  margin-bottom: 0;
}
.cid-sQb0QIhKkK .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sQb0QIhKkK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQb0QIhKkK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sQb0QIhKkK .socicon {
  font-size: 1.3rem;
  background: #f2f2f2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQb0QIhKkK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sQb0QIhKkK .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sQb0QIhKkK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sQb0QIhKkK .social-list a:hover {
  opacity: 0.4;
}
.cid-sQb0QIhKkK .media-container-row > div {
  padding: 0px;
}
.cid-sQb0QIhKkK .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sQb0QIhKkK .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-sQb0QIhKkK .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQb0QIhKkK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sQb0QIhKkK .social-list,
  .cid-sQb0QIhKkK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQb0QIhKkK h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sQb0QIhKkK .form-group {
    max-width: 180px;
  }
}
.cid-sQb0QIhKkK .links span {
  color: #9e9e9e;
}
.cid-sQb0QIhKkK .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-sQb0QIhKkK .logo-title {
  text-align: center;
}
.cid-sQb0QIhKkK .logo-title,
.cid-sQb0QIhKkK .logo {
  color: #ffffff;
}
.cid-sGfxETUxwR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #1fb554;
  overflow: hidden;
}
.cid-sGfxETUxwR .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sFZemtmy6Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFZemtmy6Q nav.navbar {
  position: fixed;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFZemtmy6Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFZemtmy6Q .dropdown-item:hover,
.cid-sFZemtmy6Q .dropdown-item:focus {
  background: #14638e !important;
  color: white !important;
}
.cid-sFZemtmy6Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFZemtmy6Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFZemtmy6Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFZemtmy6Q .nav-link {
  position: relative;
}
.cid-sFZemtmy6Q .container {
  display: flex;
  margin: auto;
}
.cid-sFZemtmy6Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown-menu,
.cid-sFZemtmy6Q .navbar.opened {
  background: #ffffff !important;
}
.cid-sFZemtmy6Q .nav-item:focus,
.cid-sFZemtmy6Q .nav-link:focus {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFZemtmy6Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFZemtmy6Q .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: #ffffff;
}
.cid-sFZemtmy6Q .navbar.opened {
  transition: all 0.3s;
}
.cid-sFZemtmy6Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFZemtmy6Q .navbar .navbar-logo img {
  width: auto;
}
.cid-sFZemtmy6Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFZemtmy6Q .navbar.collapsed {
  justify-content: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFZemtmy6Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFZemtmy6Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFZemtmy6Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFZemtmy6Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFZemtmy6Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFZemtmy6Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFZemtmy6Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFZemtmy6Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFZemtmy6Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFZemtmy6Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown-item.active,
.cid-sFZemtmy6Q .dropdown-item:active {
  background-color: transparent;
}
.cid-sFZemtmy6Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFZemtmy6Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFZemtmy6Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFZemtmy6Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFZemtmy6Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #14638e;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFZemtmy6Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar {
    height: 70px;
  }
  .cid-sFZemtmy6Q .navbar.opened {
    height: auto;
  }
  .cid-sFZemtmy6Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJgmlmnRNr {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-sJgmlmnRNr .mbr-section-title {
  color: #14638e;
}
.cid-sJgmlmnRNr .mbr-text,
.cid-sJgmlmnRNr .mbr-section-btn {
  color: #046831;
}
.cid-sJgmmT6xPg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJgmmT6xPg .line {
  background-color: #14638e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sJgmmT6xPg .mbr-text {
  color: #808080;
}
.cid-sJgoUnR0l5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-sJgoUnR0l5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sJgoUnR0l5 .form-control,
.cid-sJgoUnR0l5 .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ffffff;
  border-color: #14638e;
  color: #808080;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-sJgoUnR0l5 .form-control::-webkit-input-placeholder,
.cid-sJgoUnR0l5 .field-input::-webkit-input-placeholder,
.cid-sJgoUnR0l5 .form-control::-webkit-input-placeholder,
.cid-sJgoUnR0l5 .field-input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.cid-sJgoUnR0l5 .form-control:-moz-placeholder,
.cid-sJgoUnR0l5 .field-input:-moz-placeholder,
.cid-sJgoUnR0l5 .form-control:-moz-placeholder,
.cid-sJgoUnR0l5 .field-input:-moz-placeholder {
  color: #b3b3b3;
}
.cid-sJgoUnR0l5 .form-control:hover,
.cid-sJgoUnR0l5 .field-input:hover,
.cid-sJgoUnR0l5 .form-control:focus,
.cid-sJgoUnR0l5 .field-input:focus {
  background-color: #ffffff;
  border-color: #14638e;
  color: #14638e;
  box-shadow: none;
  outline: none;
}
.cid-sJgoUnR0l5 .form-control:hover::-webkit-input-placeholder,
.cid-sJgoUnR0l5 .field-input:hover::-webkit-input-placeholder,
.cid-sJgoUnR0l5 .form-control:focus::-webkit-input-placeholder,
.cid-sJgoUnR0l5 .field-input:focus::-webkit-input-placeholder,
.cid-sJgoUnR0l5 .form-control:hover::-webkit-input-placeholder,
.cid-sJgoUnR0l5 .field-input:hover::-webkit-input-placeholder,
.cid-sJgoUnR0l5 .form-control:focus::-webkit-input-placeholder,
.cid-sJgoUnR0l5 .field-input:focus::-webkit-input-placeholder {
  color: #4caee5;
}
.cid-sJgoUnR0l5 .form-control:hover:-moz-placeholder,
.cid-sJgoUnR0l5 .field-input:hover:-moz-placeholder,
.cid-sJgoUnR0l5 .form-control:focus:-moz-placeholder,
.cid-sJgoUnR0l5 .field-input:focus:-moz-placeholder,
.cid-sJgoUnR0l5 .form-control:hover:-moz-placeholder,
.cid-sJgoUnR0l5 .field-input:hover:-moz-placeholder,
.cid-sJgoUnR0l5 .form-control:focus:-moz-placeholder,
.cid-sJgoUnR0l5 .field-input:focus:-moz-placeholder {
  color: #4caee5;
}
.cid-sJgoUnR0l5 textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sJgoUnR0l5 .jq-number__spin:hover,
.cid-sJgoUnR0l5 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #14638e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sJgoUnR0l5 .jq-number__spin {
  background-color: #ffffff;
  border-color: #14638e;
  color: #808080;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sJgoUnR0l5 .jq-selectbox li,
.cid-sJgoUnR0l5 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sJgoUnR0l5 .jq-selectbox li:hover,
.cid-sJgoUnR0l5 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sJgoUnR0l5 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sJgoUnR0l5 .jq-number__spin.minus:hover:after,
.cid-sJgoUnR0l5 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sJgoUnR0l5 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sJgoUnR0l5 .jq-number__spin.minus:after,
.cid-sJgoUnR0l5 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sJgoUnR0l5 input::-webkit-clear-button {
  display: none;
}
.cid-sJgoUnR0l5 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sJgoUnR0l5 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sJgoUnR0l5 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sJgoUnR0l5 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #14638e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sJgoUnR0l5 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sJgoUnR0l5 .mbr-section-title {
  color: #046831;
}
.cid-sJgoUnR0l5 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sJgoUnR0l5 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sJgoUnR0l5 .mbr-text {
  color: #606060;
}
.cid-sJgoUnR0l5 .btn {
  border-radius: 30px;
}
.cid-sJgoUnR0l5 .btn.display-4 {
  line-height: 1;
}
.cid-sJgoUnR0l5 .required {
  width: 100%;
  color: #808080;
}
.cid-sJgoUnR0l5 img {
  width: 100%;
}
.cid-sJgoUnR0l5 .counter {
  top: 45%;
  left: 10%;
}
.cid-sJgoUnR0l5 .counter .full-circle {
  background-color: #848abd;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-sJgoUnR0l5 .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-sJgoUnR0l5 .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-sJgoUnR0l5 .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sJgoUnR0l5 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sJgoUnR0l5 .required {
    text-align: center;
  }
}
.cid-sJgoUnR0l5 .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-sJgoUnR0l5 .form-control-label,
.cid-sJgoUnR0l5 .form-check {
  margin-left: 20px;
}
.cid-sJgoUnR0l5 LABEL {
  color: #e96188;
}
.cid-sJh3smjh7h {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJh3smjh7h .mbr-section-title {
  color: #808080;
}
.cid-sJh3smjh7h .mbr-section-subtitle {
  color: #14638e;
}
.cid-sJhaaD9668 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sQb0ZBuBmy {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #1fb554;
}
.cid-sQb0ZBuBmy .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sQb0ZBuBmy .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sQb0ZBuBmy .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sQb0ZBuBmy .btn-primary {
  border: 1px solid #14638e !important;
}
.cid-sQb0ZBuBmy .btn-primary:hover {
  border: 1px solid #14638e !important;
}
.cid-sQb0ZBuBmy .stripe {
  border-bottom: 1px solid #f2f2f2;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sQb0ZBuBmy .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-sQb0ZBuBmy .input-group-btn {
  padding-left: 0;
}
.cid-sQb0ZBuBmy .form-control {
  background: #ffffff;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 30px;
}
.cid-sQb0ZBuBmy .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f2f2f2;
  width: 85%;
}
.cid-sQb0ZBuBmy .mbr-text {
  color: #444;
}
.cid-sQb0ZBuBmy h5 {
  margin-bottom: 0;
}
.cid-sQb0ZBuBmy .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sQb0ZBuBmy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQb0ZBuBmy .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sQb0ZBuBmy .socicon {
  font-size: 1.3rem;
  background: #f2f2f2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQb0ZBuBmy .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sQb0ZBuBmy .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sQb0ZBuBmy .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sQb0ZBuBmy .social-list a:hover {
  opacity: 0.4;
}
.cid-sQb0ZBuBmy .media-container-row > div {
  padding: 0px;
}
.cid-sQb0ZBuBmy .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sQb0ZBuBmy .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-sQb0ZBuBmy .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQb0ZBuBmy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sQb0ZBuBmy .social-list,
  .cid-sQb0ZBuBmy .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQb0ZBuBmy h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sQb0ZBuBmy .form-group {
    max-width: 180px;
  }
}
.cid-sQb0ZBuBmy .links span {
  color: #9e9e9e;
}
.cid-sQb0ZBuBmy .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-sQb0ZBuBmy .logo-title {
  text-align: center;
}
.cid-sQb0ZBuBmy .logo-title,
.cid-sQb0ZBuBmy .logo {
  color: #ffffff;
}
.cid-sGfxETUxwR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #1fb554;
  overflow: hidden;
}
.cid-sGfxETUxwR .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sFZemtmy6Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFZemtmy6Q nav.navbar {
  position: fixed;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFZemtmy6Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFZemtmy6Q .dropdown-item:hover,
.cid-sFZemtmy6Q .dropdown-item:focus {
  background: #14638e !important;
  color: white !important;
}
.cid-sFZemtmy6Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFZemtmy6Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFZemtmy6Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFZemtmy6Q .nav-link {
  position: relative;
}
.cid-sFZemtmy6Q .container {
  display: flex;
  margin: auto;
}
.cid-sFZemtmy6Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown-menu,
.cid-sFZemtmy6Q .navbar.opened {
  background: #ffffff !important;
}
.cid-sFZemtmy6Q .nav-item:focus,
.cid-sFZemtmy6Q .nav-link:focus {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFZemtmy6Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFZemtmy6Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFZemtmy6Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFZemtmy6Q .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: #ffffff;
}
.cid-sFZemtmy6Q .navbar.opened {
  transition: all 0.3s;
}
.cid-sFZemtmy6Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFZemtmy6Q .navbar .navbar-logo img {
  width: auto;
}
.cid-sFZemtmy6Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFZemtmy6Q .navbar.collapsed {
  justify-content: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFZemtmy6Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFZemtmy6Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFZemtmy6Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFZemtmy6Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFZemtmy6Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFZemtmy6Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFZemtmy6Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFZemtmy6Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFZemtmy6Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFZemtmy6Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFZemtmy6Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFZemtmy6Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFZemtmy6Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFZemtmy6Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFZemtmy6Q .dropdown-item.active,
.cid-sFZemtmy6Q .dropdown-item:active {
  background-color: transparent;
}
.cid-sFZemtmy6Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFZemtmy6Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFZemtmy6Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFZemtmy6Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFZemtmy6Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFZemtmy6Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFZemtmy6Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #14638e;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFZemtmy6Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFZemtmy6Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFZemtmy6Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFZemtmy6Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFZemtmy6Q .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-sFZemtmy6Q .navbar {
    height: 70px;
  }
  .cid-sFZemtmy6Q .navbar.opened {
    height: auto;
  }
  .cid-sFZemtmy6Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPAWLvOuAR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x648.jpg");
}
.cid-sPAWLvOuAR .mbr-section-title {
  color: #14638e;
}
.cid-sPAWLvOuAR .mbr-text,
.cid-sPAWLvOuAR .mbr-section-btn {
  color: #046831;
}
.cid-sQb0VMXeEs {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #1fb554;
}
.cid-sQb0VMXeEs .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sQb0VMXeEs .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sQb0VMXeEs .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sQb0VMXeEs .btn-primary {
  border: 1px solid #14638e !important;
}
.cid-sQb0VMXeEs .btn-primary:hover {
  border: 1px solid #14638e !important;
}
.cid-sQb0VMXeEs .stripe {
  border-bottom: 1px solid #f2f2f2;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sQb0VMXeEs .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-sQb0VMXeEs .input-group-btn {
  padding-left: 0;
}
.cid-sQb0VMXeEs .form-control {
  background: #ffffff;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 30px;
}
.cid-sQb0VMXeEs .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f2f2f2;
  width: 85%;
}
.cid-sQb0VMXeEs .mbr-text {
  color: #444;
}
.cid-sQb0VMXeEs h5 {
  margin-bottom: 0;
}
.cid-sQb0VMXeEs .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sQb0VMXeEs .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQb0VMXeEs .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sQb0VMXeEs .socicon {
  font-size: 1.3rem;
  background: #f2f2f2;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQb0VMXeEs .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sQb0VMXeEs .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sQb0VMXeEs .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sQb0VMXeEs .social-list a:hover {
  opacity: 0.4;
}
.cid-sQb0VMXeEs .media-container-row > div {
  padding: 0px;
}
.cid-sQb0VMXeEs .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sQb0VMXeEs .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-sQb0VMXeEs .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQb0VMXeEs .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sQb0VMXeEs .social-list,
  .cid-sQb0VMXeEs .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQb0VMXeEs h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sQb0VMXeEs .form-group {
    max-width: 180px;
  }
}
.cid-sQb0VMXeEs .links span {
  color: #9e9e9e;
}
.cid-sQb0VMXeEs .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-sQb0VMXeEs .logo-title {
  text-align: center;
}
.cid-sQb0VMXeEs .logo-title,
.cid-sQb0VMXeEs .logo {
  color: #ffffff;
}
.cid-sGfxETUxwR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #1fb554;
  overflow: hidden;
}
.cid-sGfxETUxwR .media-container-row .mbr-text {
  color: #ffffff;
}
