.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #edeff3;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.625rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #38a3a5 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #38a3a5 !important;
  border-color: #38a3a5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4dc1c3 !important;
  border-color: #4dc1c3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4dc1c3 !important;
  border-color: #4dc1c3 !important;
}
.btn-secondary .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ecc84d !important;
  border-color: #ecc84d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f1d67b !important;
  border-color: #f1d67b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f1d67b !important;
  border-color: #f1d67b !important;
}
.btn-info .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white .mbr-iconfont {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  border: 1px solid #38a3a5;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #38a3a5;
  color: #38a3a5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #226364 !important;
  background-color: transparent !important;
  border-color: #226364 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 1px solid #226364;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #38a3a5 !important;
  border-color: #38a3a5 !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 1px solid #ecc84d;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ecc84d;
  color: #ecc84d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cca316 !important;
  background-color: transparent !important;
  border-color: #cca316 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 1px solid #cca316;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ecc84d !important;
  border-color: #ecc84d !important;
}
.btn-info-outline .mbr-iconfont {
  border: 1px solid #0aa3c2;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 1px solid #065e70;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline .mbr-iconfont {
  border: 1px solid #20ac6b;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 1px solid #12633e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 1px solid #cc9900;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 1px solid #755800;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 1px solid #ae1e2c;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 1px solid #641119;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline .mbr-iconfont {
  border: 1px solid #232323;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 1px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 1px solid #fafafa;
}
.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:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 1px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #38a3a5 !important;
}
.text-secondary {
  color: #ecc84d !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1e5859 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bf9814 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #38a3a5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #38a3a5;
  border-color: #38a3a5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #38a3a5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #86d5d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #38a3a5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #38a3a5;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
}
.mbr-form .input-group-btn .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: #38a3a5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #38a3a5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #38a3a5;
  border-bottom-color: #38a3a5;
}
.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: #38a3a5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ecc84d !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='%2338a3a5' %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;
}
.mbr-section-btn .btn {
  padding: 17px 26px;
  font-weight: 400;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 100%;
  border: 1px solid inherit;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.embla__button {
  border-radius: 2rem;
}
.item-number {
  border-radius: 1rem;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.item-tag {
  border-radius: 100px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 1rem !important;
  border-radius: 0 !important;
}
.cid-uVgDDU2X8M .navbar-dropdown {
  position: relative !important;
}
.cid-uVgDDU2X8M .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uVgDDU2X8M .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uVgDDU2X8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVgDDU2X8M .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVgDDU2X8M .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uVgDDU2X8M .dropdown-item:hover,
.cid-uVgDDU2X8M .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #007476 !important;
}
.cid-uVgDDU2X8M .dropdown-item:hover span {
  color: white;
}
.cid-uVgDDU2X8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVgDDU2X8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVgDDU2X8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVgDDU2X8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVgDDU2X8M .nav-link {
  position: relative;
}
.cid-uVgDDU2X8M .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uVgDDU2X8M .container {
    flex-wrap: nowrap;
  }
}
.cid-uVgDDU2X8M .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVgDDU2X8M .iconfont-wrapper:hover {
  opacity: 0.7;
}
.cid-uVgDDU2X8M .dropdown-menu,
.cid-uVgDDU2X8M .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uVgDDU2X8M .nav-item:focus,
.cid-uVgDDU2X8M .nav-link:focus {
  outline: none;
}
.cid-uVgDDU2X8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVgDDU2X8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVgDDU2X8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVgDDU2X8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVgDDU2X8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVgDDU2X8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVgDDU2X8M .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVgDDU2X8M .navbar.opened {
  transition: all 0.3s;
}
.cid-uVgDDU2X8M .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uVgDDU2X8M .navbar .navbar-logo img {
  width: auto;
}
.cid-uVgDDU2X8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVgDDU2X8M .navbar.collapsed {
  justify-content: center;
}
.cid-uVgDDU2X8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVgDDU2X8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVgDDU2X8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVgDDU2X8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVgDDU2X8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVgDDU2X8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVgDDU2X8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVgDDU2X8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVgDDU2X8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVgDDU2X8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVgDDU2X8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVgDDU2X8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVgDDU2X8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVgDDU2X8M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVgDDU2X8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVgDDU2X8M .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uVgDDU2X8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVgDDU2X8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVgDDU2X8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVgDDU2X8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVgDDU2X8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uVgDDU2X8M .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVgDDU2X8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVgDDU2X8M .navbar-brand .navbar-caption:hover,
.cid-uVgDDU2X8M .navbar-brand .navbar-caption:focus {
  color: #007476 !important;
}
.cid-uVgDDU2X8M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVgDDU2X8M .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVgDDU2X8M .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #007476 !important;
}
.cid-uVgDDU2X8M .dropdown-item.active,
.cid-uVgDDU2X8M .dropdown-item:active {
  background-color: transparent;
}
.cid-uVgDDU2X8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVgDDU2X8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVgDDU2X8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVgDDU2X8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVgDDU2X8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVgDDU2X8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVgDDU2X8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVgDDU2X8M ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVgDDU2X8M ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVgDDU2X8M .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uVgDDU2X8M .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uVgDDU2X8M .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVgDDU2X8M button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVgDDU2X8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #007476;
}
.cid-uVgDDU2X8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVgDDU2X8M button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVgDDU2X8M button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVgDDU2X8M button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVgDDU2X8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVgDDU2X8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVgDDU2X8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVgDDU2X8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVgDDU2X8M .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVgDDU2X8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVgDDU2X8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVgDDU2X8M .navbar {
    height: 70px;
  }
  .cid-uVgDDU2X8M .navbar.opened {
    height: auto;
  }
  .cid-uVgDDU2X8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVgDDU2X8M .navbar-nav {
  margin: 0 auto;
}
.cid-uVgDDU2X8M .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVgDDU2X8M .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uVgDDU2X8M .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uVgDDU2X8M .nav-item .nav-link:hover,
.cid-uVgDDU2X8M .nav-item .nav-link:focus {
  background-color: transparent;
  color: #007476 !important;
  opacity: 0.7;
}
.cid-uVgDDU2X8M .nav-item .nav-link:hover::after,
.cid-uVgDDU2X8M .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uVgDDU2X8M .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVgDDU2X8M .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVgDDU2X8M .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVgDDU2X8M .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVgDDU2X8M .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVgDDU2X8M .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVgDDU2X8M .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVgDDU2X8M .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVgDDU2X8M .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVgDDU2X8M .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVgDDU2X8M .content-wrap {
  min-height: 60px;
}
.cid-uVgDDU2X8M .navbar-caption {
  color: #007476;
}
.cid-uVgDDU2X8M .nav-link,
.cid-uVgDDU2X8M .dropdown-item {
  color: #007476;
}
.cid-uVgDDU4YhR {
  align-items: flex-end;
  background-image: url("../../../assets/images/photo-1571867424485-369464ed33cc.jpeg");
}
.cid-uVgDDU4YhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDU4YhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDU4YhR .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVgDDU4YhR .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uVgDDU4YhR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVgDDU4YhR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVgDDU4YhR .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDU4YhR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVgDDU4YhR .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDU4YhR .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uVgDDU4YhR .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-uVgDDU4YhR .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-uVgDDU4YhR .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-uVgDDU4YhR .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uVgDDU4YhR .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uVgDDU4YhR .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uVgDDU4YhR .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uVgDDU4YhR .btn-wrapper {
  margin-top: -10%;
}
.cid-uVgDDU4YhR .mbr-section-title {
  color: #f4f4f4;
}
.cid-uVgDDU4YhR .mbr-text {
  color: #f4f4f4;
}
.cid-uVgDDU4YhR .item-title {
  color: #58595b;
}
.cid-uVgDDU4YhR .mbr-section-title,
.cid-uVgDDU4YhR .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVgDDU4YhR .mbr-text,
.cid-uVgDDU4YhR .text-wrapper {
  color: #FFFFFF;
}
.cid-uVgDDU5d2k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDU5d2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDU5d2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDU5d2k .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVgDDU5d2k .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVgDDU5d2k .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 342px;
  max-width: 342px;
}
@media (max-width: 767px) {
  .cid-uVgDDU5d2k .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVgDDU5d2k .embla__slide .slide-content {
  width: 100%;
}
.cid-uVgDDU5d2k .embla__slide .slide-content .item-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 320px;
  border-right: 1px solid #d7d2d2;
  padding: 0 20px 0 0;
}
.cid-uVgDDU5d2k .embla__slide .slide-content .item-wrapper .number-wrapper {
  padding-bottom: 20px;
}
.cid-uVgDDU5d2k .embla__slide .slide-content .item-wrapper .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uVgDDU5d2k .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uVgDDU5d2k .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVgDDU5d2k .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVgDDU5d2k .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDU5d2k .embla__slide .slide-content .card_1 {
  background-color: #ededee;
  border: none;
  padding: 20px;
}
.cid-uVgDDU5d2k .embla__slide .slide-content .card_1 .item-title {
  margin-bottom: 20px;
}
.cid-uVgDDU5d2k .embla__button--next,
.cid-uVgDDU5d2k .embla__button--prev {
  display: flex;
}
.cid-uVgDDU5d2k .embla__button {
  top: 0;
  width: 54px;
  height: 42px;
  font-size: 22px;
  background-color: #007476 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -5rem;
}
@media (max-width: 992px) {
  .cid-uVgDDU5d2k .embla__button {
    top: 0;
  }
}
.cid-uVgDDU5d2k .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uVgDDU5d2k .embla__button.embla__button--prev {
  right: 76px;
}
@media (max-width: 768px) {
  .cid-uVgDDU5d2k .embla__button.embla__button--prev {
    right: 64px;
  }
}
.cid-uVgDDU5d2k .embla__button.embla__button--next {
  right: 12px;
}
@media (max-width: 768px) {
  .cid-uVgDDU5d2k .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uVgDDU5d2k .embla {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-top: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDU5d2k .embla {
    padding-top: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDU5d2k .embla {
    padding-top: 4rem;
  }
}
.cid-uVgDDU5d2k .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-top: 1px solid #d7d2d2;
  border-bottom: 1px solid #d7d2d2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uVgDDU5d2k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVgDDU5d2k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVgDDU5d2k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVgDDU5d2k .btn-wrapper {
  margin-top: -6%;
}
.cid-uVgDDU5d2k .mbr-section-title {
  color: #093388;
}
.cid-uVgDDU5d2k .item-title {
  color: #093388;
}
.cid-uVgDDU5d2k .item-text {
  color: #58595b;
}
.cid-uVgDDU5d2k .item-number {
  color: #f4f4f4;
}
.cid-uVgDDU5d2k .mbr-section-title,
.cid-uVgDDU5d2k .title-wrapper {
  color: #007476;
}
.cid-uVgDDU5d2k .item-title,
.cid-uVgDDU5d2k .mbr-section-btn {
  color: #007476;
}
.cid-uVgDDU6WNV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDU6WNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDU6WNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDU6WNV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uVgDDU6WNV .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDU6WNV .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVgDDU6WNV .items-wrapper {
  margin: 0;
}
.cid-uVgDDU6WNV .items-wrapper .item {
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVgDDU6WNV .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uVgDDU6WNV .items-wrapper .item .item-wrapper {
  display: flex;
  padding: 0 40px 0 0;
  height: 100%;
  padding: 0 40px 40px 0;
  border-bottom: 1px solid #d7d2d2;
}
@media (max-width: 992px) {
  .cid-uVgDDU6WNV .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDU6WNV .items-wrapper .item .item-wrapper {
    padding: 0 0 20px 0;
  }
}
.cid-uVgDDU6WNV .items-wrapper .item .item-wrapper .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDU6WNV .items-wrapper .item .item-wrapper .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.cid-uVgDDU6WNV .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-uVgDDU6WNV .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVgDDU6WNV .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDU6WNV .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uVgDDU6WNV .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVgDDU6WNV .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDU6WNV .mbr-section-title {
  color: #093388;
}
.cid-uVgDDU6WNV .item-number {
  color: #007476;
}
.cid-uVgDDU6WNV .item-title {
  color: #093388;
}
.cid-uVgDDU6WNV .item-text {
  color: #58595b;
}
.cid-uVgDDU6WNV .item-title,
.cid-uVgDDU6WNV .mbr-section-btn {
  color: #007476;
}
.cid-uVgDDU6RoS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDU6RoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDU6RoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDU6RoS .card {
  justify-content: center;
}
.cid-uVgDDU6RoS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDU6RoS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVgDDU6RoS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: fit-content;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .cid-uVgDDU6RoS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVgDDU6RoS .embla__slide .slide-content {
  width: 100%;
}
.cid-uVgDDU6RoS .embla__slide .slide-content .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVgDDU6RoS .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-uVgDDU6RoS .embla__slide .slide-content .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uVgDDU6RoS .embla__slide .slide-content .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uVgDDU6RoS .embla__slide .slide-content .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uVgDDU6RoS .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uVgDDU6RoS .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uVgDDU6RoS .embla__button--next,
.cid-uVgDDU6RoS .embla__button--prev {
  display: flex;
}
.cid-uVgDDU6RoS .embla__button {
  top: 0;
  width: 54px;
  height: 42px;
  font-size: 22px;
  background-color: #093388 !important;
  color: #f4f4f4 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uVgDDU6RoS .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uVgDDU6RoS .embla__button.embla__button--prev {
  right: 76px;
}
@media (max-width: 768px) {
  .cid-uVgDDU6RoS .embla__button.embla__button--prev {
    right: 64px;
  }
}
.cid-uVgDDU6RoS .embla__button.embla__button--next {
  right: 12px;
}
@media (max-width: 768px) {
  .cid-uVgDDU6RoS .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uVgDDU6RoS .embla {
  position: relative;
  width: 100%;
}
.cid-uVgDDU6RoS .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background-image: linear-gradient(90deg, #f4f4f4, transparent);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uVgDDU6RoS .embla::before {
    display: none;
  }
}
.cid-uVgDDU6RoS .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #f4f4f4);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uVgDDU6RoS .embla::after {
    display: none;
  }
}
.cid-uVgDDU6RoS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVgDDU6RoS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVgDDU6RoS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVgDDU6RoS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVgDDU6RoS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVgDDU6RoS .btn-wrapper {
  margin-top: -10%;
}
.cid-uVgDDU6RoS .mbr-section-title {
  color: #093388;
}
.cid-uVgDDU6RoS .item-title {
  color: #58595b;
}
.cid-uVgDDU6RoS .mbr-section-title,
.cid-uVgDDU6RoS .title-wrapper {
  color: #007476;
}
.cid-uVgDDU7gXn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDU7gXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDU7gXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDU7gXn .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVgDDU7gXn .card-wrapper {
    display: block;
  }
}
.cid-uVgDDU7gXn .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVgDDU7gXn .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uVgDDU7gXn .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uVgDDU7gXn .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uVgDDU7gXn .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #ededee;
}
@media (max-width: 992px) {
  .cid-uVgDDU7gXn .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uVgDDU7gXn .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uVgDDU7gXn .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVgDDU7gXn .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #007476;
}
@media (max-width: 992px) {
  .cid-uVgDDU7gXn .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uVgDDU7gXn .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVgDDU7gXn .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVgDDU7gXn .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVgDDU7gXn .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVgDDU7gXn .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDU7gXn .mbr-section-title {
  color: #093388;
}
.cid-uVgDDU7gXn .mbr-text {
  color: #58595b;
}
.cid-uVgDDU7gXn .mbr-section-title,
.cid-uVgDDU7gXn .mbr-section-btn,
.cid-uVgDDU7gXn .title-wrapper,
.cid-uVgDDU7gXn .icon-wrapper {
  color: #007476;
}
.cid-uVgDDU8Bj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDU8Bj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDU8Bj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDU8Bj8 .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVgDDU8Bj8 .card-wrapper {
    display: block;
  }
}
.cid-uVgDDU8Bj8 .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVgDDU8Bj8 .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uVgDDU8Bj8 .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uVgDDU8Bj8 .card-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uVgDDU8Bj8 .card-wrapper .items-wrapper .items-wrap {
    display: block;
  }
}
.cid-uVgDDU8Bj8 .card-wrapper .items-wrapper .items-wrap .item {
  margin: 10px 10px 0 0;
}
@media (max-width: 992px) {
  .cid-uVgDDU8Bj8 .card-wrapper .items-wrapper .items-wrap .item {
    margin: 0 0 10px 0;
  }
  .cid-uVgDDU8Bj8 .card-wrapper .items-wrapper .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVgDDU8Bj8 .card-wrapper .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-uVgDDU8Bj8 .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uVgDDU8Bj8 .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uVgDDU8Bj8 .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uVgDDU8Bj8 .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uVgDDU8Bj8 .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #007476;
}
@media (max-width: 992px) {
  .cid-uVgDDU8Bj8 .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uVgDDU8Bj8 .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uVgDDU8Bj8 .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVgDDU8Bj8 .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVgDDU8Bj8 .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uVgDDU8Bj8 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVgDDU8Bj8 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVgDDU8Bj8 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVgDDU8Bj8 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVgDDU8Bj8 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDU8Bj8 .btn-wrapper {
  margin-top: -10%;
}
.cid-uVgDDU8Bj8 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uVgDDU8Bj8 .mbr-text {
  color: #d7d2d2;
}
.cid-uVgDDU8Bj8 .item-title {
  color: #58595b;
}
.cid-uVgDDU8Bj8 .mbr-section-title,
.cid-uVgDDU8Bj8 .mbr-section-btn,
.cid-uVgDDU8Bj8 .title-wrapper,
.cid-uVgDDU8Bj8 .icon-wrapper {
  color: #FFFFFF;
}
.cid-uVgDDU8Bj8 .mbr-text,
.cid-uVgDDU8Bj8 .text-wrapper {
  color: #FFFFFF;
}
.cid-uVgDDU8yDB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDU8yDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDU8yDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDU8yDB .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #007476;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uVgDDU8yDB .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uVgDDU8yDB .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uVgDDU8yDB .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uVgDDU8yDB .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVgDDU8yDB .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVgDDU8yDB .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uVgDDU8yDB .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uVgDDU8yDB .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uVgDDU8yDB .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uVgDDU8yDB .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uVgDDU8yDB .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uVgDDU8yDB .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uVgDDU8yDB .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVgDDU8yDB .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVgDDU8yDB .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVgDDU8yDB .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #ffffff;
}
.cid-uVgDDU8yDB .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uVgDDU8yDB .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uVgDDU8yDB .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uVgDDU8yDB .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uVgDDU8yDB .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVgDDU8yDB .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uVgDDU8yDB .panel-title-edit {
  color: #FFFFFF;
}
.cid-uVgDDU8yDB .panel-text {
  color: #d7d2d2;
}
.cid-uVgDDU8yDB .mbr-section-title,
.cid-uVgDDU8yDB .mbr-section-btn,
.cid-uVgDDU8yDB .title-wrapper {
  color: #FFFFFF;
}
.cid-uVgDDU8yDB .panel-text,
.cid-uVgDDU8yDB .panel-body {
  color: #FFFFFF;
}
.cid-uVgDDU9sGy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uVgDDU9sGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDU9sGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDU9sGy .card {
  justify-content: flex-end;
}
.cid-uVgDDU9sGy .content-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uVgDDU9sGy .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uVgDDU9sGy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVgDDU9sGy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVgDDU9sGy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVgDDU9sGy .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDU9sGy .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVgDDU9sGy .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uVgDDU9sGy .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVgDDU9sGy .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uVgDDU9sGy .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uVgDDU9sGy .mbr-section-title {
  color: #093388;
}
.cid-uVgDDU9sGy .mbr-text {
  color: #58595b;
}
.cid-uVgDDU9sGy .mbr-section-title,
.cid-uVgDDU9sGy .mbr-section-btn {
  color: #007476;
}
.cid-uVgDDUahhv {
  align-items: flex-end;
  background-image: url("../../../assets/images/photo-1503342217505-b0a15ec3261c.jpeg");
}
.cid-uVgDDUahhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUahhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUahhv .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uVgDDUahhv .image-wrapper {
    height: 350px;
  }
}
.cid-uVgDDUa25e {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #007476;
}
.cid-uVgDDUa25e .item:focus,
.cid-uVgDDUa25e span:focus {
  outline: none;
}
.cid-uVgDDUa25e .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uVgDDUa25e .content-head {
  max-width: 800px;
}
.cid-uVgDDUa25e .item {
  padding: 10px 0;
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uVgDDUa25e .item {
    min-height: 45px;
  }
}
.cid-uVgDDUaQ1p {
  align-items: flex-end;
}
.cid-uVgDDUaQ1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUaQ1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uVgDDUaQ1p .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uVgDDUaQ1p .image-wrapper {
    height: 350px;
  }
}
.cid-uVgDDUa0oi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUa0oi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUa0oi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUa0oi .items-wrapper .item {
  border-bottom: 1px solid #d7d2d2;
}
.cid-uVgDDUa0oi .items-wrapper .item:first-child {
  border-top: 1px solid #d7d2d2;
}
.cid-uVgDDUa0oi .items-wrapper .item .item-wrapper {
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVgDDUa0oi .items-wrapper .item .item-wrapper {
    padding: 20px 0;
    display: block;
  }
}
.cid-uVgDDUa0oi .items-wrapper .item .item-wrapper .item-content {
  width: 48%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVgDDUa0oi .items-wrapper .item .item-wrapper .item-content {
    display: block;
    width: 100%;
  }
}
.cid-uVgDDUa0oi .items-wrapper .item .item-wrapper .item-content .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDUa0oi .items-wrapper .item .item-wrapper .item-content .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.cid-uVgDDUa0oi .items-wrapper .item .item-wrapper .item-content .item-title {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDUa0oi .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 10px;
  }
}
.cid-uVgDDUa0oi .items-wrapper .item .item-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVgDDUa0oi .items-wrapper .item .item-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uVgDDUa0oi .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uVgDDUa0oi .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUa0oi .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uVgDDUa0oi .item-number {
  color: #007476;
}
.cid-uVgDDUa0oi .item-title {
  color: #007476;
}
.cid-uVgDDUa0oi .item-text {
  color: #58595b;
}
.cid-uVgDDUbZsB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUbZsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUbZsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUbZsB .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #d7d2d2;
  margin-bottom: 20px;
}
.cid-uVgDDUbZsB .items-wrapper {
  margin: 0;
}
.cid-uVgDDUbZsB .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uVgDDUbZsB .items-wrapper .item:nth-child(6n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uVgDDUbZsB .items-wrapper .item:nth-child(6n) .item-wrapper {
    border-right: 1px solid #d7d2d2;
  }
}
.cid-uVgDDUbZsB .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #d7d2d2;
  border-bottom: 1px solid #d7d2d2;
}
@media (max-width: 992px) {
  .cid-uVgDDUbZsB .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uVgDDUbZsB .items-wrapper .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: cover;
}
.cid-uVgDDUbrHq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUbrHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUbrHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUbrHq .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uVgDDUbrHq .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUbrHq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVgDDUbrHq .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #d7d2d2;
  margin-bottom: 20px;
}
.cid-uVgDDUbrHq .items-wrapper {
  margin: 0;
}
.cid-uVgDDUbrHq .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uVgDDUbrHq .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uVgDDUbrHq .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #d7d2d2;
  }
}
.cid-uVgDDUbrHq .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #d7d2d2;
  border-bottom: 1px solid #d7d2d2;
}
@media (max-width: 992px) {
  .cid-uVgDDUbrHq .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uVgDDUbrHq .items-wrapper .item .item-wrapper .item-img {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVgDDUbrHq .items-wrapper .item .item-wrapper .item-img {
    padding-bottom: 20px;
  }
}
.cid-uVgDDUbrHq .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  width: 250px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uVgDDUbrHq .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uVgDDUbrHq .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVgDDUbrHq .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDUbrHq .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uVgDDUbrHq .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVgDDUbrHq .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDUbrHq .mbr-section-title {
  color: #093388;
}
.cid-uVgDDUbrHq .item-number {
  color: #f4f4f4;
}
.cid-uVgDDUbrHq .item-title {
  color: #093388;
}
.cid-uVgDDUbrHq .item-text {
  color: #58595b;
}
.cid-uVgDDUbrHq .mbr-section-title,
.cid-uVgDDUbrHq .title-wrapper {
  color: #007476;
}
.cid-uVgDDUbrHq .item-title,
.cid-uVgDDUbrHq .mbr-section-btn {
  color: #007476;
}
.cid-uVgDDUcjXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUcjXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUcjXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUcjXA .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uVgDDUcjXA .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUcjXA .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVgDDUcjXA .items-wrapper {
  margin: 0 -5px;
}
.cid-uVgDDUcjXA .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uVgDDUcjXA .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUcjXA .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-uVgDDUcjXA .items-wrapper .item .item-wrapper .date-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVgDDUcjXA .items-wrapper .item .item-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUcjXA .items-wrapper .item .item-wrapper .date-wrapper .item-tag {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
.cid-uVgDDUcjXA .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uVgDDUcjXA .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uVgDDUcjXA .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-tag {
  margin-left: 10px;
  margin-bottom: 0;
}
.cid-uVgDDUcjXA .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVgDDUcjXA .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDUcjXA .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uVgDDUcjXA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVgDDUcjXA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDUcjXA .mbr-section-title {
  color: #093388;
}
.cid-uVgDDUcjXA .item-title {
  color: #093388;
}
.cid-uVgDDUcjXA .item-text {
  color: #58595b;
}
.cid-uVgDDUcjXA .item-tag {
  color: #58595b;
}
.cid-uVgDDUcjXA .mbr-section-title,
.cid-uVgDDUcjXA .title-wrapper {
  color: #007476;
}
.cid-uVgDDUcjXA .item-title,
.cid-uVgDDUcjXA .mbr-section-btn,
.cid-uVgDDUcjXA .icon-wrapper {
  color: #007476;
}
.cid-uVgDDUdIfV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUdIfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUdIfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUdIfV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uVgDDUdIfV .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUdIfV .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVgDDUdIfV .items-wrapper {
  margin: 0 -5px;
}
.cid-uVgDDUdIfV .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uVgDDUdIfV .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUdIfV .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ededee;
}
.cid-uVgDDUdIfV .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVgDDUdIfV .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVgDDUdIfV .items-wrapper .item .item-wrapper .item-content {
  padding: 20px;
}
.cid-uVgDDUdIfV .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVgDDUdIfV .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDUdIfV .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uVgDDUdIfV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVgDDUdIfV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDUdIfV .mbr-section-title {
  color: #093388;
}
.cid-uVgDDUdIfV .item-title {
  color: #093388;
}
.cid-uVgDDUdIfV .item-text {
  color: #58595b;
}
.cid-uVgDDUdIfV .mbr-section-title,
.cid-uVgDDUdIfV .title-wrapper {
  color: #007476;
}
.cid-uVgDDUdIfV .item-title,
.cid-uVgDDUdIfV .mbr-section-btn,
.cid-uVgDDUdIfV .icon-wrapper {
  color: #007476;
}
.cid-uVgDDUdDbW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUdDbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUdDbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUdDbW .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uVgDDUdDbW .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUdDbW .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVgDDUdDbW .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #d7d2d2;
  margin-bottom: 20px;
}
.cid-uVgDDUdDbW .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #d7d2d2;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uVgDDUdDbW .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uVgDDUdDbW .items-wrapper {
  margin: 0 -5px;
}
.cid-uVgDDUdDbW .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uVgDDUdDbW .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUdDbW .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-uVgDDUdDbW .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVgDDUdDbW .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUdDbW .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #007476;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uVgDDUdDbW .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uVgDDUdDbW .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVgDDUdDbW .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDUdDbW .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uVgDDUdDbW .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVgDDUdDbW .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDUdDbW .mbr-section-title {
  color: #093388;
}
.cid-uVgDDUdDbW .item-title {
  color: #093388;
}
.cid-uVgDDUdDbW .item-text {
  color: #58595b;
}
.cid-uVgDDUdDbW .mbr-section-title,
.cid-uVgDDUdDbW .title-wrapper {
  color: #007476;
}
.cid-uVgDDUdDbW .item-title,
.cid-uVgDDUdDbW .mbr-section-btn,
.cid-uVgDDUdDbW .icon-wrapper {
  color: #007476;
}
.cid-uVgDDUemtA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUemtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUemtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUemtA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVgDDUemtA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVgDDUemtA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 462px;
  max-width: 462px;
}
@media (max-width: 767px) {
  .cid-uVgDDUemtA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVgDDUemtA .embla__slide .slide-content {
  width: 100%;
}
.cid-uVgDDUemtA .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uVgDDUemtA .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uVgDDUemtA .embla__slide .slide-content .item-wrapper .item-img img {
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVgDDUemtA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVgDDUemtA .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .cid-uVgDDUemtA .embla__slide .slide-content .item-wrapper .item-content {
    padding-right: 0;
  }
}
.cid-uVgDDUemtA .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d2d2;
  padding-bottom: 20px;
}
.cid-uVgDDUemtA .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uVgDDUemtA .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVgDDUemtA .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDUemtA .embla__button--next,
.cid-uVgDDUemtA .embla__button--prev {
  display: flex;
}
.cid-uVgDDUemtA .embla__button {
  top: 0;
  width: 54px;
  height: 42px;
  font-size: 22px;
  background-color: #007476 !important;
  color: #f4f4f4 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -5rem;
}
@media (max-width: 992px) {
  .cid-uVgDDUemtA .embla__button {
    top: 0;
  }
}
.cid-uVgDDUemtA .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uVgDDUemtA .embla__button.embla__button--prev {
  right: 76px;
}
@media (max-width: 768px) {
  .cid-uVgDDUemtA .embla__button.embla__button--prev {
    right: 64px;
  }
}
.cid-uVgDDUemtA .embla__button.embla__button--next {
  right: 12px;
}
@media (max-width: 768px) {
  .cid-uVgDDUemtA .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uVgDDUemtA .embla {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-top: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDUemtA .embla {
    padding-top: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUemtA .embla {
    padding-top: 4rem;
  }
}
.cid-uVgDDUemtA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVgDDUemtA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVgDDUemtA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVgDDUemtA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVgDDUemtA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVgDDUemtA .mbr-section-title {
  color: #093388;
}
.cid-uVgDDUemtA .item-name {
  color: #093388;
}
.cid-uVgDDUemtA .item-role {
  color: #58595b;
}
.cid-uVgDDUemtA .item-number {
  color: #f4f4f4;
}
.cid-uVgDDUemtA .mbr-section-title,
.cid-uVgDDUemtA .title-wrapper {
  color: #007476;
}
.cid-uVgDDUemtA .item-name,
.cid-uVgDDUemtA .mbr-section-btn {
  color: #007476;
}
.cid-uVgDDUfD2Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUfD2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUfD2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUfD2Y .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uVgDDUfD2Y .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUfD2Y .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVgDDUfD2Y .items-wrapper {
  margin: 0 -5px;
}
.cid-uVgDDUfD2Y .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uVgDDUfD2Y .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUfD2Y .items-wrapper .item .item-wrapper {
  padding: 80px 20px 20px 20px;
  height: 100%;
  background-color: #ededee;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVgDDUfD2Y .items-wrapper .item .item-wrapper {
    padding: 60px 20px 20px;
  }
}
.cid-uVgDDUfD2Y .items-wrapper .item .item-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.cid-uVgDDUfD2Y .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #007476;
}
.cid-uVgDDUfD2Y .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVgDDUfD2Y .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDUfD2Y .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uVgDDUfD2Y .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uVgDDUfD2Y .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-top: 20px;
  }
}
.cid-uVgDDUfD2Y .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uVgDDUfD2Y .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uVgDDUfD2Y .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDUfD2Y .mbr-section-title {
  color: #093388;
}
.cid-uVgDDUfD2Y .item-title {
  color: #093388;
}
.cid-uVgDDUfD2Y .item-text {
  color: #58595b;
}
.cid-uVgDDUfD2Y .item-price {
  color: #007476;
}
.cid-uVgDDUfD2Y .mbr-section-title,
.cid-uVgDDUfD2Y .title-wrapper {
  color: #007476;
}
.cid-uVgDDUfD2Y .item-title,
.cid-uVgDDUfD2Y .mbr-section-btn,
.cid-uVgDDUfD2Y .icon-wrapper {
  color: #007476;
}
.cid-uVgDDUguR3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUguR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUguR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUguR3 .title-wrap .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uVgDDUguR3 .title-wrap .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUguR3 .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVgDDUguR3 .tabs-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVgDDUguR3 .tabs-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUguR3 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDUguR3 .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr;
  }
}
.cid-uVgDDUguR3 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-uVgDDUguR3 .tabs-wrapper .nav.nav-tabs .nav-item:first-child .nav-link {
  border-left: 1px solid #d7d2d2;
}
.cid-uVgDDUguR3 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #007476;
  padding: 90px 20px 20px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border-top: 1px solid #d7d2d2;
  border-right: 1px solid #d7d2d2;
  border-bottom: 1px solid #d7d2d2;
}
@media (max-width: 992px) {
  .cid-uVgDDUguR3 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUguR3 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    border-left: 1px solid #d7d2d2;
  }
}
.cid-uVgDDUguR3 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #007476;
  color: #ffffff;
  border-color: #007476;
}
.cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper {
  display: flex;
  flex-direction: row;
  border: none;
  background-color: transparent;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper {
    display: block;
  }
}
.cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .title-wrapper {
  width: 50%;
  background-color: #ededee;
  padding: 80px 20px 20px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .title-wrapper {
    width: 100%;
    padding: 60px 20px 20px;
  }
}
.cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .title-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #007476;
}
.cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .title-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
}
.cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper .list .item-wrap::before {
  content: '—';
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
}
.cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .title-wrapper .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .title-wrapper .item-price {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .image-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .image-wrap {
    width: 100%;
  }
}
.cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVgDDUguR3 .tab-content .tab-pane .card-wrapper .image-wrap img {
    position: static;
    height: 350px;
  }
}
.cid-uVgDDUguR3 .mbr-section-title {
  color: #093388;
}
.cid-uVgDDUguR3 .item-title {
  color: #093388;
}
.cid-uVgDDUguR3 .list {
  color: #58595b;
}
.cid-uVgDDUguR3 .item-price {
  color: #007476;
}
.cid-uVgDDUguR3 .mbr-section-title,
.cid-uVgDDUguR3 .title-wrap {
  color: #007476;
}
.cid-uVgDDUguR3 .item-title,
.cid-uVgDDUguR3 .mbr-section-btn,
.cid-uVgDDUguR3 .icon-wrapper {
  color: #007476;
}
.cid-uVgDDUhoFh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUhoFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUhoFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUhoFh .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uVgDDUhoFh .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUhoFh .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVgDDUhoFh .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #d7d2d2;
  margin-bottom: 20px;
}
.cid-uVgDDUhoFh .items-wrapper {
  margin: 0;
}
.cid-uVgDDUhoFh .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uVgDDUhoFh .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uVgDDUhoFh .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #d7d2d2;
  }
}
.cid-uVgDDUhoFh .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #d7d2d2;
  border-bottom: 1px solid #d7d2d2;
}
@media (max-width: 992px) {
  .cid-uVgDDUhoFh .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uVgDDUhoFh .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVgDDUhoFh .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uVgDDUhoFh .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-uVgDDUhoFh .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVgDDUhoFh .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDUhoFh .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uVgDDUhoFh .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVgDDUhoFh .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDUhoFh .mbr-section-title {
  color: #093388;
}
.cid-uVgDDUhoFh .item-number {
  color: #f4f4f4;
}
.cid-uVgDDUhoFh .item-title {
  color: #093388;
}
.cid-uVgDDUhoFh .item-text {
  color: #58595b;
}
.cid-uVgDDUhoFh .mbr-section-title,
.cid-uVgDDUhoFh .title-wrapper {
  color: #007476;
}
.cid-uVgDDUhoFh .item-title,
.cid-uVgDDUhoFh .mbr-section-btn {
  color: #007476;
}
.cid-uVgDDUi63A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUi63A .item:focus,
.cid-uVgDDUi63A span:focus {
  outline: none;
}
.cid-uVgDDUi63A .item {
  cursor: pointer;
}
.cid-uVgDDUi63A .grid-container {
  grid-row-gap: 10px;
}
.cid-uVgDDUi63A .grid-container-1,
.cid-uVgDDUi63A .grid-container-2,
.cid-uVgDDUi63A .grid-container-3 {
  gap: 0 10px;
}
.cid-uVgDDUi63A .mbr-section-title {
  margin-bottom: 40px;
  color: #093388;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVgDDUi63A .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVgDDUi63A .content-head {
  max-width: 800px;
}
.cid-uVgDDUi63A .container,
.cid-uVgDDUi63A .container-fluid {
  overflow: hidden;
}
.cid-uVgDDUi63A .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uVgDDUi63A .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVgDDUi63A .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uVgDDUi63A .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uVgDDUi63A .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uVgDDUi63A .grid-container-1,
.cid-uVgDDUi63A .grid-container-2,
.cid-uVgDDUi63A .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVgDDUi63A .grid-container-1 {
  align-items: flex-end;
}
.cid-uVgDDUi63A .grid-container-2 {
  align-items: flex-start;
}
.cid-uVgDDUiGLo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUiGLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUiGLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUiGLo .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVgDDUiGLo .card-wrapper {
    display: block;
  }
}
.cid-uVgDDUiGLo .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVgDDUiGLo .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uVgDDUiGLo .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uVgDDUiGLo .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #007476;
}
@media (max-width: 992px) {
  .cid-uVgDDUiGLo .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uVgDDUiGLo .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uVgDDUiGLo .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUiGLo .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uVgDDUiGLo .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVgDDUiGLo .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVgDDUiGLo .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVgDDUiGLo .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVgDDUiGLo .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDUiGLo .mbr-date {
  color: #FFFFFF;
}
.cid-uVgDDUiGLo .mbr-section-title {
  color: #f4f4f4;
}
.cid-uVgDDUiGLo .mbr-text {
  color: #d7d2d2;
}
.cid-uVgDDUiGLo .mbr-section-title,
.cid-uVgDDUiGLo .mbr-section-btn,
.cid-uVgDDUiGLo .title-wrapper {
  color: #FFFFFF;
}
.cid-uVgDDUiGLo .mbr-text,
.cid-uVgDDUiGLo .text-wrapper {
  color: #FFFFFF;
}
.cid-uVgDDUjAg6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUjAg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUjAg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUjAg6 .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVgDDUjAg6 .card-wrapper {
    display: block;
  }
}
.cid-uVgDDUjAg6 .card-wrapper .content-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVgDDUjAg6 .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uVgDDUjAg6 .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #007476;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVgDDUjAg6 .card-wrapper .content-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uVgDDUjAg6 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVgDDUjAg6 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVgDDUjAg6 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDUjAg6 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVgDDUjAg6 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uVgDDUjAg6 .mbr-text {
  color: #d7d2d2;
}
.cid-uVgDDUjAg6 .mbr-section-title,
.cid-uVgDDUjAg6 .mbr-section-btn,
.cid-uVgDDUjAg6 .title-wrapper {
  color: #FFFFFF;
}
.cid-uVgDDUjAg6 .mbr-text,
.cid-uVgDDUjAg6 .text-wrapper {
  color: #FFFFFF;
}
.cid-uVgDDUjjHl {
  align-items: flex-end;
  background-image: url("../../../assets/images/photo-1525562723836-dca67a71d5f1.jpeg");
}
.cid-uVgDDUjjHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUjjHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUjjHl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVgDDUjjHl .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uVgDDUjjHl .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uVgDDUjjHl .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUjjHl .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uVgDDUjjHl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVgDDUjjHl .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgDDUjjHl .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVgDDUjjHl .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVgDDUjjHl .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDUjjHl .mbr-section-title {
  color: #f4f4f4;
}
.cid-uVgDDUjjHl .mbr-text {
  color: #d7d2d2;
}
.cid-uVgDDUjjHl .mbr-section-title,
.cid-uVgDDUjjHl .mbr-section-btn,
.cid-uVgDDUjjHl .content-wrapper {
  color: #FFFFFF;
  text-align: left;
}
.cid-uVgDDUjjHl .mbr-text,
.cid-uVgDDUjjHl .text-wrapper {
  color: #FFFFFF;
}
.cid-uVgDDUk42n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1578939662863-5cd416d45a69.jpeg");
}
.cid-uVgDDUk42n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUk42n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUk42n .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uVgDDUk42n .card-wrapper {
  background-color: #f4f4f4;
  padding: 40px 30px;
  width: 31%;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-uVgDDUk42n .card-wrapper {
    width: 42%;
  }
}
@media (max-width: 1200px) {
  .cid-uVgDDUk42n .card-wrapper {
    width: 52%;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUk42n .card-wrapper {
    width: 100%;
    display: block;
    padding: 20px 10px;
  }
}
.cid-uVgDDUk42n .card-wrapper .title-wrapper {
  margin-bottom: 30px;
  padding: 0 9.6px;
}
@media (max-width: 992px) {
  .cid-uVgDDUk42n .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUk42n .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uVgDDUk42n .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVgDDUk42n .card-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uVgDDUk42n .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uVgDDUk42n .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uVgDDUk42n .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 20px 0;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #bac0cc !important;
}
@media (max-width: 992px) {
  .cid-uVgDDUk42n .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUk42n .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #58595b;
  opacity: 0.5;
}
.cid-uVgDDUk42n .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uVgDDUk42n .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #bac0cc !important;
}
.cid-uVgDDUk42n .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 110px;
}
.cid-uVgDDUk42n .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uVgDDUk42n .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #58595b;
  border-color: #58595b;
}
.cid-uVgDDUk42n .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uVgDDUk42n .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uVgDDUk42n .mbr-section-title {
  color: #007476;
}
.cid-uVgDDUk42n .mbr-text {
  color: #58595b;
}
.cid-uVgDDUk42n label {
  color: #58595b;
}
.cid-uVgDDUkukm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUkukm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUkukm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUkukm .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ededee;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uVgDDUkukm .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uVgDDUkukm .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uVgDDUkukm .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uVgDDUkukm .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVgDDUkukm .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUkukm .card-wrapper .items-wrapper {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uVgDDUkukm .card-wrapper .items-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-uVgDDUkukm .card-wrapper .items-wrapper .item {
  border-bottom: 1px solid #d7d2d2;
}
.cid-uVgDDUkukm .card-wrapper .items-wrapper .item:first-child {
  border-top: 1px solid #d7d2d2;
}
.cid-uVgDDUkukm .card-wrapper .items-wrapper .item:nth-child(2) {
  border-top: 1px solid #d7d2d2;
}
@media (max-width: 992px) {
  .cid-uVgDDUkukm .card-wrapper .items-wrapper .item:nth-child(2) {
    border-top: none;
  }
}
.cid-uVgDDUkukm .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 25px 0;
  height: 100%;
}
.cid-uVgDDUkukm .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-uVgDDUkukm .card-wrapper .items-wrapper .item .item-wrapper .item-title:hover,
.cid-uVgDDUkukm .card-wrapper .items-wrapper .item .item-wrapper .item-title:focus {
  opacity: 0.7;
}
.cid-uVgDDUkukm .btn-wrapper {
  margin-top: -5%;
}
.cid-uVgDDUkukm .mbr-section-title {
  color: #093388;
  text-align: center;
}
.cid-uVgDDUkukm .item-title {
  color: #007476;
}
.cid-uVgDDUkukm .mbr-section-title,
.cid-uVgDDUkukm .mbr-section-btn,
.cid-uVgDDUkukm .title-wrapper {
  color: #007476;
}
.cid-uVgDDUlWnM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVgDDUlWnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgDDUlWnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgDDUlWnM .row {
  justify-content: center;
}
.cid-uVgDDUlWnM .row .card {
  justify-content: space-between;
}
.cid-uVgDDUlWnM .content-wrapper {
  margin-bottom: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVgDDUlWnM .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUlWnM .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uVgDDUlWnM .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUlWnM .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uVgDDUlWnM .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVgDDUlWnM .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUlWnM .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-uVgDDUlWnM .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVgDDUlWnM .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVgDDUlWnM .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVgDDUlWnM .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUlWnM .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uVgDDUlWnM .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVgDDUlWnM .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uVgDDUlWnM .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVgDDUlWnM .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uVgDDUlWnM .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uVgDDUlWnM .mbr-section-btn {
  margin-bottom: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVgDDUlWnM .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uVgDDUlWnM .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgDDUlWnM .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uVgDDUlWnM .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
  text-align: center;
}
.cid-uVgDDUlWnM .mbr-section-title {
  color: #093388;
}
.cid-uVgDDUlWnM .mbr-list-title {
  color: #093388;
}
.cid-uVgDDUlWnM .list {
  color: #58595b;
}
