.btn {
  border-width: 2px;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #291197 !important;
}
.bg-success {
  background-color: #d5c409 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #9fdbf8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #291197 !important;
  border-color: #291197 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #140849 !important;
  border-color: #140849 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #140849 !important;
  border-color: #140849 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1d5356 !important;
  border-color: #1d5356 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #071415 !important;
  border-color: #071415 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #071415 !important;
  border-color: #071415 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #d5c409 !important;
  border-color: #d5c409 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #827705 !important;
  border-color: #827705 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #827705 !important;
  border-color: #827705 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
  color: #0a638e !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: #4ebdf2 !important;
  border-color: #4ebdf2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0a638e !important;
  background-color: #4ebdf2 !important;
  border-color: #4ebdf2 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #291197;
  color: #291197;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #140849 !important;
  background-color: transparent !important;
  border-color: #140849 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #291197 !important;
  border-color: #291197 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1d5356;
  color: #1d5356;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #071415 !important;
  background-color: transparent !important;
  border-color: #071415 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d5356 !important;
  border-color: #1d5356 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d5c409;
  color: #d5c409;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #827705 !important;
  background-color: transparent !important;
  border-color: #827705 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d5c409 !important;
  border-color: #d5c409 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9fdbf8;
  color: #9fdbf8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4ebdf2 !important;
  background-color: transparent !important;
  border-color: #4ebdf2 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0a638e !important;
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #291197 !important;
}
.text-secondary {
  color: #1d5356 !important;
}
.text-success {
  color: #d5c409 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #9fdbf8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #10073b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #03090a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #736a05 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #40b7f1 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #291197;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #9fdbf8;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #291197;
  border-color: #291197;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #291197;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5d3ee9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcf5ae;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #291197 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #291197;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #291197;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #291197;
}
.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: #291197;
  border-bottom-color: #291197;
}
.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: #291197 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1d5356 !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='%23291197' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uMps7kD1rk {
  background-color: transparent;
}
.cid-uMps7kD1rk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMps7kD1rk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uMps7kD1rk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMps7kD1rk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMps7kD1rk .menu_box .navbar.opened,
  .cid-uMps7kD1rk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMps7kD1rk .navbar-dropdown {
  position: relative !important;
}
.cid-uMps7kD1rk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMps7kD1rk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMps7kD1rk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uMps7kD1rk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMps7kD1rk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMps7kD1rk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMps7kD1rk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMps7kD1rk .offcanvas-body .mbr-text,
  .cid-uMps7kD1rk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMps7kD1rk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMps7kD1rk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMps7kD1rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMps7kD1rk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMps7kD1rk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMps7kD1rk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMps7kD1rk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMps7kD1rk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .nav-item {
    margin: 0 !important;
  }
}
.cid-uMps7kD1rk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uMps7kD1rk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uMps7kD1rk .nav-item .nav-link:hover,
.cid-uMps7kD1rk .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uMps7kD1rk .nav-item .nav-link:hover::before,
.cid-uMps7kD1rk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMps7kD1rk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMps7kD1rk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMps7kD1rk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMps7kD1rk .offcanvas_box {
    display: none;
  }
}
.cid-uMps7kD1rk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMps7kD1rk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMps7kD1rk .container {
  display: flex;
  margin: auto;
}
.cid-uMps7kD1rk .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMps7kD1rk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMps7kD1rk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMps7kD1rk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .navbar-nav {
    margin: 0;
  }
}
.cid-uMps7kD1rk .dropdown-menu,
.cid-uMps7kD1rk .navbar.opened {
  background-color: false !important;
}
.cid-uMps7kD1rk .nav-item:focus,
.cid-uMps7kD1rk .nav-link:focus {
  outline: none;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMps7kD1rk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMps7kD1rk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMps7kD1rk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMps7kD1rk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMps7kD1rk .navbar.opened {
  transition: all 0.3s;
}
.cid-uMps7kD1rk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMps7kD1rk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMps7kD1rk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMps7kD1rk .navbar.collapsed {
  justify-content: center;
}
.cid-uMps7kD1rk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMps7kD1rk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMps7kD1rk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMps7kD1rk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMps7kD1rk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMps7kD1rk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMps7kD1rk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMps7kD1rk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMps7kD1rk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMps7kD1rk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMps7kD1rk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMps7kD1rk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMps7kD1rk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMps7kD1rk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMps7kD1rk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMps7kD1rk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMps7kD1rk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMps7kD1rk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMps7kD1rk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMps7kD1rk .dropdown-item.active,
.cid-uMps7kD1rk .dropdown-item:active {
  background-color: transparent;
}
.cid-uMps7kD1rk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMps7kD1rk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMps7kD1rk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMps7kD1rk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMps7kD1rk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMps7kD1rk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMps7kD1rk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMps7kD1rk .navbar {
    height: 70px;
  }
  .cid-uMps7kD1rk .navbar.opened {
    height: auto;
  }
  .cid-uMps7kD1rk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMps7kD1rk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMps7kD1rk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMps7kD1rk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMps7kD1rk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMps7kD1rk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uMps7kD1rk .navbar-caption:hover {
  color: #291197;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMps7kD1rk .text_widget {
  margin-bottom: 32px;
}
.cid-uMps7kD1rk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMps7kD1rk .text_widget a:hover,
.cid-uMps7kD1rk .text_widget a:focus {
  opacity: .8;
}
.cid-uMps7kD1rk .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uMps7kD1rk .navbar-caption {
  color: #30262b;
}
.cid-uMps7kD1rk .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uMps7kD1rk .mbr-section-subtitle,
.cid-uMps7kD1rk .text_widget,
.cid-uMps7kD1rk .mbr-section-btn {
  text-align: center;
}
.cid-uMps7kD1rk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMpJE64T2F {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4e84c2;
}
.cid-uMpJE64T2F .pos_rel {
  position: relative;
}
.cid-uMpJE64T2F .main_section_title {
  display: flex;
}
.cid-uMpJE64T2F .main_title {
  padding: 0 8.333%;
}
.cid-uMpJE64T2F .empty_content {
  width: 90%;
}
.cid-uMpJE64T2F .text-wrapper {
  width: 60%;
  background: #4e84c2;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-uMpJE64T2F .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uMpJE64T2F .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uMpJE64T2F .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-uMpJE64T2F .text-wrapper:hover .card_title a {
  color: #1d5356 !important;
}
.cid-uMpJE64T2F .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMpJE64T2F .block-content {
  display: flex;
  align-items: center;
}
.cid-uMpJE64T2F .image-wrapper,
.cid-uMpJE64T2F img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-uMpJE64T2F .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uMpJE64T2F .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMpJE64T2F .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMpJE64T2F .mbr-section-btn .btn-secondary-outline .active,
.cid-uMpJE64T2F .mbr-section-btn .btn-secondary-outline:focus {
  color: #291197 !important;
}
@media (max-width: 991px) {
  .cid-uMpJE64T2F .block-content {
    flex-direction: column;
  }
  .cid-uMpJE64T2F .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-uMpJE64T2F .empty_content {
    display: none;
  }
  .cid-uMpJE64T2F .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uMpJE64T2F .text-wrapper,
  .cid-uMpJE64T2F .main_title {
    padding: 30px 1rem;
  }
}
.cid-uMpJE64T2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpJE64T2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMnRC0GMMn {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #00ac6d;
}
.cid-uMnRC0GMMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnRC0GMMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMnRC0GMMn .row {
    padding: 0 24px;
  }
}
.cid-uMnRC0GMMn .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMnRC0GMMn .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMnRC0GMMn .mbr-section-title {
  color: #005c62;
}
.cid-uMnRC0GMMn .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMnRC0GMMn .mbr-section-title,
.cid-uMnRC0GMMn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMnRCj4dQd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uMnRCj4dQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnRCj4dQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMnRCj4dQd .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMnRCj4dQd .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMnRCj4dQd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMnRCj4dQd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMnRCj4dQd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMnRCj4dQd .mbr-section-title {
  color: #000000;
}
.cid-uMq7oDBR33 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMq7oDBR33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq7oDBR33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq7oDBR33 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper {
  background-color: #00ac6d;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMq7oDBR33 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMq7oDBR33 .mbr-section-title {
  color: #2C2625;
}
.cid-uMq7oDBR33 .mbr-text {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list {
  color: #2C2625;
}
.cid-uMps7kD1rk {
  background-color: transparent;
}
.cid-uMps7kD1rk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMps7kD1rk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uMps7kD1rk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMps7kD1rk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMps7kD1rk .menu_box .navbar.opened,
  .cid-uMps7kD1rk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMps7kD1rk .navbar-dropdown {
  position: relative !important;
}
.cid-uMps7kD1rk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMps7kD1rk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMps7kD1rk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uMps7kD1rk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMps7kD1rk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMps7kD1rk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMps7kD1rk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMps7kD1rk .offcanvas-body .mbr-text,
  .cid-uMps7kD1rk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMps7kD1rk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMps7kD1rk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMps7kD1rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMps7kD1rk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMps7kD1rk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMps7kD1rk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMps7kD1rk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMps7kD1rk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .nav-item {
    margin: 0 !important;
  }
}
.cid-uMps7kD1rk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uMps7kD1rk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uMps7kD1rk .nav-item .nav-link:hover,
.cid-uMps7kD1rk .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uMps7kD1rk .nav-item .nav-link:hover::before,
.cid-uMps7kD1rk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMps7kD1rk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMps7kD1rk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMps7kD1rk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMps7kD1rk .offcanvas_box {
    display: none;
  }
}
.cid-uMps7kD1rk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMps7kD1rk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMps7kD1rk .container {
  display: flex;
  margin: auto;
}
.cid-uMps7kD1rk .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMps7kD1rk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMps7kD1rk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMps7kD1rk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .navbar-nav {
    margin: 0;
  }
}
.cid-uMps7kD1rk .dropdown-menu,
.cid-uMps7kD1rk .navbar.opened {
  background-color: false !important;
}
.cid-uMps7kD1rk .nav-item:focus,
.cid-uMps7kD1rk .nav-link:focus {
  outline: none;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMps7kD1rk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMps7kD1rk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMps7kD1rk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMps7kD1rk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMps7kD1rk .navbar.opened {
  transition: all 0.3s;
}
.cid-uMps7kD1rk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMps7kD1rk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMps7kD1rk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMps7kD1rk .navbar.collapsed {
  justify-content: center;
}
.cid-uMps7kD1rk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMps7kD1rk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMps7kD1rk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMps7kD1rk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMps7kD1rk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMps7kD1rk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMps7kD1rk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMps7kD1rk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMps7kD1rk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMps7kD1rk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMps7kD1rk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMps7kD1rk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMps7kD1rk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMps7kD1rk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMps7kD1rk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMps7kD1rk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMps7kD1rk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMps7kD1rk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMps7kD1rk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMps7kD1rk .dropdown-item.active,
.cid-uMps7kD1rk .dropdown-item:active {
  background-color: transparent;
}
.cid-uMps7kD1rk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMps7kD1rk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMps7kD1rk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMps7kD1rk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMps7kD1rk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMps7kD1rk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMps7kD1rk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMps7kD1rk .navbar {
    height: 70px;
  }
  .cid-uMps7kD1rk .navbar.opened {
    height: auto;
  }
  .cid-uMps7kD1rk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMps7kD1rk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMps7kD1rk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMps7kD1rk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMps7kD1rk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMps7kD1rk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uMps7kD1rk .navbar-caption:hover {
  color: #291197;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMps7kD1rk .text_widget {
  margin-bottom: 32px;
}
.cid-uMps7kD1rk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMps7kD1rk .text_widget a:hover,
.cid-uMps7kD1rk .text_widget a:focus {
  opacity: .8;
}
.cid-uMps7kD1rk .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uMps7kD1rk .navbar-caption {
  color: #30262b;
}
.cid-uMps7kD1rk .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uMps7kD1rk .mbr-section-subtitle,
.cid-uMps7kD1rk .text_widget,
.cid-uMps7kD1rk .mbr-section-btn {
  text-align: center;
}
.cid-uMps7kD1rk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMpK9uCZQT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4e84c2;
}
.cid-uMpK9uCZQT .pos_rel {
  position: relative;
}
.cid-uMpK9uCZQT .main_section_title {
  display: flex;
}
.cid-uMpK9uCZQT .main_title {
  padding: 0 8.333%;
}
.cid-uMpK9uCZQT .empty_content {
  width: 90%;
}
.cid-uMpK9uCZQT .text-wrapper {
  width: 60%;
  background: #4e84c2;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-uMpK9uCZQT .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uMpK9uCZQT .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uMpK9uCZQT .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-uMpK9uCZQT .text-wrapper:hover .card_title a {
  color: #1d5356 !important;
}
.cid-uMpK9uCZQT .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMpK9uCZQT .block-content {
  display: flex;
  align-items: center;
}
.cid-uMpK9uCZQT .image-wrapper,
.cid-uMpK9uCZQT img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-uMpK9uCZQT .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uMpK9uCZQT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMpK9uCZQT .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMpK9uCZQT .mbr-section-btn .btn-secondary-outline .active,
.cid-uMpK9uCZQT .mbr-section-btn .btn-secondary-outline:focus {
  color: #291197 !important;
}
@media (max-width: 991px) {
  .cid-uMpK9uCZQT .block-content {
    flex-direction: column;
  }
  .cid-uMpK9uCZQT .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-uMpK9uCZQT .empty_content {
    display: none;
  }
  .cid-uMpK9uCZQT .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uMpK9uCZQT .text-wrapper,
  .cid-uMpK9uCZQT .main_title {
    padding: 30px 1rem;
  }
}
.cid-uMpK9uCZQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpK9uCZQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMnSg1ZS9U {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #00ac6d;
}
.cid-uMnSg1ZS9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnSg1ZS9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMnSg1ZS9U .row {
    padding: 0 24px;
  }
}
.cid-uMnSg1ZS9U .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMnSg1ZS9U .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMnSg1ZS9U .mbr-section-title {
  color: #005c62;
}
.cid-uMnSg1ZS9U .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMnSg1ZS9U .mbr-section-title,
.cid-uMnSg1ZS9U .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMnSg3aa9B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ecede8;
}
.cid-uMnSg3aa9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnSg3aa9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMnSg3aa9B .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMnSg3aa9B .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMnSg3aa9B .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMnSg3aa9B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMnSg3aa9B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMnSg3aa9B .mbr-section-title {
  color: #000000;
}
.cid-uMq7oDBR33 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMq7oDBR33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq7oDBR33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq7oDBR33 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper {
  background-color: #00ac6d;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMq7oDBR33 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMq7oDBR33 .mbr-section-title {
  color: #2C2625;
}
.cid-uMq7oDBR33 .mbr-text {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list {
  color: #2C2625;
}
.cid-uMps7kD1rk {
  background-color: transparent;
}
.cid-uMps7kD1rk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMps7kD1rk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uMps7kD1rk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMps7kD1rk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMps7kD1rk .menu_box .navbar.opened,
  .cid-uMps7kD1rk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMps7kD1rk .navbar-dropdown {
  position: relative !important;
}
.cid-uMps7kD1rk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMps7kD1rk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMps7kD1rk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uMps7kD1rk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMps7kD1rk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMps7kD1rk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMps7kD1rk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMps7kD1rk .offcanvas-body .mbr-text,
  .cid-uMps7kD1rk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMps7kD1rk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMps7kD1rk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMps7kD1rk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMps7kD1rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMps7kD1rk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMps7kD1rk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMps7kD1rk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMps7kD1rk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMps7kD1rk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .nav-item {
    margin: 0 !important;
  }
}
.cid-uMps7kD1rk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uMps7kD1rk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uMps7kD1rk .nav-item .nav-link:hover,
.cid-uMps7kD1rk .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uMps7kD1rk .nav-item .nav-link:hover::before,
.cid-uMps7kD1rk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMps7kD1rk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMps7kD1rk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMps7kD1rk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMps7kD1rk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMps7kD1rk .offcanvas_box {
    display: none;
  }
}
.cid-uMps7kD1rk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMps7kD1rk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMps7kD1rk .container {
  display: flex;
  margin: auto;
}
.cid-uMps7kD1rk .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMps7kD1rk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMps7kD1rk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMps7kD1rk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .navbar-nav {
    margin: 0;
  }
}
.cid-uMps7kD1rk .dropdown-menu,
.cid-uMps7kD1rk .navbar.opened {
  background-color: false !important;
}
.cid-uMps7kD1rk .nav-item:focus,
.cid-uMps7kD1rk .nav-link:focus {
  outline: none;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMps7kD1rk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMps7kD1rk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMps7kD1rk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMps7kD1rk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMps7kD1rk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMps7kD1rk .navbar.opened {
  transition: all 0.3s;
}
.cid-uMps7kD1rk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMps7kD1rk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMps7kD1rk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMps7kD1rk .navbar.collapsed {
  justify-content: center;
}
.cid-uMps7kD1rk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMps7kD1rk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMps7kD1rk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMps7kD1rk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMps7kD1rk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMps7kD1rk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMps7kD1rk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMps7kD1rk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMps7kD1rk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMps7kD1rk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMps7kD1rk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMps7kD1rk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMps7kD1rk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMps7kD1rk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMps7kD1rk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMps7kD1rk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMps7kD1rk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMps7kD1rk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMps7kD1rk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMps7kD1rk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMps7kD1rk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMps7kD1rk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMps7kD1rk .dropdown-item.active,
.cid-uMps7kD1rk .dropdown-item:active {
  background-color: transparent;
}
.cid-uMps7kD1rk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMps7kD1rk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMps7kD1rk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMps7kD1rk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMps7kD1rk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMps7kD1rk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMps7kD1rk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMps7kD1rk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMps7kD1rk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMps7kD1rk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMps7kD1rk .navbar {
    height: 70px;
  }
  .cid-uMps7kD1rk .navbar.opened {
    height: auto;
  }
  .cid-uMps7kD1rk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMps7kD1rk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMps7kD1rk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMps7kD1rk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMps7kD1rk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMps7kD1rk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uMps7kD1rk .navbar-caption:hover {
  color: #291197;
}
@media (min-width: 992px) {
  .cid-uMps7kD1rk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMps7kD1rk .text_widget {
  margin-bottom: 32px;
}
.cid-uMps7kD1rk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMps7kD1rk .text_widget a:hover,
.cid-uMps7kD1rk .text_widget a:focus {
  opacity: .8;
}
.cid-uMps7kD1rk .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uMps7kD1rk .navbar-caption {
  color: #30262b;
}
.cid-uMps7kD1rk .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uMps7kD1rk .mbr-section-subtitle,
.cid-uMps7kD1rk .text_widget,
.cid-uMps7kD1rk .mbr-section-btn {
  text-align: center;
}
.cid-uMps7kD1rk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMpSwcdqwp {
  overflow: hidden !important;
  background: linear-gradient(to right, #00ac6d 0%, #00ac6d 30%, #4e84c2 30%, #4e84c2 100%);
}
.cid-uMpSwcdqwp .animated-element {
  color: #efefef;
}
.cid-uMpSwcdqwp .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMpSwcdqwp .mbr-section-subtitle {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-uMpSwcdqwp .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMpSwcdqwp .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uMpSwcdqwp {
    background: #4e84c2;
  }
  .cid-uMpSwcdqwp .img-block {
    padding-bottom: 2rem;
  }
}
.cid-uMpSwcdqwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpSwcdqwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpDc9vNsg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uMpDc9vNsg .counter-container ul {
  margin-bottom: 0;
}
.cid-uMpDc9vNsg .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
}
.cid-uMpL8QWV65 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMpL8QWV65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpL8QWV65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpL8QWV65 .container,
.cid-uMpL8QWV65 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMpL8QWV65 .container,
  .cid-uMpL8QWV65 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMpL8QWV65 .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #00ac6d;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-uMpL8QWV65 .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-uMpL8QWV65 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMpL8QWV65 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMpL8QWV65 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMpL8QWV65 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uMpL8QWV65 .mbr-section-title {
  color: #3d4045;
}
.cid-uMpL8QWV65 .mbr-text {
  color: #ffffff;
}
.cid-uMpL8QWV65 .mbr-section-btn {
  text-align: right;
}
.cid-uMqgBA3Nzt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00ac6d;
}
.cid-uMqgBA3Nzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqgBA3Nzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqgBA3Nzt .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uMqgBA3Nzt .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uMqgBA3Nzt .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uMqgBA3Nzt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMqgBA3Nzt img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMqgBA3Nzt img {
    transform: rotate(-5deg);
  }
}
.cid-uMqgBA3Nzt .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMqgBA3Nzt .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uMqgBA3Nzt .mbr-text,
.cid-uMqgBA3Nzt .mbr-section-btn {
  color: #ffffff;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uMpDtFLU72 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMpDtFLU72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpDtFLU72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpDtFLU72 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMpDtFLU72 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMpDtFLU72 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMpDtFLU72 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #00ac6d;
  margin-bottom: 20px;
}
.cid-uMpDtFLU72 .items-wrapper {
  margin: 0;
}
.cid-uMpDtFLU72 .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMpDtFLU72 .mbr-section-title {
  color: #093388;
}
.cid-uMpDtFLU72 .item-number {
  color: #f4f4f4;
}
.cid-uMpDtFLU72 .item-title {
  color: #093388;
}
.cid-uMpDtFLU72 .item-text {
  color: #58595b;
}
.cid-uMpDtFLU72 .item-title,
.cid-uMpDtFLU72 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMpZ8Qi4WS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMpZ8Qi4WS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpZ8Qi4WS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpZ8Qi4WS .row {
  padding: 1rem;
}
.cid-uMpZ8Qi4WS .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uMpZ8Qi4WS .row {
    padding: 0 12px;
  }
}
.cid-uMpZ8Qi4WS .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
  left: 0;
  border-radius: 0 100% 0 0;
}
.cid-uMpZ8Qi4WS .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
  left: auto;
  right: -28rem;
}
@media (max-width: 992px) {
  .cid-uMpZ8Qi4WS .row::after {
    display: none;
  }
}
.cid-uMpZ8Qi4WS .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-uMpZ8Qi4WS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMpZ8Qi4WS .title-wrapper .mbr-section-title span {
  color: #1d5356;
}
.cid-uMpZ8Qi4WS .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMpZ8Qi4WS .text-wrapper {
    padding: 0;
  }
}
.cid-uMpZ8Qi4WS .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uMpZ8Qi4WS .mbr-section-title {
  color: #000000;
}
.cid-uMpZ8Qi4WS .mbr-text {
  color: #000000;
}
.cid-uMq3IPG2qn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMq3IPG2qn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq3IPG2qn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq3IPG2qn .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-uMq3IPG2qn .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-uMq3IPG2qn .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uMq3IPG2qn .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-uMq3IPG2qn .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMq3IPG2qn .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMq3IPG2qn .content-wrapper {
    display: block;
  }
}
.cid-uMq3IPG2qn .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMq3IPG2qn .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMq3IPG2qn .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMq3IPG2qn .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMq3IPG2qn .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMq3IPG2qn .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMq3IPG2qn .item {
    margin-bottom: 32px;
  }
}
.cid-uMq3IPG2qn .item .item-wrapper {
  height: 100%;
}
.cid-uMq3IPG2qn .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMq3IPG2qn .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uMq3IPG2qn .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMq3IPG2qn .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uMq3IPG2qn .item .item-wrapper .item-content .item-name {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMq3IPG2qn .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-uMq3IPG2qn .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uMq3IPG2qn .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMq3IPG2qn .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uMq3IPG2qn .mbr-label {
  color: #c10b02;
}
.cid-uMq3IPG2qn .mbr-section-title {
  color: #c10b02;
}
.cid-uMq3IPG2qn .mbr-text {
  color: #4b4949;
}
.cid-uMq3IPG2qn .item-name {
  color: #c10b02;
}
.cid-uMq3IPG2qn .item-text {
  color: #000000;
}
.cid-uMnyr1SE3Y {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMnyr1SE3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnyr1SE3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMnyr1SE3Y .row {
    padding: 0 24px;
  }
}
.cid-uMnyr1SE3Y .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMnyr1SE3Y .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMnyr1SE3Y .mbr-section-title {
  color: #005c62;
}
.cid-uMnyr1SE3Y .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMnyr1SE3Y .mbr-section-title,
.cid-uMnyr1SE3Y .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMpaHaXBwE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #4e84c2;
}
.cid-uMpaHaXBwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpaHaXBwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpaHaXBwE .card {
  justify-content: center;
}
.cid-uMpaHaXBwE .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMpaHaXBwE .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMpaHaXBwE .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uMpaHaXBwE .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMpaHaXBwE .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uMpaHaXBwE .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMpaHaXBwE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMpaHaXBwE .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uMpaHaXBwE .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMpaHaXBwE .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMpaHaXBwE .mbr-section-title {
  color: #ffffff;
}
.cid-uMpaHaXBwE .mbr-tag {
  color: #ffffff;
}
.cid-uMpaHaXBwE .mbr-text {
  color: #ffffff;
}
.cid-uMpaHaXBwE .mbr-section-title,
.cid-uMpaHaXBwE .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uMpaHaXBwE .mbr-text,
.cid-uMpaHaXBwE .text-wrapper {
  color: #000000;
}
.cid-uMpZZzQ2R5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMpZZzQ2R5 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uMpZZzQ2R5 .row {
    padding: 0 12px;
  }
}
.cid-uMpZZzQ2R5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpZZzQ2R5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpZZzQ2R5 .image-wrapper {
  position: relative;
}
.cid-uMpZZzQ2R5 .image-wrapper img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0 0 0 100%;
}
.cid-uMpZZzQ2R5 .text-wrapper {
  padding: 60px 0 0 100px;
}
@media (max-width: 992px) {
  .cid-uMpZZzQ2R5 .text-wrapper {
    padding: 60px 0 0;
  }
}
.cid-uMpZZzQ2R5 .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uMpZZzQ2R5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMpZZzQ2R5 .mbr-section-title {
  color: #000000;
}
.cid-uMpZZzQ2R5 .mbr-text {
  color: #000000;
}
.cid-uMp5or1DF0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMp5or1DF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMp5or1DF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMp5or1DF0 .container {
    padding: 0 22px;
  }
}
.cid-uMp5or1DF0 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMp5or1DF0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMp5or1DF0 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uMp5or1DF0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uMp5or1DF0 .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
  text-align: left;
}
.cid-uMp5or1DF0 .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-uMp5or1DF0 .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uMp5or1DF0 .panel-group .card:hover,
.cid-uMp5or1DF0 .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uMp5or1DF0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMp5or1DF0 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uMp5or1DF0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMp5or1DF0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uMp5or1DF0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #491414;
}
.cid-uMp5or1DF0 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uMp5or1DF0 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uMp5or1DF0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMp5or1DF0 .panel-title-edit {
  color: #000000;
}
.cid-uMp5or1DF0 .panel-text {
  color: #8a8588;
}
.cid-uMq2WFVxfQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMq2WFVxfQ .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-uMq2WFVxfQ .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uMq2WFVxfQ .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-uMq2WFVxfQ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMq2WFVxfQ .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uMq2WFVxfQ .mbr-text {
    padding: 0;
  }
}
.cid-uMpFVrvUtC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMpFVrvUtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpFVrvUtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpFVrvUtC .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMpFVrvUtC .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMpFVrvUtC .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item {
    margin-bottom: 20px;
  }
}
.cid-uMpFVrvUtC .item:hover .item-wrapper .item-img img,
.cid-uMpFVrvUtC .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uMpFVrvUtC .item .item-wrapper {
  padding: 80px 60px;
  background-color: #00ac6d;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMpFVrvUtC .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uMpFVrvUtC .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uMpFVrvUtC .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #00ac6d;
}
.cid-uMpFVrvUtC .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMpFVrvUtC .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMpFVrvUtC .mbr-label {
  color: #19171c;
}
.cid-uMpFVrvUtC .item-text {
  color: #6e6e73;
}
.cid-uMq6QwpXbQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMq6QwpXbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq6QwpXbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq6QwpXbQ .video-wrapper iframe {
  width: 100%;
}
.cid-uMq6QwpXbQ .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uMq6QwpXbQ .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uMq6QwpXbQ .video-block {
  position: relative;
  z-index: 1;
}
.cid-uMq6QwpXbQ .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uMq6QwpXbQ .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMq6QwpXbQ .video-block .image-absolute {
    display: none;
  }
}
.cid-uMq3bPl3xe {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: linear-gradient(transparent -20%, #4479d9);
}
.cid-uMq3bPl3xe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq3bPl3xe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq3bPl3xe .row {
  justify-content: flex-end;
}
.cid-uMq3bPl3xe .mbr-text,
.cid-uMq3bPl3xe .mbr-section-btn {
  color: #232323;
}
.cid-toEmYvXKk0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #00ac6d;
}
.cid-toEmYvXKk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEmYvXKk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEmYvXKk0 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-toEmYvXKk0 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-toEmYvXKk0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-toEmYvXKk0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-toEmYvXKk0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-toEmYvXKk0 .mbr-section-title {
  color: #000000;
}
.cid-uMq7oDBR33 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMq7oDBR33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq7oDBR33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq7oDBR33 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper {
  background-color: #00ac6d;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMq7oDBR33 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMq7oDBR33 .mbr-section-title {
  color: #2C2625;
}
.cid-uMq7oDBR33 .mbr-text {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list {
  color: #2C2625;
}
.cid-uMqfKaI3Gx {
  background-color: transparent;
}
.cid-uMqfKaI3Gx .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMqfKaI3Gx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uMqfKaI3Gx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMqfKaI3Gx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMqfKaI3Gx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMqfKaI3Gx .menu_box .navbar.opened,
  .cid-uMqfKaI3Gx .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMqfKaI3Gx .navbar-dropdown {
  position: relative !important;
}
.cid-uMqfKaI3Gx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uMqfKaI3Gx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMqfKaI3Gx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMqfKaI3Gx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMqfKaI3Gx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMqfKaI3Gx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uMqfKaI3Gx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMqfKaI3Gx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMqfKaI3Gx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMqfKaI3Gx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMqfKaI3Gx .offcanvas-body .mbr-text,
  .cid-uMqfKaI3Gx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMqfKaI3Gx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMqfKaI3Gx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMqfKaI3Gx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uMqfKaI3Gx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMqfKaI3Gx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMqfKaI3Gx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMqfKaI3Gx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMqfKaI3Gx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMqfKaI3Gx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMqfKaI3Gx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMqfKaI3Gx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMqfKaI3Gx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMqfKaI3Gx .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMqfKaI3Gx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMqfKaI3Gx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMqfKaI3Gx .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uMqfKaI3Gx .nav-item {
    margin: 0 !important;
  }
}
.cid-uMqfKaI3Gx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uMqfKaI3Gx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uMqfKaI3Gx .nav-item .nav-link:hover,
.cid-uMqfKaI3Gx .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uMqfKaI3Gx .nav-item .nav-link:hover::before,
.cid-uMqfKaI3Gx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMqfKaI3Gx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMqfKaI3Gx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMqfKaI3Gx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMqfKaI3Gx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMqfKaI3Gx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMqfKaI3Gx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMqfKaI3Gx .offcanvas_box {
    display: none;
  }
}
.cid-uMqfKaI3Gx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMqfKaI3Gx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMqfKaI3Gx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMqfKaI3Gx .container {
  display: flex;
  margin: auto;
}
.cid-uMqfKaI3Gx .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMqfKaI3Gx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMqfKaI3Gx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMqfKaI3Gx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMqfKaI3Gx .navbar-nav {
    margin: 0;
  }
}
.cid-uMqfKaI3Gx .dropdown-menu,
.cid-uMqfKaI3Gx .navbar.opened {
  background-color: false !important;
}
.cid-uMqfKaI3Gx .nav-item:focus,
.cid-uMqfKaI3Gx .nav-link:focus {
  outline: none;
}
.cid-uMqfKaI3Gx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMqfKaI3Gx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMqfKaI3Gx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMqfKaI3Gx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMqfKaI3Gx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMqfKaI3Gx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMqfKaI3Gx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMqfKaI3Gx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMqfKaI3Gx .navbar.opened {
  transition: all 0.3s;
}
.cid-uMqfKaI3Gx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMqfKaI3Gx .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMqfKaI3Gx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMqfKaI3Gx .navbar.collapsed {
  justify-content: center;
}
.cid-uMqfKaI3Gx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMqfKaI3Gx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMqfKaI3Gx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMqfKaI3Gx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMqfKaI3Gx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMqfKaI3Gx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMqfKaI3Gx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMqfKaI3Gx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMqfKaI3Gx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMqfKaI3Gx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMqfKaI3Gx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMqfKaI3Gx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMqfKaI3Gx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMqfKaI3Gx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMqfKaI3Gx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMqfKaI3Gx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMqfKaI3Gx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMqfKaI3Gx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMqfKaI3Gx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMqfKaI3Gx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMqfKaI3Gx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMqfKaI3Gx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMqfKaI3Gx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMqfKaI3Gx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMqfKaI3Gx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMqfKaI3Gx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMqfKaI3Gx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMqfKaI3Gx .dropdown-item.active,
.cid-uMqfKaI3Gx .dropdown-item:active {
  background-color: transparent;
}
.cid-uMqfKaI3Gx .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uMqfKaI3Gx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMqfKaI3Gx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMqfKaI3Gx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMqfKaI3Gx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMqfKaI3Gx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMqfKaI3Gx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-uMqfKaI3Gx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uMqfKaI3Gx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMqfKaI3Gx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqfKaI3Gx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqfKaI3Gx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMqfKaI3Gx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqfKaI3Gx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMqfKaI3Gx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMqfKaI3Gx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqfKaI3Gx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMqfKaI3Gx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMqfKaI3Gx .navbar {
    height: 70px;
  }
  .cid-uMqfKaI3Gx .navbar.opened {
    height: auto;
  }
  .cid-uMqfKaI3Gx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMqfKaI3Gx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMqfKaI3Gx .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMqfKaI3Gx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMqfKaI3Gx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMqfKaI3Gx .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uMqfKaI3Gx .navbar-caption:hover {
  color: #291197;
}
@media (min-width: 992px) {
  .cid-uMqfKaI3Gx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMqfKaI3Gx .text_widget {
  margin-bottom: 32px;
}
.cid-uMqfKaI3Gx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMqfKaI3Gx .text_widget a:hover,
.cid-uMqfKaI3Gx .text_widget a:focus {
  opacity: .8;
}
.cid-uMqfKaI3Gx .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uMqfKaI3Gx .navbar-caption {
  color: #30262b;
}
.cid-uMqfKaI3Gx .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uMqfKaI3Gx .mbr-section-subtitle,
.cid-uMqfKaI3Gx .text_widget,
.cid-uMqfKaI3Gx .mbr-section-btn {
  text-align: center;
}
.cid-uMqfKaI3Gx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMqfKc2BN0 {
  overflow: hidden !important;
  background: linear-gradient(to right, #00ac6d 0%, #00ac6d 30%, #4e84c2 30%, #4e84c2 100%);
}
.cid-uMqfKc2BN0 .animated-element {
  color: #efefef;
}
.cid-uMqfKc2BN0 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMqfKc2BN0 .mbr-section-subtitle {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-uMqfKc2BN0 .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMqfKc2BN0 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uMqfKc2BN0 {
    background: #4e84c2;
  }
  .cid-uMqfKc2BN0 .img-block {
    padding-bottom: 2rem;
  }
}
.cid-uMqfKc2BN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKc2BN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfKcUgHV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uMqfKcUgHV .counter-container ul {
  margin-bottom: 0;
}
.cid-uMqfKcUgHV .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
}
.cid-uMqfKdAeAJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqfKdAeAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKdAeAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfKdAeAJ .container,
.cid-uMqfKdAeAJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMqfKdAeAJ .container,
  .cid-uMqfKdAeAJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMqfKdAeAJ .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #00ac6d;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-uMqfKdAeAJ .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-uMqfKdAeAJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqfKdAeAJ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqfKdAeAJ .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqfKdAeAJ .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uMqfKdAeAJ .mbr-section-title {
  color: #3d4045;
}
.cid-uMqfKdAeAJ .mbr-text {
  color: #ffffff;
}
.cid-uMqfKdAeAJ .mbr-section-btn {
  text-align: right;
}
.cid-uMqfKedPTT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00ac6d;
}
.cid-uMqfKedPTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKedPTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfKedPTT .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uMqfKedPTT .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uMqfKedPTT .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uMqfKedPTT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMqfKedPTT img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMqfKedPTT img {
    transform: rotate(-5deg);
  }
}
.cid-uMqfKedPTT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMqfKedPTT .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uMqfKedPTT .mbr-text,
.cid-uMqfKedPTT .mbr-section-btn {
  color: #ffffff;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uMqfKfad0a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqfKfad0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKfad0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfKfad0a .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMqfKfad0a .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfKfad0a .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMqfKfad0a .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #00ac6d;
  margin-bottom: 20px;
}
.cid-uMqfKfad0a .items-wrapper {
  margin: 0;
}
.cid-uMqfKfad0a .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uMqfKfad0a .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-uMqfKfad0a .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMqfKfad0a .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uMqfKfad0a .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uMqfKfad0a .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMqfKfad0a .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqfKfad0a .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMqfKfad0a .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqfKfad0a .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqfKfad0a .mbr-section-title {
  color: #093388;
}
.cid-uMqfKfad0a .item-number {
  color: #f4f4f4;
}
.cid-uMqfKfad0a .item-title {
  color: #093388;
}
.cid-uMqfKfad0a .item-text {
  color: #58595b;
}
.cid-uMqfKfad0a .item-title,
.cid-uMqfKfad0a .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMqfKgJbK2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMqfKgJbK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKgJbK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfKgJbK2 .row {
  padding: 1rem;
}
.cid-uMqfKgJbK2 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uMqfKgJbK2 .row {
    padding: 0 12px;
  }
}
.cid-uMqfKgJbK2 .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
  left: 0;
  border-radius: 0 100% 0 0;
}
.cid-uMqfKgJbK2 .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
  left: auto;
  right: -28rem;
}
@media (max-width: 992px) {
  .cid-uMqfKgJbK2 .row::after {
    display: none;
  }
}
.cid-uMqfKgJbK2 .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-uMqfKgJbK2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMqfKgJbK2 .title-wrapper .mbr-section-title span {
  color: #1d5356;
}
.cid-uMqfKgJbK2 .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMqfKgJbK2 .text-wrapper {
    padding: 0;
  }
}
.cid-uMqfKgJbK2 .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uMqfKgJbK2 .mbr-section-title {
  color: #000000;
}
.cid-uMqfKgJbK2 .mbr-text {
  color: #000000;
}
.cid-uMqfKhzNZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqfKhzNZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKhzNZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfKhzNZs .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-uMqfKhzNZs .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-uMqfKhzNZs .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uMqfKhzNZs .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-uMqfKhzNZs .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMqfKhzNZs .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMqfKhzNZs .content-wrapper {
    display: block;
  }
}
.cid-uMqfKhzNZs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfKhzNZs .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMqfKhzNZs .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfKhzNZs .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMqfKhzNZs .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqfKhzNZs .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMqfKhzNZs .item {
    margin-bottom: 32px;
  }
}
.cid-uMqfKhzNZs .item .item-wrapper {
  height: 100%;
}
.cid-uMqfKhzNZs .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMqfKhzNZs .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uMqfKhzNZs .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMqfKhzNZs .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uMqfKhzNZs .item .item-wrapper .item-content .item-name {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfKhzNZs .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-uMqfKhzNZs .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uMqfKhzNZs .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfKhzNZs .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uMqfKhzNZs .mbr-label {
  color: #c10b02;
}
.cid-uMqfKhzNZs .mbr-section-title {
  color: #c10b02;
}
.cid-uMqfKhzNZs .mbr-text {
  color: #4b4949;
}
.cid-uMqfKhzNZs .item-name {
  color: #c10b02;
}
.cid-uMqfKhzNZs .item-text {
  color: #000000;
}
.cid-uMqfKivHRD {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMqfKivHRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKivHRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMqfKivHRD .row {
    padding: 0 24px;
  }
}
.cid-uMqfKivHRD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMqfKivHRD .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMqfKivHRD .mbr-section-title {
  color: #005c62;
}
.cid-uMqfKivHRD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMqfKivHRD .mbr-section-title,
.cid-uMqfKivHRD .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMqfKjjgWE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #4e84c2;
}
.cid-uMqfKjjgWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKjjgWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfKjjgWE .card {
  justify-content: center;
}
.cid-uMqfKjjgWE .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMqfKjjgWE .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfKjjgWE .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMqfKjjgWE .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMqfKjjgWE .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uMqfKjjgWE .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMqfKjjgWE .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uMqfKjjgWE .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfKjjgWE .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMqfKjjgWE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfKjjgWE .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMqfKjjgWE .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uMqfKjjgWE .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfKjjgWE .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMqfKjjgWE .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMqfKjjgWE .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfKjjgWE .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMqfKjjgWE .mbr-section-title {
  color: #ffffff;
}
.cid-uMqfKjjgWE .mbr-tag {
  color: #ffffff;
}
.cid-uMqfKjjgWE .mbr-text {
  color: #ffffff;
}
.cid-uMqfKjjgWE .mbr-section-title,
.cid-uMqfKjjgWE .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uMqfKjjgWE .mbr-text,
.cid-uMqfKjjgWE .text-wrapper {
  color: #000000;
}
.cid-uMqfKkeoFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMqfKkeoFT .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uMqfKkeoFT .row {
    padding: 0 12px;
  }
}
.cid-uMqfKkeoFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKkeoFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfKkeoFT .image-wrapper {
  position: relative;
}
.cid-uMqfKkeoFT .image-wrapper img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0 0 0 100%;
}
.cid-uMqfKkeoFT .text-wrapper {
  padding: 60px 0 0 100px;
}
@media (max-width: 992px) {
  .cid-uMqfKkeoFT .text-wrapper {
    padding: 60px 0 0;
  }
}
.cid-uMqfKkeoFT .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uMqfKkeoFT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMqfKkeoFT .mbr-section-title {
  color: #000000;
}
.cid-uMqfKkeoFT .mbr-text {
  color: #000000;
}
.cid-uMqfKkZLHv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqfKkZLHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKkZLHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMqfKkZLHv .container {
    padding: 0 22px;
  }
}
.cid-uMqfKkZLHv .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMqfKkZLHv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMqfKkZLHv .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uMqfKkZLHv .image-wrapper img {
    height: 350px;
  }
}
.cid-uMqfKkZLHv .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
  text-align: left;
}
.cid-uMqfKkZLHv .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-uMqfKkZLHv .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uMqfKkZLHv .panel-group .card:hover,
.cid-uMqfKkZLHv .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uMqfKkZLHv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMqfKkZLHv .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uMqfKkZLHv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMqfKkZLHv .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uMqfKkZLHv .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #491414;
}
.cid-uMqfKkZLHv .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uMqfKkZLHv .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uMqfKkZLHv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMqfKkZLHv .panel-title-edit {
  color: #000000;
}
.cid-uMqfKkZLHv .panel-text {
  color: #8a8588;
}
.cid-uMqfKm0TEt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMqfKm0TEt .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-uMqfKm0TEt .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uMqfKm0TEt .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-uMqfKm0TEt .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqfKm0TEt .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uMqfKm0TEt .mbr-text {
    padding: 0;
  }
}
.cid-uMqfKmYdYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqfKmYdYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKmYdYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfKmYdYe .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMqfKmYdYe .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMqfKmYdYe .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMqfKmYdYe .item {
    margin-bottom: 20px;
  }
}
.cid-uMqfKmYdYe .item:hover .item-wrapper .item-img img,
.cid-uMqfKmYdYe .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uMqfKmYdYe .item .item-wrapper {
  padding: 80px 60px;
  background-color: #00ac6d;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMqfKmYdYe .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMqfKmYdYe .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMqfKmYdYe .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uMqfKmYdYe .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uMqfKmYdYe .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfKmYdYe .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uMqfKmYdYe .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #00ac6d;
}
.cid-uMqfKmYdYe .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqfKmYdYe .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMqfKmYdYe .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMqfKmYdYe .mbr-label {
  color: #19171c;
}
.cid-uMqfKmYdYe .item-text {
  color: #6e6e73;
}
.cid-uMqfKo043Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqfKo043Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKo043Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfKo043Z .video-wrapper iframe {
  width: 100%;
}
.cid-uMqfKo043Z .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uMqfKo043Z .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uMqfKo043Z .video-block {
  position: relative;
  z-index: 1;
}
.cid-uMqfKo043Z .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uMqfKo043Z .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMqfKo043Z .video-block .image-absolute {
    display: none;
  }
}
.cid-uMqfKoSEx3 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: linear-gradient(transparent -20%, #4479d9);
}
.cid-uMqfKoSEx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKoSEx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfKoSEx3 .row {
  justify-content: flex-end;
}
.cid-uMqfKoSEx3 .mbr-text,
.cid-uMqfKoSEx3 .mbr-section-btn {
  color: #232323;
}
.cid-uMqrRFIzR4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uMqrRFIzR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqrRFIzR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqrRFIzR4 .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uMqrRFIzR4 .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uMqrRFIzR4 .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMqrRFIzR4 .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uMqrRFIzR4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMqrRFIzR4 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMqrRFIzR4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMqrRFIzR4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uMqrRFIzR4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uMqrRFIzR4 .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uMqrRFIzR4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMqrRFIzR4 .mbr-section-title {
  color: #19171c;
}
.cid-uMqrRFIzR4 .panel-title {
  color: #19171c;
}
.cid-uMqrRFIzR4 .panel-text {
  color: #000000;
}
.cid-uMqfKpLaR3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #00ac6d;
}
.cid-uMqfKpLaR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKpLaR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfKpLaR3 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMqfKpLaR3 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMqfKpLaR3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMqfKpLaR3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMqfKpLaR3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMqfKpLaR3 .mbr-section-title {
  color: #000000;
}
.cid-uMqfKqJEqL {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqfKqJEqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfKqJEqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfKqJEqL .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMqfKqJEqL .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfKqJEqL .content-wrapper {
    padding: 0;
  }
}
.cid-uMqfKqJEqL .content-wrapper .card-wrapper {
  background-color: #00ac6d;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMqfKqJEqL .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfKqJEqL .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMqfKqJEqL .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfKqJEqL .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMqfKqJEqL .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMqfKqJEqL .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMqfKqJEqL .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMqfKqJEqL .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMqfKqJEqL .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMqfKqJEqL .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMqfKqJEqL .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMqfKqJEqL .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMqfKqJEqL .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMqfKqJEqL .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMqfKqJEqL .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMqfKqJEqL .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMqfKqJEqL .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMqfKqJEqL .mbr-section-title {
  color: #2C2625;
}
.cid-uMqfKqJEqL .mbr-text {
  color: #2C2625;
}
.cid-uMqfKqJEqL .list {
  color: #2C2625;
}
.cid-uMqfS1IkIm {
  background-color: transparent;
}
.cid-uMqfS1IkIm .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMqfS1IkIm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uMqfS1IkIm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMqfS1IkIm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMqfS1IkIm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMqfS1IkIm .menu_box .navbar.opened,
  .cid-uMqfS1IkIm .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMqfS1IkIm .navbar-dropdown {
  position: relative !important;
}
.cid-uMqfS1IkIm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uMqfS1IkIm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMqfS1IkIm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMqfS1IkIm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMqfS1IkIm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMqfS1IkIm .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uMqfS1IkIm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMqfS1IkIm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMqfS1IkIm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMqfS1IkIm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMqfS1IkIm .offcanvas-body .mbr-text,
  .cid-uMqfS1IkIm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMqfS1IkIm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMqfS1IkIm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMqfS1IkIm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uMqfS1IkIm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMqfS1IkIm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMqfS1IkIm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMqfS1IkIm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMqfS1IkIm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMqfS1IkIm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMqfS1IkIm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMqfS1IkIm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMqfS1IkIm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMqfS1IkIm .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMqfS1IkIm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMqfS1IkIm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMqfS1IkIm .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uMqfS1IkIm .nav-item {
    margin: 0 !important;
  }
}
.cid-uMqfS1IkIm .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uMqfS1IkIm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uMqfS1IkIm .nav-item .nav-link:hover,
.cid-uMqfS1IkIm .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uMqfS1IkIm .nav-item .nav-link:hover::before,
.cid-uMqfS1IkIm .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMqfS1IkIm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMqfS1IkIm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMqfS1IkIm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMqfS1IkIm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMqfS1IkIm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMqfS1IkIm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMqfS1IkIm .offcanvas_box {
    display: none;
  }
}
.cid-uMqfS1IkIm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMqfS1IkIm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMqfS1IkIm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMqfS1IkIm .container {
  display: flex;
  margin: auto;
}
.cid-uMqfS1IkIm .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMqfS1IkIm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMqfS1IkIm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMqfS1IkIm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMqfS1IkIm .navbar-nav {
    margin: 0;
  }
}
.cid-uMqfS1IkIm .dropdown-menu,
.cid-uMqfS1IkIm .navbar.opened {
  background-color: false !important;
}
.cid-uMqfS1IkIm .nav-item:focus,
.cid-uMqfS1IkIm .nav-link:focus {
  outline: none;
}
.cid-uMqfS1IkIm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMqfS1IkIm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMqfS1IkIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMqfS1IkIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMqfS1IkIm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMqfS1IkIm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMqfS1IkIm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMqfS1IkIm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMqfS1IkIm .navbar.opened {
  transition: all 0.3s;
}
.cid-uMqfS1IkIm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMqfS1IkIm .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMqfS1IkIm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMqfS1IkIm .navbar.collapsed {
  justify-content: center;
}
.cid-uMqfS1IkIm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMqfS1IkIm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMqfS1IkIm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMqfS1IkIm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMqfS1IkIm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMqfS1IkIm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMqfS1IkIm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMqfS1IkIm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMqfS1IkIm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMqfS1IkIm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMqfS1IkIm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMqfS1IkIm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMqfS1IkIm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMqfS1IkIm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMqfS1IkIm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMqfS1IkIm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMqfS1IkIm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMqfS1IkIm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMqfS1IkIm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMqfS1IkIm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMqfS1IkIm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMqfS1IkIm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMqfS1IkIm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMqfS1IkIm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMqfS1IkIm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMqfS1IkIm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMqfS1IkIm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMqfS1IkIm .dropdown-item.active,
.cid-uMqfS1IkIm .dropdown-item:active {
  background-color: transparent;
}
.cid-uMqfS1IkIm .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uMqfS1IkIm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMqfS1IkIm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMqfS1IkIm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMqfS1IkIm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMqfS1IkIm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMqfS1IkIm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-uMqfS1IkIm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uMqfS1IkIm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMqfS1IkIm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqfS1IkIm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqfS1IkIm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMqfS1IkIm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqfS1IkIm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMqfS1IkIm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMqfS1IkIm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqfS1IkIm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMqfS1IkIm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMqfS1IkIm .navbar {
    height: 70px;
  }
  .cid-uMqfS1IkIm .navbar.opened {
    height: auto;
  }
  .cid-uMqfS1IkIm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMqfS1IkIm .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMqfS1IkIm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMqfS1IkIm .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMqfS1IkIm .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMqfS1IkIm .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uMqfS1IkIm .navbar-caption:hover {
  color: #291197;
}
@media (min-width: 992px) {
  .cid-uMqfS1IkIm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMqfS1IkIm .text_widget {
  margin-bottom: 32px;
}
.cid-uMqfS1IkIm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMqfS1IkIm .text_widget a:hover,
.cid-uMqfS1IkIm .text_widget a:focus {
  opacity: .8;
}
.cid-uMqfS1IkIm .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uMqfS1IkIm .navbar-caption {
  color: #30262b;
}
.cid-uMqfS1IkIm .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uMqfS1IkIm .mbr-section-subtitle,
.cid-uMqfS1IkIm .text_widget,
.cid-uMqfS1IkIm .mbr-section-btn {
  text-align: center;
}
.cid-uMqfS1IkIm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMqfS2YkG5 {
  overflow: hidden !important;
  background: linear-gradient(to right, #00ac6d 0%, #00ac6d 30%, #4e84c2 30%, #4e84c2 100%);
}
.cid-uMqfS2YkG5 .animated-element {
  color: #efefef;
}
.cid-uMqfS2YkG5 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMqfS2YkG5 .mbr-section-subtitle {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-uMqfS2YkG5 .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMqfS2YkG5 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uMqfS2YkG5 {
    background: #4e84c2;
  }
  .cid-uMqfS2YkG5 .img-block {
    padding-bottom: 2rem;
  }
}
.cid-uMqfS2YkG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfS2YkG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfS3G1RU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uMqfS3G1RU .counter-container ul {
  margin-bottom: 0;
}
.cid-uMqfS3G1RU .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
}
.cid-uMqfS4eyOQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqfS4eyOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfS4eyOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfS4eyOQ .container,
.cid-uMqfS4eyOQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMqfS4eyOQ .container,
  .cid-uMqfS4eyOQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMqfS4eyOQ .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #00ac6d;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-uMqfS4eyOQ .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-uMqfS4eyOQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqfS4eyOQ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqfS4eyOQ .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqfS4eyOQ .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uMqfS4eyOQ .mbr-section-title {
  color: #3d4045;
}
.cid-uMqfS4eyOQ .mbr-text {
  color: #ffffff;
}
.cid-uMqfS4eyOQ .mbr-section-btn {
  text-align: right;
}
.cid-uMqfS4PvQC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00ac6d;
}
.cid-uMqfS4PvQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfS4PvQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfS4PvQC .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uMqfS4PvQC .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uMqfS4PvQC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uMqfS4PvQC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMqfS4PvQC img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMqfS4PvQC img {
    transform: rotate(-5deg);
  }
}
.cid-uMqfS4PvQC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMqfS4PvQC .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uMqfS4PvQC .mbr-text,
.cid-uMqfS4PvQC .mbr-section-btn {
  color: #ffffff;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uMqfS5qs7L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqfS5qs7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfS5qs7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfS5qs7L .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMqfS5qs7L .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfS5qs7L .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMqfS5qs7L .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #00ac6d;
  margin-bottom: 20px;
}
.cid-uMqfS5qs7L .items-wrapper {
  margin: 0;
}
.cid-uMqfS5qs7L .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uMqfS5qs7L .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-uMqfS5qs7L .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMqfS5qs7L .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uMqfS5qs7L .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uMqfS5qs7L .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMqfS5qs7L .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqfS5qs7L .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMqfS5qs7L .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqfS5qs7L .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqfS5qs7L .mbr-section-title {
  color: #093388;
}
.cid-uMqfS5qs7L .item-number {
  color: #f4f4f4;
}
.cid-uMqfS5qs7L .item-title {
  color: #093388;
}
.cid-uMqfS5qs7L .item-text {
  color: #58595b;
}
.cid-uMqfS5qs7L .item-title,
.cid-uMqfS5qs7L .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMqfS6aKcN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMqfS6aKcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfS6aKcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfS6aKcN .row {
  padding: 1rem;
}
.cid-uMqfS6aKcN .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uMqfS6aKcN .row {
    padding: 0 12px;
  }
}
.cid-uMqfS6aKcN .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
  left: 0;
  border-radius: 0 100% 0 0;
}
.cid-uMqfS6aKcN .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
  left: auto;
  right: -28rem;
}
@media (max-width: 992px) {
  .cid-uMqfS6aKcN .row::after {
    display: none;
  }
}
.cid-uMqfS6aKcN .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-uMqfS6aKcN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMqfS6aKcN .title-wrapper .mbr-section-title span {
  color: #1d5356;
}
.cid-uMqfS6aKcN .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMqfS6aKcN .text-wrapper {
    padding: 0;
  }
}
.cid-uMqfS6aKcN .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uMqfS6aKcN .mbr-section-title {
  color: #000000;
}
.cid-uMqfS6aKcN .mbr-text {
  color: #000000;
}
.cid-uMqfS6Knff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqfS6Knff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfS6Knff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfS6Knff .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-uMqfS6Knff .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-uMqfS6Knff .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uMqfS6Knff .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-uMqfS6Knff .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMqfS6Knff .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMqfS6Knff .content-wrapper {
    display: block;
  }
}
.cid-uMqfS6Knff .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfS6Knff .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMqfS6Knff .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfS6Knff .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMqfS6Knff .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqfS6Knff .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMqfS6Knff .item {
    margin-bottom: 32px;
  }
}
.cid-uMqfS6Knff .item .item-wrapper {
  height: 100%;
}
.cid-uMqfS6Knff .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMqfS6Knff .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uMqfS6Knff .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMqfS6Knff .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uMqfS6Knff .item .item-wrapper .item-content .item-name {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfS6Knff .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-uMqfS6Knff .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uMqfS6Knff .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfS6Knff .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uMqfS6Knff .mbr-label {
  color: #c10b02;
}
.cid-uMqfS6Knff .mbr-section-title {
  color: #c10b02;
}
.cid-uMqfS6Knff .mbr-text {
  color: #4b4949;
}
.cid-uMqfS6Knff .item-name {
  color: #c10b02;
}
.cid-uMqfS6Knff .item-text {
  color: #000000;
}
.cid-uMqfS7tuck {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMqfS7tuck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfS7tuck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMqfS7tuck .row {
    padding: 0 24px;
  }
}
.cid-uMqfS7tuck .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMqfS7tuck .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMqfS7tuck .mbr-section-title {
  color: #005c62;
}
.cid-uMqfS7tuck .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMqfS7tuck .mbr-section-title,
.cid-uMqfS7tuck .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMqfS84o1A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #4e84c2;
}
.cid-uMqfS84o1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfS84o1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfS84o1A .card {
  justify-content: center;
}
.cid-uMqfS84o1A .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMqfS84o1A .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfS84o1A .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMqfS84o1A .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMqfS84o1A .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uMqfS84o1A .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMqfS84o1A .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uMqfS84o1A .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfS84o1A .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMqfS84o1A .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfS84o1A .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMqfS84o1A .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uMqfS84o1A .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfS84o1A .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMqfS84o1A .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMqfS84o1A .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfS84o1A .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMqfS84o1A .mbr-section-title {
  color: #ffffff;
}
.cid-uMqfS84o1A .mbr-tag {
  color: #ffffff;
}
.cid-uMqfS84o1A .mbr-text {
  color: #ffffff;
}
.cid-uMqfS84o1A .mbr-section-title,
.cid-uMqfS84o1A .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uMqfS84o1A .mbr-text,
.cid-uMqfS84o1A .text-wrapper {
  color: #000000;
}
.cid-uMqfS8MZYj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMqfS8MZYj .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uMqfS8MZYj .row {
    padding: 0 12px;
  }
}
.cid-uMqfS8MZYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfS8MZYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfS8MZYj .image-wrapper {
  position: relative;
}
.cid-uMqfS8MZYj .image-wrapper img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0 0 0 100%;
}
.cid-uMqfS8MZYj .text-wrapper {
  padding: 60px 0 0 100px;
}
@media (max-width: 992px) {
  .cid-uMqfS8MZYj .text-wrapper {
    padding: 60px 0 0;
  }
}
.cid-uMqfS8MZYj .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uMqfS8MZYj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMqfS8MZYj .mbr-section-title {
  color: #000000;
}
.cid-uMqfS8MZYj .mbr-text {
  color: #000000;
}
.cid-uMqfS9nxzy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqfS9nxzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfS9nxzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMqfS9nxzy .container {
    padding: 0 22px;
  }
}
.cid-uMqfS9nxzy .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMqfS9nxzy .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMqfS9nxzy .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uMqfS9nxzy .image-wrapper img {
    height: 350px;
  }
}
.cid-uMqfS9nxzy .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
  text-align: left;
}
.cid-uMqfS9nxzy .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-uMqfS9nxzy .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uMqfS9nxzy .panel-group .card:hover,
.cid-uMqfS9nxzy .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uMqfS9nxzy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMqfS9nxzy .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uMqfS9nxzy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMqfS9nxzy .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uMqfS9nxzy .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #491414;
}
.cid-uMqfS9nxzy .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uMqfS9nxzy .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uMqfS9nxzy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMqfS9nxzy .panel-title-edit {
  color: #000000;
}
.cid-uMqfS9nxzy .panel-text {
  color: #8a8588;
}
.cid-uMqfSagcH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMqfSagcH5 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-uMqfSagcH5 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uMqfSagcH5 .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-uMqfSagcH5 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqfSagcH5 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uMqfSagcH5 .mbr-text {
    padding: 0;
  }
}
.cid-uMqfSaUUF8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqfSaUUF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfSaUUF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfSaUUF8 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMqfSaUUF8 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMqfSaUUF8 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMqfSaUUF8 .item {
    margin-bottom: 20px;
  }
}
.cid-uMqfSaUUF8 .item:hover .item-wrapper .item-img img,
.cid-uMqfSaUUF8 .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uMqfSaUUF8 .item .item-wrapper {
  padding: 80px 60px;
  background-color: #00ac6d;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMqfSaUUF8 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMqfSaUUF8 .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMqfSaUUF8 .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uMqfSaUUF8 .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uMqfSaUUF8 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfSaUUF8 .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uMqfSaUUF8 .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #00ac6d;
}
.cid-uMqfSaUUF8 .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqfSaUUF8 .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMqfSaUUF8 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMqfSaUUF8 .mbr-label {
  color: #19171c;
}
.cid-uMqfSaUUF8 .item-text {
  color: #6e6e73;
}
.cid-uMqfSbE389 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqfSbE389 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfSbE389 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfSbE389 .video-wrapper iframe {
  width: 100%;
}
.cid-uMqfSbE389 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uMqfSbE389 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uMqfSbE389 .video-block {
  position: relative;
  z-index: 1;
}
.cid-uMqfSbE389 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uMqfSbE389 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMqfSbE389 .video-block .image-absolute {
    display: none;
  }
}
.cid-uMqfScifdF {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: linear-gradient(transparent -20%, #4479d9);
}
.cid-uMqfScifdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfScifdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfScifdF .row {
  justify-content: flex-end;
}
.cid-uMqfScifdF .mbr-text,
.cid-uMqfScifdF .mbr-section-btn {
  color: #232323;
}
.cid-uMqst0tbYH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uMqst0tbYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqst0tbYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqst0tbYH .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uMqst0tbYH .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uMqst0tbYH .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMqst0tbYH .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uMqst0tbYH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMqst0tbYH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMqst0tbYH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMqst0tbYH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uMqst0tbYH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uMqst0tbYH .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uMqst0tbYH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMqst0tbYH .mbr-section-title {
  color: #19171c;
}
.cid-uMqst0tbYH .panel-title {
  color: #19171c;
}
.cid-uMqst0tbYH .panel-text {
  color: #000000;
}
.cid-uMqfSd0BUy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #00ac6d;
}
.cid-uMqfSd0BUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfSd0BUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfSd0BUy .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMqfSd0BUy .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMqfSd0BUy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMqfSd0BUy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMqfSd0BUy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMqfSd0BUy .mbr-section-title {
  color: #000000;
}
.cid-uMqfSdOUoe {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqfSdOUoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqfSdOUoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqfSdOUoe .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMqfSdOUoe .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfSdOUoe .content-wrapper {
    padding: 0;
  }
}
.cid-uMqfSdOUoe .content-wrapper .card-wrapper {
  background-color: #00ac6d;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMqfSdOUoe .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMqfSdOUoe .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMqfSdOUoe .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqfSdOUoe .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMqfSdOUoe .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMqfSdOUoe .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMqfSdOUoe .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMqfSdOUoe .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMqfSdOUoe .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMqfSdOUoe .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMqfSdOUoe .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMqfSdOUoe .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMqfSdOUoe .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMqfSdOUoe .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMqfSdOUoe .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMqfSdOUoe .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMqfSdOUoe .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMqfSdOUoe .mbr-section-title {
  color: #2C2625;
}
.cid-uMqfSdOUoe .mbr-text {
  color: #2C2625;
}
.cid-uMqfSdOUoe .list {
  color: #2C2625;
}
.cid-uMqpyy8NnN {
  background-color: transparent;
}
.cid-uMqpyy8NnN .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMqpyy8NnN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uMqpyy8NnN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMqpyy8NnN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMqpyy8NnN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMqpyy8NnN .menu_box .navbar.opened,
  .cid-uMqpyy8NnN .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMqpyy8NnN .navbar-dropdown {
  position: relative !important;
}
.cid-uMqpyy8NnN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uMqpyy8NnN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMqpyy8NnN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMqpyy8NnN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMqpyy8NnN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMqpyy8NnN .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uMqpyy8NnN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMqpyy8NnN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMqpyy8NnN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMqpyy8NnN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMqpyy8NnN .offcanvas-body .mbr-text,
  .cid-uMqpyy8NnN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMqpyy8NnN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMqpyy8NnN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMqpyy8NnN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uMqpyy8NnN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMqpyy8NnN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMqpyy8NnN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMqpyy8NnN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMqpyy8NnN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMqpyy8NnN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMqpyy8NnN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMqpyy8NnN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMqpyy8NnN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMqpyy8NnN .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMqpyy8NnN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uMqpyy8NnN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMqpyy8NnN .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uMqpyy8NnN .nav-item {
    margin: 0 !important;
  }
}
.cid-uMqpyy8NnN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uMqpyy8NnN .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uMqpyy8NnN .nav-item .nav-link:hover,
.cid-uMqpyy8NnN .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uMqpyy8NnN .nav-item .nav-link:hover::before,
.cid-uMqpyy8NnN .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMqpyy8NnN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMqpyy8NnN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMqpyy8NnN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMqpyy8NnN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMqpyy8NnN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMqpyy8NnN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMqpyy8NnN .offcanvas_box {
    display: none;
  }
}
.cid-uMqpyy8NnN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMqpyy8NnN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMqpyy8NnN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMqpyy8NnN .container {
  display: flex;
  margin: auto;
}
.cid-uMqpyy8NnN .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMqpyy8NnN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMqpyy8NnN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMqpyy8NnN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMqpyy8NnN .navbar-nav {
    margin: 0;
  }
}
.cid-uMqpyy8NnN .dropdown-menu,
.cid-uMqpyy8NnN .navbar.opened {
  background-color: false !important;
}
.cid-uMqpyy8NnN .nav-item:focus,
.cid-uMqpyy8NnN .nav-link:focus {
  outline: none;
}
.cid-uMqpyy8NnN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMqpyy8NnN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMqpyy8NnN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMqpyy8NnN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMqpyy8NnN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMqpyy8NnN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMqpyy8NnN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMqpyy8NnN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMqpyy8NnN .navbar.opened {
  transition: all 0.3s;
}
.cid-uMqpyy8NnN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMqpyy8NnN .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uMqpyy8NnN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMqpyy8NnN .navbar.collapsed {
  justify-content: center;
}
.cid-uMqpyy8NnN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMqpyy8NnN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMqpyy8NnN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMqpyy8NnN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMqpyy8NnN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMqpyy8NnN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMqpyy8NnN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMqpyy8NnN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMqpyy8NnN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMqpyy8NnN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMqpyy8NnN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMqpyy8NnN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMqpyy8NnN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMqpyy8NnN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMqpyy8NnN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMqpyy8NnN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMqpyy8NnN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMqpyy8NnN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMqpyy8NnN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMqpyy8NnN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMqpyy8NnN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMqpyy8NnN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMqpyy8NnN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMqpyy8NnN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMqpyy8NnN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMqpyy8NnN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMqpyy8NnN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMqpyy8NnN .dropdown-item.active,
.cid-uMqpyy8NnN .dropdown-item:active {
  background-color: transparent;
}
.cid-uMqpyy8NnN .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uMqpyy8NnN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMqpyy8NnN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMqpyy8NnN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMqpyy8NnN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMqpyy8NnN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMqpyy8NnN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-uMqpyy8NnN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uMqpyy8NnN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMqpyy8NnN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqpyy8NnN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqpyy8NnN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMqpyy8NnN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqpyy8NnN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMqpyy8NnN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMqpyy8NnN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqpyy8NnN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMqpyy8NnN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMqpyy8NnN .navbar {
    height: 70px;
  }
  .cid-uMqpyy8NnN .navbar.opened {
    height: auto;
  }
  .cid-uMqpyy8NnN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMqpyy8NnN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uMqpyy8NnN .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMqpyy8NnN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMqpyy8NnN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMqpyy8NnN .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uMqpyy8NnN .navbar-caption:hover {
  color: #291197;
}
@media (min-width: 992px) {
  .cid-uMqpyy8NnN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMqpyy8NnN .text_widget {
  margin-bottom: 32px;
}
.cid-uMqpyy8NnN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMqpyy8NnN .text_widget a:hover,
.cid-uMqpyy8NnN .text_widget a:focus {
  opacity: .8;
}
.cid-uMqpyy8NnN .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uMqpyy8NnN .navbar-caption {
  color: #30262b;
}
.cid-uMqpyy8NnN .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uMqpyy8NnN .mbr-section-subtitle,
.cid-uMqpyy8NnN .text_widget,
.cid-uMqpyy8NnN .mbr-section-btn {
  text-align: center;
}
.cid-uMqpyy8NnN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMqpyyXvGi {
  overflow: hidden !important;
  background: linear-gradient(to right, #00ac6d 0%, #00ac6d 30%, #4e84c2 30%, #4e84c2 100%);
}
.cid-uMqpyyXvGi .animated-element {
  color: #efefef;
}
.cid-uMqpyyXvGi .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMqpyyXvGi .mbr-section-subtitle {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-uMqpyyXvGi .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMqpyyXvGi .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uMqpyyXvGi {
    background: #4e84c2;
  }
  .cid-uMqpyyXvGi .img-block {
    padding-bottom: 2rem;
  }
}
.cid-uMqpyyXvGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyyXvGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqpyzy6C4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uMqpyzy6C4 .counter-container ul {
  margin-bottom: 0;
}
.cid-uMqpyzy6C4 .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
}
.cid-uMqpyA4F6x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqpyA4F6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyA4F6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqpyA4F6x .container,
.cid-uMqpyA4F6x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMqpyA4F6x .container,
  .cid-uMqpyA4F6x .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMqpyA4F6x .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #00ac6d;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-uMqpyA4F6x .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-uMqpyA4F6x .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqpyA4F6x .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqpyA4F6x .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqpyA4F6x .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uMqpyA4F6x .mbr-section-title {
  color: #3d4045;
}
.cid-uMqpyA4F6x .mbr-text {
  color: #ffffff;
}
.cid-uMqpyA4F6x .mbr-section-btn {
  text-align: right;
}
.cid-uMqpyAAwGk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00ac6d;
}
.cid-uMqpyAAwGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyAAwGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqpyAAwGk .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uMqpyAAwGk .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uMqpyAAwGk .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uMqpyAAwGk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMqpyAAwGk img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMqpyAAwGk img {
    transform: rotate(-5deg);
  }
}
.cid-uMqpyAAwGk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMqpyAAwGk .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uMqpyAAwGk .mbr-text,
.cid-uMqpyAAwGk .mbr-section-btn {
  color: #ffffff;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uMqpyB7nUU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqpyB7nUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyB7nUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqpyB7nUU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMqpyB7nUU .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMqpyB7nUU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMqpyB7nUU .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #00ac6d;
  margin-bottom: 20px;
}
.cid-uMqpyB7nUU .items-wrapper {
  margin: 0;
}
.cid-uMqpyB7nUU .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uMqpyB7nUU .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-uMqpyB7nUU .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMqpyB7nUU .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uMqpyB7nUU .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uMqpyB7nUU .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMqpyB7nUU .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqpyB7nUU .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMqpyB7nUU .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqpyB7nUU .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqpyB7nUU .mbr-section-title {
  color: #093388;
}
.cid-uMqpyB7nUU .item-number {
  color: #f4f4f4;
}
.cid-uMqpyB7nUU .item-title {
  color: #093388;
}
.cid-uMqpyB7nUU .item-text {
  color: #58595b;
}
.cid-uMqpyB7nUU .item-title,
.cid-uMqpyB7nUU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMqpyBOg70 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMqpyBOg70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyBOg70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqpyBOg70 .row {
  padding: 1rem;
}
.cid-uMqpyBOg70 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uMqpyBOg70 .row {
    padding: 0 12px;
  }
}
.cid-uMqpyBOg70 .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
  left: 0;
  border-radius: 0 100% 0 0;
}
.cid-uMqpyBOg70 .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
  left: auto;
  right: -28rem;
}
@media (max-width: 992px) {
  .cid-uMqpyBOg70 .row::after {
    display: none;
  }
}
.cid-uMqpyBOg70 .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-uMqpyBOg70 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMqpyBOg70 .title-wrapper .mbr-section-title span {
  color: #1d5356;
}
.cid-uMqpyBOg70 .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMqpyBOg70 .text-wrapper {
    padding: 0;
  }
}
.cid-uMqpyBOg70 .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uMqpyBOg70 .mbr-section-title {
  color: #000000;
}
.cid-uMqpyBOg70 .mbr-text {
  color: #000000;
}
.cid-uMqpyCjFH4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqpyCjFH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyCjFH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqpyCjFH4 .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-uMqpyCjFH4 .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-uMqpyCjFH4 .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uMqpyCjFH4 .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-uMqpyCjFH4 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMqpyCjFH4 .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMqpyCjFH4 .content-wrapper {
    display: block;
  }
}
.cid-uMqpyCjFH4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqpyCjFH4 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMqpyCjFH4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqpyCjFH4 .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMqpyCjFH4 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqpyCjFH4 .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMqpyCjFH4 .item {
    margin-bottom: 32px;
  }
}
.cid-uMqpyCjFH4 .item .item-wrapper {
  height: 100%;
}
.cid-uMqpyCjFH4 .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMqpyCjFH4 .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uMqpyCjFH4 .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMqpyCjFH4 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uMqpyCjFH4 .item .item-wrapper .item-content .item-name {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqpyCjFH4 .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-uMqpyCjFH4 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uMqpyCjFH4 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMqpyCjFH4 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uMqpyCjFH4 .mbr-label {
  color: #c10b02;
}
.cid-uMqpyCjFH4 .mbr-section-title {
  color: #c10b02;
}
.cid-uMqpyCjFH4 .mbr-text {
  color: #4b4949;
}
.cid-uMqpyCjFH4 .item-name {
  color: #c10b02;
}
.cid-uMqpyCjFH4 .item-text {
  color: #000000;
}
.cid-uMqpyCZHyd {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMqpyCZHyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyCZHyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMqpyCZHyd .row {
    padding: 0 24px;
  }
}
.cid-uMqpyCZHyd .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMqpyCZHyd .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMqpyCZHyd .mbr-section-title {
  color: #005c62;
}
.cid-uMqpyCZHyd .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMqpyCZHyd .mbr-section-title,
.cid-uMqpyCZHyd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMqpyDve6P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #4e84c2;
}
.cid-uMqpyDve6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyDve6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqpyDve6P .card {
  justify-content: center;
}
.cid-uMqpyDve6P .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMqpyDve6P .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMqpyDve6P .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMqpyDve6P .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMqpyDve6P .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uMqpyDve6P .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMqpyDve6P .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uMqpyDve6P .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqpyDve6P .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMqpyDve6P .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqpyDve6P .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMqpyDve6P .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uMqpyDve6P .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMqpyDve6P .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMqpyDve6P .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMqpyDve6P .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMqpyDve6P .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMqpyDve6P .mbr-section-title {
  color: #ffffff;
}
.cid-uMqpyDve6P .mbr-tag {
  color: #ffffff;
}
.cid-uMqpyDve6P .mbr-text {
  color: #ffffff;
}
.cid-uMqpyDve6P .mbr-section-title,
.cid-uMqpyDve6P .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uMqpyDve6P .mbr-text,
.cid-uMqpyDve6P .text-wrapper {
  color: #000000;
}
.cid-uMqpyE7Mrf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMqpyE7Mrf .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uMqpyE7Mrf .row {
    padding: 0 12px;
  }
}
.cid-uMqpyE7Mrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyE7Mrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqpyE7Mrf .image-wrapper {
  position: relative;
}
.cid-uMqpyE7Mrf .image-wrapper img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0 0 0 100%;
}
.cid-uMqpyE7Mrf .text-wrapper {
  padding: 60px 0 0 100px;
}
@media (max-width: 992px) {
  .cid-uMqpyE7Mrf .text-wrapper {
    padding: 60px 0 0;
  }
}
.cid-uMqpyE7Mrf .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uMqpyE7Mrf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMqpyE7Mrf .mbr-section-title {
  color: #000000;
}
.cid-uMqpyE7Mrf .mbr-text {
  color: #000000;
}
.cid-uMqpyEIJJY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqpyEIJJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyEIJJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMqpyEIJJY .container {
    padding: 0 22px;
  }
}
.cid-uMqpyEIJJY .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMqpyEIJJY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMqpyEIJJY .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uMqpyEIJJY .image-wrapper img {
    height: 350px;
  }
}
.cid-uMqpyEIJJY .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
  text-align: left;
}
.cid-uMqpyEIJJY .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-uMqpyEIJJY .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uMqpyEIJJY .panel-group .card:hover,
.cid-uMqpyEIJJY .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uMqpyEIJJY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMqpyEIJJY .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uMqpyEIJJY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMqpyEIJJY .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uMqpyEIJJY .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #491414;
}
.cid-uMqpyEIJJY .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uMqpyEIJJY .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uMqpyEIJJY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMqpyEIJJY .panel-title-edit {
  color: #000000;
}
.cid-uMqpyEIJJY .panel-text {
  color: #8a8588;
}
.cid-uMqpyFtG75 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00ac6d;
}
.cid-uMqpyFtG75 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-uMqpyFtG75 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uMqpyFtG75 .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-uMqpyFtG75 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqpyFtG75 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uMqpyFtG75 .mbr-text {
    padding: 0;
  }
}
.cid-uMqpyG4Uck {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqpyG4Uck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyG4Uck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqpyG4Uck .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMqpyG4Uck .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMqpyG4Uck .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMqpyG4Uck .item {
    margin-bottom: 20px;
  }
}
.cid-uMqpyG4Uck .item:hover .item-wrapper .item-img img,
.cid-uMqpyG4Uck .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uMqpyG4Uck .item .item-wrapper {
  padding: 80px 60px;
  background-color: #00ac6d;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMqpyG4Uck .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMqpyG4Uck .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMqpyG4Uck .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uMqpyG4Uck .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uMqpyG4Uck .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMqpyG4Uck .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uMqpyG4Uck .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #00ac6d;
}
.cid-uMqpyG4Uck .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqpyG4Uck .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMqpyG4Uck .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMqpyG4Uck .mbr-label {
  color: #19171c;
}
.cid-uMqpyG4Uck .item-text {
  color: #6e6e73;
}
.cid-uMqpyGN3v6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqpyGN3v6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyGN3v6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqpyGN3v6 .video-wrapper iframe {
  width: 100%;
}
.cid-uMqpyGN3v6 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uMqpyGN3v6 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uMqpyGN3v6 .video-block {
  position: relative;
  z-index: 1;
}
.cid-uMqpyGN3v6 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uMqpyGN3v6 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMqpyGN3v6 .video-block .image-absolute {
    display: none;
  }
}
.cid-uMqpyHnqvk {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: linear-gradient(transparent -20%, #4479d9);
}
.cid-uMqpyHnqvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyHnqvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqpyHnqvk .row {
  justify-content: flex-end;
}
.cid-uMqpyHnqvk .mbr-text,
.cid-uMqpyHnqvk .mbr-section-btn {
  color: #232323;
}
.cid-uMqt0I3Jcq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uMqt0I3Jcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqt0I3Jcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqt0I3Jcq .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uMqt0I3Jcq .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uMqt0I3Jcq .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uMqt0I3Jcq .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uMqt0I3Jcq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMqt0I3Jcq .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMqt0I3Jcq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMqt0I3Jcq .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uMqt0I3Jcq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uMqt0I3Jcq .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uMqt0I3Jcq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMqt0I3Jcq .mbr-section-title {
  color: #19171c;
}
.cid-uMqt0I3Jcq .panel-title {
  color: #19171c;
}
.cid-uMqt0I3Jcq .panel-text {
  color: #000000;
}
.cid-uMqpyI0yBV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #00ac6d;
}
.cid-uMqpyI0yBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyI0yBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqpyI0yBV .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMqpyI0yBV .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMqpyI0yBV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMqpyI0yBV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMqpyI0yBV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMqpyI0yBV .mbr-section-title {
  color: #000000;
}
.cid-uMqpyIGSgt {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #4e84c2;
}
.cid-uMqpyIGSgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqpyIGSgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqpyIGSgt .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMqpyIGSgt .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMqpyIGSgt .content-wrapper {
    padding: 0;
  }
}
.cid-uMqpyIGSgt .content-wrapper .card-wrapper {
  background-color: #00ac6d;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMqpyIGSgt .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMqpyIGSgt .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMqpyIGSgt .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqpyIGSgt .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMqpyIGSgt .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMqpyIGSgt .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMqpyIGSgt .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMqpyIGSgt .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMqpyIGSgt .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMqpyIGSgt .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMqpyIGSgt .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMqpyIGSgt .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMqpyIGSgt .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMqpyIGSgt .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMqpyIGSgt .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMqpyIGSgt .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMqpyIGSgt .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uMqpyIGSgt .mbr-section-title {
  color: #2C2625;
}
.cid-uMqpyIGSgt .mbr-text {
  color: #2C2625;
}
.cid-uMqpyIGSgt .list {
  color: #2C2625;
}
