body {
  font-family: 'Archivo', sans-serif;
}
.display-1 {
  font-family: 'Archivo', sans-serif;
  font-size: 3.45rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.3125rem;
}
.display-2 {
  font-family: 'Archivo', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.415rem;
    font-size: calc( 1.8575rem + (3.45 - 1.8575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8575rem + (3.45 - 1.8575) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #0054f2 !important;
}
.bg-success {
  background-color: #c8d4f2 !important;
}
.bg-info {
  background-color: #7087c0 !important;
}
.bg-warning {
  background-color: #671555 !important;
}
.bg-danger {
  background-color: #2f0025 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0054f2 !important;
  border-color: #0054f2 !important;
  color: #000000 !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: #00369b !important;
  border-color: #00369b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #00369b !important;
  border-color: #00369b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c3ead8 !important;
  border-color: #c3ead8 !important;
  color: #3d3d3d !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: #83d4ae !important;
  border-color: #83d4ae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3d3d3d !important;
  background-color: #83d4ae !important;
  border-color: #83d4ae !important;
}
.btn-info,
.btn-info:active {
  background-color: #7087c0 !important;
  border-color: #7087c0 !important;
  color: #000000 !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: #425b97 !important;
  border-color: #425b97 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #425b97 !important;
  border-color: #425b97 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c8d4f2 !important;
  border-color: #c8d4f2 !important;
  color: #444444 !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: #829de1 !important;
  border-color: #829de1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #444444 !important;
  background-color: #829de1 !important;
  border-color: #829de1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #671555 !important;
  border-color: #671555 !important;
  color: #000000 !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: #1f061a !important;
  border-color: #1f061a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #1f061a !important;
  border-color: #1f061a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2f0025 !important;
  border-color: #2f0025 !important;
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d191f !important;
  border-color: #1d191f !important;
  color: #000000 !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: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0054f2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00369b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0054f2 !important;
  border-color: #0054f2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c3ead8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #83d4ae !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #2d815a !important;
  background-color: #c3ead8 !important;
  border-color: #c3ead8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7087c0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #425b97 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7087c0 !important;
  border-color: #7087c0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c8d4f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #829de1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #244597 !important;
  background-color: #c8d4f2 !important;
  border-color: #c8d4f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #671555;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1f061a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #671555 !important;
  border-color: #671555 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2f0025;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2f0025 !important;
  border-color: #2f0025 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d191f;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1d191f !important;
  border-color: #1d191f !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #0054f2 !important;
}
.text-secondary {
  color: #c3ead8 !important;
}
.text-success {
  color: #c8d4f2 !important;
}
.text-info {
  color: #7087c0 !important;
}
.text-warning {
  color: #671555 !important;
}
.text-danger {
  color: #2f0025 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1d191f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00318c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #77d0a7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7694df !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3e548c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #12040f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #0054f2;
}
.nav-tabs .nav-link:not(.active) {
  color: #1d191f;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7087c0;
}
.alert-warning {
  background-color: #671555;
}
.alert-danger {
  background-color: #2f0025;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0054f2;
  border-color: #0054f2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0054f2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfd5ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c9d1e7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d12bac;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff95e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #0054f2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #0054f2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0054f2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0054f2;
}
.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: #0054f2;
  border-bottom-color: #0054f2;
}
.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: #0054f2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c3ead8 !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='%230054f2' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 120px;
  border-radius: 30px;
  padding: 12px 35px;
  line-height: 1.25;
  font-weight: 500 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover {
  background-color: #535353 !important;
  border-color: #535353 !important;
  color: #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
b {
  font-weight: 600 !important;
}
.cid-t71pie5jOw .navbar-dropdown {
  position: relative !important;
}
.cid-t71pie5jOw .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-t71pie5jOw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t71pie5jOw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t71pie5jOw .dropdown-item:hover,
.cid-t71pie5jOw .dropdown-item:focus {
  background: #0054f2 !important;
  color: #1d191f !important;
}
.cid-t71pie5jOw .dropdown-item:hover span {
  color: white;
}
.cid-t71pie5jOw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t71pie5jOw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t71pie5jOw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t71pie5jOw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t71pie5jOw .nav-link {
  position: relative;
}
.cid-t71pie5jOw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t71pie5jOw .container {
    flex-wrap: nowrap;
  }
}
.cid-t71pie5jOw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t71pie5jOw .navbar-nav {
  margin-right: auto;
}
.cid-t71pie5jOw .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-t71pie5jOw .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-t71pie5jOw .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-t71pie5jOw .dropdown-menu,
.cid-t71pie5jOw .navbar.opened {
  background: #c3ead8 !important;
}
.cid-t71pie5jOw .nav-item:focus,
.cid-t71pie5jOw .nav-link:focus {
  outline: none;
}
.cid-t71pie5jOw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t71pie5jOw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t71pie5jOw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t71pie5jOw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t71pie5jOw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t71pie5jOw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t71pie5jOw .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: #c3ead8;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-t71pie5jOw .navbar.opened {
  transition: all 0.3s;
}
.cid-t71pie5jOw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t71pie5jOw .navbar .navbar-logo img {
  width: auto;
}
.cid-t71pie5jOw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t71pie5jOw .navbar.collapsed {
  justify-content: center;
}
.cid-t71pie5jOw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t71pie5jOw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t71pie5jOw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t71pie5jOw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t71pie5jOw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t71pie5jOw .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-t71pie5jOw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t71pie5jOw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t71pie5jOw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t71pie5jOw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t71pie5jOw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t71pie5jOw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t71pie5jOw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t71pie5jOw .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-t71pie5jOw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t71pie5jOw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t71pie5jOw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t71pie5jOw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t71pie5jOw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t71pie5jOw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t71pie5jOw .navbar.navbar-short {
  min-height: 60px;
}
.cid-t71pie5jOw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t71pie5jOw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t71pie5jOw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-t71pie5jOw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t71pie5jOw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t71pie5jOw .dropdown-item.active,
.cid-t71pie5jOw .dropdown-item:active {
  background-color: transparent;
}
.cid-t71pie5jOw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t71pie5jOw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t71pie5jOw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t71pie5jOw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c3ead8;
}
.cid-t71pie5jOw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t71pie5jOw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t71pie5jOw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t71pie5jOw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t71pie5jOw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t71pie5jOw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t71pie5jOw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t71pie5jOw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t71pie5jOw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t71pie5jOw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t71pie5jOw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t71pie5jOw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t71pie5jOw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t71pie5jOw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t71pie5jOw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t71pie5jOw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t71pie5jOw .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-t71pie5jOw .navbar {
    height: 70px;
  }
  .cid-t71pie5jOw .navbar.opened {
    height: auto;
  }
  .cid-t71pie5jOw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t71pie5jOw .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-t71pie5jOw .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-t71pie5jOw .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-t71pie5jOw .container,
  .cid-t71pie5jOw .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-t71pie5jOw .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-t71pie5jOw .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-t71pie5jOw .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-t71pie5jOw .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-t71pie5jOw .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-t71pie5jOw .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-t71pie5jOw .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #64b18e;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-t71pie5jOw .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #64b18e;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-t71pie5jOw .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-t71piIzB3o {
  background-color: #fff86d;
  position: relative;
  overflow: hidden;
}
.cid-t71piIzB3o .img-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff86d;
  height: 90%;
  width: 80%;
  border-top-right-radius: 95%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t71piIzB3o .img-bg {
    height: 60%;
    width: 100%;
    border-top-right-radius: 70%;
  }
}
.cid-t71piIzB3o .container {
  margin: 0 auto;
}
.cid-t71piIzB3o .row {
  align-items: center;
}
.cid-t71piIzB3o .main-col {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-t71piIzB3o .main-col {
    flex-wrap: wrap;
    padding: 0 10px !important;
  }
}
@media (max-width: 768px) {
  .cid-t71piIzB3o .main-col {
    padding: 0 !important;
  }
}
.cid-t71piIzB3o .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 100px 0 15px;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-t71piIzB3o .content-container {
    width: 100%;
    padding: 10px !important;
  }
}
.cid-t71piIzB3o .title-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-t71piIzB3o .main-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71piIzB3o .main-title {
    text-align: center;
  }
}
.cid-t71piIzB3o .main-subtitle {
  margin-top: 30px !important;
  color: #1D191F;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71piIzB3o .main-subtitle {
    text-align: center;
  }
}
.cid-t71piIzB3o .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .cid-t71piIzB3o .form-container {
    margin-top: 20px;
  }
}
.cid-t71piIzB3o form {
  width: 100%;
}
.cid-t71piIzB3o form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-t71piIzB3o form p {
  color: #1D191F;
}
.cid-t71piIzB3o form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-t71piIzB3o form .mbr-section-btn {
    width: 100%;
  }
}
.cid-t71piIzB3o form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
  border: none !important;
}
@media (max-width: 767px) {
  .cid-t71piIzB3o form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t71piIzB3o form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-t71piIzB3o form .form-control {
  height: 51px;
  border: 1px solid #1D191F !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-bottom: 0;
  padding: 8px 8px 8px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1D191F;
  font-weight: 400;
}
.cid-t71piIzB3o form .form-control::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-t71piIzB3o form .form-control::-moz-placeholder {
  color: #1d191f;
}
.cid-t71piIzB3o form .form-control:-moz-placeholder {
  color: #1d191f;
}
.cid-t71piIzB3o form .form-control:-ms-input-placeholder {
  color: #1d191f;
}
.cid-t71piIzB3o form select {
  color: #ffffff !important;
}
.cid-t71piIzB3o form textarea {
  height: 100px;
}
.cid-t71piIzB3o form input:active,
.cid-t71piIzB3o form textarea:active,
.cid-t71piIzB3o form input:focus,
.cid-t71piIzB3o form textarea:focus {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-t71piIzB3o form input:active::-webkit-input-placeholder,
.cid-t71piIzB3o form textarea:active::-webkit-input-placeholder,
.cid-t71piIzB3o form input:focus::-webkit-input-placeholder,
.cid-t71piIzB3o form textarea:focus::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-t71piIzB3o form input:active::-moz-placeholder,
.cid-t71piIzB3o form textarea:active::-moz-placeholder,
.cid-t71piIzB3o form input:focus::-moz-placeholder,
.cid-t71piIzB3o form textarea:focus::-moz-placeholder {
  color: #1d191f;
}
.cid-t71piIzB3o form input:active:-moz-placeholder,
.cid-t71piIzB3o form textarea:active:-moz-placeholder,
.cid-t71piIzB3o form input:focus:-moz-placeholder,
.cid-t71piIzB3o form textarea:focus:-moz-placeholder {
  color: #1d191f;
}
.cid-t71piIzB3o form input:active:-ms-input-placeholder,
.cid-t71piIzB3o form textarea:active:-ms-input-placeholder,
.cid-t71piIzB3o form input:focus:-ms-input-placeholder,
.cid-t71piIzB3o form textarea:focus:-ms-input-placeholder {
  color: #1d191f;
}
.cid-t71piIzB3o form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-t71piIzB3o form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-t71piIzB3o form label {
  width: 100%;
  color: #1D191F;
  margin-bottom: 10px;
}
.cid-t71piIzB3o form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-t71piIzB3o form .form-check-input:focus,
.cid-t71piIzB3o form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-t71piIzB3o form .form-check-input:checked {
  border-color: #1D191F !important;
}
.cid-t71piIzB3o .form-text-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .cid-t71piIzB3o .form-text-container {
    justify-content: center;
  }
}
.cid-t71piIzB3o .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
  margin-right: 8px;
  background-color: #c3ead8;
  border: 1px solid #1d191f;
}
.cid-t71piIzB3o .iconfont-wrapper .mbr-iconfont {
  font-size: 8px;
  color: #000000;
}
.cid-t71piIzB3o .form-text {
  color: #1D191F;
  margin-top: 0 !important;
}
.cid-t71piIzB3o .img-container {
  width: 50%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-t71piIzB3o .img-container {
    width: 100%;
  }
}
.cid-t71piIzB3o .image-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-t71piIzB3o .image-wrapper img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uMyGlVdqdf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMyGlVdqdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyGlVdqdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyGlVdqdf .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMyGlVdqdf .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uMyGlVdqdf .card {
  justify-content: center;
}
.cid-uMyGlVdqdf .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMyGlVdqdf .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uMyGlVdqdf .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMyGlVdqdf .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uMyGlVdqdf .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMyGlVdqdf .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uMyGlVdqdf .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uMyGlVdqdf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMyGlVdqdf .mbr-section-title {
  color: #000000;
}
.cid-uMyGlVdqdf .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-uMyGlVdqdf .list {
  color: #000000;
}
.cid-uMyGqU2PvR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uMyGqU2PvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyGqU2PvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyGqU2PvR .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMyGqU2PvR .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMyGqU2PvR .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMyGqU2PvR .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMyGqU2PvR .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMyGqU2PvR .mbr-desc,
.cid-uMyGqU2PvR .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMyGqU2PvR .mbr-text,
.cid-uMyGqU2PvR .icon-wrapper {
  text-align: center;
}
.cid-t71qCLrmUU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c3ead8;
}
.cid-t71qCLrmUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71qCLrmUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71qCLrmUU .row {
  justify-content: center;
}
.cid-t71qCLrmUU .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-t71qCLrmUU .col-title {
    margin-bottom: 20px;
  }
}
.cid-t71qCLrmUU .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-t71qCLrmUU .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t71qCLrmUU .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-t71qCLrmUU .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-t71qCLrmUU .card-row {
  align-items: stretch;
}
.cid-t71qCLrmUU .card:first-child .card-box {
  border-top: 1px solid #003629;
}
.cid-t71qCLrmUU .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #003629;
}
@media (max-width: 767px) {
  .cid-t71qCLrmUU .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-t71qCLrmUU .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-t71qCLrmUU .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-t71qCLrmUU .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff86d;
}
@media (max-width: 991px) {
  .cid-t71qCLrmUU .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t71qCLrmUU .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-t71qCLrmUU .card-wrapper {
  display: flex;
}
.cid-t71qCLrmUU .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71qCLrmUU .card-title {
    text-align: center !important;
  }
}
.cid-t71qCLrmUU .card-text {
  width: 100%;
  margin-top: 20px;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-t71qCLrmUU .card-text {
    text-align: center !important;
  }
}
.cid-t71qCLrmUU .card-title,
.cid-t71qCLrmUU .iconfont-wrapper {
  color: #000000;
}
.cid-uMyHrBnSfJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uMyHrBnSfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyHrBnSfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyHrBnSfJ .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMyHrBnSfJ .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMyHrBnSfJ .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMyHrBnSfJ .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMyHrBnSfJ .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMyHrBnSfJ .mbr-desc,
.cid-uMyHrBnSfJ .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMyHrBnSfJ .mbr-text,
.cid-uMyHrBnSfJ .icon-wrapper {
  text-align: center;
}
.cid-t71rnJzWXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c3ead8;
}
.cid-t71rnJzWXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71rnJzWXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71rnJzWXp .container {
  max-width: 1140px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t71rnJzWXp .container {
    padding: 0 30px !important;
  }
}
.cid-t71rnJzWXp .row {
  justify-content: center;
}
.cid-t71rnJzWXp .col-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-t71rnJzWXp .col-title {
    margin-bottom: 50px;
  }
}
.cid-t71rnJzWXp .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t71rnJzWXp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t71rnJzWXp .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t71rnJzWXp .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-t71rnJzWXp .cards-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cid-t71rnJzWXp .card {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px;
  width: 32%;
  margin: 10px 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .cid-t71rnJzWXp .card {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .cid-t71rnJzWXp .card {
    width: 100%;
  }
}
.cid-t71rnJzWXp .card:nth-child(1) {
  background-color: #003629;
  border-radius: 30px 144px 30px 30px;
}
.cid-t71rnJzWXp .card:nth-child(1):hover {
  border-radius: 120px 0 0 120px;
}
.cid-t71rnJzWXp .card:nth-child(2) {
  background-color: #003629;
  border-radius: 118px 30px 30px 30px;
}
.cid-t71rnJzWXp .card:nth-child(2):hover {
  border-radius: 0 120px 0 0;
}
.cid-t71rnJzWXp .card:nth-child(3) {
  background-color: #003629;
  border-radius: 30px 140px 30px 30px;
}
.cid-t71rnJzWXp .card:nth-child(3):hover {
  border-radius: 0 120px;
}
.cid-t71rnJzWXp .card:nth-child(4) {
  background-color: #c3ead8;
  border-radius: 23px 80px 23px 23px;
}
.cid-t71rnJzWXp .card:nth-child(4):hover {
  border-radius: 120px 0 0 0;
}
.cid-t71rnJzWXp .card:nth-child(5) {
  background-color: #4a033a;
  border-radius: 30px 30px 114px 30px;
}
.cid-t71rnJzWXp .card:nth-child(5):hover {
  border-radius: 120px 0 0 0;
}
.cid-t71rnJzWXp .card:nth-child(6) {
  background-color: #c8d4f2;
  border-radius: 140px 30px 30px 30px;
}
.cid-t71rnJzWXp .card:nth-child(6):hover {
  border-radius: 0 120px 0 0;
}
.cid-t71rnJzWXp .card-wrap {
  padding: 10px;
  width: 100%;
}
.cid-t71rnJzWXp .card-title {
  margin-bottom: 0;
  width: 100%;
}
.cid-t71rnJzWXp .card-title-1 {
  color: #ffffff;
  text-align: center;
}
.cid-t71rnJzWXp .card-title-2 {
  color: #ffffff;
}
.cid-t71rnJzWXp .card-title-3 {
  color: #ffffff;
}
.cid-t71rnJzWXp .card-title-4 {
  color: #1d191f;
}
.cid-t71rnJzWXp .card-title-5 {
  color: #ffffff;
}
.cid-t71rnJzWXp .card-title-6 {
  color: #1d191f;
}
.cid-t71rnJzWXp .card-text {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0;
}
.cid-t71rnJzWXp .card-text-1 {
  color: #ffffff;
  text-align: center;
}
.cid-t71rnJzWXp .card-text-2 {
  color: #ffffff;
  text-align: center;
}
.cid-t71rnJzWXp .card-text-3 {
  color: #ffffff;
  text-align: center;
}
.cid-t71rnJzWXp .card-text-4 {
  color: #1d191f;
}
.cid-t71rnJzWXp .card-text-5 {
  color: #ffffff;
}
.cid-t71rnJzWXp .card-text-6 {
  color: #1d191f;
}
.cid-t71s1IKQjN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff86d;
}
.cid-t71s1IKQjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71s1IKQjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71s1IKQjN .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-t71s1IKQjN .container {
    padding: 0 50px !important;
  }
}
.cid-t71s1IKQjN .row {
  align-items: stretch;
}
.cid-t71s1IKQjN .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-t71s1IKQjN .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-t71s1IKQjN .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71s1IKQjN .text-wrapper {
    padding-top: 30px;
  }
}
.cid-t71s1IKQjN .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71s1IKQjN .card-title {
    text-align: center;
  }
}
.cid-t71s1IKQjN .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-t71s1IKQjN .mbr-text {
    text-align: center;
  }
}
.cid-t71s1IKQjN .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-t71s1IKQjN .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-t71s1IKQjN .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t71s1IKQjN .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-t71s1IKQjN .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-t71s1IKQjN .image-wrapper {
    padding-right: 0;
  }
}
.cid-t71s1IKQjN .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #c3ead8;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-t71s1IKQjN .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-t71s1IKQjN .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-t71sfo1DLU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-t71sfo1DLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71sfo1DLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71sfo1DLU .row {
  justify-content: flex-start;
}
.cid-t71sfo1DLU .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.cid-t71sfo1DLU .content-padding {
  display: flex;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 100px 0 100px;
}
@media (max-width: 991px) {
  .cid-t71sfo1DLU .content-padding {
    padding: 80px 75px 0 75px;
  }
}
@media (max-width: 767px) {
  .cid-t71sfo1DLU .content-padding {
    padding: 60px 20px 0 20px;
  }
}
.cid-t71sfo1DLU .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-t71sfo1DLU .content-wrap {
    margin-bottom: 60px;
  }
}
.cid-t71sfo1DLU .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-t71sfo1DLU .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-t71sfo1DLU .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-t71sfo1DLU .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.cid-t71sfo1DLU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMyJPjxihs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uMyJPjxihs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyJPjxihs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyJPjxihs .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMyJPjxihs .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMyJPjxihs .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMyJPjxihs .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMyJPjxihs .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMyJPjxihs .mbr-desc,
.cid-uMyJPjxihs .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMyJPjxihs .mbr-text,
.cid-uMyJPjxihs .icon-wrapper {
  text-align: center;
}
.cid-uMyMtc8Fci {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c3ead8;
}
.cid-uMyMtc8Fci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyMtc8Fci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyMtc8Fci .container {
  max-width: 1120px;
}
.cid-uMyMtc8Fci .row {
  justify-content: center;
}
.cid-uMyMtc8Fci .col-title {
  margin-bottom: 70px;
}
.cid-uMyMtc8Fci .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uMyMtc8Fci .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-uMyMtc8Fci .img-container {
  margin: 0 auto;
}
.cid-uMyMtc8Fci .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #f6f6f6;
}
@media (max-width: 767px) {
  .cid-uMyMtc8Fci .image-wrapper {
    border: 5px solid #f6f6f6;
  }
}
@media (min-width: 992px) {
  .cid-uMyMtc8Fci .image-wrapper {
    height: 700px;
  }
}
.cid-uMyMtc8Fci .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMyL89CeGb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff86d;
}
.cid-uMyL89CeGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyL89CeGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyL89CeGb .row {
  justify-content: flex-start;
}
.cid-uMyL89CeGb .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 361px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #c3ead8;
}
@media (max-width: 767px) {
  .cid-uMyL89CeGb .content-container {
    padding: 30px;
  }
}
.cid-uMyL89CeGb .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uMyL89CeGb .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uMyL89CeGb .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uMyL89CeGb .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
.cid-t71u1DsVBn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-t71u1DsVBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71u1DsVBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71u1DsVBn .container {
  max-width: 1140px;
}
.cid-t71u1DsVBn .row {
  justify-content: center;
}
.cid-t71u1DsVBn .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-t71u1DsVBn .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-t71u1DsVBn .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-t71u1DsVBn .toggle-panel {
  width: 100%;
}
.cid-t71u1DsVBn .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #003629;
}
.cid-t71u1DsVBn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t71u1DsVBn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-t71u1DsVBn .panel-title {
    align-items: flex-start;
  }
}
.cid-t71u1DsVBn .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #000000;
  background-color: #fff86d;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-t71u1DsVBn .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-t71u1DsVBn .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-t71u1DsVBn .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-t71u1DsVBn .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-t71u1DsVBn .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-t71u1DsVBn .panel-body {
    width: 100%;
  }
}
.cid-t71u1DsVBn .panel-title-edit {
  color: #1D191F;
}
.cid-t71u1DsVBn .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uMyL9EG9Sh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff86d;
}
.cid-uMyL9EG9Sh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyL9EG9Sh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyL9EG9Sh .row {
  justify-content: flex-start;
}
.cid-uMyL9EG9Sh .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 361px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #c3ead8;
}
@media (max-width: 767px) {
  .cid-uMyL9EG9Sh .content-container {
    padding: 30px;
  }
}
.cid-uMyL9EG9Sh .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uMyL9EG9Sh .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uMyL9EG9Sh .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uMyL9EG9Sh .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
.cid-uMyQ8S8t7z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uMyQ8S8t7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyQ8S8t7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyQ8S8t7z .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMyQ8S8t7z .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMyQ8S8t7z .container {
    padding: 0 14px;
  }
}
.cid-uMyQ8S8t7z .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uMyQ8S8t7z .google-map iframe {
    height: 300px;
  }
}
.cid-uMyNzWifDI .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #c3ead8;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMyNzWifDI .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #fff86d;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMyNzWifDI .img-bg {
    display: none;
  }
}
.cid-uMyNzWifDI .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMyNzWifDI .container {
    padding: 0 !important;
  }
}
.cid-uMyNzWifDI .row {
  width: 100%;
  align-items: center;
}
.cid-uMyNzWifDI .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMyNzWifDI .content-container {
    padding-top: 0;
    background-color: #c3ead8;
  }
}
@media (max-width: 991px) {
  .cid-uMyNzWifDI .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #fff86d;
  }
}
.cid-uMyNzWifDI .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMyNzWifDI .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMyNzWifDI .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMyNzWifDI .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMyNzWifDI .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMyNzWifDI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMyNzWifDI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMyNzWifDI .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMyNzWifDI .brand-text {
    margin-top: 45px;
  }
}
.cid-uMyNzWifDI .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMyNzWifDI .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMyNzWifDI .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uMyNzWifDI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMyNzWifDI .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMyNzWifDI .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uMyNzWifDI .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMyNzWifDI .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMyNzWifDI .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMyNzWifDI .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMyNzWifDI .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMyNzWifDI .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMyNzWifDI .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMyNzWifDI .col-link3 {
    padding-left: 0;
  }
}
.cid-uMyNzWifDI .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-uMyNzWifDI .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMyNzWifDI .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMyNzWifDI .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #003629;
}
.cid-uMyNzWifDI .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMyNzWifDI .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMyNzWifDI .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMyNzWifDI .copyright {
    text-align: center !important;
  }
}
.cid-uMyRLkZ0by .navbar-dropdown {
  position: relative !important;
}
.cid-uMyRLkZ0by .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-uMyRLkZ0by .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMyRLkZ0by .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMyRLkZ0by .dropdown-item:hover,
.cid-uMyRLkZ0by .dropdown-item:focus {
  background: #0054f2 !important;
  color: #1d191f !important;
}
.cid-uMyRLkZ0by .dropdown-item:hover span {
  color: white;
}
.cid-uMyRLkZ0by .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMyRLkZ0by .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMyRLkZ0by .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMyRLkZ0by .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMyRLkZ0by .nav-link {
  position: relative;
}
.cid-uMyRLkZ0by .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMyRLkZ0by .container {
    flex-wrap: nowrap;
  }
}
.cid-uMyRLkZ0by .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMyRLkZ0by .navbar-nav {
  margin-right: auto;
}
.cid-uMyRLkZ0by .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-uMyRLkZ0by .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uMyRLkZ0by .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-uMyRLkZ0by .dropdown-menu,
.cid-uMyRLkZ0by .navbar.opened {
  background: #c3ead8 !important;
}
.cid-uMyRLkZ0by .nav-item:focus,
.cid-uMyRLkZ0by .nav-link:focus {
  outline: none;
}
.cid-uMyRLkZ0by .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMyRLkZ0by .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMyRLkZ0by .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMyRLkZ0by .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMyRLkZ0by .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMyRLkZ0by .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMyRLkZ0by .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: #c3ead8;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uMyRLkZ0by .navbar.opened {
  transition: all 0.3s;
}
.cid-uMyRLkZ0by .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMyRLkZ0by .navbar .navbar-logo img {
  width: auto;
}
.cid-uMyRLkZ0by .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMyRLkZ0by .navbar.collapsed {
  justify-content: center;
}
.cid-uMyRLkZ0by .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMyRLkZ0by .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMyRLkZ0by .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMyRLkZ0by .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMyRLkZ0by .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMyRLkZ0by .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-uMyRLkZ0by .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMyRLkZ0by .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMyRLkZ0by .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMyRLkZ0by .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMyRLkZ0by .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMyRLkZ0by .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMyRLkZ0by .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMyRLkZ0by .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-uMyRLkZ0by .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMyRLkZ0by .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMyRLkZ0by .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMyRLkZ0by .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMyRLkZ0by .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMyRLkZ0by .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMyRLkZ0by .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMyRLkZ0by .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMyRLkZ0by .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMyRLkZ0by .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-uMyRLkZ0by .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMyRLkZ0by .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMyRLkZ0by .dropdown-item.active,
.cid-uMyRLkZ0by .dropdown-item:active {
  background-color: transparent;
}
.cid-uMyRLkZ0by .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMyRLkZ0by .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMyRLkZ0by .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMyRLkZ0by .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c3ead8;
}
.cid-uMyRLkZ0by .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMyRLkZ0by .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMyRLkZ0by ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMyRLkZ0by .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMyRLkZ0by button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMyRLkZ0by button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMyRLkZ0by button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMyRLkZ0by button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMyRLkZ0by button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMyRLkZ0by button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMyRLkZ0by nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMyRLkZ0by nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMyRLkZ0by nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMyRLkZ0by nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMyRLkZ0by .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMyRLkZ0by a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMyRLkZ0by .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-uMyRLkZ0by .navbar {
    height: 70px;
  }
  .cid-uMyRLkZ0by .navbar.opened {
    height: auto;
  }
  .cid-uMyRLkZ0by .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMyRLkZ0by .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uMyRLkZ0by .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-uMyRLkZ0by .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMyRLkZ0by .container,
  .cid-uMyRLkZ0by .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-uMyRLkZ0by .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-uMyRLkZ0by .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-uMyRLkZ0by .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uMyRLkZ0by .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uMyRLkZ0by .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-uMyRLkZ0by .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-uMyRLkZ0by .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #64b18e;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uMyRLkZ0by .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #64b18e;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uMyRLkZ0by .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-uMyRLmEXLZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
  position: relative;
  overflow: hidden;
}
.cid-uMyRLmEXLZ .img-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff86d;
  height: 90%;
  width: 80%;
  border-top-right-radius: 95%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMyRLmEXLZ .img-bg {
    height: 60%;
    width: 100%;
    border-top-right-radius: 70%;
  }
}
.cid-uMyRLmEXLZ .container {
  margin: 0 auto;
}
.cid-uMyRLmEXLZ .row {
  align-items: center;
}
.cid-uMyRLmEXLZ .main-col {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMyRLmEXLZ .main-col {
    flex-wrap: wrap;
    padding: 0 10px !important;
  }
}
@media (max-width: 768px) {
  .cid-uMyRLmEXLZ .main-col {
    padding: 0 !important;
  }
}
.cid-uMyRLmEXLZ .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 100px 0 15px;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uMyRLmEXLZ .content-container {
    width: 100%;
    padding: 10px !important;
  }
}
.cid-uMyRLmEXLZ .title-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uMyRLmEXLZ .main-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uMyRLmEXLZ .main-title {
    text-align: center;
  }
}
.cid-uMyRLmEXLZ .main-subtitle {
  margin-top: 30px !important;
  color: #1D191F;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMyRLmEXLZ .main-subtitle {
    text-align: center;
  }
}
.cid-uMyRLmEXLZ .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .cid-uMyRLmEXLZ .form-container {
    margin-top: 20px;
  }
}
.cid-uMyRLmEXLZ form {
  width: 100%;
}
.cid-uMyRLmEXLZ form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uMyRLmEXLZ form p {
  color: #1D191F;
}
.cid-uMyRLmEXLZ form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uMyRLmEXLZ form .mbr-section-btn {
    width: 100%;
  }
}
.cid-uMyRLmEXLZ form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
  border: none !important;
}
@media (max-width: 767px) {
  .cid-uMyRLmEXLZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMyRLmEXLZ form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-uMyRLmEXLZ form .form-control {
  height: 51px;
  border: 1px solid #1D191F !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-bottom: 0;
  padding: 8px 8px 8px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1D191F;
  font-weight: 400;
}
.cid-uMyRLmEXLZ form .form-control::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-uMyRLmEXLZ form .form-control::-moz-placeholder {
  color: #1d191f;
}
.cid-uMyRLmEXLZ form .form-control:-moz-placeholder {
  color: #1d191f;
}
.cid-uMyRLmEXLZ form .form-control:-ms-input-placeholder {
  color: #1d191f;
}
.cid-uMyRLmEXLZ form select {
  color: #ffffff !important;
}
.cid-uMyRLmEXLZ form textarea {
  height: 100px;
}
.cid-uMyRLmEXLZ form input:active,
.cid-uMyRLmEXLZ form textarea:active,
.cid-uMyRLmEXLZ form input:focus,
.cid-uMyRLmEXLZ form textarea:focus {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-uMyRLmEXLZ form input:active::-webkit-input-placeholder,
.cid-uMyRLmEXLZ form textarea:active::-webkit-input-placeholder,
.cid-uMyRLmEXLZ form input:focus::-webkit-input-placeholder,
.cid-uMyRLmEXLZ form textarea:focus::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-uMyRLmEXLZ form input:active::-moz-placeholder,
.cid-uMyRLmEXLZ form textarea:active::-moz-placeholder,
.cid-uMyRLmEXLZ form input:focus::-moz-placeholder,
.cid-uMyRLmEXLZ form textarea:focus::-moz-placeholder {
  color: #1d191f;
}
.cid-uMyRLmEXLZ form input:active:-moz-placeholder,
.cid-uMyRLmEXLZ form textarea:active:-moz-placeholder,
.cid-uMyRLmEXLZ form input:focus:-moz-placeholder,
.cid-uMyRLmEXLZ form textarea:focus:-moz-placeholder {
  color: #1d191f;
}
.cid-uMyRLmEXLZ form input:active:-ms-input-placeholder,
.cid-uMyRLmEXLZ form textarea:active:-ms-input-placeholder,
.cid-uMyRLmEXLZ form input:focus:-ms-input-placeholder,
.cid-uMyRLmEXLZ form textarea:focus:-ms-input-placeholder {
  color: #1d191f;
}
.cid-uMyRLmEXLZ form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uMyRLmEXLZ form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uMyRLmEXLZ form label {
  width: 100%;
  color: #1D191F;
  margin-bottom: 10px;
}
.cid-uMyRLmEXLZ form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uMyRLmEXLZ form .form-check-input:focus,
.cid-uMyRLmEXLZ form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-uMyRLmEXLZ form .form-check-input:checked {
  border-color: #1D191F !important;
}
.cid-uMyRLmEXLZ .form-text-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .cid-uMyRLmEXLZ .form-text-container {
    justify-content: center;
  }
}
.cid-uMyRLmEXLZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
  margin-right: 8px;
  background-color: #c3ead8;
  border: 1px solid #1d191f;
}
.cid-uMyRLmEXLZ .iconfont-wrapper .mbr-iconfont {
  font-size: 8px;
  color: #000000;
}
.cid-uMyRLmEXLZ .form-text {
  color: #1D191F;
  margin-top: 0 !important;
}
.cid-uMyRLmEXLZ .img-container {
  width: 50%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMyRLmEXLZ .img-container {
    width: 100%;
  }
}
.cid-uMyRLmEXLZ .image-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uMyRLmEXLZ .image-wrapper img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uMyRLnGv21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMyRLnGv21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyRLnGv21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyRLnGv21 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMyRLnGv21 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMyRLnGv21 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMyRLnGv21 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMyRLnGv21 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMyRLnGv21 .mbr-desc,
.cid-uMyRLnGv21 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMyRLnGv21 .mbr-text,
.cid-uMyRLnGv21 .icon-wrapper {
  text-align: center;
}
.cid-uMyRLw7Woy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uMyRLw7Woy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyRLw7Woy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyRLw7Woy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMyRLw7Woy .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMyRLw7Woy .container {
    padding: 0 14px;
  }
}
.cid-uMyRLw7Woy .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uMyRLw7Woy .google-map iframe {
    height: 300px;
  }
}
.cid-uMyRLwKGzw .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #c3ead8;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMyRLwKGzw .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #fff86d;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMyRLwKGzw .img-bg {
    display: none;
  }
}
.cid-uMyRLwKGzw .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMyRLwKGzw .container {
    padding: 0 !important;
  }
}
.cid-uMyRLwKGzw .row {
  width: 100%;
  align-items: center;
}
.cid-uMyRLwKGzw .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMyRLwKGzw .content-container {
    padding-top: 0;
    background-color: #c3ead8;
  }
}
@media (max-width: 991px) {
  .cid-uMyRLwKGzw .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #fff86d;
  }
}
.cid-uMyRLwKGzw .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMyRLwKGzw .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMyRLwKGzw .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMyRLwKGzw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMyRLwKGzw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMyRLwKGzw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMyRLwKGzw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMyRLwKGzw .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMyRLwKGzw .brand-text {
    margin-top: 45px;
  }
}
.cid-uMyRLwKGzw .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMyRLwKGzw .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMyRLwKGzw .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uMyRLwKGzw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMyRLwKGzw .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMyRLwKGzw .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uMyRLwKGzw .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMyRLwKGzw .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMyRLwKGzw .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMyRLwKGzw .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMyRLwKGzw .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMyRLwKGzw .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMyRLwKGzw .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMyRLwKGzw .col-link3 {
    padding-left: 0;
  }
}
.cid-uMyRLwKGzw .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-uMyRLwKGzw .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMyRLwKGzw .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMyRLwKGzw .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #003629;
}
.cid-uMyRLwKGzw .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMyRLwKGzw .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMyRLwKGzw .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMyRLwKGzw .copyright {
    text-align: center !important;
  }
}
.cid-uMySW8UgxT .navbar-dropdown {
  position: relative !important;
}
.cid-uMySW8UgxT .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-uMySW8UgxT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMySW8UgxT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMySW8UgxT .dropdown-item:hover,
.cid-uMySW8UgxT .dropdown-item:focus {
  background: #0054f2 !important;
  color: #1d191f !important;
}
.cid-uMySW8UgxT .dropdown-item:hover span {
  color: white;
}
.cid-uMySW8UgxT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMySW8UgxT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMySW8UgxT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMySW8UgxT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMySW8UgxT .nav-link {
  position: relative;
}
.cid-uMySW8UgxT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMySW8UgxT .container {
    flex-wrap: nowrap;
  }
}
.cid-uMySW8UgxT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMySW8UgxT .navbar-nav {
  margin-right: auto;
}
.cid-uMySW8UgxT .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-uMySW8UgxT .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uMySW8UgxT .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-uMySW8UgxT .dropdown-menu,
.cid-uMySW8UgxT .navbar.opened {
  background: #c3ead8 !important;
}
.cid-uMySW8UgxT .nav-item:focus,
.cid-uMySW8UgxT .nav-link:focus {
  outline: none;
}
.cid-uMySW8UgxT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMySW8UgxT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMySW8UgxT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMySW8UgxT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMySW8UgxT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMySW8UgxT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMySW8UgxT .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: #c3ead8;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uMySW8UgxT .navbar.opened {
  transition: all 0.3s;
}
.cid-uMySW8UgxT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMySW8UgxT .navbar .navbar-logo img {
  width: auto;
}
.cid-uMySW8UgxT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMySW8UgxT .navbar.collapsed {
  justify-content: center;
}
.cid-uMySW8UgxT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMySW8UgxT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMySW8UgxT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMySW8UgxT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMySW8UgxT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMySW8UgxT .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-uMySW8UgxT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMySW8UgxT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMySW8UgxT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMySW8UgxT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMySW8UgxT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMySW8UgxT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMySW8UgxT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMySW8UgxT .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-uMySW8UgxT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMySW8UgxT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMySW8UgxT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMySW8UgxT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMySW8UgxT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMySW8UgxT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMySW8UgxT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMySW8UgxT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMySW8UgxT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMySW8UgxT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-uMySW8UgxT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMySW8UgxT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMySW8UgxT .dropdown-item.active,
.cid-uMySW8UgxT .dropdown-item:active {
  background-color: transparent;
}
.cid-uMySW8UgxT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMySW8UgxT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMySW8UgxT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMySW8UgxT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c3ead8;
}
.cid-uMySW8UgxT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMySW8UgxT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMySW8UgxT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMySW8UgxT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMySW8UgxT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMySW8UgxT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMySW8UgxT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMySW8UgxT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMySW8UgxT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMySW8UgxT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMySW8UgxT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMySW8UgxT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMySW8UgxT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMySW8UgxT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMySW8UgxT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMySW8UgxT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMySW8UgxT .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-uMySW8UgxT .navbar {
    height: 70px;
  }
  .cid-uMySW8UgxT .navbar.opened {
    height: auto;
  }
  .cid-uMySW8UgxT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMySW8UgxT .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uMySW8UgxT .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-uMySW8UgxT .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMySW8UgxT .container,
  .cid-uMySW8UgxT .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-uMySW8UgxT .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-uMySW8UgxT .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-uMySW8UgxT .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uMySW8UgxT .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uMySW8UgxT .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-uMySW8UgxT .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-uMySW8UgxT .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #64b18e;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uMySW8UgxT .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #64b18e;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uMySW8UgxT .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-uMySW9uxtI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
  position: relative;
  overflow: hidden;
}
.cid-uMySW9uxtI .img-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff86d;
  height: 90%;
  width: 80%;
  border-top-right-radius: 95%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMySW9uxtI .img-bg {
    height: 60%;
    width: 100%;
    border-top-right-radius: 70%;
  }
}
.cid-uMySW9uxtI .container {
  margin: 0 auto;
}
.cid-uMySW9uxtI .row {
  align-items: center;
}
.cid-uMySW9uxtI .main-col {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMySW9uxtI .main-col {
    flex-wrap: wrap;
    padding: 0 10px !important;
  }
}
@media (max-width: 768px) {
  .cid-uMySW9uxtI .main-col {
    padding: 0 !important;
  }
}
.cid-uMySW9uxtI .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 100px 0 15px;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uMySW9uxtI .content-container {
    width: 100%;
    padding: 10px !important;
  }
}
.cid-uMySW9uxtI .title-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uMySW9uxtI .main-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uMySW9uxtI .main-title {
    text-align: center;
  }
}
.cid-uMySW9uxtI .main-subtitle {
  margin-top: 30px !important;
  color: #1D191F;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMySW9uxtI .main-subtitle {
    text-align: center;
  }
}
.cid-uMySW9uxtI .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .cid-uMySW9uxtI .form-container {
    margin-top: 20px;
  }
}
.cid-uMySW9uxtI form {
  width: 100%;
}
.cid-uMySW9uxtI form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uMySW9uxtI form p {
  color: #1D191F;
}
.cid-uMySW9uxtI form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uMySW9uxtI form .mbr-section-btn {
    width: 100%;
  }
}
.cid-uMySW9uxtI form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
  border: none !important;
}
@media (max-width: 767px) {
  .cid-uMySW9uxtI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMySW9uxtI form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-uMySW9uxtI form .form-control {
  height: 51px;
  border: 1px solid #1D191F !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-bottom: 0;
  padding: 8px 8px 8px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1D191F;
  font-weight: 400;
}
.cid-uMySW9uxtI form .form-control::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-uMySW9uxtI form .form-control::-moz-placeholder {
  color: #1d191f;
}
.cid-uMySW9uxtI form .form-control:-moz-placeholder {
  color: #1d191f;
}
.cid-uMySW9uxtI form .form-control:-ms-input-placeholder {
  color: #1d191f;
}
.cid-uMySW9uxtI form select {
  color: #ffffff !important;
}
.cid-uMySW9uxtI form textarea {
  height: 100px;
}
.cid-uMySW9uxtI form input:active,
.cid-uMySW9uxtI form textarea:active,
.cid-uMySW9uxtI form input:focus,
.cid-uMySW9uxtI form textarea:focus {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-uMySW9uxtI form input:active::-webkit-input-placeholder,
.cid-uMySW9uxtI form textarea:active::-webkit-input-placeholder,
.cid-uMySW9uxtI form input:focus::-webkit-input-placeholder,
.cid-uMySW9uxtI form textarea:focus::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-uMySW9uxtI form input:active::-moz-placeholder,
.cid-uMySW9uxtI form textarea:active::-moz-placeholder,
.cid-uMySW9uxtI form input:focus::-moz-placeholder,
.cid-uMySW9uxtI form textarea:focus::-moz-placeholder {
  color: #1d191f;
}
.cid-uMySW9uxtI form input:active:-moz-placeholder,
.cid-uMySW9uxtI form textarea:active:-moz-placeholder,
.cid-uMySW9uxtI form input:focus:-moz-placeholder,
.cid-uMySW9uxtI form textarea:focus:-moz-placeholder {
  color: #1d191f;
}
.cid-uMySW9uxtI form input:active:-ms-input-placeholder,
.cid-uMySW9uxtI form textarea:active:-ms-input-placeholder,
.cid-uMySW9uxtI form input:focus:-ms-input-placeholder,
.cid-uMySW9uxtI form textarea:focus:-ms-input-placeholder {
  color: #1d191f;
}
.cid-uMySW9uxtI form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uMySW9uxtI form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uMySW9uxtI form label {
  width: 100%;
  color: #1D191F;
  margin-bottom: 10px;
}
.cid-uMySW9uxtI form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uMySW9uxtI form .form-check-input:focus,
.cid-uMySW9uxtI form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-uMySW9uxtI form .form-check-input:checked {
  border-color: #1D191F !important;
}
.cid-uMySW9uxtI .form-text-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .cid-uMySW9uxtI .form-text-container {
    justify-content: center;
  }
}
.cid-uMySW9uxtI .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
  margin-right: 8px;
  background-color: #c3ead8;
  border: 1px solid #1d191f;
}
.cid-uMySW9uxtI .iconfont-wrapper .mbr-iconfont {
  font-size: 8px;
  color: #000000;
}
.cid-uMySW9uxtI .form-text {
  color: #1D191F;
  margin-top: 0 !important;
}
.cid-uMySW9uxtI .img-container {
  width: 50%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMySW9uxtI .img-container {
    width: 100%;
  }
}
.cid-uMySW9uxtI .image-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uMySW9uxtI .image-wrapper img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uMySW9XQUd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMySW9XQUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMySW9XQUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMySW9XQUd .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMySW9XQUd .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMySW9XQUd .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMySW9XQUd .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMySW9XQUd .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMySW9XQUd .mbr-desc,
.cid-uMySW9XQUd .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMySW9XQUd .mbr-text,
.cid-uMySW9XQUd .icon-wrapper {
  text-align: center;
}
.cid-uMySWaj5ds {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uMySWaj5ds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMySWaj5ds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMySWaj5ds .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMySWaj5ds .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMySWaj5ds .container {
    padding: 0 14px;
  }
}
.cid-uMySWaj5ds .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uMySWaj5ds .google-map iframe {
    height: 300px;
  }
}
.cid-uMySWaKuYt .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #c3ead8;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMySWaKuYt .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #fff86d;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMySWaKuYt .img-bg {
    display: none;
  }
}
.cid-uMySWaKuYt .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMySWaKuYt .container {
    padding: 0 !important;
  }
}
.cid-uMySWaKuYt .row {
  width: 100%;
  align-items: center;
}
.cid-uMySWaKuYt .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMySWaKuYt .content-container {
    padding-top: 0;
    background-color: #c3ead8;
  }
}
@media (max-width: 991px) {
  .cid-uMySWaKuYt .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #fff86d;
  }
}
.cid-uMySWaKuYt .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMySWaKuYt .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMySWaKuYt .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMySWaKuYt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMySWaKuYt .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMySWaKuYt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMySWaKuYt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMySWaKuYt .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMySWaKuYt .brand-text {
    margin-top: 45px;
  }
}
.cid-uMySWaKuYt .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMySWaKuYt .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMySWaKuYt .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uMySWaKuYt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMySWaKuYt .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMySWaKuYt .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uMySWaKuYt .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMySWaKuYt .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMySWaKuYt .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMySWaKuYt .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMySWaKuYt .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMySWaKuYt .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMySWaKuYt .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMySWaKuYt .col-link3 {
    padding-left: 0;
  }
}
.cid-uMySWaKuYt .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-uMySWaKuYt .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMySWaKuYt .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMySWaKuYt .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #003629;
}
.cid-uMySWaKuYt .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMySWaKuYt .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMySWaKuYt .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMySWaKuYt .copyright {
    text-align: center !important;
  }
}
.cid-uMyUyi4pFZ .navbar-dropdown {
  position: relative !important;
}
.cid-uMyUyi4pFZ .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-uMyUyi4pFZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMyUyi4pFZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMyUyi4pFZ .dropdown-item:hover,
.cid-uMyUyi4pFZ .dropdown-item:focus {
  background: #0054f2 !important;
  color: #1d191f !important;
}
.cid-uMyUyi4pFZ .dropdown-item:hover span {
  color: white;
}
.cid-uMyUyi4pFZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMyUyi4pFZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMyUyi4pFZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMyUyi4pFZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMyUyi4pFZ .nav-link {
  position: relative;
}
.cid-uMyUyi4pFZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMyUyi4pFZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uMyUyi4pFZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMyUyi4pFZ .navbar-nav {
  margin-right: auto;
}
.cid-uMyUyi4pFZ .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-uMyUyi4pFZ .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uMyUyi4pFZ .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-uMyUyi4pFZ .dropdown-menu,
.cid-uMyUyi4pFZ .navbar.opened {
  background: #c3ead8 !important;
}
.cid-uMyUyi4pFZ .nav-item:focus,
.cid-uMyUyi4pFZ .nav-link:focus {
  outline: none;
}
.cid-uMyUyi4pFZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMyUyi4pFZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMyUyi4pFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMyUyi4pFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMyUyi4pFZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMyUyi4pFZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMyUyi4pFZ .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: #c3ead8;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uMyUyi4pFZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uMyUyi4pFZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMyUyi4pFZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uMyUyi4pFZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMyUyi4pFZ .navbar.collapsed {
  justify-content: center;
}
.cid-uMyUyi4pFZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMyUyi4pFZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMyUyi4pFZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMyUyi4pFZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMyUyi4pFZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMyUyi4pFZ .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-uMyUyi4pFZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMyUyi4pFZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMyUyi4pFZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMyUyi4pFZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMyUyi4pFZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMyUyi4pFZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMyUyi4pFZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMyUyi4pFZ .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-uMyUyi4pFZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMyUyi4pFZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMyUyi4pFZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMyUyi4pFZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMyUyi4pFZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMyUyi4pFZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMyUyi4pFZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMyUyi4pFZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMyUyi4pFZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMyUyi4pFZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-uMyUyi4pFZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMyUyi4pFZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMyUyi4pFZ .dropdown-item.active,
.cid-uMyUyi4pFZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uMyUyi4pFZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMyUyi4pFZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMyUyi4pFZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMyUyi4pFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c3ead8;
}
.cid-uMyUyi4pFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMyUyi4pFZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMyUyi4pFZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMyUyi4pFZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMyUyi4pFZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMyUyi4pFZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMyUyi4pFZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMyUyi4pFZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMyUyi4pFZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMyUyi4pFZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMyUyi4pFZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMyUyi4pFZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMyUyi4pFZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMyUyi4pFZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMyUyi4pFZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMyUyi4pFZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMyUyi4pFZ .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-uMyUyi4pFZ .navbar {
    height: 70px;
  }
  .cid-uMyUyi4pFZ .navbar.opened {
    height: auto;
  }
  .cid-uMyUyi4pFZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMyUyi4pFZ .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uMyUyi4pFZ .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-uMyUyi4pFZ .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMyUyi4pFZ .container,
  .cid-uMyUyi4pFZ .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-uMyUyi4pFZ .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-uMyUyi4pFZ .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-uMyUyi4pFZ .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uMyUyi4pFZ .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uMyUyi4pFZ .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-uMyUyi4pFZ .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-uMyUyi4pFZ .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #64b18e;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uMyUyi4pFZ .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #64b18e;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uMyUyi4pFZ .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-uMyUyiIP1L {
  background-color: #fff86d;
  position: relative;
  overflow: hidden;
}
.cid-uMyUyiIP1L .img-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff86d;
  height: 90%;
  width: 80%;
  border-top-right-radius: 95%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMyUyiIP1L .img-bg {
    height: 60%;
    width: 100%;
    border-top-right-radius: 70%;
  }
}
.cid-uMyUyiIP1L .container {
  margin: 0 auto;
}
.cid-uMyUyiIP1L .row {
  align-items: center;
}
.cid-uMyUyiIP1L .main-col {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMyUyiIP1L .main-col {
    flex-wrap: wrap;
    padding: 0 10px !important;
  }
}
@media (max-width: 768px) {
  .cid-uMyUyiIP1L .main-col {
    padding: 0 !important;
  }
}
.cid-uMyUyiIP1L .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 100px 0 15px;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uMyUyiIP1L .content-container {
    width: 100%;
    padding: 10px !important;
  }
}
.cid-uMyUyiIP1L .title-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uMyUyiIP1L .main-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMyUyiIP1L .main-title {
    text-align: center;
  }
}
.cid-uMyUyiIP1L .main-subtitle {
  margin-top: 30px !important;
  color: #1D191F;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMyUyiIP1L .main-subtitle {
    text-align: center;
  }
}
.cid-uMyUyiIP1L .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .cid-uMyUyiIP1L .form-container {
    margin-top: 20px;
  }
}
.cid-uMyUyiIP1L form {
  width: 100%;
}
.cid-uMyUyiIP1L form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uMyUyiIP1L form p {
  color: #1D191F;
}
.cid-uMyUyiIP1L form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uMyUyiIP1L form .mbr-section-btn {
    width: 100%;
  }
}
.cid-uMyUyiIP1L form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
  border: none !important;
}
@media (max-width: 767px) {
  .cid-uMyUyiIP1L form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMyUyiIP1L form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-uMyUyiIP1L form .form-control {
  height: 51px;
  border: 1px solid #1D191F !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-bottom: 0;
  padding: 8px 8px 8px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1D191F;
  font-weight: 400;
}
.cid-uMyUyiIP1L form .form-control::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-uMyUyiIP1L form .form-control::-moz-placeholder {
  color: #1d191f;
}
.cid-uMyUyiIP1L form .form-control:-moz-placeholder {
  color: #1d191f;
}
.cid-uMyUyiIP1L form .form-control:-ms-input-placeholder {
  color: #1d191f;
}
.cid-uMyUyiIP1L form select {
  color: #ffffff !important;
}
.cid-uMyUyiIP1L form textarea {
  height: 100px;
}
.cid-uMyUyiIP1L form input:active,
.cid-uMyUyiIP1L form textarea:active,
.cid-uMyUyiIP1L form input:focus,
.cid-uMyUyiIP1L form textarea:focus {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-uMyUyiIP1L form input:active::-webkit-input-placeholder,
.cid-uMyUyiIP1L form textarea:active::-webkit-input-placeholder,
.cid-uMyUyiIP1L form input:focus::-webkit-input-placeholder,
.cid-uMyUyiIP1L form textarea:focus::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-uMyUyiIP1L form input:active::-moz-placeholder,
.cid-uMyUyiIP1L form textarea:active::-moz-placeholder,
.cid-uMyUyiIP1L form input:focus::-moz-placeholder,
.cid-uMyUyiIP1L form textarea:focus::-moz-placeholder {
  color: #1d191f;
}
.cid-uMyUyiIP1L form input:active:-moz-placeholder,
.cid-uMyUyiIP1L form textarea:active:-moz-placeholder,
.cid-uMyUyiIP1L form input:focus:-moz-placeholder,
.cid-uMyUyiIP1L form textarea:focus:-moz-placeholder {
  color: #1d191f;
}
.cid-uMyUyiIP1L form input:active:-ms-input-placeholder,
.cid-uMyUyiIP1L form textarea:active:-ms-input-placeholder,
.cid-uMyUyiIP1L form input:focus:-ms-input-placeholder,
.cid-uMyUyiIP1L form textarea:focus:-ms-input-placeholder {
  color: #1d191f;
}
.cid-uMyUyiIP1L form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uMyUyiIP1L form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uMyUyiIP1L form label {
  width: 100%;
  color: #1D191F;
  margin-bottom: 10px;
}
.cid-uMyUyiIP1L form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uMyUyiIP1L form .form-check-input:focus,
.cid-uMyUyiIP1L form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-uMyUyiIP1L form .form-check-input:checked {
  border-color: #1D191F !important;
}
.cid-uMyUyiIP1L .form-text-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .cid-uMyUyiIP1L .form-text-container {
    justify-content: center;
  }
}
.cid-uMyUyiIP1L .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
  margin-right: 8px;
  background-color: #c3ead8;
  border: 1px solid #1d191f;
}
.cid-uMyUyiIP1L .iconfont-wrapper .mbr-iconfont {
  font-size: 8px;
  color: #000000;
}
.cid-uMyUyiIP1L .form-text {
  color: #1D191F;
  margin-top: 0 !important;
}
.cid-uMyUyiIP1L .img-container {
  width: 50%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMyUyiIP1L .img-container {
    width: 100%;
  }
}
.cid-uMyUyiIP1L .image-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uMyUyiIP1L .image-wrapper img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uMyUyjkMEA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMyUyjkMEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyUyjkMEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyUyjkMEA .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMyUyjkMEA .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uMyUyjkMEA .card {
  justify-content: center;
}
.cid-uMyUyjkMEA .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMyUyjkMEA .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uMyUyjkMEA .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMyUyjkMEA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uMyUyjkMEA .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMyUyjkMEA .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uMyUyjkMEA .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uMyUyjkMEA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMyUyjkMEA .mbr-section-title {
  color: #000000;
}
.cid-uMyUyjkMEA .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-uMyUyjkMEA .list {
  color: #000000;
}
.cid-uMyUyjOJep {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uMyUyjOJep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyUyjOJep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyUyjOJep .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMyUyjOJep .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMyUyjOJep .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMyUyjOJep .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMyUyjOJep .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMyUyjOJep .mbr-desc,
.cid-uMyUyjOJep .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMyUyjOJep .mbr-text,
.cid-uMyUyjOJep .icon-wrapper {
  text-align: center;
}
.cid-uMyUykfvu4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c3ead8;
}
.cid-uMyUykfvu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyUykfvu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyUykfvu4 .row {
  justify-content: center;
}
.cid-uMyUykfvu4 .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uMyUykfvu4 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uMyUykfvu4 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-uMyUykfvu4 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMyUykfvu4 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uMyUykfvu4 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uMyUykfvu4 .card-row {
  align-items: stretch;
}
.cid-uMyUykfvu4 .card:first-child .card-box {
  border-top: 1px solid #003629;
}
.cid-uMyUykfvu4 .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #003629;
}
@media (max-width: 767px) {
  .cid-uMyUykfvu4 .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-uMyUykfvu4 .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-uMyUykfvu4 .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-uMyUykfvu4 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff86d;
}
@media (max-width: 991px) {
  .cid-uMyUykfvu4 .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMyUykfvu4 .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-uMyUykfvu4 .card-wrapper {
  display: flex;
}
.cid-uMyUykfvu4 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMyUykfvu4 .card-title {
    text-align: center !important;
  }
}
.cid-uMyUykfvu4 .card-text {
  width: 100%;
  margin-top: 20px;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uMyUykfvu4 .card-text {
    text-align: center !important;
  }
}
.cid-uMyUykfvu4 .card-title,
.cid-uMyUykfvu4 .iconfont-wrapper {
  color: #000000;
}
.cid-uMyUykYqJ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uMyUykYqJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyUykYqJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyUykYqJ1 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMyUykYqJ1 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMyUykYqJ1 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMyUykYqJ1 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMyUykYqJ1 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMyUykYqJ1 .mbr-desc,
.cid-uMyUykYqJ1 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMyUykYqJ1 .mbr-text,
.cid-uMyUykYqJ1 .icon-wrapper {
  text-align: center;
}
.cid-uMyUylHGh6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c3ead8;
}
.cid-uMyUylHGh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyUylHGh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyUylHGh6 .container {
  max-width: 1140px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMyUylHGh6 .container {
    padding: 0 30px !important;
  }
}
.cid-uMyUylHGh6 .row {
  justify-content: center;
}
.cid-uMyUylHGh6 .col-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-uMyUylHGh6 .col-title {
    margin-bottom: 50px;
  }
}
.cid-uMyUylHGh6 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uMyUylHGh6 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMyUylHGh6 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uMyUylHGh6 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uMyUylHGh6 .cards-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cid-uMyUylHGh6 .card {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px;
  width: 32%;
  margin: 10px 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .cid-uMyUylHGh6 .card {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .cid-uMyUylHGh6 .card {
    width: 100%;
  }
}
.cid-uMyUylHGh6 .card:nth-child(1) {
  background-color: #003629;
  border-radius: 30px 144px 30px 30px;
}
.cid-uMyUylHGh6 .card:nth-child(1):hover {
  border-radius: 120px 0 0 120px;
}
.cid-uMyUylHGh6 .card:nth-child(2) {
  background-color: #003629;
  border-radius: 118px 30px 30px 30px;
}
.cid-uMyUylHGh6 .card:nth-child(2):hover {
  border-radius: 0 120px 0 0;
}
.cid-uMyUylHGh6 .card:nth-child(3) {
  background-color: #003629;
  border-radius: 30px 140px 30px 30px;
}
.cid-uMyUylHGh6 .card:nth-child(3):hover {
  border-radius: 0 120px;
}
.cid-uMyUylHGh6 .card:nth-child(4) {
  background-color: #c3ead8;
  border-radius: 23px 80px 23px 23px;
}
.cid-uMyUylHGh6 .card:nth-child(4):hover {
  border-radius: 120px 0 0 0;
}
.cid-uMyUylHGh6 .card:nth-child(5) {
  background-color: #4a033a;
  border-radius: 30px 30px 114px 30px;
}
.cid-uMyUylHGh6 .card:nth-child(5):hover {
  border-radius: 120px 0 0 0;
}
.cid-uMyUylHGh6 .card:nth-child(6) {
  background-color: #c8d4f2;
  border-radius: 140px 30px 30px 30px;
}
.cid-uMyUylHGh6 .card:nth-child(6):hover {
  border-radius: 0 120px 0 0;
}
.cid-uMyUylHGh6 .card-wrap {
  padding: 10px;
  width: 100%;
}
.cid-uMyUylHGh6 .card-title {
  margin-bottom: 0;
  width: 100%;
}
.cid-uMyUylHGh6 .card-title-1 {
  color: #ffffff;
  text-align: center;
}
.cid-uMyUylHGh6 .card-title-2 {
  color: #ffffff;
}
.cid-uMyUylHGh6 .card-title-3 {
  color: #ffffff;
}
.cid-uMyUylHGh6 .card-title-4 {
  color: #1d191f;
}
.cid-uMyUylHGh6 .card-title-5 {
  color: #ffffff;
}
.cid-uMyUylHGh6 .card-title-6 {
  color: #1d191f;
}
.cid-uMyUylHGh6 .card-text {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0;
}
.cid-uMyUylHGh6 .card-text-1 {
  color: #ffffff;
  text-align: center;
}
.cid-uMyUylHGh6 .card-text-2 {
  color: #ffffff;
  text-align: center;
}
.cid-uMyUylHGh6 .card-text-3 {
  color: #ffffff;
  text-align: center;
}
.cid-uMyUylHGh6 .card-text-4 {
  color: #1d191f;
}
.cid-uMyUylHGh6 .card-text-5 {
  color: #ffffff;
}
.cid-uMyUylHGh6 .card-text-6 {
  color: #1d191f;
}
.cid-uMyUymhume {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff86d;
}
.cid-uMyUymhume .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyUymhume .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyUymhume .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uMyUymhume .container {
    padding: 0 50px !important;
  }
}
.cid-uMyUymhume .row {
  align-items: stretch;
}
.cid-uMyUymhume .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uMyUymhume .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uMyUymhume .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMyUymhume .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uMyUymhume .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMyUymhume .card-title {
    text-align: center;
  }
}
.cid-uMyUymhume .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMyUymhume .mbr-text {
    text-align: center;
  }
}
.cid-uMyUymhume .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uMyUymhume .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uMyUymhume .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMyUymhume .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uMyUymhume .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uMyUymhume .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMyUymhume .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #c3ead8;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uMyUymhume .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uMyUymhume .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-uMyUymQmhM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMyUymQmhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyUymQmhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyUymQmhM .row {
  justify-content: flex-start;
}
.cid-uMyUymQmhM .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.cid-uMyUymQmhM .content-padding {
  display: flex;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 100px 0 100px;
}
@media (max-width: 991px) {
  .cid-uMyUymQmhM .content-padding {
    padding: 80px 75px 0 75px;
  }
}
@media (max-width: 767px) {
  .cid-uMyUymQmhM .content-padding {
    padding: 60px 20px 0 20px;
  }
}
.cid-uMyUymQmhM .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-uMyUymQmhM .content-wrap {
    margin-bottom: 60px;
  }
}
.cid-uMyUymQmhM .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uMyUymQmhM .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uMyUymQmhM .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uMyUymQmhM .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.cid-uMyUymQmhM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMyUynmxrL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uMyUynmxrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyUynmxrL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyUynmxrL .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMyUynmxrL .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMyUynmxrL .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMyUynmxrL .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMyUynmxrL .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMyUynmxrL .mbr-desc,
.cid-uMyUynmxrL .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMyUynmxrL .mbr-text,
.cid-uMyUynmxrL .icon-wrapper {
  text-align: center;
}
.cid-uMyUynTLl1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c3ead8;
}
.cid-uMyUynTLl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyUynTLl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyUynTLl1 .container {
  max-width: 1120px;
}
.cid-uMyUynTLl1 .row {
  justify-content: center;
}
.cid-uMyUynTLl1 .col-title {
  margin-bottom: 70px;
}
.cid-uMyUynTLl1 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uMyUynTLl1 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-uMyUynTLl1 .img-container {
  margin: 0 auto;
}
.cid-uMyUynTLl1 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #f6f6f6;
}
@media (max-width: 767px) {
  .cid-uMyUynTLl1 .image-wrapper {
    border: 5px solid #f6f6f6;
  }
}
@media (min-width: 992px) {
  .cid-uMyUynTLl1 .image-wrapper {
    height: 700px;
  }
}
.cid-uMyUynTLl1 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMyUyoujx8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff86d;
}
.cid-uMyUyoujx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyUyoujx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyUyoujx8 .row {
  justify-content: flex-start;
}
.cid-uMyUyoujx8 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 361px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #c3ead8;
}
@media (max-width: 767px) {
  .cid-uMyUyoujx8 .content-container {
    padding: 30px;
  }
}
.cid-uMyUyoujx8 .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uMyUyoujx8 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uMyUyoujx8 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uMyUyoujx8 .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
.cid-uMyUyp2H53 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMyUyp2H53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyUyp2H53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyUyp2H53 .container {
  max-width: 1140px;
}
.cid-uMyUyp2H53 .row {
  justify-content: center;
}
.cid-uMyUyp2H53 .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uMyUyp2H53 .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uMyUyp2H53 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uMyUyp2H53 .toggle-panel {
  width: 100%;
}
.cid-uMyUyp2H53 .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #003629;
}
.cid-uMyUyp2H53 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMyUyp2H53 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uMyUyp2H53 .panel-title {
    align-items: flex-start;
  }
}
.cid-uMyUyp2H53 .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #000000;
  background-color: #fff86d;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uMyUyp2H53 .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uMyUyp2H53 .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uMyUyp2H53 .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uMyUyp2H53 .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uMyUyp2H53 .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uMyUyp2H53 .panel-body {
    width: 100%;
  }
}
.cid-uMyUyp2H53 .panel-title-edit {
  color: #1D191F;
}
.cid-uMyUyp2H53 .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uMyUypNvcn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff86d;
}
.cid-uMyUypNvcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyUypNvcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyUypNvcn .row {
  justify-content: flex-start;
}
.cid-uMyUypNvcn .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 361px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #c3ead8;
}
@media (max-width: 767px) {
  .cid-uMyUypNvcn .content-container {
    padding: 30px;
  }
}
.cid-uMyUypNvcn .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uMyUypNvcn .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uMyUypNvcn .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uMyUypNvcn .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
.cid-uMz2Tke20h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMz2Tke20h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz2Tke20h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz2Tke20h .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff86d;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uMz2Tke20h .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uMz2Tke20h .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uMz2Tke20h .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uMz2Tke20h .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMz2Tke20h .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMz2Tke20h .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uMz2Tke20h .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uMz2Tke20h .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMz2Tke20h .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uMz2Tke20h .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uMz2Tke20h .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMz2Tke20h .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uMz2Tke20h .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMz2Tke20h .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMz2Tke20h .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMz2Tke20h .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #003629;
}
.cid-uMz2Tke20h .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #003629;
}
.cid-uMz2Tke20h .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uMz2Tke20h .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uMz2Tke20h .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uMz2Tke20h .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMz2Tke20h .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uMz2Tke20h .panel-title-edit {
  color: #000000;
}
.cid-uMz2Tke20h .panel-text {
  color: #d7d2d2;
}
.cid-uMz2Tke20h .mbr-section-title,
.cid-uMz2Tke20h .mbr-section-btn,
.cid-uMz2Tke20h .title-wrapper {
  color: #000000;
}
.cid-uMz2Tke20h .panel-text,
.cid-uMz2Tke20h .panel-body {
  color: #000000;
}
.cid-uMyUyqhRMh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uMyUyqhRMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyUyqhRMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyUyqhRMh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMyUyqhRMh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMyUyqhRMh .container {
    padding: 0 14px;
  }
}
.cid-uMyUyqhRMh .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uMyUyqhRMh .google-map iframe {
    height: 300px;
  }
}
.cid-uMyUyqVHHT .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #c3ead8;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMyUyqVHHT .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #fff86d;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMyUyqVHHT .img-bg {
    display: none;
  }
}
.cid-uMyUyqVHHT .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMyUyqVHHT .container {
    padding: 0 !important;
  }
}
.cid-uMyUyqVHHT .row {
  width: 100%;
  align-items: center;
}
.cid-uMyUyqVHHT .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMyUyqVHHT .content-container {
    padding-top: 0;
    background-color: #c3ead8;
  }
}
@media (max-width: 991px) {
  .cid-uMyUyqVHHT .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #fff86d;
  }
}
.cid-uMyUyqVHHT .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMyUyqVHHT .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMyUyqVHHT .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMyUyqVHHT .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMyUyqVHHT .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMyUyqVHHT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMyUyqVHHT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMyUyqVHHT .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMyUyqVHHT .brand-text {
    margin-top: 45px;
  }
}
.cid-uMyUyqVHHT .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMyUyqVHHT .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMyUyqVHHT .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uMyUyqVHHT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMyUyqVHHT .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMyUyqVHHT .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uMyUyqVHHT .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMyUyqVHHT .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMyUyqVHHT .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMyUyqVHHT .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMyUyqVHHT .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMyUyqVHHT .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMyUyqVHHT .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMyUyqVHHT .col-link3 {
    padding-left: 0;
  }
}
.cid-uMyUyqVHHT .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-uMyUyqVHHT .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMyUyqVHHT .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMyUyqVHHT .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #003629;
}
.cid-uMyUyqVHHT .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMyUyqVHHT .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMyUyqVHHT .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMyUyqVHHT .copyright {
    text-align: center !important;
  }
}
.cid-uMz44jsAXV .navbar-dropdown {
  position: relative !important;
}
.cid-uMz44jsAXV .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-uMz44jsAXV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMz44jsAXV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMz44jsAXV .dropdown-item:hover,
.cid-uMz44jsAXV .dropdown-item:focus {
  background: #0054f2 !important;
  color: #1d191f !important;
}
.cid-uMz44jsAXV .dropdown-item:hover span {
  color: white;
}
.cid-uMz44jsAXV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMz44jsAXV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMz44jsAXV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMz44jsAXV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMz44jsAXV .nav-link {
  position: relative;
}
.cid-uMz44jsAXV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMz44jsAXV .container {
    flex-wrap: nowrap;
  }
}
.cid-uMz44jsAXV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMz44jsAXV .navbar-nav {
  margin-right: auto;
}
.cid-uMz44jsAXV .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-uMz44jsAXV .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uMz44jsAXV .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-uMz44jsAXV .dropdown-menu,
.cid-uMz44jsAXV .navbar.opened {
  background: #c3ead8 !important;
}
.cid-uMz44jsAXV .nav-item:focus,
.cid-uMz44jsAXV .nav-link:focus {
  outline: none;
}
.cid-uMz44jsAXV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMz44jsAXV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMz44jsAXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMz44jsAXV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMz44jsAXV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMz44jsAXV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMz44jsAXV .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: #c3ead8;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uMz44jsAXV .navbar.opened {
  transition: all 0.3s;
}
.cid-uMz44jsAXV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMz44jsAXV .navbar .navbar-logo img {
  width: auto;
}
.cid-uMz44jsAXV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMz44jsAXV .navbar.collapsed {
  justify-content: center;
}
.cid-uMz44jsAXV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMz44jsAXV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMz44jsAXV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMz44jsAXV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMz44jsAXV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMz44jsAXV .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-uMz44jsAXV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMz44jsAXV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMz44jsAXV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMz44jsAXV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMz44jsAXV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMz44jsAXV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMz44jsAXV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMz44jsAXV .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-uMz44jsAXV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMz44jsAXV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMz44jsAXV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMz44jsAXV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMz44jsAXV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMz44jsAXV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMz44jsAXV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMz44jsAXV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMz44jsAXV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMz44jsAXV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-uMz44jsAXV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMz44jsAXV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMz44jsAXV .dropdown-item.active,
.cid-uMz44jsAXV .dropdown-item:active {
  background-color: transparent;
}
.cid-uMz44jsAXV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMz44jsAXV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMz44jsAXV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMz44jsAXV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c3ead8;
}
.cid-uMz44jsAXV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMz44jsAXV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMz44jsAXV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMz44jsAXV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMz44jsAXV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMz44jsAXV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMz44jsAXV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMz44jsAXV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMz44jsAXV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMz44jsAXV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMz44jsAXV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMz44jsAXV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMz44jsAXV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMz44jsAXV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMz44jsAXV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMz44jsAXV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMz44jsAXV .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-uMz44jsAXV .navbar {
    height: 70px;
  }
  .cid-uMz44jsAXV .navbar.opened {
    height: auto;
  }
  .cid-uMz44jsAXV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMz44jsAXV .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uMz44jsAXV .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-uMz44jsAXV .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMz44jsAXV .container,
  .cid-uMz44jsAXV .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-uMz44jsAXV .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-uMz44jsAXV .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-uMz44jsAXV .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uMz44jsAXV .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uMz44jsAXV .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-uMz44jsAXV .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-uMz44jsAXV .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #64b18e;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uMz44jsAXV .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #64b18e;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uMz44jsAXV .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-uMz44km53c {
  background-color: #fff86d;
  position: relative;
  overflow: hidden;
}
.cid-uMz44km53c .img-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff86d;
  height: 90%;
  width: 80%;
  border-top-right-radius: 95%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMz44km53c .img-bg {
    height: 60%;
    width: 100%;
    border-top-right-radius: 70%;
  }
}
.cid-uMz44km53c .container {
  margin: 0 auto;
}
.cid-uMz44km53c .row {
  align-items: center;
}
.cid-uMz44km53c .main-col {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMz44km53c .main-col {
    flex-wrap: wrap;
    padding: 0 10px !important;
  }
}
@media (max-width: 768px) {
  .cid-uMz44km53c .main-col {
    padding: 0 !important;
  }
}
.cid-uMz44km53c .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 100px 0 15px;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uMz44km53c .content-container {
    width: 100%;
    padding: 10px !important;
  }
}
.cid-uMz44km53c .title-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uMz44km53c .main-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMz44km53c .main-title {
    text-align: center;
  }
}
.cid-uMz44km53c .main-subtitle {
  margin-top: 30px !important;
  color: #1D191F;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMz44km53c .main-subtitle {
    text-align: center;
  }
}
.cid-uMz44km53c .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .cid-uMz44km53c .form-container {
    margin-top: 20px;
  }
}
.cid-uMz44km53c form {
  width: 100%;
}
.cid-uMz44km53c form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uMz44km53c form p {
  color: #1D191F;
}
.cid-uMz44km53c form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uMz44km53c form .mbr-section-btn {
    width: 100%;
  }
}
.cid-uMz44km53c form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
  border: none !important;
}
@media (max-width: 767px) {
  .cid-uMz44km53c form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMz44km53c form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-uMz44km53c form .form-control {
  height: 51px;
  border: 1px solid #1D191F !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-bottom: 0;
  padding: 8px 8px 8px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1D191F;
  font-weight: 400;
}
.cid-uMz44km53c form .form-control::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-uMz44km53c form .form-control::-moz-placeholder {
  color: #1d191f;
}
.cid-uMz44km53c form .form-control:-moz-placeholder {
  color: #1d191f;
}
.cid-uMz44km53c form .form-control:-ms-input-placeholder {
  color: #1d191f;
}
.cid-uMz44km53c form select {
  color: #ffffff !important;
}
.cid-uMz44km53c form textarea {
  height: 100px;
}
.cid-uMz44km53c form input:active,
.cid-uMz44km53c form textarea:active,
.cid-uMz44km53c form input:focus,
.cid-uMz44km53c form textarea:focus {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-uMz44km53c form input:active::-webkit-input-placeholder,
.cid-uMz44km53c form textarea:active::-webkit-input-placeholder,
.cid-uMz44km53c form input:focus::-webkit-input-placeholder,
.cid-uMz44km53c form textarea:focus::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-uMz44km53c form input:active::-moz-placeholder,
.cid-uMz44km53c form textarea:active::-moz-placeholder,
.cid-uMz44km53c form input:focus::-moz-placeholder,
.cid-uMz44km53c form textarea:focus::-moz-placeholder {
  color: #1d191f;
}
.cid-uMz44km53c form input:active:-moz-placeholder,
.cid-uMz44km53c form textarea:active:-moz-placeholder,
.cid-uMz44km53c form input:focus:-moz-placeholder,
.cid-uMz44km53c form textarea:focus:-moz-placeholder {
  color: #1d191f;
}
.cid-uMz44km53c form input:active:-ms-input-placeholder,
.cid-uMz44km53c form textarea:active:-ms-input-placeholder,
.cid-uMz44km53c form input:focus:-ms-input-placeholder,
.cid-uMz44km53c form textarea:focus:-ms-input-placeholder {
  color: #1d191f;
}
.cid-uMz44km53c form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uMz44km53c form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uMz44km53c form label {
  width: 100%;
  color: #1D191F;
  margin-bottom: 10px;
}
.cid-uMz44km53c form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uMz44km53c form .form-check-input:focus,
.cid-uMz44km53c form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-uMz44km53c form .form-check-input:checked {
  border-color: #1D191F !important;
}
.cid-uMz44km53c .form-text-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .cid-uMz44km53c .form-text-container {
    justify-content: center;
  }
}
.cid-uMz44km53c .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
  margin-right: 8px;
  background-color: #c3ead8;
  border: 1px solid #1d191f;
}
.cid-uMz44km53c .iconfont-wrapper .mbr-iconfont {
  font-size: 8px;
  color: #000000;
}
.cid-uMz44km53c .form-text {
  color: #1D191F;
  margin-top: 0 !important;
}
.cid-uMz44km53c .img-container {
  width: 50%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMz44km53c .img-container {
    width: 100%;
  }
}
.cid-uMz44km53c .image-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uMz44km53c .image-wrapper img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uMz44l8Wee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMz44l8Wee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44l8Wee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44l8Wee .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMz44l8Wee .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uMz44l8Wee .card {
  justify-content: center;
}
.cid-uMz44l8Wee .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMz44l8Wee .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uMz44l8Wee .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMz44l8Wee .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uMz44l8Wee .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMz44l8Wee .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uMz44l8Wee .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uMz44l8Wee .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMz44l8Wee .mbr-section-title {
  color: #000000;
}
.cid-uMz44l8Wee .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-uMz44l8Wee .list {
  color: #000000;
}
.cid-uMz44lJIYY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uMz44lJIYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44lJIYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44lJIYY .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMz44lJIYY .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMz44lJIYY .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMz44lJIYY .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMz44lJIYY .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMz44lJIYY .mbr-desc,
.cid-uMz44lJIYY .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMz44lJIYY .mbr-text,
.cid-uMz44lJIYY .icon-wrapper {
  text-align: center;
}
.cid-uMz44mg8ie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c3ead8;
}
.cid-uMz44mg8ie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44mg8ie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44mg8ie .row {
  justify-content: center;
}
.cid-uMz44mg8ie .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uMz44mg8ie .col-title {
    margin-bottom: 20px;
  }
}
.cid-uMz44mg8ie .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-uMz44mg8ie .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMz44mg8ie .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uMz44mg8ie .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uMz44mg8ie .card-row {
  align-items: stretch;
}
.cid-uMz44mg8ie .card:first-child .card-box {
  border-top: 1px solid #003629;
}
.cid-uMz44mg8ie .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #003629;
}
@media (max-width: 767px) {
  .cid-uMz44mg8ie .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-uMz44mg8ie .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-uMz44mg8ie .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-uMz44mg8ie .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff86d;
}
@media (max-width: 991px) {
  .cid-uMz44mg8ie .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMz44mg8ie .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-uMz44mg8ie .card-wrapper {
  display: flex;
}
.cid-uMz44mg8ie .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMz44mg8ie .card-title {
    text-align: center !important;
  }
}
.cid-uMz44mg8ie .card-text {
  width: 100%;
  margin-top: 20px;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uMz44mg8ie .card-text {
    text-align: center !important;
  }
}
.cid-uMz44mg8ie .card-title,
.cid-uMz44mg8ie .iconfont-wrapper {
  color: #000000;
}
.cid-uMz44n3aaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uMz44n3aaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44n3aaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44n3aaw .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMz44n3aaw .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMz44n3aaw .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMz44n3aaw .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMz44n3aaw .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMz44n3aaw .mbr-desc,
.cid-uMz44n3aaw .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMz44n3aaw .mbr-text,
.cid-uMz44n3aaw .icon-wrapper {
  text-align: center;
}
.cid-uMz44nJNKO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c3ead8;
}
.cid-uMz44nJNKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44nJNKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44nJNKO .container {
  max-width: 1140px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMz44nJNKO .container {
    padding: 0 30px !important;
  }
}
.cid-uMz44nJNKO .row {
  justify-content: center;
}
.cid-uMz44nJNKO .col-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-uMz44nJNKO .col-title {
    margin-bottom: 50px;
  }
}
.cid-uMz44nJNKO .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uMz44nJNKO .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMz44nJNKO .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uMz44nJNKO .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uMz44nJNKO .cards-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cid-uMz44nJNKO .card {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px;
  width: 32%;
  margin: 10px 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .cid-uMz44nJNKO .card {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .cid-uMz44nJNKO .card {
    width: 100%;
  }
}
.cid-uMz44nJNKO .card:nth-child(1) {
  background-color: #003629;
  border-radius: 30px 144px 30px 30px;
}
.cid-uMz44nJNKO .card:nth-child(1):hover {
  border-radius: 120px 0 0 120px;
}
.cid-uMz44nJNKO .card:nth-child(2) {
  background-color: #003629;
  border-radius: 118px 30px 30px 30px;
}
.cid-uMz44nJNKO .card:nth-child(2):hover {
  border-radius: 0 120px 0 0;
}
.cid-uMz44nJNKO .card:nth-child(3) {
  background-color: #003629;
  border-radius: 30px 140px 30px 30px;
}
.cid-uMz44nJNKO .card:nth-child(3):hover {
  border-radius: 0 120px;
}
.cid-uMz44nJNKO .card:nth-child(4) {
  background-color: #c3ead8;
  border-radius: 23px 80px 23px 23px;
}
.cid-uMz44nJNKO .card:nth-child(4):hover {
  border-radius: 120px 0 0 0;
}
.cid-uMz44nJNKO .card:nth-child(5) {
  background-color: #4a033a;
  border-radius: 30px 30px 114px 30px;
}
.cid-uMz44nJNKO .card:nth-child(5):hover {
  border-radius: 120px 0 0 0;
}
.cid-uMz44nJNKO .card:nth-child(6) {
  background-color: #c8d4f2;
  border-radius: 140px 30px 30px 30px;
}
.cid-uMz44nJNKO .card:nth-child(6):hover {
  border-radius: 0 120px 0 0;
}
.cid-uMz44nJNKO .card-wrap {
  padding: 10px;
  width: 100%;
}
.cid-uMz44nJNKO .card-title {
  margin-bottom: 0;
  width: 100%;
}
.cid-uMz44nJNKO .card-title-1 {
  color: #ffffff;
  text-align: center;
}
.cid-uMz44nJNKO .card-title-2 {
  color: #ffffff;
}
.cid-uMz44nJNKO .card-title-3 {
  color: #ffffff;
}
.cid-uMz44nJNKO .card-title-4 {
  color: #1d191f;
}
.cid-uMz44nJNKO .card-title-5 {
  color: #ffffff;
}
.cid-uMz44nJNKO .card-title-6 {
  color: #1d191f;
}
.cid-uMz44nJNKO .card-text {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0;
}
.cid-uMz44nJNKO .card-text-1 {
  color: #ffffff;
  text-align: center;
}
.cid-uMz44nJNKO .card-text-2 {
  color: #ffffff;
  text-align: center;
}
.cid-uMz44nJNKO .card-text-3 {
  color: #ffffff;
  text-align: center;
}
.cid-uMz44nJNKO .card-text-4 {
  color: #1d191f;
}
.cid-uMz44nJNKO .card-text-5 {
  color: #ffffff;
}
.cid-uMz44nJNKO .card-text-6 {
  color: #1d191f;
}
.cid-uMz44ow0d5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff86d;
}
.cid-uMz44ow0d5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44ow0d5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44ow0d5 .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uMz44ow0d5 .container {
    padding: 0 50px !important;
  }
}
.cid-uMz44ow0d5 .row {
  align-items: stretch;
}
.cid-uMz44ow0d5 .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uMz44ow0d5 .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uMz44ow0d5 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMz44ow0d5 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uMz44ow0d5 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMz44ow0d5 .card-title {
    text-align: center;
  }
}
.cid-uMz44ow0d5 .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMz44ow0d5 .mbr-text {
    text-align: center;
  }
}
.cid-uMz44ow0d5 .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uMz44ow0d5 .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uMz44ow0d5 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMz44ow0d5 .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uMz44ow0d5 .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uMz44ow0d5 .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMz44ow0d5 .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #c3ead8;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uMz44ow0d5 .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uMz44ow0d5 .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-uMz44pnQ5S {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMz44pnQ5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44pnQ5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44pnQ5S .row {
  justify-content: flex-start;
}
.cid-uMz44pnQ5S .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.cid-uMz44pnQ5S .content-padding {
  display: flex;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 100px 0 100px;
}
@media (max-width: 991px) {
  .cid-uMz44pnQ5S .content-padding {
    padding: 80px 75px 0 75px;
  }
}
@media (max-width: 767px) {
  .cid-uMz44pnQ5S .content-padding {
    padding: 60px 20px 0 20px;
  }
}
.cid-uMz44pnQ5S .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-uMz44pnQ5S .content-wrap {
    margin-bottom: 60px;
  }
}
.cid-uMz44pnQ5S .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uMz44pnQ5S .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uMz44pnQ5S .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uMz44pnQ5S .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.cid-uMz44pnQ5S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMz44qlBgt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uMz44qlBgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44qlBgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44qlBgt .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMz44qlBgt .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMz44qlBgt .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMz44qlBgt .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMz44qlBgt .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMz44qlBgt .mbr-desc,
.cid-uMz44qlBgt .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMz44qlBgt .mbr-text,
.cid-uMz44qlBgt .icon-wrapper {
  text-align: center;
}
.cid-uMz44rcsoW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c3ead8;
}
.cid-uMz44rcsoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44rcsoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44rcsoW .container {
  max-width: 1120px;
}
.cid-uMz44rcsoW .row {
  justify-content: center;
}
.cid-uMz44rcsoW .col-title {
  margin-bottom: 70px;
}
.cid-uMz44rcsoW .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uMz44rcsoW .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-uMz44rcsoW .img-container {
  margin: 0 auto;
}
.cid-uMz44rcsoW .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #f6f6f6;
}
@media (max-width: 767px) {
  .cid-uMz44rcsoW .image-wrapper {
    border: 5px solid #f6f6f6;
  }
}
@media (min-width: 992px) {
  .cid-uMz44rcsoW .image-wrapper {
    height: 700px;
  }
}
.cid-uMz44rcsoW .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMz44s5arz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff86d;
}
.cid-uMz44s5arz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44s5arz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44s5arz .row {
  justify-content: flex-start;
}
.cid-uMz44s5arz .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 361px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #c3ead8;
}
@media (max-width: 767px) {
  .cid-uMz44s5arz .content-container {
    padding: 30px;
  }
}
.cid-uMz44s5arz .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uMz44s5arz .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uMz44s5arz .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uMz44s5arz .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
.cid-uMz44sRQFn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMz44sRQFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44sRQFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44sRQFn .container {
  max-width: 1140px;
}
.cid-uMz44sRQFn .row {
  justify-content: center;
}
.cid-uMz44sRQFn .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uMz44sRQFn .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uMz44sRQFn .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uMz44sRQFn .toggle-panel {
  width: 100%;
}
.cid-uMz44sRQFn .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #003629;
}
.cid-uMz44sRQFn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMz44sRQFn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uMz44sRQFn .panel-title {
    align-items: flex-start;
  }
}
.cid-uMz44sRQFn .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #000000;
  background-color: #fff86d;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uMz44sRQFn .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uMz44sRQFn .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uMz44sRQFn .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uMz44sRQFn .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uMz44sRQFn .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uMz44sRQFn .panel-body {
    width: 100%;
  }
}
.cid-uMz44sRQFn .panel-title-edit {
  color: #1D191F;
}
.cid-uMz44sRQFn .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uMz44u1QS9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff86d;
}
.cid-uMz44u1QS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44u1QS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44u1QS9 .row {
  justify-content: flex-start;
}
.cid-uMz44u1QS9 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 361px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #c3ead8;
}
@media (max-width: 767px) {
  .cid-uMz44u1QS9 .content-container {
    padding: 30px;
  }
}
.cid-uMz44u1QS9 .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uMz44u1QS9 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uMz44u1QS9 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uMz44u1QS9 .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
.cid-uMz44v2VJ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMz44v2VJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44v2VJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44v2VJ5 .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff86d;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uMz44v2VJ5 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uMz44v2VJ5 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uMz44v2VJ5 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uMz44v2VJ5 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMz44v2VJ5 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMz44v2VJ5 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uMz44v2VJ5 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uMz44v2VJ5 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMz44v2VJ5 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uMz44v2VJ5 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uMz44v2VJ5 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMz44v2VJ5 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uMz44v2VJ5 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMz44v2VJ5 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMz44v2VJ5 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMz44v2VJ5 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #003629;
}
.cid-uMz44v2VJ5 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #003629;
}
.cid-uMz44v2VJ5 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uMz44v2VJ5 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uMz44v2VJ5 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uMz44v2VJ5 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMz44v2VJ5 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uMz44v2VJ5 .panel-title-edit {
  color: #000000;
}
.cid-uMz44v2VJ5 .panel-text {
  color: #d7d2d2;
}
.cid-uMz44v2VJ5 .mbr-section-title,
.cid-uMz44v2VJ5 .mbr-section-btn,
.cid-uMz44v2VJ5 .title-wrapper {
  color: #000000;
}
.cid-uMz44v2VJ5 .panel-text,
.cid-uMz44v2VJ5 .panel-body {
  color: #000000;
}
.cid-uMz44w56JY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uMz44w56JY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz44w56JY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz44w56JY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMz44w56JY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMz44w56JY .container {
    padding: 0 14px;
  }
}
.cid-uMz44w56JY .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uMz44w56JY .google-map iframe {
    height: 300px;
  }
}
.cid-uMz44x9bX8 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #c3ead8;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMz44x9bX8 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #fff86d;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMz44x9bX8 .img-bg {
    display: none;
  }
}
.cid-uMz44x9bX8 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMz44x9bX8 .container {
    padding: 0 !important;
  }
}
.cid-uMz44x9bX8 .row {
  width: 100%;
  align-items: center;
}
.cid-uMz44x9bX8 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMz44x9bX8 .content-container {
    padding-top: 0;
    background-color: #c3ead8;
  }
}
@media (max-width: 991px) {
  .cid-uMz44x9bX8 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #fff86d;
  }
}
.cid-uMz44x9bX8 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMz44x9bX8 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMz44x9bX8 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMz44x9bX8 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMz44x9bX8 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMz44x9bX8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMz44x9bX8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMz44x9bX8 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMz44x9bX8 .brand-text {
    margin-top: 45px;
  }
}
.cid-uMz44x9bX8 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMz44x9bX8 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMz44x9bX8 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uMz44x9bX8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMz44x9bX8 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMz44x9bX8 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uMz44x9bX8 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMz44x9bX8 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMz44x9bX8 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMz44x9bX8 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMz44x9bX8 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMz44x9bX8 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMz44x9bX8 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMz44x9bX8 .col-link3 {
    padding-left: 0;
  }
}
.cid-uMz44x9bX8 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-uMz44x9bX8 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMz44x9bX8 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMz44x9bX8 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #003629;
}
.cid-uMz44x9bX8 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMz44x9bX8 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMz44x9bX8 .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMz44x9bX8 .copyright {
    text-align: center !important;
  }
}
.cid-uMz8BKhoko .navbar-dropdown {
  position: relative !important;
}
.cid-uMz8BKhoko .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-uMz8BKhoko .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMz8BKhoko .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMz8BKhoko .dropdown-item:hover,
.cid-uMz8BKhoko .dropdown-item:focus {
  background: #0054f2 !important;
  color: #1d191f !important;
}
.cid-uMz8BKhoko .dropdown-item:hover span {
  color: white;
}
.cid-uMz8BKhoko .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMz8BKhoko .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMz8BKhoko .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMz8BKhoko .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMz8BKhoko .nav-link {
  position: relative;
}
.cid-uMz8BKhoko .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMz8BKhoko .container {
    flex-wrap: nowrap;
  }
}
.cid-uMz8BKhoko .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMz8BKhoko .navbar-nav {
  margin-right: auto;
}
.cid-uMz8BKhoko .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-uMz8BKhoko .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uMz8BKhoko .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-uMz8BKhoko .dropdown-menu,
.cid-uMz8BKhoko .navbar.opened {
  background: #c3ead8 !important;
}
.cid-uMz8BKhoko .nav-item:focus,
.cid-uMz8BKhoko .nav-link:focus {
  outline: none;
}
.cid-uMz8BKhoko .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMz8BKhoko .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMz8BKhoko .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMz8BKhoko .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMz8BKhoko .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMz8BKhoko .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMz8BKhoko .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: #c3ead8;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uMz8BKhoko .navbar.opened {
  transition: all 0.3s;
}
.cid-uMz8BKhoko .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMz8BKhoko .navbar .navbar-logo img {
  width: auto;
}
.cid-uMz8BKhoko .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMz8BKhoko .navbar.collapsed {
  justify-content: center;
}
.cid-uMz8BKhoko .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMz8BKhoko .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMz8BKhoko .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMz8BKhoko .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMz8BKhoko .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMz8BKhoko .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-uMz8BKhoko .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMz8BKhoko .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMz8BKhoko .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMz8BKhoko .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMz8BKhoko .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMz8BKhoko .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMz8BKhoko .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMz8BKhoko .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-uMz8BKhoko .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMz8BKhoko .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMz8BKhoko .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMz8BKhoko .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMz8BKhoko .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMz8BKhoko .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMz8BKhoko .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMz8BKhoko .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMz8BKhoko .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMz8BKhoko .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-uMz8BKhoko .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMz8BKhoko .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMz8BKhoko .dropdown-item.active,
.cid-uMz8BKhoko .dropdown-item:active {
  background-color: transparent;
}
.cid-uMz8BKhoko .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMz8BKhoko .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMz8BKhoko .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMz8BKhoko .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c3ead8;
}
.cid-uMz8BKhoko .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMz8BKhoko .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMz8BKhoko ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMz8BKhoko .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMz8BKhoko button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMz8BKhoko button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMz8BKhoko button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMz8BKhoko button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMz8BKhoko button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMz8BKhoko button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMz8BKhoko nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMz8BKhoko nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMz8BKhoko nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMz8BKhoko nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMz8BKhoko .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMz8BKhoko a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMz8BKhoko .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-uMz8BKhoko .navbar {
    height: 70px;
  }
  .cid-uMz8BKhoko .navbar.opened {
    height: auto;
  }
  .cid-uMz8BKhoko .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMz8BKhoko .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uMz8BKhoko .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-uMz8BKhoko .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMz8BKhoko .container,
  .cid-uMz8BKhoko .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-uMz8BKhoko .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-uMz8BKhoko .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-uMz8BKhoko .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uMz8BKhoko .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uMz8BKhoko .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-uMz8BKhoko .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-uMz8BKhoko .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #64b18e;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uMz8BKhoko .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #64b18e;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uMz8BKhoko .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-uMz8BLeuZA {
  background-color: #fff86d;
  position: relative;
  overflow: hidden;
}
.cid-uMz8BLeuZA .img-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff86d;
  height: 90%;
  width: 80%;
  border-top-right-radius: 95%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMz8BLeuZA .img-bg {
    height: 60%;
    width: 100%;
    border-top-right-radius: 70%;
  }
}
.cid-uMz8BLeuZA .container {
  margin: 0 auto;
}
.cid-uMz8BLeuZA .row {
  align-items: center;
}
.cid-uMz8BLeuZA .main-col {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMz8BLeuZA .main-col {
    flex-wrap: wrap;
    padding: 0 10px !important;
  }
}
@media (max-width: 768px) {
  .cid-uMz8BLeuZA .main-col {
    padding: 0 !important;
  }
}
.cid-uMz8BLeuZA .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 100px 0 15px;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uMz8BLeuZA .content-container {
    width: 100%;
    padding: 10px !important;
  }
}
.cid-uMz8BLeuZA .title-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uMz8BLeuZA .main-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMz8BLeuZA .main-title {
    text-align: center;
  }
}
.cid-uMz8BLeuZA .main-subtitle {
  margin-top: 30px !important;
  color: #1D191F;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMz8BLeuZA .main-subtitle {
    text-align: center;
  }
}
.cid-uMz8BLeuZA .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .cid-uMz8BLeuZA .form-container {
    margin-top: 20px;
  }
}
.cid-uMz8BLeuZA form {
  width: 100%;
}
.cid-uMz8BLeuZA form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uMz8BLeuZA form p {
  color: #1D191F;
}
.cid-uMz8BLeuZA form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uMz8BLeuZA form .mbr-section-btn {
    width: 100%;
  }
}
.cid-uMz8BLeuZA form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
  border: none !important;
}
@media (max-width: 767px) {
  .cid-uMz8BLeuZA form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMz8BLeuZA form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-uMz8BLeuZA form .form-control {
  height: 51px;
  border: 1px solid #1D191F !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-bottom: 0;
  padding: 8px 8px 8px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1D191F;
  font-weight: 400;
}
.cid-uMz8BLeuZA form .form-control::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-uMz8BLeuZA form .form-control::-moz-placeholder {
  color: #1d191f;
}
.cid-uMz8BLeuZA form .form-control:-moz-placeholder {
  color: #1d191f;
}
.cid-uMz8BLeuZA form .form-control:-ms-input-placeholder {
  color: #1d191f;
}
.cid-uMz8BLeuZA form select {
  color: #ffffff !important;
}
.cid-uMz8BLeuZA form textarea {
  height: 100px;
}
.cid-uMz8BLeuZA form input:active,
.cid-uMz8BLeuZA form textarea:active,
.cid-uMz8BLeuZA form input:focus,
.cid-uMz8BLeuZA form textarea:focus {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-uMz8BLeuZA form input:active::-webkit-input-placeholder,
.cid-uMz8BLeuZA form textarea:active::-webkit-input-placeholder,
.cid-uMz8BLeuZA form input:focus::-webkit-input-placeholder,
.cid-uMz8BLeuZA form textarea:focus::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-uMz8BLeuZA form input:active::-moz-placeholder,
.cid-uMz8BLeuZA form textarea:active::-moz-placeholder,
.cid-uMz8BLeuZA form input:focus::-moz-placeholder,
.cid-uMz8BLeuZA form textarea:focus::-moz-placeholder {
  color: #1d191f;
}
.cid-uMz8BLeuZA form input:active:-moz-placeholder,
.cid-uMz8BLeuZA form textarea:active:-moz-placeholder,
.cid-uMz8BLeuZA form input:focus:-moz-placeholder,
.cid-uMz8BLeuZA form textarea:focus:-moz-placeholder {
  color: #1d191f;
}
.cid-uMz8BLeuZA form input:active:-ms-input-placeholder,
.cid-uMz8BLeuZA form textarea:active:-ms-input-placeholder,
.cid-uMz8BLeuZA form input:focus:-ms-input-placeholder,
.cid-uMz8BLeuZA form textarea:focus:-ms-input-placeholder {
  color: #1d191f;
}
.cid-uMz8BLeuZA form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uMz8BLeuZA form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uMz8BLeuZA form label {
  width: 100%;
  color: #1D191F;
  margin-bottom: 10px;
}
.cid-uMz8BLeuZA form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uMz8BLeuZA form .form-check-input:focus,
.cid-uMz8BLeuZA form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-uMz8BLeuZA form .form-check-input:checked {
  border-color: #1D191F !important;
}
.cid-uMz8BLeuZA .form-text-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .cid-uMz8BLeuZA .form-text-container {
    justify-content: center;
  }
}
.cid-uMz8BLeuZA .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
  margin-right: 8px;
  background-color: #c3ead8;
  border: 1px solid #1d191f;
}
.cid-uMz8BLeuZA .iconfont-wrapper .mbr-iconfont {
  font-size: 8px;
  color: #000000;
}
.cid-uMz8BLeuZA .form-text {
  color: #1D191F;
  margin-top: 0 !important;
}
.cid-uMz8BLeuZA .img-container {
  width: 50%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMz8BLeuZA .img-container {
    width: 100%;
  }
}
.cid-uMz8BLeuZA .image-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uMz8BLeuZA .image-wrapper img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uMz8BMeZUq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMz8BMeZUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BMeZUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BMeZUq .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMz8BMeZUq .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uMz8BMeZUq .card {
  justify-content: center;
}
.cid-uMz8BMeZUq .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMz8BMeZUq .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uMz8BMeZUq .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMz8BMeZUq .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uMz8BMeZUq .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMz8BMeZUq .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uMz8BMeZUq .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uMz8BMeZUq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMz8BMeZUq .mbr-section-title {
  color: #000000;
}
.cid-uMz8BMeZUq .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-uMz8BMeZUq .list {
  color: #000000;
}
.cid-uMz8BNGH5g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uMz8BNGH5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BNGH5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BNGH5g .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMz8BNGH5g .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMz8BNGH5g .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMz8BNGH5g .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMz8BNGH5g .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMz8BNGH5g .mbr-desc,
.cid-uMz8BNGH5g .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMz8BNGH5g .mbr-text,
.cid-uMz8BNGH5g .icon-wrapper {
  text-align: center;
}
.cid-uMz8BOrOwn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c3ead8;
}
.cid-uMz8BOrOwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BOrOwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BOrOwn .row {
  justify-content: center;
}
.cid-uMz8BOrOwn .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uMz8BOrOwn .col-title {
    margin-bottom: 20px;
  }
}
.cid-uMz8BOrOwn .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-uMz8BOrOwn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMz8BOrOwn .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uMz8BOrOwn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uMz8BOrOwn .card-row {
  align-items: stretch;
}
.cid-uMz8BOrOwn .card:first-child .card-box {
  border-top: 1px solid #003629;
}
.cid-uMz8BOrOwn .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #003629;
}
@media (max-width: 767px) {
  .cid-uMz8BOrOwn .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-uMz8BOrOwn .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-uMz8BOrOwn .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-uMz8BOrOwn .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff86d;
}
@media (max-width: 991px) {
  .cid-uMz8BOrOwn .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uMz8BOrOwn .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-uMz8BOrOwn .card-wrapper {
  display: flex;
}
.cid-uMz8BOrOwn .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMz8BOrOwn .card-title {
    text-align: center !important;
  }
}
.cid-uMz8BOrOwn .card-text {
  width: 100%;
  margin-top: 20px;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uMz8BOrOwn .card-text {
    text-align: center !important;
  }
}
.cid-uMz8BOrOwn .card-title,
.cid-uMz8BOrOwn .iconfont-wrapper {
  color: #000000;
}
.cid-uMz8BPkd5z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uMz8BPkd5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BPkd5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BPkd5z .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMz8BPkd5z .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMz8BPkd5z .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMz8BPkd5z .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMz8BPkd5z .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMz8BPkd5z .mbr-desc,
.cid-uMz8BPkd5z .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMz8BPkd5z .mbr-text,
.cid-uMz8BPkd5z .icon-wrapper {
  text-align: center;
}
.cid-uMz8BPROpm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c3ead8;
}
.cid-uMz8BPROpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BPROpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BPROpm .container {
  max-width: 1140px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMz8BPROpm .container {
    padding: 0 30px !important;
  }
}
.cid-uMz8BPROpm .row {
  justify-content: center;
}
.cid-uMz8BPROpm .col-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-uMz8BPROpm .col-title {
    margin-bottom: 50px;
  }
}
.cid-uMz8BPROpm .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uMz8BPROpm .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMz8BPROpm .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uMz8BPROpm .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uMz8BPROpm .cards-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cid-uMz8BPROpm .card {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px;
  width: 32%;
  margin: 10px 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .cid-uMz8BPROpm .card {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .cid-uMz8BPROpm .card {
    width: 100%;
  }
}
.cid-uMz8BPROpm .card:nth-child(1) {
  background-color: #003629;
  border-radius: 30px 144px 30px 30px;
}
.cid-uMz8BPROpm .card:nth-child(1):hover {
  border-radius: 120px 0 0 120px;
}
.cid-uMz8BPROpm .card:nth-child(2) {
  background-color: #003629;
  border-radius: 118px 30px 30px 30px;
}
.cid-uMz8BPROpm .card:nth-child(2):hover {
  border-radius: 0 120px 0 0;
}
.cid-uMz8BPROpm .card:nth-child(3) {
  background-color: #003629;
  border-radius: 30px 140px 30px 30px;
}
.cid-uMz8BPROpm .card:nth-child(3):hover {
  border-radius: 0 120px;
}
.cid-uMz8BPROpm .card:nth-child(4) {
  background-color: #c3ead8;
  border-radius: 23px 80px 23px 23px;
}
.cid-uMz8BPROpm .card:nth-child(4):hover {
  border-radius: 120px 0 0 0;
}
.cid-uMz8BPROpm .card:nth-child(5) {
  background-color: #4a033a;
  border-radius: 30px 30px 114px 30px;
}
.cid-uMz8BPROpm .card:nth-child(5):hover {
  border-radius: 120px 0 0 0;
}
.cid-uMz8BPROpm .card:nth-child(6) {
  background-color: #c8d4f2;
  border-radius: 140px 30px 30px 30px;
}
.cid-uMz8BPROpm .card:nth-child(6):hover {
  border-radius: 0 120px 0 0;
}
.cid-uMz8BPROpm .card-wrap {
  padding: 10px;
  width: 100%;
}
.cid-uMz8BPROpm .card-title {
  margin-bottom: 0;
  width: 100%;
}
.cid-uMz8BPROpm .card-title-1 {
  color: #ffffff;
  text-align: center;
}
.cid-uMz8BPROpm .card-title-2 {
  color: #ffffff;
}
.cid-uMz8BPROpm .card-title-3 {
  color: #ffffff;
}
.cid-uMz8BPROpm .card-title-4 {
  color: #1d191f;
}
.cid-uMz8BPROpm .card-title-5 {
  color: #ffffff;
}
.cid-uMz8BPROpm .card-title-6 {
  color: #1d191f;
}
.cid-uMz8BPROpm .card-text {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0;
}
.cid-uMz8BPROpm .card-text-1 {
  color: #ffffff;
  text-align: center;
}
.cid-uMz8BPROpm .card-text-2 {
  color: #ffffff;
  text-align: center;
}
.cid-uMz8BPROpm .card-text-3 {
  color: #ffffff;
  text-align: center;
}
.cid-uMz8BPROpm .card-text-4 {
  color: #1d191f;
}
.cid-uMz8BPROpm .card-text-5 {
  color: #ffffff;
}
.cid-uMz8BPROpm .card-text-6 {
  color: #1d191f;
}
.cid-uMz8BQBQgz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff86d;
}
.cid-uMz8BQBQgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BQBQgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BQBQgz .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uMz8BQBQgz .container {
    padding: 0 50px !important;
  }
}
.cid-uMz8BQBQgz .row {
  align-items: stretch;
}
.cid-uMz8BQBQgz .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uMz8BQBQgz .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uMz8BQBQgz .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMz8BQBQgz .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uMz8BQBQgz .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMz8BQBQgz .card-title {
    text-align: center;
  }
}
.cid-uMz8BQBQgz .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMz8BQBQgz .mbr-text {
    text-align: center;
  }
}
.cid-uMz8BQBQgz .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uMz8BQBQgz .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uMz8BQBQgz .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMz8BQBQgz .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uMz8BQBQgz .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uMz8BQBQgz .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMz8BQBQgz .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #c3ead8;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uMz8BQBQgz .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uMz8BQBQgz .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-uMz8BRaN2g {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMz8BRaN2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BRaN2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BRaN2g .row {
  justify-content: flex-start;
}
.cid-uMz8BRaN2g .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.cid-uMz8BRaN2g .content-padding {
  display: flex;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 100px 0 100px;
}
@media (max-width: 991px) {
  .cid-uMz8BRaN2g .content-padding {
    padding: 80px 75px 0 75px;
  }
}
@media (max-width: 767px) {
  .cid-uMz8BRaN2g .content-padding {
    padding: 60px 20px 0 20px;
  }
}
.cid-uMz8BRaN2g .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-uMz8BRaN2g .content-wrap {
    margin-bottom: 60px;
  }
}
.cid-uMz8BRaN2g .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uMz8BRaN2g .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uMz8BRaN2g .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uMz8BRaN2g .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.cid-uMz8BRaN2g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMz8BRXFlg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uMz8BRXFlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BRXFlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BRXFlg .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uMz8BRXFlg .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uMz8BRXFlg .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uMz8BRXFlg .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMz8BRXFlg .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uMz8BRXFlg .mbr-desc,
.cid-uMz8BRXFlg .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uMz8BRXFlg .mbr-text,
.cid-uMz8BRXFlg .icon-wrapper {
  text-align: center;
}
.cid-uMz8BSAZ4O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c3ead8;
}
.cid-uMz8BSAZ4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BSAZ4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BSAZ4O .container {
  max-width: 1120px;
}
.cid-uMz8BSAZ4O .row {
  justify-content: center;
}
.cid-uMz8BSAZ4O .col-title {
  margin-bottom: 70px;
}
.cid-uMz8BSAZ4O .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uMz8BSAZ4O .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-uMz8BSAZ4O .img-container {
  margin: 0 auto;
}
.cid-uMz8BSAZ4O .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #f6f6f6;
}
@media (max-width: 767px) {
  .cid-uMz8BSAZ4O .image-wrapper {
    border: 5px solid #f6f6f6;
  }
}
@media (min-width: 992px) {
  .cid-uMz8BSAZ4O .image-wrapper {
    height: 700px;
  }
}
.cid-uMz8BSAZ4O .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMz8BTbJHs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff86d;
}
.cid-uMz8BTbJHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BTbJHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BTbJHs .row {
  justify-content: flex-start;
}
.cid-uMz8BTbJHs .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 361px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #c3ead8;
}
@media (max-width: 767px) {
  .cid-uMz8BTbJHs .content-container {
    padding: 30px;
  }
}
.cid-uMz8BTbJHs .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uMz8BTbJHs .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uMz8BTbJHs .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uMz8BTbJHs .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
.cid-uMz8BTIwRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMz8BTIwRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BTIwRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BTIwRL .container {
  max-width: 1140px;
}
.cid-uMz8BTIwRL .row {
  justify-content: center;
}
.cid-uMz8BTIwRL .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uMz8BTIwRL .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uMz8BTIwRL .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uMz8BTIwRL .toggle-panel {
  width: 100%;
}
.cid-uMz8BTIwRL .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #003629;
}
.cid-uMz8BTIwRL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMz8BTIwRL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uMz8BTIwRL .panel-title {
    align-items: flex-start;
  }
}
.cid-uMz8BTIwRL .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #000000;
  background-color: #fff86d;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uMz8BTIwRL .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uMz8BTIwRL .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uMz8BTIwRL .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uMz8BTIwRL .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uMz8BTIwRL .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uMz8BTIwRL .panel-body {
    width: 100%;
  }
}
.cid-uMz8BTIwRL .panel-title-edit {
  color: #1D191F;
}
.cid-uMz8BTIwRL .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uMz8BUGCFK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff86d;
}
.cid-uMz8BUGCFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BUGCFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BUGCFK .row {
  justify-content: flex-start;
}
.cid-uMz8BUGCFK .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 361px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #c3ead8;
}
@media (max-width: 767px) {
  .cid-uMz8BUGCFK .content-container {
    padding: 30px;
  }
}
.cid-uMz8BUGCFK .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uMz8BUGCFK .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uMz8BUGCFK .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uMz8BUGCFK .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
.cid-uMz8BVCxQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
}
.cid-uMz8BVCxQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BVCxQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BVCxQV .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff86d;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uMz8BVCxQV .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uMz8BVCxQV .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uMz8BVCxQV .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uMz8BVCxQV .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMz8BVCxQV .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMz8BVCxQV .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uMz8BVCxQV .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uMz8BVCxQV .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMz8BVCxQV .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uMz8BVCxQV .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uMz8BVCxQV .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMz8BVCxQV .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uMz8BVCxQV .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMz8BVCxQV .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMz8BVCxQV .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMz8BVCxQV .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #003629;
}
.cid-uMz8BVCxQV .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #003629;
}
.cid-uMz8BVCxQV .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uMz8BVCxQV .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uMz8BVCxQV .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uMz8BVCxQV .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMz8BVCxQV .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uMz8BVCxQV .panel-title-edit {
  color: #000000;
}
.cid-uMz8BVCxQV .panel-text {
  color: #d7d2d2;
}
.cid-uMz8BVCxQV .mbr-section-title,
.cid-uMz8BVCxQV .mbr-section-btn,
.cid-uMz8BVCxQV .title-wrapper {
  color: #000000;
}
.cid-uMz8BVCxQV .panel-text,
.cid-uMz8BVCxQV .panel-body {
  color: #000000;
}
.cid-uMz8BWzMJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uMz8BWzMJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz8BWzMJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz8BWzMJb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMz8BWzMJb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMz8BWzMJb .container {
    padding: 0 14px;
  }
}
.cid-uMz8BWzMJb .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uMz8BWzMJb .google-map iframe {
    height: 300px;
  }
}
.cid-uMz8BXo2gF .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #c3ead8;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMz8BXo2gF .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #fff86d;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMz8BXo2gF .img-bg {
    display: none;
  }
}
.cid-uMz8BXo2gF .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMz8BXo2gF .container {
    padding: 0 !important;
  }
}
.cid-uMz8BXo2gF .row {
  width: 100%;
  align-items: center;
}
.cid-uMz8BXo2gF .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMz8BXo2gF .content-container {
    padding-top: 0;
    background-color: #c3ead8;
  }
}
@media (max-width: 991px) {
  .cid-uMz8BXo2gF .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #fff86d;
  }
}
.cid-uMz8BXo2gF .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMz8BXo2gF .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMz8BXo2gF .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMz8BXo2gF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMz8BXo2gF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMz8BXo2gF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMz8BXo2gF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMz8BXo2gF .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMz8BXo2gF .brand-text {
    margin-top: 45px;
  }
}
.cid-uMz8BXo2gF .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMz8BXo2gF .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMz8BXo2gF .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uMz8BXo2gF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMz8BXo2gF .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMz8BXo2gF .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uMz8BXo2gF .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMz8BXo2gF .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMz8BXo2gF .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMz8BXo2gF .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMz8BXo2gF .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMz8BXo2gF .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMz8BXo2gF .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMz8BXo2gF .col-link3 {
    padding-left: 0;
  }
}
.cid-uMz8BXo2gF .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-uMz8BXo2gF .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMz8BXo2gF .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMz8BXo2gF .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #003629;
}
.cid-uMz8BXo2gF .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMz8BXo2gF .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMz8BXo2gF .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMz8BXo2gF .copyright {
    text-align: center !important;
  }
}
