.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #2a8a89 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #2a8a89 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2a8a89 !important;
  border-color: #2a8a89 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #36b1b0 !important;
  border-color: #36b1b0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #36b1b0 !important;
  border-color: #36b1b0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2a8a89 !important;
  border-color: #2a8a89 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #36b1b0 !important;
  border-color: #36b1b0 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #36b1b0 !important;
  border-color: #36b1b0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.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,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2a8a89;
  color: #2a8a89;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #164847 !important;
  background-color: transparent !important;
  border-color: #164847 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a8a89 !important;
  border-color: #2a8a89 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #8c8c8c;
  color: #8c8c8c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #616161 !important;
  background-color: transparent !important;
  border-color: #616161 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2a8a89;
  color: #2a8a89;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #164847 !important;
  background-color: transparent !important;
  border-color: #164847 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2a8a89 !important;
  border-color: #2a8a89 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2a8a89 !important;
}
.text-secondary {
  color: #8c8c8c !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #2a8a89 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #123c3b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #595959 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #123c3b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #2a8a89;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #2a8a89;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #2a8a89;
  border-color: #2a8a89;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2a8a89;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #64d0cf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #64d0cf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #2a8a89 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #2a8a89;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !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: #2a8a89;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2a8a89;
}
.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: #2a8a89;
  border-bottom-color: #2a8a89;
}
.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: #2a8a89 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #8c8c8c !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='%232a8a89' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-us72kMbWRp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-us72kMbWRp .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;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-us72kMbWRp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us72kMbWRp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us72kMbWRp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-us72kMbWRp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-us72kMbWRp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-us72kMbWRp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-us72kMbWRp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-us72kMbWRp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-us72kMbWRp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-us72kMbWRp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-us72kMbWRp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us72kMbWRp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-us72kMbWRp .nav-item:focus,
.cid-us72kMbWRp .nav-link:focus {
  outline: none;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us72kMbWRp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us72kMbWRp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-us72kMbWRp .navbar.opened {
  transition: all 0.25s;
}
.cid-us72kMbWRp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us72kMbWRp .navbar .navbar-logo img {
  width: auto;
}
.cid-us72kMbWRp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-us72kMbWRp .navbar.collapsed {
  justify-content: center;
}
.cid-us72kMbWRp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us72kMbWRp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us72kMbWRp .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-us72kMbWRp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us72kMbWRp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar {
    min-height: 72px;
  }
  .cid-us72kMbWRp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us72kMbWRp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us72kMbWRp .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-us72kMbWRp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us72kMbWRp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-us72kMbWRp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us72kMbWRp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-us72kMbWRp .dropdown-item.active,
.cid-us72kMbWRp .dropdown-item:active {
  background-color: transparent;
}
.cid-us72kMbWRp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-us72kMbWRp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us72kMbWRp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .navbar-buttons {
    text-align: left;
  }
}
.cid-us72kMbWRp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-us72kMbWRp .opacityScroll {
  background: #ffffff !important;
}
.cid-us72kMbWRp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us72kMbWRp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us72kMbWRp .navbar {
    height: 70px;
  }
  .cid-us72kMbWRp .navbar.opened {
    height: auto;
  }
  .cid-us72kMbWRp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-us72kMbWRp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-us72kMbWRp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar-brand {
    margin-right: auto;
  }
  .cid-us72kMbWRp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-us72kMbWRp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-us72kMbWRp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uq3NZ8px6h {
  background-image: url("../../../assets/images/head-home-6.gif");
}
.cid-uq3NZ8px6h h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uq3NZ8px6h h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uq3NZ8px6h .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uq3NZ8px6h h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uq3NZ8px6h h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uq3NZ8px6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq3NZ8px6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq3NZ8px6h H1 {
  color: #2a8a89;
}
.cid-uq3Weo8Qu8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/immaginehomedavid-1920x800.jpg");
}
.cid-uq3Weo8Qu8 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uq3Weo8Qu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq3Weo8Qu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq3Weo8Qu8 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uq3Weo8Qu8 .image-wrap {
    height: 300px;
  }
}
.cid-ur6gEbwbkp {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a8a89;
}
.cid-ur6gEbwbkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur6gEbwbkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur6gEbwbkp .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ur6gEbwbkp .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ur6gEbwbkp {
    align-items: center;
  }
  .cid-ur6gEbwbkp .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ur6gEbwbkp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ur6gEbwbkp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ur6gEbwbkp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ur6gEbwbkp .content-wrap {
    width: 100%;
  }
}
.cid-ur6gEbwbkp .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ur6gEbwbkp .mbr-text,
.cid-ur6gEbwbkp .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-urnKNZSXXs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-urnKNZSXXs .row {
  align-items: center;
}
.cid-urnKNZSXXs .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-urnKNZSXXs .img-position-container {
    bottom: 0rem;
    width: 50%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-urnKNZSXXs .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-urnKNZSXXs .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-urnKNZSXXs .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-urnKNZSXXs .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-urnKNZSXXs .col-text {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .cid-urnKNZSXXs .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-urnKNZSXXs .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-urnKNZSXXs .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-urnKNZSXXs .label-text {
    text-align: center !important;
  }
}
.cid-urnKNZSXXs .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-urnKNZSXXs .mbr-text {
  color: #8c8c8c;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-urnKNZSXXs .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urnKNZSXXs .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-urnKNZSXXs .lists-container {
    justify-content: center;
  }
}
.cid-urnKNZSXXs .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-urnKNZSXXs .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-urnKNZSXXs .list {
    align-items: center;
  }
}
.cid-urnKNZSXXs .list-item {
  display: flex;
  align-items: center;
}
.cid-urnKNZSXXs .icon-wrapper {
  margin-right: 5px;
}
.cid-urnKNZSXXs .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-urnKNZSXXs .list-item-text {
  flex-grow: 1;
}
.cid-urnKNZSXXs .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urnKNZSXXs .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-urnKNZSXXs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-urnKNZSXXs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urnKNZSXXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnKNZSXXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnKNZSXXs .mbr-section-title,
.cid-urnKNZSXXs .mbr-section-btn {
  color: #2a8a89;
}
.cid-urnLHF445S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-urnLHF445S .row {
  flex-direction: row-reverse;
}
.cid-urnLHF445S .row {
  align-items: center;
}
.cid-urnLHF445S .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-urnLHF445S .img-position-container {
    bottom: 0rem;
    width: 50%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-urnLHF445S .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-urnLHF445S .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-urnLHF445S .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-urnLHF445S .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-urnLHF445S .col-text {
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  .cid-urnLHF445S .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-urnLHF445S .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-urnLHF445S .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-urnLHF445S .label-text {
    text-align: center !important;
  }
}
.cid-urnLHF445S .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-urnLHF445S .mbr-text {
  color: #8c8c8c;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-urnLHF445S .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urnLHF445S .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-urnLHF445S .lists-container {
    justify-content: center;
  }
}
.cid-urnLHF445S .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-urnLHF445S .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-urnLHF445S .list {
    align-items: center;
  }
}
.cid-urnLHF445S .list-item {
  display: flex;
  align-items: center;
}
.cid-urnLHF445S .icon-wrapper {
  margin-right: 5px;
}
.cid-urnLHF445S .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-urnLHF445S .list-item-text {
  flex-grow: 1;
}
.cid-urnLHF445S .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urnLHF445S .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-urnLHF445S .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-urnLHF445S .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urnLHF445S .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnLHF445S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnLHF445S .mbr-section-title,
.cid-urnLHF445S .mbr-section-btn {
  color: #2a8a89;
}
.cid-urnLSiKIVA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-urnLSiKIVA .row {
  align-items: center;
}
.cid-urnLSiKIVA .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-urnLSiKIVA .img-position-container {
    bottom: 0rem;
    width: 50%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-urnLSiKIVA .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-urnLSiKIVA .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-urnLSiKIVA .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-urnLSiKIVA .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-urnLSiKIVA .col-text {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .cid-urnLSiKIVA .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-urnLSiKIVA .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-urnLSiKIVA .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-urnLSiKIVA .label-text {
    text-align: center !important;
  }
}
.cid-urnLSiKIVA .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-urnLSiKIVA .mbr-text {
  color: #8c8c8c;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-urnLSiKIVA .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urnLSiKIVA .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-urnLSiKIVA .lists-container {
    justify-content: center;
  }
}
.cid-urnLSiKIVA .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-urnLSiKIVA .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-urnLSiKIVA .list {
    align-items: center;
  }
}
.cid-urnLSiKIVA .list-item {
  display: flex;
  align-items: center;
}
.cid-urnLSiKIVA .icon-wrapper {
  margin-right: 5px;
}
.cid-urnLSiKIVA .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-urnLSiKIVA .list-item-text {
  flex-grow: 1;
}
.cid-urnLSiKIVA .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urnLSiKIVA .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-urnLSiKIVA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-urnLSiKIVA .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urnLSiKIVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnLSiKIVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnLSiKIVA .mbr-section-title,
.cid-urnLSiKIVA .mbr-section-btn {
  color: #2a8a89;
}
.cid-urnM2hdg8E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-urnM2hdg8E .row {
  flex-direction: row-reverse;
}
.cid-urnM2hdg8E .row {
  align-items: center;
}
.cid-urnM2hdg8E .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-urnM2hdg8E .img-position-container {
    bottom: 0rem;
    width: 50%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-urnM2hdg8E .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-urnM2hdg8E .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-urnM2hdg8E .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-urnM2hdg8E .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-urnM2hdg8E .col-text {
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  .cid-urnM2hdg8E .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-urnM2hdg8E .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-urnM2hdg8E .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-urnM2hdg8E .label-text {
    text-align: center !important;
  }
}
.cid-urnM2hdg8E .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-urnM2hdg8E .mbr-text {
  color: #8c8c8c;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-urnM2hdg8E .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urnM2hdg8E .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-urnM2hdg8E .lists-container {
    justify-content: center;
  }
}
.cid-urnM2hdg8E .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-urnM2hdg8E .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-urnM2hdg8E .list {
    align-items: center;
  }
}
.cid-urnM2hdg8E .list-item {
  display: flex;
  align-items: center;
}
.cid-urnM2hdg8E .icon-wrapper {
  margin-right: 5px;
}
.cid-urnM2hdg8E .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-urnM2hdg8E .list-item-text {
  flex-grow: 1;
}
.cid-urnM2hdg8E .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urnM2hdg8E .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-urnM2hdg8E .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-urnM2hdg8E .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urnM2hdg8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnM2hdg8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnM2hdg8E .mbr-section-title,
.cid-urnM2hdg8E .mbr-section-btn {
  color: #2a8a89;
}
.cid-urxzu0ewd0 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-urxzu0ewd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxzu0ewd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urxzu0ewd0 .mbr-text {
  color: #767676;
}
.cid-urxzu0ewd0 .mbr-section-subtitle {
  color: #767676;
}
.cid-urxzu0ewd0 .title .num {
  width: 100%;
  display: block;
}
.cid-urxzu0ewd0 .title .card-title {
  z-index: 1;
}
.cid-urxzu0ewd0 .num {
  color: #2a8a89;
}
@media (max-width: 767px) {
  .cid-urxzu0ewd0 * {
    text-align: center !important;
  }
  .cid-urxzu0ewd0 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-urxzu0ewd0 .card-title,
.cid-urxzu0ewd0 .card-img {
  color: #ffffff;
}
.cid-urxzu0ewd0 .card-text {
  color: #707f87;
}
.cid-urxB8wFzKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-urxB8wFzKh .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-urxB8wFzKh .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-urxB8wFzKh .row {
    text-align: center;
  }
  .cid-urxB8wFzKh .row > div {
    margin: auto;
  }
  .cid-urxB8wFzKh .social-row {
    justify-content: center;
  }
}
.cid-urxB8wFzKh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urxB8wFzKh .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 0rem;
  }
}
.cid-urxB8wFzKh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urxB8wFzKh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urxB8wFzKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxB8wFzKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us72kMbWRp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-us72kMbWRp .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;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-us72kMbWRp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us72kMbWRp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us72kMbWRp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-us72kMbWRp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-us72kMbWRp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-us72kMbWRp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-us72kMbWRp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-us72kMbWRp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-us72kMbWRp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-us72kMbWRp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-us72kMbWRp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us72kMbWRp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-us72kMbWRp .nav-item:focus,
.cid-us72kMbWRp .nav-link:focus {
  outline: none;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us72kMbWRp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us72kMbWRp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-us72kMbWRp .navbar.opened {
  transition: all 0.25s;
}
.cid-us72kMbWRp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us72kMbWRp .navbar .navbar-logo img {
  width: auto;
}
.cid-us72kMbWRp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-us72kMbWRp .navbar.collapsed {
  justify-content: center;
}
.cid-us72kMbWRp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us72kMbWRp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us72kMbWRp .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-us72kMbWRp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us72kMbWRp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar {
    min-height: 72px;
  }
  .cid-us72kMbWRp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us72kMbWRp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us72kMbWRp .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-us72kMbWRp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us72kMbWRp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-us72kMbWRp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us72kMbWRp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-us72kMbWRp .dropdown-item.active,
.cid-us72kMbWRp .dropdown-item:active {
  background-color: transparent;
}
.cid-us72kMbWRp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-us72kMbWRp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us72kMbWRp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .navbar-buttons {
    text-align: left;
  }
}
.cid-us72kMbWRp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-us72kMbWRp .opacityScroll {
  background: #ffffff !important;
}
.cid-us72kMbWRp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us72kMbWRp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us72kMbWRp .navbar {
    height: 70px;
  }
  .cid-us72kMbWRp .navbar.opened {
    height: auto;
  }
  .cid-us72kMbWRp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-us72kMbWRp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-us72kMbWRp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar-brand {
    margin-right: auto;
  }
  .cid-us72kMbWRp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-us72kMbWRp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-us72kMbWRp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ur66qDRw6t {
  background-image: url("../../../assets/images/head-home-6.gif");
}
.cid-ur66qDRw6t h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ur66qDRw6t h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ur66qDRw6t .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ur66qDRw6t h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ur66qDRw6t h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ur66qDRw6t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur66qDRw6t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur66qDRw6t H1 {
  color: #2a8a89;
}
.cid-ur66qESh7B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/immaginehomedavid-1920x800.jpg");
}
.cid-ur66qESh7B .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-ur66qESh7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur66qESh7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur66qESh7B .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-ur66qESh7B .image-wrap {
    height: 300px;
  }
}
.cid-urxqMl2Bhp {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a8a89;
}
.cid-urxqMl2Bhp .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-urxqMl2Bhp .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-urxqMl2Bhp {
    align-items: center;
  }
  .cid-urxqMl2Bhp .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urxqMl2Bhp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urxqMl2Bhp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urxqMl2Bhp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urxqMl2Bhp .content-wrap {
    width: 100%;
  }
}
.cid-urxqMl2Bhp .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-urxqMl2Bhp .mbr-text,
.cid-urxqMl2Bhp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-urxqMl2Bhp .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uvSOVItrcW {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvSOVItrcW .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvSOVItrcW .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvSOVItrcW {
    align-items: center;
  }
  .cid-uvSOVItrcW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvSOVItrcW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvSOVItrcW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvSOVItrcW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvSOVItrcW .content-wrap {
    width: 100%;
  }
}
.cid-uvSOVItrcW .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uvSOVItrcW .mbr-text,
.cid-uvSOVItrcW .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uvSOVItrcW .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-urxyLD1qI7 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-urxyLD1qI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxyLD1qI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urxyLD1qI7 .mbr-text {
  color: #767676;
}
.cid-urxyLD1qI7 .mbr-section-subtitle {
  color: #767676;
}
.cid-urxyLD1qI7 .title .num {
  width: 100%;
  display: block;
}
.cid-urxyLD1qI7 .title .card-title {
  z-index: 1;
}
.cid-urxyLD1qI7 .num {
  color: #2a8a89;
}
@media (max-width: 767px) {
  .cid-urxyLD1qI7 * {
    text-align: center !important;
  }
  .cid-urxyLD1qI7 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-urxyLD1qI7 .card-title,
.cid-urxyLD1qI7 .card-img {
  color: #ffffff;
}
.cid-urxyLD1qI7 .card-text {
  color: #707f87;
}
.cid-urxB8wFzKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-urxB8wFzKh .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-urxB8wFzKh .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-urxB8wFzKh .row {
    text-align: center;
  }
  .cid-urxB8wFzKh .row > div {
    margin: auto;
  }
  .cid-urxB8wFzKh .social-row {
    justify-content: center;
  }
}
.cid-urxB8wFzKh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urxB8wFzKh .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 0rem;
  }
}
.cid-urxB8wFzKh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urxB8wFzKh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urxB8wFzKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxB8wFzKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us72kMbWRp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-us72kMbWRp .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;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-us72kMbWRp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us72kMbWRp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us72kMbWRp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-us72kMbWRp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-us72kMbWRp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-us72kMbWRp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-us72kMbWRp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-us72kMbWRp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-us72kMbWRp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-us72kMbWRp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-us72kMbWRp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us72kMbWRp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-us72kMbWRp .nav-item:focus,
.cid-us72kMbWRp .nav-link:focus {
  outline: none;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us72kMbWRp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us72kMbWRp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-us72kMbWRp .navbar.opened {
  transition: all 0.25s;
}
.cid-us72kMbWRp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us72kMbWRp .navbar .navbar-logo img {
  width: auto;
}
.cid-us72kMbWRp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-us72kMbWRp .navbar.collapsed {
  justify-content: center;
}
.cid-us72kMbWRp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us72kMbWRp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us72kMbWRp .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-us72kMbWRp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us72kMbWRp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar {
    min-height: 72px;
  }
  .cid-us72kMbWRp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us72kMbWRp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us72kMbWRp .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-us72kMbWRp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us72kMbWRp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-us72kMbWRp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us72kMbWRp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-us72kMbWRp .dropdown-item.active,
.cid-us72kMbWRp .dropdown-item:active {
  background-color: transparent;
}
.cid-us72kMbWRp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-us72kMbWRp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us72kMbWRp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .navbar-buttons {
    text-align: left;
  }
}
.cid-us72kMbWRp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-us72kMbWRp .opacityScroll {
  background: #ffffff !important;
}
.cid-us72kMbWRp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us72kMbWRp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us72kMbWRp .navbar {
    height: 70px;
  }
  .cid-us72kMbWRp .navbar.opened {
    height: auto;
  }
  .cid-us72kMbWRp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-us72kMbWRp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-us72kMbWRp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar-brand {
    margin-right: auto;
  }
  .cid-us72kMbWRp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-us72kMbWRp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-us72kMbWRp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ur66DUtXNl {
  background-image: url("../../../assets/images/head-patologie-2.gif");
}
.cid-ur66DUtXNl h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ur66DUtXNl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ur66DUtXNl .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ur66DUtXNl h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ur66DUtXNl h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ur66DUtXNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur66DUtXNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur66DUtXNl H1 {
  color: #2a8a89;
}
.cid-ur66DV1nxv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/patologie-2000x1000.jpg");
}
.cid-ur66DV1nxv .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-ur66DV1nxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur66DV1nxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur66DV1nxv .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-ur66DV1nxv .image-wrap {
    height: 300px;
  }
}
.cid-urxqcNkxAU {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urxqcNkxAU .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-urxqcNkxAU .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-urxqcNkxAU {
    align-items: center;
  }
  .cid-urxqcNkxAU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urxqcNkxAU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urxqcNkxAU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urxqcNkxAU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urxqcNkxAU .content-wrap {
    width: 100%;
  }
}
.cid-urxqcNkxAU .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-urxqcNkxAU .mbr-text,
.cid-urxqcNkxAU .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-urxqcNkxAU .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-urxB8wFzKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-urxB8wFzKh .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-urxB8wFzKh .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-urxB8wFzKh .row {
    text-align: center;
  }
  .cid-urxB8wFzKh .row > div {
    margin: auto;
  }
  .cid-urxB8wFzKh .social-row {
    justify-content: center;
  }
}
.cid-urxB8wFzKh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urxB8wFzKh .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 0rem;
  }
}
.cid-urxB8wFzKh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urxB8wFzKh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urxB8wFzKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxB8wFzKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us72kMbWRp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-us72kMbWRp .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;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-us72kMbWRp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us72kMbWRp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us72kMbWRp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-us72kMbWRp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-us72kMbWRp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-us72kMbWRp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-us72kMbWRp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-us72kMbWRp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-us72kMbWRp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-us72kMbWRp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-us72kMbWRp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us72kMbWRp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-us72kMbWRp .nav-item:focus,
.cid-us72kMbWRp .nav-link:focus {
  outline: none;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us72kMbWRp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us72kMbWRp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-us72kMbWRp .navbar.opened {
  transition: all 0.25s;
}
.cid-us72kMbWRp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us72kMbWRp .navbar .navbar-logo img {
  width: auto;
}
.cid-us72kMbWRp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-us72kMbWRp .navbar.collapsed {
  justify-content: center;
}
.cid-us72kMbWRp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us72kMbWRp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us72kMbWRp .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-us72kMbWRp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us72kMbWRp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar {
    min-height: 72px;
  }
  .cid-us72kMbWRp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us72kMbWRp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us72kMbWRp .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-us72kMbWRp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us72kMbWRp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-us72kMbWRp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us72kMbWRp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-us72kMbWRp .dropdown-item.active,
.cid-us72kMbWRp .dropdown-item:active {
  background-color: transparent;
}
.cid-us72kMbWRp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-us72kMbWRp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us72kMbWRp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .navbar-buttons {
    text-align: left;
  }
}
.cid-us72kMbWRp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-us72kMbWRp .opacityScroll {
  background: #ffffff !important;
}
.cid-us72kMbWRp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us72kMbWRp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us72kMbWRp .navbar {
    height: 70px;
  }
  .cid-us72kMbWRp .navbar.opened {
    height: auto;
  }
  .cid-us72kMbWRp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-us72kMbWRp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-us72kMbWRp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar-brand {
    margin-right: auto;
  }
  .cid-us72kMbWRp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-us72kMbWRp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-us72kMbWRp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ur66UPn2gy {
  background-image: url("../../../assets/images/head-domicilio.gif");
}
.cid-ur66UPn2gy h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ur66UPn2gy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ur66UPn2gy .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ur66UPn2gy h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ur66UPn2gy h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ur66UPn2gy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur66UPn2gy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur66UPn2gy H1 {
  color: #2a8a89;
}
.cid-ur66UQ0ffg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/domicilio-2077x1469.jpg");
}
.cid-ur66UQ0ffg .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-ur66UQ0ffg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur66UQ0ffg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur66UQ0ffg .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-ur66UQ0ffg .image-wrap {
    height: 300px;
  }
}
.cid-urxuoHdBB9 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urxuoHdBB9 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-urxuoHdBB9 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-urxuoHdBB9 {
    align-items: center;
  }
  .cid-urxuoHdBB9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urxuoHdBB9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urxuoHdBB9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urxuoHdBB9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urxuoHdBB9 .content-wrap {
    width: 100%;
  }
}
.cid-urxuoHdBB9 .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-urxuoHdBB9 .mbr-text,
.cid-urxuoHdBB9 .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-urxuoHdBB9 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-urxXSCcyeW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-urxXSCcyeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxXSCcyeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urxXSCcyeW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urxXSCcyeW .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urxXSCcyeW .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-urxXSCcyeW .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urxXSCcyeW .container {
    padding: 0 12px;
  }
}
.cid-urxXSCcyeW .row {
  justify-content: center;
}
.cid-urxXSCcyeW .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-urxXSCcyeW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-urxXSCcyeW .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-urxXSCcyeW .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-urxXSCcyeW .mbr-section-title {
  color: #ffffff;
}
.cid-urxXSCcyeW .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-urxXSCcyeW .mbr-section-title,
.cid-urxXSCcyeW .mbr-section-btn,
.cid-urxXSCcyeW .title-wrapper {
  text-align: center;
}
.cid-urxB8wFzKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-urxB8wFzKh .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-urxB8wFzKh .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-urxB8wFzKh .row {
    text-align: center;
  }
  .cid-urxB8wFzKh .row > div {
    margin: auto;
  }
  .cid-urxB8wFzKh .social-row {
    justify-content: center;
  }
}
.cid-urxB8wFzKh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urxB8wFzKh .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 0rem;
  }
}
.cid-urxB8wFzKh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urxB8wFzKh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urxB8wFzKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxB8wFzKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us72kMbWRp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-us72kMbWRp .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;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-us72kMbWRp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us72kMbWRp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us72kMbWRp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-us72kMbWRp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-us72kMbWRp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-us72kMbWRp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-us72kMbWRp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-us72kMbWRp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-us72kMbWRp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-us72kMbWRp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-us72kMbWRp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us72kMbWRp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-us72kMbWRp .nav-item:focus,
.cid-us72kMbWRp .nav-link:focus {
  outline: none;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us72kMbWRp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us72kMbWRp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-us72kMbWRp .navbar.opened {
  transition: all 0.25s;
}
.cid-us72kMbWRp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us72kMbWRp .navbar .navbar-logo img {
  width: auto;
}
.cid-us72kMbWRp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-us72kMbWRp .navbar.collapsed {
  justify-content: center;
}
.cid-us72kMbWRp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us72kMbWRp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us72kMbWRp .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-us72kMbWRp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us72kMbWRp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar {
    min-height: 72px;
  }
  .cid-us72kMbWRp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us72kMbWRp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us72kMbWRp .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-us72kMbWRp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us72kMbWRp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-us72kMbWRp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us72kMbWRp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-us72kMbWRp .dropdown-item.active,
.cid-us72kMbWRp .dropdown-item:active {
  background-color: transparent;
}
.cid-us72kMbWRp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-us72kMbWRp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us72kMbWRp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .navbar-buttons {
    text-align: left;
  }
}
.cid-us72kMbWRp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-us72kMbWRp .opacityScroll {
  background: #ffffff !important;
}
.cid-us72kMbWRp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us72kMbWRp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us72kMbWRp .navbar {
    height: 70px;
  }
  .cid-us72kMbWRp .navbar.opened {
    height: auto;
  }
  .cid-us72kMbWRp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-us72kMbWRp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-us72kMbWRp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar-brand {
    margin-right: auto;
  }
  .cid-us72kMbWRp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-us72kMbWRp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-us72kMbWRp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ur66KOpvns {
  background-image: url("../../../assets/images/head-visite-1.gif");
}
.cid-ur66KOpvns h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ur66KOpvns h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ur66KOpvns .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ur66KOpvns h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ur66KOpvns h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ur66KOpvns .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur66KOpvns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur66KOpvns H1 {
  color: #2a8a89;
}
.cid-ur66KOYKiA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/immaginevisite-2077x866.jpg");
}
.cid-ur66KOYKiA .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-ur66KOYKiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur66KOYKiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur66KOYKiA .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-ur66KOYKiA .image-wrap {
    height: 300px;
  }
}
.cid-urxtAFMfFY {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urxtAFMfFY .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-urxtAFMfFY .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-urxtAFMfFY {
    align-items: center;
  }
  .cid-urxtAFMfFY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urxtAFMfFY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urxtAFMfFY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urxtAFMfFY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urxtAFMfFY .content-wrap {
    width: 100%;
  }
}
.cid-urxtAFMfFY .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-urxtAFMfFY .mbr-text,
.cid-urxtAFMfFY .mbr-section-btn {
  text-align: center;
  color: #8c8c8c;
}
.cid-urxtAFMfFY .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uryHN2cbH9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uryHN2cbH9 .row {
  align-items: center;
}
.cid-uryHN2cbH9 .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-uryHN2cbH9 .img-position-container {
    bottom: 0rem;
    width: 50%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uryHN2cbH9 .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-uryHN2cbH9 .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uryHN2cbH9 .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-uryHN2cbH9 .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uryHN2cbH9 .col-text {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .cid-uryHN2cbH9 .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-uryHN2cbH9 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uryHN2cbH9 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uryHN2cbH9 .label-text {
    text-align: center !important;
  }
}
.cid-uryHN2cbH9 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-uryHN2cbH9 .mbr-text {
  color: #8c8c8c;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uryHN2cbH9 .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uryHN2cbH9 .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uryHN2cbH9 .lists-container {
    justify-content: center;
  }
}
.cid-uryHN2cbH9 .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uryHN2cbH9 .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uryHN2cbH9 .list {
    align-items: center;
  }
}
.cid-uryHN2cbH9 .list-item {
  display: flex;
  align-items: center;
}
.cid-uryHN2cbH9 .icon-wrapper {
  margin-right: 5px;
}
.cid-uryHN2cbH9 .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-uryHN2cbH9 .list-item-text {
  flex-grow: 1;
}
.cid-uryHN2cbH9 .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uryHN2cbH9 .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uryHN2cbH9 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uryHN2cbH9 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uryHN2cbH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryHN2cbH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryHN2cbH9 .mbr-section-title,
.cid-uryHN2cbH9 .mbr-section-btn {
  color: #2a8a89;
}
.cid-uryHNYuTMx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uryHNYuTMx .row {
  flex-direction: row-reverse;
}
.cid-uryHNYuTMx .row {
  align-items: center;
}
.cid-uryHNYuTMx .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-uryHNYuTMx .img-position-container {
    bottom: 0rem;
    width: 50%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uryHNYuTMx .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-uryHNYuTMx .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uryHNYuTMx .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-uryHNYuTMx .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uryHNYuTMx .col-text {
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  .cid-uryHNYuTMx .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-uryHNYuTMx .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uryHNYuTMx .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uryHNYuTMx .label-text {
    text-align: center !important;
  }
}
.cid-uryHNYuTMx .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-uryHNYuTMx .mbr-text {
  color: #8c8c8c;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uryHNYuTMx .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uryHNYuTMx .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uryHNYuTMx .lists-container {
    justify-content: center;
  }
}
.cid-uryHNYuTMx .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uryHNYuTMx .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uryHNYuTMx .list {
    align-items: center;
  }
}
.cid-uryHNYuTMx .list-item {
  display: flex;
  align-items: center;
}
.cid-uryHNYuTMx .icon-wrapper {
  margin-right: 5px;
}
.cid-uryHNYuTMx .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-uryHNYuTMx .list-item-text {
  flex-grow: 1;
}
.cid-uryHNYuTMx .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uryHNYuTMx .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uryHNYuTMx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uryHNYuTMx .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uryHNYuTMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryHNYuTMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryHNYuTMx .mbr-section-title,
.cid-uryHNYuTMx .mbr-section-btn {
  color: #2a8a89;
}
.cid-uryHPp858V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uryHPp858V .row {
  align-items: center;
}
.cid-uryHPp858V .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-uryHPp858V .img-position-container {
    bottom: 0rem;
    width: 50%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uryHPp858V .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-uryHPp858V .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uryHPp858V .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-uryHPp858V .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uryHPp858V .col-text {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .cid-uryHPp858V .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-uryHPp858V .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uryHPp858V .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uryHPp858V .label-text {
    text-align: center !important;
  }
}
.cid-uryHPp858V .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-uryHPp858V .mbr-text {
  color: #8c8c8c;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uryHPp858V .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uryHPp858V .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uryHPp858V .lists-container {
    justify-content: center;
  }
}
.cid-uryHPp858V .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uryHPp858V .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uryHPp858V .list {
    align-items: center;
  }
}
.cid-uryHPp858V .list-item {
  display: flex;
  align-items: center;
}
.cid-uryHPp858V .icon-wrapper {
  margin-right: 5px;
}
.cid-uryHPp858V .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-uryHPp858V .list-item-text {
  flex-grow: 1;
}
.cid-uryHPp858V .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uryHPp858V .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uryHPp858V .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uryHPp858V .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uryHPp858V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryHPp858V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryHPp858V .mbr-section-title,
.cid-uryHPp858V .mbr-section-btn {
  color: #2a8a89;
}
.cid-uvkLnWu98t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uvkLnWu98t .row {
  flex-direction: row-reverse;
}
.cid-uvkLnWu98t .row {
  align-items: center;
}
.cid-uvkLnWu98t .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-uvkLnWu98t .img-position-container {
    bottom: 0rem;
    width: 50%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uvkLnWu98t .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-uvkLnWu98t .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uvkLnWu98t .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-uvkLnWu98t .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uvkLnWu98t .col-text {
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  .cid-uvkLnWu98t .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-uvkLnWu98t .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uvkLnWu98t .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uvkLnWu98t .label-text {
    text-align: center !important;
  }
}
.cid-uvkLnWu98t .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-uvkLnWu98t .mbr-text {
  color: #8c8c8c;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uvkLnWu98t .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvkLnWu98t .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uvkLnWu98t .lists-container {
    justify-content: center;
  }
}
.cid-uvkLnWu98t .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uvkLnWu98t .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uvkLnWu98t .list {
    align-items: center;
  }
}
.cid-uvkLnWu98t .list-item {
  display: flex;
  align-items: center;
}
.cid-uvkLnWu98t .icon-wrapper {
  margin-right: 5px;
}
.cid-uvkLnWu98t .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-uvkLnWu98t .list-item-text {
  flex-grow: 1;
}
.cid-uvkLnWu98t .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvkLnWu98t .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uvkLnWu98t .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvkLnWu98t .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uvkLnWu98t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkLnWu98t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkLnWu98t .mbr-section-title,
.cid-uvkLnWu98t .mbr-section-btn {
  color: #2a8a89;
}
.cid-uvkLowiM6H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uvkLowiM6H .row {
  align-items: center;
}
.cid-uvkLowiM6H .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-uvkLowiM6H .img-position-container {
    bottom: 0rem;
    width: 50%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uvkLowiM6H .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-uvkLowiM6H .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uvkLowiM6H .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-uvkLowiM6H .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uvkLowiM6H .col-text {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .cid-uvkLowiM6H .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-uvkLowiM6H .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uvkLowiM6H .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uvkLowiM6H .label-text {
    text-align: center !important;
  }
}
.cid-uvkLowiM6H .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-uvkLowiM6H .mbr-text {
  color: #8c8c8c;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uvkLowiM6H .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvkLowiM6H .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uvkLowiM6H .lists-container {
    justify-content: center;
  }
}
.cid-uvkLowiM6H .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uvkLowiM6H .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uvkLowiM6H .list {
    align-items: center;
  }
}
.cid-uvkLowiM6H .list-item {
  display: flex;
  align-items: center;
}
.cid-uvkLowiM6H .icon-wrapper {
  margin-right: 5px;
}
.cid-uvkLowiM6H .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-uvkLowiM6H .list-item-text {
  flex-grow: 1;
}
.cid-uvkLowiM6H .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvkLowiM6H .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uvkLowiM6H .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvkLowiM6H .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uvkLowiM6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkLowiM6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkLowiM6H .mbr-section-title,
.cid-uvkLowiM6H .mbr-section-btn {
  color: #2a8a89;
}
.cid-uDgu9qBPC2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uDgu9qBPC2 .row {
  flex-direction: row-reverse;
}
.cid-uDgu9qBPC2 .row {
  align-items: center;
}
.cid-uDgu9qBPC2 .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-uDgu9qBPC2 .img-position-container {
    bottom: 0rem;
    width: 50%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uDgu9qBPC2 .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-uDgu9qBPC2 .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uDgu9qBPC2 .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-uDgu9qBPC2 .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uDgu9qBPC2 .col-text {
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  .cid-uDgu9qBPC2 .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-uDgu9qBPC2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uDgu9qBPC2 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uDgu9qBPC2 .label-text {
    text-align: center !important;
  }
}
.cid-uDgu9qBPC2 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-uDgu9qBPC2 .mbr-text {
  color: #8c8c8c;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uDgu9qBPC2 .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uDgu9qBPC2 .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uDgu9qBPC2 .lists-container {
    justify-content: center;
  }
}
.cid-uDgu9qBPC2 .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uDgu9qBPC2 .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uDgu9qBPC2 .list {
    align-items: center;
  }
}
.cid-uDgu9qBPC2 .list-item {
  display: flex;
  align-items: center;
}
.cid-uDgu9qBPC2 .icon-wrapper {
  margin-right: 5px;
}
.cid-uDgu9qBPC2 .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-uDgu9qBPC2 .list-item-text {
  flex-grow: 1;
}
.cid-uDgu9qBPC2 .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uDgu9qBPC2 .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uDgu9qBPC2 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uDgu9qBPC2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uDgu9qBPC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgu9qBPC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgu9qBPC2 .mbr-section-title,
.cid-uDgu9qBPC2 .mbr-section-btn {
  color: #2a8a89;
}
.cid-v5D5X0FHRA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-v5D5X0FHRA .row {
  align-items: center;
}
.cid-v5D5X0FHRA .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-v5D5X0FHRA .img-position-container {
    bottom: 0rem;
    width: 50%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v5D5X0FHRA .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-v5D5X0FHRA .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-v5D5X0FHRA .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-v5D5X0FHRA .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-v5D5X0FHRA .col-text {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .cid-v5D5X0FHRA .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-v5D5X0FHRA .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v5D5X0FHRA .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-v5D5X0FHRA .label-text {
    text-align: center !important;
  }
}
.cid-v5D5X0FHRA .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-v5D5X0FHRA .mbr-text {
  color: #8c8c8c;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-v5D5X0FHRA .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v5D5X0FHRA .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v5D5X0FHRA .lists-container {
    justify-content: center;
  }
}
.cid-v5D5X0FHRA .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-v5D5X0FHRA .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-v5D5X0FHRA .list {
    align-items: center;
  }
}
.cid-v5D5X0FHRA .list-item {
  display: flex;
  align-items: center;
}
.cid-v5D5X0FHRA .icon-wrapper {
  margin-right: 5px;
}
.cid-v5D5X0FHRA .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-v5D5X0FHRA .list-item-text {
  flex-grow: 1;
}
.cid-v5D5X0FHRA .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v5D5X0FHRA .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-v5D5X0FHRA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v5D5X0FHRA .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5D5X0FHRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5D5X0FHRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5D5X0FHRA .mbr-section-title,
.cid-v5D5X0FHRA .mbr-section-btn {
  color: #2a8a89;
}
.cid-v5D7IyFzzh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-v5D7IyFzzh .row {
  flex-direction: row-reverse;
}
.cid-v5D7IyFzzh .row {
  align-items: center;
}
.cid-v5D7IyFzzh .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-v5D7IyFzzh .img-position-container {
    bottom: 0rem;
    width: 50%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-v5D7IyFzzh .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-v5D7IyFzzh .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-v5D7IyFzzh .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-v5D7IyFzzh .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-v5D7IyFzzh .col-text {
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  .cid-v5D7IyFzzh .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-v5D7IyFzzh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v5D7IyFzzh .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-v5D7IyFzzh .label-text {
    text-align: center !important;
  }
}
.cid-v5D7IyFzzh .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-v5D7IyFzzh .mbr-text {
  color: #8c8c8c;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-v5D7IyFzzh .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v5D7IyFzzh .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v5D7IyFzzh .lists-container {
    justify-content: center;
  }
}
.cid-v5D7IyFzzh .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-v5D7IyFzzh .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-v5D7IyFzzh .list {
    align-items: center;
  }
}
.cid-v5D7IyFzzh .list-item {
  display: flex;
  align-items: center;
}
.cid-v5D7IyFzzh .icon-wrapper {
  margin-right: 5px;
}
.cid-v5D7IyFzzh .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-v5D7IyFzzh .list-item-text {
  flex-grow: 1;
}
.cid-v5D7IyFzzh .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v5D7IyFzzh .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-v5D7IyFzzh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v5D7IyFzzh .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5D7IyFzzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5D7IyFzzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5D7IyFzzh .mbr-section-title,
.cid-v5D7IyFzzh .mbr-section-btn {
  color: #2a8a89;
}
.cid-urxXCHopxt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-urxXCHopxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxXCHopxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urxXCHopxt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urxXCHopxt .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urxXCHopxt .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-urxXCHopxt .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urxXCHopxt .container {
    padding: 0 12px;
  }
}
.cid-urxXCHopxt .row {
  justify-content: center;
}
.cid-urxXCHopxt .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-urxXCHopxt .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-urxXCHopxt .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-urxXCHopxt .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-urxXCHopxt .mbr-section-title {
  color: #ffffff;
}
.cid-urxXCHopxt .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-urxXCHopxt .mbr-section-title,
.cid-urxXCHopxt .mbr-section-btn,
.cid-urxXCHopxt .title-wrapper {
  text-align: center;
}
.cid-uuyK7dw4Vj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuyK7dw4Vj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuyK7dw4Vj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuyK7dw4Vj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uuyK7dw4Vj .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uuyK7dw4Vj .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uuyK7dw4Vj .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uuyK7dw4Vj .container {
    padding: 0 12px;
  }
}
.cid-uuyK7dw4Vj .row {
  justify-content: center;
}
.cid-uuyK7dw4Vj .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uuyK7dw4Vj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uuyK7dw4Vj .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uuyK7dw4Vj .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uuyK7dw4Vj .mbr-section-title {
  color: #ffffff;
}
.cid-uuyK7dw4Vj .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uuyK7dw4Vj .mbr-section-title,
.cid-uuyK7dw4Vj .mbr-section-btn,
.cid-uuyK7dw4Vj .title-wrapper {
  text-align: center;
}
.cid-urxB8wFzKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-urxB8wFzKh .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-urxB8wFzKh .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-urxB8wFzKh .row {
    text-align: center;
  }
  .cid-urxB8wFzKh .row > div {
    margin: auto;
  }
  .cid-urxB8wFzKh .social-row {
    justify-content: center;
  }
}
.cid-urxB8wFzKh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urxB8wFzKh .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 0rem;
  }
}
.cid-urxB8wFzKh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urxB8wFzKh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urxB8wFzKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxB8wFzKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us72kMbWRp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-us72kMbWRp .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;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-us72kMbWRp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us72kMbWRp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us72kMbWRp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-us72kMbWRp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-us72kMbWRp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-us72kMbWRp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-us72kMbWRp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-us72kMbWRp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-us72kMbWRp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-us72kMbWRp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-us72kMbWRp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us72kMbWRp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-us72kMbWRp .nav-item:focus,
.cid-us72kMbWRp .nav-link:focus {
  outline: none;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us72kMbWRp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us72kMbWRp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-us72kMbWRp .navbar.opened {
  transition: all 0.25s;
}
.cid-us72kMbWRp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us72kMbWRp .navbar .navbar-logo img {
  width: auto;
}
.cid-us72kMbWRp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-us72kMbWRp .navbar.collapsed {
  justify-content: center;
}
.cid-us72kMbWRp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us72kMbWRp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us72kMbWRp .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-us72kMbWRp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us72kMbWRp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar {
    min-height: 72px;
  }
  .cid-us72kMbWRp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us72kMbWRp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us72kMbWRp .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-us72kMbWRp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us72kMbWRp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-us72kMbWRp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us72kMbWRp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-us72kMbWRp .dropdown-item.active,
.cid-us72kMbWRp .dropdown-item:active {
  background-color: transparent;
}
.cid-us72kMbWRp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-us72kMbWRp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us72kMbWRp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .navbar-buttons {
    text-align: left;
  }
}
.cid-us72kMbWRp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-us72kMbWRp .opacityScroll {
  background: #ffffff !important;
}
.cid-us72kMbWRp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us72kMbWRp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us72kMbWRp .navbar {
    height: 70px;
  }
  .cid-us72kMbWRp .navbar.opened {
    height: auto;
  }
  .cid-us72kMbWRp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-us72kMbWRp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-us72kMbWRp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar-brand {
    margin-right: auto;
  }
  .cid-us72kMbWRp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-us72kMbWRp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-us72kMbWRp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ur67fBtvuq {
  background-image: url("../../../assets/images/head-home-6.gif");
}
.cid-ur67fBtvuq h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ur67fBtvuq h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ur67fBtvuq .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ur67fBtvuq h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ur67fBtvuq h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ur67fBtvuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur67fBtvuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur67fBtvuq H1 {
  color: #2a8a89;
}
.cid-uvNlToZGIa .main_wrapper {
  position: relative;
  height: 800px;
  width: 100%;
}
.cid-uvNlToZGIa .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-uvNlToZGIa .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-uvNlToZGIa .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uvNlToZGIa .container-fluid {
    padding: 0;
  }
}
.cid-uvNlToZGIa ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uvNlToZGIa .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvNlToZGIa .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uvNlToZGIa .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-uvNlToZGIa .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uvNlToZGIa .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uvNlToZGIa .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-uvNlToZGIa .google-map [data-state-details] {
  color: #edefeb;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uvNlToZGIa .google-map[data-state] {
  background: #edefeb;
}
.cid-uvNlToZGIa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-uvNlToZGIa .google-map {
    position: static;
  }
}
.cid-urxW0Zs4ex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-urxW0Zs4ex .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxW0Zs4ex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urxW0Zs4ex .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urxW0Zs4ex .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urxW0Zs4ex .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-urxW0Zs4ex .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urxW0Zs4ex .container {
    padding: 0 12px;
  }
}
.cid-urxW0Zs4ex .row {
  justify-content: center;
}
.cid-urxW0Zs4ex .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-urxW0Zs4ex .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-urxW0Zs4ex .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-urxW0Zs4ex .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-urxW0Zs4ex .mbr-section-title {
  color: #ffffff;
}
.cid-urxW0Zs4ex .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-urxW0Zs4ex .mbr-section-title,
.cid-urxW0Zs4ex .mbr-section-btn,
.cid-urxW0Zs4ex .title-wrapper {
  text-align: center;
}
.cid-uuyNDrGSb1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuyNDrGSb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuyNDrGSb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuyNDrGSb1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uuyNDrGSb1 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uuyNDrGSb1 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uuyNDrGSb1 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uuyNDrGSb1 .container {
    padding: 0 12px;
  }
}
.cid-uuyNDrGSb1 .row {
  justify-content: center;
}
.cid-uuyNDrGSb1 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uuyNDrGSb1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uuyNDrGSb1 .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uuyNDrGSb1 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uuyNDrGSb1 .mbr-section-title {
  color: #ffffff;
}
.cid-uuyNDrGSb1 .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uuyNDrGSb1 .mbr-section-title,
.cid-uuyNDrGSb1 .mbr-section-btn,
.cid-uuyNDrGSb1 .title-wrapper {
  text-align: center;
}
.cid-uFdKGWPsqg {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-uFdKGWPsqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdKGWPsqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdKGWPsqg .row {
  justify-content: space-between;
}
.cid-uFdKGWPsqg .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFdKGWPsqg .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFdKGWPsqg .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uFdKGWPsqg .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFdKGWPsqg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uFdKGWPsqg .form-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFdKGWPsqg .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uFdKGWPsqg .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uFdKGWPsqg .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.cid-uFdKGWPsqg .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uFdKGWPsqg .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-uFdKGWPsqg .dragArea.row .form-group .form-control:hover,
.cid-uFdKGWPsqg .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uFdKGWPsqg .dragArea.row .form-group .form-control::placeholder {
  color: #2a8a89;
}
.cid-uFdKGWPsqg .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uFdKGWPsqg .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uFdKGWPsqg .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2a8a89;
  border-color: #2a8a89;
  border-radius: 0;
}
.cid-uFdKGWPsqg .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uFdKGWPsqg .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFdKGWPsqg .content-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uFdKGWPsqg .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFdKGWPsqg .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFdKGWPsqg .content-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFdKGWPsqg .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFdKGWPsqg .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFdKGWPsqg .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uFdKGWPsqg .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.cid-uFdKGWPsqg .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFdKGWPsqg .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uFdKGWPsqg .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFdKGWPsqg .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFdKGWPsqg .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uFdKGWPsqg .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uFdKGWPsqg .mbr-section-title {
  color: #000000;
}
.cid-uFdKGWPsqg .mbr-text {
  color: #000000;
}
.cid-uFdKGWPsqg .mbr-section-subtitle {
  color: #2a8a89;
}
.cid-uFdKGWPsqg .list {
  color: #000000;
}
.cid-uFdKGWPsqg .mbr-desc {
  color: #000000;
}
.cid-uFdKGWPsqg label {
  color: #000000;
}
.cid-uFdKGWPsqg .mbr-section-title,
.cid-uFdKGWPsqg .mbr-section-btn {
  color: #2a8a89;
}
.cid-uFdKGWPsqg .mbr-text,
.cid-uFdKGWPsqg .text-wrapper {
  color: #707f87;
}
.cid-uFdKGWPsqg .list,
.cid-uFdKGWPsqg .item-wrap {
  color: #8c8c8c;
}
.cid-uFdKGWPsqg .mbr-desc,
.cid-uFdKGWPsqg .social-wrapper {
  color: #707f87;
}
.cid-uFdKGWPsqg LABEL {
  color: #2a8a89;
}
.cid-urxB8wFzKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-urxB8wFzKh .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-urxB8wFzKh .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-urxB8wFzKh .row {
    text-align: center;
  }
  .cid-urxB8wFzKh .row > div {
    margin: auto;
  }
  .cid-urxB8wFzKh .social-row {
    justify-content: center;
  }
}
.cid-urxB8wFzKh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urxB8wFzKh .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 0rem;
  }
}
.cid-urxB8wFzKh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urxB8wFzKh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urxB8wFzKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxB8wFzKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us72kMbWRp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-us72kMbWRp .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;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-us72kMbWRp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us72kMbWRp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us72kMbWRp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-us72kMbWRp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-us72kMbWRp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-us72kMbWRp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-us72kMbWRp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-us72kMbWRp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-us72kMbWRp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-us72kMbWRp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-us72kMbWRp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us72kMbWRp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-us72kMbWRp .nav-item:focus,
.cid-us72kMbWRp .nav-link:focus {
  outline: none;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us72kMbWRp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us72kMbWRp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-us72kMbWRp .navbar.opened {
  transition: all 0.25s;
}
.cid-us72kMbWRp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us72kMbWRp .navbar .navbar-logo img {
  width: auto;
}
.cid-us72kMbWRp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-us72kMbWRp .navbar.collapsed {
  justify-content: center;
}
.cid-us72kMbWRp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us72kMbWRp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us72kMbWRp .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-us72kMbWRp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us72kMbWRp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar {
    min-height: 72px;
  }
  .cid-us72kMbWRp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us72kMbWRp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us72kMbWRp .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-us72kMbWRp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us72kMbWRp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-us72kMbWRp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us72kMbWRp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-us72kMbWRp .dropdown-item.active,
.cid-us72kMbWRp .dropdown-item:active {
  background-color: transparent;
}
.cid-us72kMbWRp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-us72kMbWRp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us72kMbWRp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .navbar-buttons {
    text-align: left;
  }
}
.cid-us72kMbWRp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-us72kMbWRp .opacityScroll {
  background: #ffffff !important;
}
.cid-us72kMbWRp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us72kMbWRp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us72kMbWRp .navbar {
    height: 70px;
  }
  .cid-us72kMbWRp .navbar.opened {
    height: auto;
  }
  .cid-us72kMbWRp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-us72kMbWRp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-us72kMbWRp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar-brand {
    margin-right: auto;
  }
  .cid-us72kMbWRp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-us72kMbWRp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-us72kMbWRp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ury5YEMSmT {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #2a8a89;
}
.cid-ury5YEMSmT h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ury5YEMSmT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ury5YEMSmT .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ury5YEMSmT h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ury5YEMSmT h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ury5YEMSmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ury5YEMSmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ury5YEMSmT H1 {
  color: #ffcd00;
}
.cid-ury5YEMSmT .mbr-text,
.cid-ury5YEMSmT .mbr-section-btn {
  text-align: right;
}
.cid-ury5ocga8w {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ury5ocga8w .mbr-text {
  color: #707f87;
}
.cid-ury5ocga8w .mbr-section-subtitle {
  color: #000000;
}
.cid-ury5ocga8w .mbr-section-title {
  color: #2a8a89;
}
.cid-urxB8wFzKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-urxB8wFzKh .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-urxB8wFzKh .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-urxB8wFzKh .row {
    text-align: center;
  }
  .cid-urxB8wFzKh .row > div {
    margin: auto;
  }
  .cid-urxB8wFzKh .social-row {
    justify-content: center;
  }
}
.cid-urxB8wFzKh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urxB8wFzKh .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 0rem;
  }
}
.cid-urxB8wFzKh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urxB8wFzKh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urxB8wFzKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxB8wFzKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us72kMbWRp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-us72kMbWRp .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;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-us72kMbWRp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us72kMbWRp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us72kMbWRp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-us72kMbWRp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-us72kMbWRp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-us72kMbWRp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-us72kMbWRp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-us72kMbWRp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-us72kMbWRp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-us72kMbWRp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-us72kMbWRp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us72kMbWRp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-us72kMbWRp .nav-item:focus,
.cid-us72kMbWRp .nav-link:focus {
  outline: none;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us72kMbWRp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us72kMbWRp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-us72kMbWRp .navbar.opened {
  transition: all 0.25s;
}
.cid-us72kMbWRp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us72kMbWRp .navbar .navbar-logo img {
  width: auto;
}
.cid-us72kMbWRp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-us72kMbWRp .navbar.collapsed {
  justify-content: center;
}
.cid-us72kMbWRp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us72kMbWRp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us72kMbWRp .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-us72kMbWRp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us72kMbWRp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar {
    min-height: 72px;
  }
  .cid-us72kMbWRp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us72kMbWRp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us72kMbWRp .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-us72kMbWRp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us72kMbWRp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-us72kMbWRp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us72kMbWRp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-us72kMbWRp .dropdown-item.active,
.cid-us72kMbWRp .dropdown-item:active {
  background-color: transparent;
}
.cid-us72kMbWRp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-us72kMbWRp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us72kMbWRp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .navbar-buttons {
    text-align: left;
  }
}
.cid-us72kMbWRp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-us72kMbWRp .opacityScroll {
  background: #ffffff !important;
}
.cid-us72kMbWRp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us72kMbWRp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us72kMbWRp .navbar {
    height: 70px;
  }
  .cid-us72kMbWRp .navbar.opened {
    height: auto;
  }
  .cid-us72kMbWRp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-us72kMbWRp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-us72kMbWRp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar-brand {
    margin-right: auto;
  }
  .cid-us72kMbWRp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-us72kMbWRp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-us72kMbWRp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-urySmjzplG {
  display: flex;
  background-image: url("../../../assets/images/head-visita-cardiologica-1.gif");
}
.cid-urySmjzplG .mbr-overlay {
  background-color: #225da4;
  opacity: 0.6;
}
.cid-urySmjzplG .mbr-fallback-image.disabled {
  display: none;
}
.cid-urySmjzplG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urySmjzplG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-urySmjzplG .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-urySmjzplG {
    align-items: center;
  }
  .cid-urySmjzplG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urySmjzplG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urySmjzplG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urySmjzplG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urySmjzplG .content-wrap {
    width: 100%;
  }
}
.cid-urySmjzplG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-urySmjzplG .mbr-text,
.cid-urySmjzplG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uryOehFdjL {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uryOehFdjL .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uryOehFdjL .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uryOehFdjL {
    align-items: center;
  }
  .cid-uryOehFdjL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uryOehFdjL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uryOehFdjL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uryOehFdjL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uryOehFdjL .content-wrap {
    width: 100%;
  }
}
.cid-uryOehFdjL .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uryOehFdjL .mbr-text,
.cid-uryOehFdjL .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uryOehFdjL .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uryKMzbzOl {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uryKMzbzOl .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uryKMzbzOl .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uryKMzbzOl {
    align-items: center;
  }
  .cid-uryKMzbzOl .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uryKMzbzOl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uryKMzbzOl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uryKMzbzOl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uryKMzbzOl .content-wrap {
    width: 100%;
  }
}
.cid-uryKMzbzOl .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uryKMzbzOl .mbr-text,
.cid-uryKMzbzOl .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uryKMzbzOl .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uryKMFvTz0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-uryKMFvTz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryKMFvTz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryKMFvTz0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uryKMFvTz0 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uryKMFvTz0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uryKMFvTz0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uryKMFvTz0 .container {
    padding: 0 12px;
  }
}
.cid-uryKMFvTz0 .row {
  justify-content: center;
}
.cid-uryKMFvTz0 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uryKMFvTz0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uryKMFvTz0 .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uryKMFvTz0 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uryKMFvTz0 .mbr-section-title {
  color: #ffffff;
}
.cid-uryKMFvTz0 .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uryKMFvTz0 .mbr-section-title,
.cid-uryKMFvTz0 .mbr-section-btn,
.cid-uryKMFvTz0 .title-wrapper {
  text-align: center;
}
.cid-uuyNbc5rOo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuyNbc5rOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuyNbc5rOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuyNbc5rOo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uuyNbc5rOo .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uuyNbc5rOo .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uuyNbc5rOo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uuyNbc5rOo .container {
    padding: 0 12px;
  }
}
.cid-uuyNbc5rOo .row {
  justify-content: center;
}
.cid-uuyNbc5rOo .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uuyNbc5rOo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uuyNbc5rOo .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uuyNbc5rOo .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uuyNbc5rOo .mbr-section-title {
  color: #ffffff;
}
.cid-uuyNbc5rOo .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uuyNbc5rOo .mbr-section-title,
.cid-uuyNbc5rOo .mbr-section-btn,
.cid-uuyNbc5rOo .title-wrapper {
  text-align: center;
}
.cid-uryKMGjtzW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-uryKMGjtzW .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uryKMGjtzW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uryKMGjtzW .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uryKMGjtzW .row {
    text-align: center;
  }
  .cid-uryKMGjtzW .row > div {
    margin: auto;
  }
  .cid-uryKMGjtzW .social-row {
    justify-content: center;
  }
}
.cid-uryKMGjtzW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uryKMGjtzW .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uryKMGjtzW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uryKMGjtzW .list {
    margin-bottom: 0rem;
  }
}
.cid-uryKMGjtzW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uryKMGjtzW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uryKMGjtzW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uryKMGjtzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryKMGjtzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkLXbNpRz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvkLXbNpRz .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;
}
@media (max-width: 767px) {
  .cid-uvkLXbNpRz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvkLXbNpRz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvkLXbNpRz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uvkLXbNpRz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvkLXbNpRz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvkLXbNpRz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uvkLXbNpRz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uvkLXbNpRz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uvkLXbNpRz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvkLXbNpRz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvkLXbNpRz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvkLXbNpRz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uvkLXbNpRz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvkLXbNpRz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvkLXbNpRz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvkLXbNpRz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvkLXbNpRz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uvkLXbNpRz .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvkLXbNpRz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvkLXbNpRz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uvkLXbNpRz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uvkLXbNpRz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvkLXbNpRz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uvkLXbNpRz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvkLXbNpRz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uvkLXbNpRz .nav-item:focus,
.cid-uvkLXbNpRz .nav-link:focus {
  outline: none;
}
.cid-uvkLXbNpRz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvkLXbNpRz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvkLXbNpRz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvkLXbNpRz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvkLXbNpRz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvkLXbNpRz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvkLXbNpRz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uvkLXbNpRz .navbar.opened {
  transition: all 0.25s;
}
.cid-uvkLXbNpRz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvkLXbNpRz .navbar .navbar-logo img {
  width: auto;
}
.cid-uvkLXbNpRz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvkLXbNpRz .navbar.collapsed {
  justify-content: center;
}
.cid-uvkLXbNpRz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvkLXbNpRz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvkLXbNpRz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uvkLXbNpRz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvkLXbNpRz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvkLXbNpRz .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-uvkLXbNpRz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvkLXbNpRz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvkLXbNpRz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvkLXbNpRz .navbar {
    min-height: 72px;
  }
  .cid-uvkLXbNpRz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvkLXbNpRz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvkLXbNpRz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvkLXbNpRz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvkLXbNpRz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvkLXbNpRz .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-uvkLXbNpRz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvkLXbNpRz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvkLXbNpRz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvkLXbNpRz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvkLXbNpRz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvkLXbNpRz .dropdown-item.active,
.cid-uvkLXbNpRz .dropdown-item:active {
  background-color: transparent;
}
.cid-uvkLXbNpRz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvkLXbNpRz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvkLXbNpRz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvkLXbNpRz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvkLXbNpRz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvkLXbNpRz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvkLXbNpRz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvkLXbNpRz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvkLXbNpRz .navbar-buttons {
    text-align: left;
  }
}
.cid-uvkLXbNpRz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvkLXbNpRz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-uvkLXbNpRz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvkLXbNpRz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvkLXbNpRz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvkLXbNpRz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvkLXbNpRz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvkLXbNpRz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvkLXbNpRz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvkLXbNpRz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvkLXbNpRz .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uvkLXbNpRz .opacityScroll {
  background: #ffffff !important;
}
.cid-uvkLXbNpRz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvkLXbNpRz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvkLXbNpRz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvkLXbNpRz .navbar {
    height: 70px;
  }
  .cid-uvkLXbNpRz .navbar.opened {
    height: auto;
  }
  .cid-uvkLXbNpRz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvkLXbNpRz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvkLXbNpRz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvkLXbNpRz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvkLXbNpRz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uvkLXbNpRz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvkLXbNpRz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvkLXbNpRz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvkLXbNpRz .navbar-brand {
    margin-right: auto;
  }
  .cid-uvkLXbNpRz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uvkLXbNpRz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvkLXbNpRz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvkLXbNpRz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvkLXbNpRz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvkLXbNpRz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvkLXbNpRz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uvkLXbNpRz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvkLXbNpRz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvkLXbNpRz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvkLXbNpRz .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uvkLXbNpRz .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uvkLXbNpRz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvkLXd7aH1 {
  display: flex;
  background-image: url("../../../assets/images/head-visita-cardiologica-1.gif");
}
.cid-uvkLXd7aH1 .mbr-overlay {
  background-color: #225da4;
  opacity: 0.6;
}
.cid-uvkLXd7aH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkLXd7aH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkLXd7aH1 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvkLXd7aH1 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvkLXd7aH1 {
    align-items: center;
  }
  .cid-uvkLXd7aH1 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvkLXd7aH1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvkLXd7aH1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvkLXd7aH1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvkLXd7aH1 .content-wrap {
    width: 100%;
  }
}
.cid-uvkLXd7aH1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvkLXd7aH1 .mbr-text,
.cid-uvkLXd7aH1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvkLXdK69z {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvkLXdK69z .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvkLXdK69z .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvkLXdK69z {
    align-items: center;
  }
  .cid-uvkLXdK69z .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvkLXdK69z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvkLXdK69z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvkLXdK69z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvkLXdK69z .content-wrap {
    width: 100%;
  }
}
.cid-uvkLXdK69z .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uvkLXdK69z .mbr-text,
.cid-uvkLXdK69z .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uvkLXdK69z .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uvkLXejye7 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvkLXejye7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvkLXejye7 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvkLXejye7 {
    align-items: center;
  }
  .cid-uvkLXejye7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvkLXejye7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvkLXejye7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvkLXejye7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvkLXejye7 .content-wrap {
    width: 100%;
  }
}
.cid-uvkLXejye7 .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uvkLXejye7 .mbr-text,
.cid-uvkLXejye7 .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uvkLXejye7 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uvkLXeZdt5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-uvkLXeZdt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkLXeZdt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkLXeZdt5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvkLXeZdt5 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvkLXeZdt5 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvkLXeZdt5 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvkLXeZdt5 .container {
    padding: 0 12px;
  }
}
.cid-uvkLXeZdt5 .row {
  justify-content: center;
}
.cid-uvkLXeZdt5 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uvkLXeZdt5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uvkLXeZdt5 .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uvkLXeZdt5 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvkLXeZdt5 .mbr-section-title {
  color: #ffffff;
}
.cid-uvkLXeZdt5 .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uvkLXeZdt5 .mbr-section-title,
.cid-uvkLXeZdt5 .mbr-section-btn,
.cid-uvkLXeZdt5 .title-wrapper {
  text-align: center;
}
.cid-uvkLXfwGY3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvkLXfwGY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkLXfwGY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkLXfwGY3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvkLXfwGY3 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvkLXfwGY3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvkLXfwGY3 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvkLXfwGY3 .container {
    padding: 0 12px;
  }
}
.cid-uvkLXfwGY3 .row {
  justify-content: center;
}
.cid-uvkLXfwGY3 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uvkLXfwGY3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uvkLXfwGY3 .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uvkLXfwGY3 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvkLXfwGY3 .mbr-section-title {
  color: #ffffff;
}
.cid-uvkLXfwGY3 .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uvkLXfwGY3 .mbr-section-title,
.cid-uvkLXfwGY3 .mbr-section-btn,
.cid-uvkLXfwGY3 .title-wrapper {
  text-align: center;
}
.cid-uvkLXg49PB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-uvkLXg49PB .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uvkLXg49PB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uvkLXg49PB .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uvkLXg49PB .row {
    text-align: center;
  }
  .cid-uvkLXg49PB .row > div {
    margin: auto;
  }
  .cid-uvkLXg49PB .social-row {
    justify-content: center;
  }
}
.cid-uvkLXg49PB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvkLXg49PB .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvkLXg49PB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvkLXg49PB .list {
    margin-bottom: 0rem;
  }
}
.cid-uvkLXg49PB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvkLXg49PB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvkLXg49PB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvkLXg49PB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkLXg49PB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkMyLUh9C {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvkMyLUh9C .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;
}
@media (max-width: 767px) {
  .cid-uvkMyLUh9C .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvkMyLUh9C .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvkMyLUh9C .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uvkMyLUh9C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvkMyLUh9C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvkMyLUh9C .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uvkMyLUh9C .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uvkMyLUh9C .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uvkMyLUh9C .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvkMyLUh9C .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvkMyLUh9C .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvkMyLUh9C .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uvkMyLUh9C .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvkMyLUh9C .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvkMyLUh9C .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvkMyLUh9C .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvkMyLUh9C .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uvkMyLUh9C .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvkMyLUh9C .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvkMyLUh9C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uvkMyLUh9C .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uvkMyLUh9C .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvkMyLUh9C .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uvkMyLUh9C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvkMyLUh9C .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uvkMyLUh9C .nav-item:focus,
.cid-uvkMyLUh9C .nav-link:focus {
  outline: none;
}
.cid-uvkMyLUh9C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvkMyLUh9C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvkMyLUh9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvkMyLUh9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvkMyLUh9C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvkMyLUh9C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvkMyLUh9C .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uvkMyLUh9C .navbar.opened {
  transition: all 0.25s;
}
.cid-uvkMyLUh9C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvkMyLUh9C .navbar .navbar-logo img {
  width: auto;
}
.cid-uvkMyLUh9C .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvkMyLUh9C .navbar.collapsed {
  justify-content: center;
}
.cid-uvkMyLUh9C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvkMyLUh9C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvkMyLUh9C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uvkMyLUh9C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvkMyLUh9C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvkMyLUh9C .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-uvkMyLUh9C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvkMyLUh9C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvkMyLUh9C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvkMyLUh9C .navbar {
    min-height: 72px;
  }
  .cid-uvkMyLUh9C .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvkMyLUh9C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvkMyLUh9C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvkMyLUh9C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvkMyLUh9C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvkMyLUh9C .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-uvkMyLUh9C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvkMyLUh9C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvkMyLUh9C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvkMyLUh9C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvkMyLUh9C .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvkMyLUh9C .dropdown-item.active,
.cid-uvkMyLUh9C .dropdown-item:active {
  background-color: transparent;
}
.cid-uvkMyLUh9C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvkMyLUh9C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvkMyLUh9C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvkMyLUh9C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvkMyLUh9C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvkMyLUh9C .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvkMyLUh9C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvkMyLUh9C .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvkMyLUh9C .navbar-buttons {
    text-align: left;
  }
}
.cid-uvkMyLUh9C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvkMyLUh9C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-uvkMyLUh9C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvkMyLUh9C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvkMyLUh9C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvkMyLUh9C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvkMyLUh9C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvkMyLUh9C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvkMyLUh9C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvkMyLUh9C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvkMyLUh9C .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uvkMyLUh9C .opacityScroll {
  background: #ffffff !important;
}
.cid-uvkMyLUh9C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvkMyLUh9C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvkMyLUh9C .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvkMyLUh9C .navbar {
    height: 70px;
  }
  .cid-uvkMyLUh9C .navbar.opened {
    height: auto;
  }
  .cid-uvkMyLUh9C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvkMyLUh9C .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvkMyLUh9C .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvkMyLUh9C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvkMyLUh9C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uvkMyLUh9C .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvkMyLUh9C .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvkMyLUh9C .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvkMyLUh9C .navbar-brand {
    margin-right: auto;
  }
  .cid-uvkMyLUh9C .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uvkMyLUh9C .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvkMyLUh9C .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvkMyLUh9C .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvkMyLUh9C .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvkMyLUh9C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvkMyLUh9C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uvkMyLUh9C .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvkMyLUh9C .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvkMyLUh9C .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvkMyLUh9C .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uvkMyLUh9C .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uvkMyLUh9C .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvkMyMzY59 {
  display: flex;
  background-image: url("../../../assets/images/head-visita-cardiologica-1.gif");
}
.cid-uvkMyMzY59 .mbr-overlay {
  background-color: #225da4;
  opacity: 0.6;
}
.cid-uvkMyMzY59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkMyMzY59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkMyMzY59 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvkMyMzY59 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvkMyMzY59 {
    align-items: center;
  }
  .cid-uvkMyMzY59 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvkMyMzY59 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvkMyMzY59 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvkMyMzY59 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvkMyMzY59 .content-wrap {
    width: 100%;
  }
}
.cid-uvkMyMzY59 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvkMyMzY59 .mbr-text,
.cid-uvkMyMzY59 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvkMyMZjct {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvkMyMZjct .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvkMyMZjct .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvkMyMZjct {
    align-items: center;
  }
  .cid-uvkMyMZjct .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvkMyMZjct .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvkMyMZjct {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvkMyMZjct .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvkMyMZjct .content-wrap {
    width: 100%;
  }
}
.cid-uvkMyMZjct .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uvkMyMZjct .mbr-text,
.cid-uvkMyMZjct .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uvkMyMZjct .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uvkMyNnOtq {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvkMyNnOtq .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvkMyNnOtq .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvkMyNnOtq {
    align-items: center;
  }
  .cid-uvkMyNnOtq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvkMyNnOtq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvkMyNnOtq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvkMyNnOtq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvkMyNnOtq .content-wrap {
    width: 100%;
  }
}
.cid-uvkMyNnOtq .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uvkMyNnOtq .mbr-text,
.cid-uvkMyNnOtq .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uvkMyNnOtq .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uvkMyNLj6D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-uvkMyNLj6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkMyNLj6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkMyNLj6D .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvkMyNLj6D .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvkMyNLj6D .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvkMyNLj6D .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvkMyNLj6D .container {
    padding: 0 12px;
  }
}
.cid-uvkMyNLj6D .row {
  justify-content: center;
}
.cid-uvkMyNLj6D .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uvkMyNLj6D .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uvkMyNLj6D .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uvkMyNLj6D .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvkMyNLj6D .mbr-section-title {
  color: #ffffff;
}
.cid-uvkMyNLj6D .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uvkMyNLj6D .mbr-section-title,
.cid-uvkMyNLj6D .mbr-section-btn,
.cid-uvkMyNLj6D .title-wrapper {
  text-align: center;
}
.cid-uvkMyO93u9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvkMyO93u9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkMyO93u9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkMyO93u9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvkMyO93u9 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvkMyO93u9 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvkMyO93u9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvkMyO93u9 .container {
    padding: 0 12px;
  }
}
.cid-uvkMyO93u9 .row {
  justify-content: center;
}
.cid-uvkMyO93u9 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uvkMyO93u9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uvkMyO93u9 .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uvkMyO93u9 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvkMyO93u9 .mbr-section-title {
  color: #ffffff;
}
.cid-uvkMyO93u9 .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uvkMyO93u9 .mbr-section-title,
.cid-uvkMyO93u9 .mbr-section-btn,
.cid-uvkMyO93u9 .title-wrapper {
  text-align: center;
}
.cid-uvkMyOAjlx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-uvkMyOAjlx .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uvkMyOAjlx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uvkMyOAjlx .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uvkMyOAjlx .row {
    text-align: center;
  }
  .cid-uvkMyOAjlx .row > div {
    margin: auto;
  }
  .cid-uvkMyOAjlx .social-row {
    justify-content: center;
  }
}
.cid-uvkMyOAjlx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvkMyOAjlx .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvkMyOAjlx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvkMyOAjlx .list {
    margin-bottom: 0rem;
  }
}
.cid-uvkMyOAjlx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvkMyOAjlx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvkMyOAjlx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvkMyOAjlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkMyOAjlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvSSiTLWsi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvSSiTLWsi .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;
}
@media (max-width: 767px) {
  .cid-uvSSiTLWsi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvSSiTLWsi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvSSiTLWsi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uvSSiTLWsi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvSSiTLWsi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvSSiTLWsi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uvSSiTLWsi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uvSSiTLWsi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uvSSiTLWsi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvSSiTLWsi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvSSiTLWsi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvSSiTLWsi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uvSSiTLWsi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvSSiTLWsi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvSSiTLWsi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvSSiTLWsi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvSSiTLWsi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uvSSiTLWsi .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvSSiTLWsi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvSSiTLWsi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uvSSiTLWsi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uvSSiTLWsi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvSSiTLWsi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uvSSiTLWsi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvSSiTLWsi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uvSSiTLWsi .nav-item:focus,
.cid-uvSSiTLWsi .nav-link:focus {
  outline: none;
}
.cid-uvSSiTLWsi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvSSiTLWsi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvSSiTLWsi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvSSiTLWsi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvSSiTLWsi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvSSiTLWsi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvSSiTLWsi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uvSSiTLWsi .navbar.opened {
  transition: all 0.25s;
}
.cid-uvSSiTLWsi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvSSiTLWsi .navbar .navbar-logo img {
  width: auto;
}
.cid-uvSSiTLWsi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvSSiTLWsi .navbar.collapsed {
  justify-content: center;
}
.cid-uvSSiTLWsi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvSSiTLWsi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvSSiTLWsi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uvSSiTLWsi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvSSiTLWsi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvSSiTLWsi .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-uvSSiTLWsi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvSSiTLWsi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvSSiTLWsi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvSSiTLWsi .navbar {
    min-height: 72px;
  }
  .cid-uvSSiTLWsi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvSSiTLWsi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvSSiTLWsi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvSSiTLWsi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvSSiTLWsi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvSSiTLWsi .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-uvSSiTLWsi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvSSiTLWsi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvSSiTLWsi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvSSiTLWsi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvSSiTLWsi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvSSiTLWsi .dropdown-item.active,
.cid-uvSSiTLWsi .dropdown-item:active {
  background-color: transparent;
}
.cid-uvSSiTLWsi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvSSiTLWsi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvSSiTLWsi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvSSiTLWsi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvSSiTLWsi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvSSiTLWsi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvSSiTLWsi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvSSiTLWsi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvSSiTLWsi .navbar-buttons {
    text-align: left;
  }
}
.cid-uvSSiTLWsi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvSSiTLWsi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-uvSSiTLWsi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvSSiTLWsi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvSSiTLWsi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvSSiTLWsi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvSSiTLWsi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvSSiTLWsi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvSSiTLWsi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvSSiTLWsi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvSSiTLWsi .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uvSSiTLWsi .opacityScroll {
  background: #ffffff !important;
}
.cid-uvSSiTLWsi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvSSiTLWsi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvSSiTLWsi .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvSSiTLWsi .navbar {
    height: 70px;
  }
  .cid-uvSSiTLWsi .navbar.opened {
    height: auto;
  }
  .cid-uvSSiTLWsi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvSSiTLWsi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvSSiTLWsi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvSSiTLWsi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvSSiTLWsi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uvSSiTLWsi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvSSiTLWsi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvSSiTLWsi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvSSiTLWsi .navbar-brand {
    margin-right: auto;
  }
  .cid-uvSSiTLWsi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uvSSiTLWsi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvSSiTLWsi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvSSiTLWsi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvSSiTLWsi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvSSiTLWsi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvSSiTLWsi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uvSSiTLWsi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvSSiTLWsi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvSSiTLWsi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvSSiTLWsi .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uvSSiTLWsi .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uvSSiTLWsi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvSSiUrmrn {
  display: flex;
  background-image: url("../../../assets/images/head-visita-cardiologica-1.gif");
}
.cid-uvSSiUrmrn .mbr-overlay {
  background-color: #225da4;
  opacity: 0.6;
}
.cid-uvSSiUrmrn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvSSiUrmrn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvSSiUrmrn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvSSiUrmrn .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvSSiUrmrn {
    align-items: center;
  }
  .cid-uvSSiUrmrn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvSSiUrmrn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvSSiUrmrn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvSSiUrmrn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvSSiUrmrn .content-wrap {
    width: 100%;
  }
}
.cid-uvSSiUrmrn .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvSSiUrmrn .mbr-text,
.cid-uvSSiUrmrn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvSSiUQQdT {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvSSiUQQdT .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvSSiUQQdT .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvSSiUQQdT {
    align-items: center;
  }
  .cid-uvSSiUQQdT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvSSiUQQdT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvSSiUQQdT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvSSiUQQdT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvSSiUQQdT .content-wrap {
    width: 100%;
  }
}
.cid-uvSSiUQQdT .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uvSSiUQQdT .mbr-text,
.cid-uvSSiUQQdT .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uvSSiUQQdT .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uvSSiVfeox {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvSSiVfeox .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvSSiVfeox .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvSSiVfeox {
    align-items: center;
  }
  .cid-uvSSiVfeox .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvSSiVfeox .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvSSiVfeox {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvSSiVfeox .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvSSiVfeox .content-wrap {
    width: 100%;
  }
}
.cid-uvSSiVfeox .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uvSSiVfeox .mbr-text,
.cid-uvSSiVfeox .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uvSSiVfeox .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uvSSiVF3cp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-uvSSiVF3cp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvSSiVF3cp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvSSiVF3cp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvSSiVF3cp .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvSSiVF3cp .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvSSiVF3cp .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvSSiVF3cp .container {
    padding: 0 12px;
  }
}
.cid-uvSSiVF3cp .row {
  justify-content: center;
}
.cid-uvSSiVF3cp .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uvSSiVF3cp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uvSSiVF3cp .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uvSSiVF3cp .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvSSiVF3cp .mbr-section-title {
  color: #ffffff;
}
.cid-uvSSiVF3cp .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uvSSiVF3cp .mbr-section-title,
.cid-uvSSiVF3cp .mbr-section-btn,
.cid-uvSSiVF3cp .title-wrapper {
  text-align: center;
}
.cid-uvSSiW3HtD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvSSiW3HtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvSSiW3HtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvSSiW3HtD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvSSiW3HtD .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvSSiW3HtD .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvSSiW3HtD .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvSSiW3HtD .container {
    padding: 0 12px;
  }
}
.cid-uvSSiW3HtD .row {
  justify-content: center;
}
.cid-uvSSiW3HtD .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uvSSiW3HtD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uvSSiW3HtD .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uvSSiW3HtD .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvSSiW3HtD .mbr-section-title {
  color: #ffffff;
}
.cid-uvSSiW3HtD .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uvSSiW3HtD .mbr-section-title,
.cid-uvSSiW3HtD .mbr-section-btn,
.cid-uvSSiW3HtD .title-wrapper {
  text-align: center;
}
.cid-uvSSiWssuU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-uvSSiWssuU .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uvSSiWssuU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uvSSiWssuU .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uvSSiWssuU .row {
    text-align: center;
  }
  .cid-uvSSiWssuU .row > div {
    margin: auto;
  }
  .cid-uvSSiWssuU .social-row {
    justify-content: center;
  }
}
.cid-uvSSiWssuU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvSSiWssuU .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvSSiWssuU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvSSiWssuU .list {
    margin-bottom: 0rem;
  }
}
.cid-uvSSiWssuU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvSSiWssuU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvSSiWssuU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvSSiWssuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvSSiWssuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us72kMbWRp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-us72kMbWRp .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;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-us72kMbWRp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us72kMbWRp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us72kMbWRp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us72kMbWRp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-us72kMbWRp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-us72kMbWRp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-us72kMbWRp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-us72kMbWRp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-us72kMbWRp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-us72kMbWRp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-us72kMbWRp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-us72kMbWRp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us72kMbWRp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-us72kMbWRp .nav-item:focus,
.cid-us72kMbWRp .nav-link:focus {
  outline: none;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us72kMbWRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us72kMbWRp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us72kMbWRp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us72kMbWRp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-us72kMbWRp .navbar.opened {
  transition: all 0.25s;
}
.cid-us72kMbWRp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us72kMbWRp .navbar .navbar-logo img {
  width: auto;
}
.cid-us72kMbWRp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-us72kMbWRp .navbar.collapsed {
  justify-content: center;
}
.cid-us72kMbWRp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us72kMbWRp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us72kMbWRp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us72kMbWRp .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-us72kMbWRp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us72kMbWRp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us72kMbWRp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-us72kMbWRp .navbar {
    min-height: 72px;
  }
  .cid-us72kMbWRp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us72kMbWRp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us72kMbWRp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us72kMbWRp .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-us72kMbWRp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us72kMbWRp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-us72kMbWRp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us72kMbWRp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-us72kMbWRp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-us72kMbWRp .dropdown-item.active,
.cid-us72kMbWRp .dropdown-item:active {
  background-color: transparent;
}
.cid-us72kMbWRp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us72kMbWRp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us72kMbWRp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-us72kMbWRp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us72kMbWRp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .navbar-buttons {
    text-align: left;
  }
}
.cid-us72kMbWRp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us72kMbWRp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us72kMbWRp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us72kMbWRp .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-us72kMbWRp .opacityScroll {
  background: #ffffff !important;
}
.cid-us72kMbWRp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us72kMbWRp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-us72kMbWRp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us72kMbWRp .navbar {
    height: 70px;
  }
  .cid-us72kMbWRp .navbar.opened {
    height: auto;
  }
  .cid-us72kMbWRp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-us72kMbWRp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-us72kMbWRp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-us72kMbWRp .navbar-brand {
    margin-right: auto;
  }
  .cid-us72kMbWRp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-us72kMbWRp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-us72kMbWRp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-us72kMbWRp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-us72kMbWRp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-us72kMbWRp .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-us72kMbWRp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ur675XWJJx {
  background-image: url("../../../assets/images/head-pediatrica.gif");
}
.cid-ur675XWJJx h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ur675XWJJx h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ur675XWJJx .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ur675XWJJx h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ur675XWJJx h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ur675XWJJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur675XWJJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur675XWJJx H1 {
  color: #2a8a89;
}
.cid-ur675YvX0O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/immaginepediatrica-2000x834.jpg");
}
.cid-ur675YvX0O .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-ur675YvX0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur675YvX0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur675YvX0O .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-ur675YvX0O .image-wrap {
    height: 300px;
  }
}
.cid-urxyo6UHdj {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a8a89;
}
.cid-urxyo6UHdj .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-urxyo6UHdj .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-urxyo6UHdj {
    align-items: center;
  }
  .cid-urxyo6UHdj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urxyo6UHdj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urxyo6UHdj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urxyo6UHdj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urxyo6UHdj .content-wrap {
    width: 100%;
  }
}
.cid-urxyo6UHdj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-urxyo6UHdj .mbr-text,
.cid-urxyo6UHdj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-urxyo6UHdj .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uvST9uBMj7 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvST9uBMj7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvST9uBMj7 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvST9uBMj7 {
    align-items: center;
  }
  .cid-uvST9uBMj7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvST9uBMj7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvST9uBMj7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvST9uBMj7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvST9uBMj7 .content-wrap {
    width: 100%;
  }
}
.cid-uvST9uBMj7 .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uvST9uBMj7 .mbr-text,
.cid-uvST9uBMj7 .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uvST9uBMj7 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uvSTlrynA8 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvSTlrynA8 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvSTlrynA8 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvSTlrynA8 {
    align-items: center;
  }
  .cid-uvSTlrynA8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvSTlrynA8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvSTlrynA8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvSTlrynA8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvSTlrynA8 .content-wrap {
    width: 100%;
  }
}
.cid-uvSTlrynA8 .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uvSTlrynA8 .mbr-text,
.cid-uvSTlrynA8 .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uvSTlrynA8 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-urxYidpp95 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-urxYidpp95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxYidpp95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urxYidpp95 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urxYidpp95 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urxYidpp95 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-urxYidpp95 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urxYidpp95 .container {
    padding: 0 12px;
  }
}
.cid-urxYidpp95 .row {
  justify-content: center;
}
.cid-urxYidpp95 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-urxYidpp95 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-urxYidpp95 .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-urxYidpp95 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-urxYidpp95 .mbr-section-title {
  color: #ffffff;
}
.cid-urxYidpp95 .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-urxYidpp95 .mbr-section-title,
.cid-urxYidpp95 .mbr-section-btn,
.cid-urxYidpp95 .title-wrapper {
  text-align: center;
}
.cid-uuyNqcln5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuyNqcln5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuyNqcln5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuyNqcln5i .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uuyNqcln5i .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uuyNqcln5i .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uuyNqcln5i .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uuyNqcln5i .container {
    padding: 0 12px;
  }
}
.cid-uuyNqcln5i .row {
  justify-content: center;
}
.cid-uuyNqcln5i .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uuyNqcln5i .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uuyNqcln5i .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uuyNqcln5i .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uuyNqcln5i .mbr-section-title {
  color: #ffffff;
}
.cid-uuyNqcln5i .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uuyNqcln5i .mbr-section-title,
.cid-uuyNqcln5i .mbr-section-btn,
.cid-uuyNqcln5i .title-wrapper {
  text-align: center;
}
.cid-urxB8wFzKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-urxB8wFzKh .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-urxB8wFzKh .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-urxB8wFzKh .row {
    text-align: center;
  }
  .cid-urxB8wFzKh .row > div {
    margin: auto;
  }
  .cid-urxB8wFzKh .social-row {
    justify-content: center;
  }
}
.cid-urxB8wFzKh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urxB8wFzKh .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urxB8wFzKh .list {
    margin-bottom: 0rem;
  }
}
.cid-urxB8wFzKh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urxB8wFzKh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urxB8wFzKh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urxB8wFzKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxB8wFzKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkKdAUcex {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvkKdAUcex .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;
}
@media (max-width: 767px) {
  .cid-uvkKdAUcex .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvkKdAUcex .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvkKdAUcex .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uvkKdAUcex .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvkKdAUcex .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvkKdAUcex .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uvkKdAUcex .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uvkKdAUcex .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uvkKdAUcex .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvkKdAUcex .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvkKdAUcex .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvkKdAUcex .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uvkKdAUcex .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvkKdAUcex .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvkKdAUcex .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvkKdAUcex .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvkKdAUcex .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uvkKdAUcex .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvkKdAUcex .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvkKdAUcex .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uvkKdAUcex .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uvkKdAUcex .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvkKdAUcex .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uvkKdAUcex .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvkKdAUcex .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uvkKdAUcex .nav-item:focus,
.cid-uvkKdAUcex .nav-link:focus {
  outline: none;
}
.cid-uvkKdAUcex .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvkKdAUcex .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvkKdAUcex .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvkKdAUcex .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvkKdAUcex .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvkKdAUcex .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvkKdAUcex .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uvkKdAUcex .navbar.opened {
  transition: all 0.25s;
}
.cid-uvkKdAUcex .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvkKdAUcex .navbar .navbar-logo img {
  width: auto;
}
.cid-uvkKdAUcex .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvkKdAUcex .navbar.collapsed {
  justify-content: center;
}
.cid-uvkKdAUcex .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvkKdAUcex .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvkKdAUcex .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uvkKdAUcex .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvkKdAUcex .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvkKdAUcex .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-uvkKdAUcex .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvkKdAUcex .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvkKdAUcex .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvkKdAUcex .navbar {
    min-height: 72px;
  }
  .cid-uvkKdAUcex .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvkKdAUcex .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvkKdAUcex .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvkKdAUcex .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvkKdAUcex .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvkKdAUcex .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-uvkKdAUcex .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvkKdAUcex .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvkKdAUcex .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvkKdAUcex .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvkKdAUcex .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvkKdAUcex .dropdown-item.active,
.cid-uvkKdAUcex .dropdown-item:active {
  background-color: transparent;
}
.cid-uvkKdAUcex .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvkKdAUcex .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvkKdAUcex .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvkKdAUcex .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvkKdAUcex .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvkKdAUcex .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvkKdAUcex ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvkKdAUcex .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvkKdAUcex .navbar-buttons {
    text-align: left;
  }
}
.cid-uvkKdAUcex button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvkKdAUcex button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-uvkKdAUcex button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvkKdAUcex button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvkKdAUcex button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvkKdAUcex button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvkKdAUcex nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvkKdAUcex nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvkKdAUcex nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvkKdAUcex nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvkKdAUcex .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uvkKdAUcex .opacityScroll {
  background: #ffffff !important;
}
.cid-uvkKdAUcex a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvkKdAUcex .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvkKdAUcex .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvkKdAUcex .navbar {
    height: 70px;
  }
  .cid-uvkKdAUcex .navbar.opened {
    height: auto;
  }
  .cid-uvkKdAUcex .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvkKdAUcex .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvkKdAUcex .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvkKdAUcex .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvkKdAUcex .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uvkKdAUcex .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvkKdAUcex .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvkKdAUcex .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvkKdAUcex .navbar-brand {
    margin-right: auto;
  }
  .cid-uvkKdAUcex .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uvkKdAUcex .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvkKdAUcex .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvkKdAUcex .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvkKdAUcex .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvkKdAUcex .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvkKdAUcex .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uvkKdAUcex .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvkKdAUcex .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvkKdAUcex .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvkKdAUcex .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uvkKdAUcex .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uvkKdAUcex .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvkKdCsvo0 {
  display: flex;
  background-image: url("../../../assets/images/head-visita-cardiologica-1.gif");
}
.cid-uvkKdCsvo0 .mbr-overlay {
  background-color: #225da4;
  opacity: 0.6;
}
.cid-uvkKdCsvo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkKdCsvo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkKdCsvo0 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvkKdCsvo0 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvkKdCsvo0 {
    align-items: center;
  }
  .cid-uvkKdCsvo0 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvkKdCsvo0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvkKdCsvo0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvkKdCsvo0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvkKdCsvo0 .content-wrap {
    width: 100%;
  }
}
.cid-uvkKdCsvo0 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvkKdCsvo0 .mbr-text,
.cid-uvkKdCsvo0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvkKdDqIX4 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvkKdDqIX4 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvkKdDqIX4 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvkKdDqIX4 {
    align-items: center;
  }
  .cid-uvkKdDqIX4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvkKdDqIX4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvkKdDqIX4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvkKdDqIX4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvkKdDqIX4 .content-wrap {
    width: 100%;
  }
}
.cid-uvkKdDqIX4 .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uvkKdDqIX4 .mbr-text,
.cid-uvkKdDqIX4 .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uvkKdDqIX4 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uvkKdE17I0 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvkKdE17I0 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvkKdE17I0 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvkKdE17I0 {
    align-items: center;
  }
  .cid-uvkKdE17I0 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvkKdE17I0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvkKdE17I0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvkKdE17I0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvkKdE17I0 .content-wrap {
    width: 100%;
  }
}
.cid-uvkKdE17I0 .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uvkKdE17I0 .mbr-text,
.cid-uvkKdE17I0 .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uvkKdE17I0 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uvkKdEKDvi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-uvkKdEKDvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkKdEKDvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkKdEKDvi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvkKdEKDvi .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvkKdEKDvi .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvkKdEKDvi .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvkKdEKDvi .container {
    padding: 0 12px;
  }
}
.cid-uvkKdEKDvi .row {
  justify-content: center;
}
.cid-uvkKdEKDvi .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uvkKdEKDvi .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uvkKdEKDvi .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uvkKdEKDvi .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvkKdEKDvi .mbr-section-title {
  color: #ffffff;
}
.cid-uvkKdEKDvi .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uvkKdEKDvi .mbr-section-title,
.cid-uvkKdEKDvi .mbr-section-btn,
.cid-uvkKdEKDvi .title-wrapper {
  text-align: center;
}
.cid-uvkKdFmF0w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvkKdFmF0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkKdFmF0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkKdFmF0w .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvkKdFmF0w .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvkKdFmF0w .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvkKdFmF0w .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvkKdFmF0w .container {
    padding: 0 12px;
  }
}
.cid-uvkKdFmF0w .row {
  justify-content: center;
}
.cid-uvkKdFmF0w .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uvkKdFmF0w .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uvkKdFmF0w .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uvkKdFmF0w .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvkKdFmF0w .mbr-section-title {
  color: #ffffff;
}
.cid-uvkKdFmF0w .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uvkKdFmF0w .mbr-section-title,
.cid-uvkKdFmF0w .mbr-section-btn,
.cid-uvkKdFmF0w .title-wrapper {
  text-align: center;
}
.cid-uvkKdG1qda {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-uvkKdG1qda .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uvkKdG1qda .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uvkKdG1qda .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uvkKdG1qda .row {
    text-align: center;
  }
  .cid-uvkKdG1qda .row > div {
    margin: auto;
  }
  .cid-uvkKdG1qda .social-row {
    justify-content: center;
  }
}
.cid-uvkKdG1qda .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvkKdG1qda .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvkKdG1qda .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvkKdG1qda .list {
    margin-bottom: 0rem;
  }
}
.cid-uvkKdG1qda .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvkKdG1qda .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvkKdG1qda div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvkKdG1qda .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkKdG1qda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDguykQ2NG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDguykQ2NG .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;
}
@media (max-width: 767px) {
  .cid-uDguykQ2NG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDguykQ2NG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDguykQ2NG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDguykQ2NG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDguykQ2NG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDguykQ2NG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDguykQ2NG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDguykQ2NG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDguykQ2NG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDguykQ2NG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDguykQ2NG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDguykQ2NG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDguykQ2NG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDguykQ2NG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDguykQ2NG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDguykQ2NG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDguykQ2NG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDguykQ2NG .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDguykQ2NG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDguykQ2NG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDguykQ2NG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDguykQ2NG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDguykQ2NG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDguykQ2NG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDguykQ2NG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uDguykQ2NG .nav-item:focus,
.cid-uDguykQ2NG .nav-link:focus {
  outline: none;
}
.cid-uDguykQ2NG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDguykQ2NG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDguykQ2NG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDguykQ2NG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDguykQ2NG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDguykQ2NG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDguykQ2NG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDguykQ2NG .navbar.opened {
  transition: all 0.25s;
}
.cid-uDguykQ2NG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDguykQ2NG .navbar .navbar-logo img {
  width: auto;
}
.cid-uDguykQ2NG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDguykQ2NG .navbar.collapsed {
  justify-content: center;
}
.cid-uDguykQ2NG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDguykQ2NG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDguykQ2NG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uDguykQ2NG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDguykQ2NG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDguykQ2NG .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-uDguykQ2NG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDguykQ2NG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDguykQ2NG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDguykQ2NG .navbar {
    min-height: 72px;
  }
  .cid-uDguykQ2NG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDguykQ2NG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDguykQ2NG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDguykQ2NG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDguykQ2NG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDguykQ2NG .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-uDguykQ2NG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDguykQ2NG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDguykQ2NG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDguykQ2NG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDguykQ2NG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDguykQ2NG .dropdown-item.active,
.cid-uDguykQ2NG .dropdown-item:active {
  background-color: transparent;
}
.cid-uDguykQ2NG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDguykQ2NG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDguykQ2NG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDguykQ2NG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDguykQ2NG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDguykQ2NG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDguykQ2NG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDguykQ2NG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDguykQ2NG .navbar-buttons {
    text-align: left;
  }
}
.cid-uDguykQ2NG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDguykQ2NG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-uDguykQ2NG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDguykQ2NG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDguykQ2NG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDguykQ2NG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDguykQ2NG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDguykQ2NG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDguykQ2NG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDguykQ2NG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDguykQ2NG .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uDguykQ2NG .opacityScroll {
  background: #ffffff !important;
}
.cid-uDguykQ2NG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDguykQ2NG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDguykQ2NG .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDguykQ2NG .navbar {
    height: 70px;
  }
  .cid-uDguykQ2NG .navbar.opened {
    height: auto;
  }
  .cid-uDguykQ2NG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDguykQ2NG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDguykQ2NG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDguykQ2NG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDguykQ2NG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDguykQ2NG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDguykQ2NG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDguykQ2NG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDguykQ2NG .navbar-brand {
    margin-right: auto;
  }
  .cid-uDguykQ2NG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uDguykQ2NG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDguykQ2NG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDguykQ2NG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDguykQ2NG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDguykQ2NG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDguykQ2NG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDguykQ2NG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDguykQ2NG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDguykQ2NG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDguykQ2NG .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDguykQ2NG .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDguykQ2NG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDguymIE8r {
  display: flex;
  background-image: url("../../../assets/images/head-visita-cardiologica-1.gif");
}
.cid-uDguymIE8r .mbr-overlay {
  background-color: #225da4;
  opacity: 0.6;
}
.cid-uDguymIE8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDguymIE8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDguymIE8r .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uDguymIE8r .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uDguymIE8r {
    align-items: center;
  }
  .cid-uDguymIE8r .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDguymIE8r .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDguymIE8r {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDguymIE8r .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDguymIE8r .content-wrap {
    width: 100%;
  }
}
.cid-uDguymIE8r .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDguymIE8r .mbr-text,
.cid-uDguymIE8r .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uDguynJxUT {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDguynJxUT .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uDguynJxUT .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uDguynJxUT {
    align-items: center;
  }
  .cid-uDguynJxUT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDguynJxUT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDguynJxUT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDguynJxUT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDguynJxUT .content-wrap {
    width: 100%;
  }
}
.cid-uDguynJxUT .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-uDguynJxUT .mbr-text,
.cid-uDguynJxUT .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-uDguynJxUT .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uDguypKYHN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-uDguypKYHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDguypKYHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDguypKYHN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDguypKYHN .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDguypKYHN .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uDguypKYHN .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDguypKYHN .container {
    padding: 0 12px;
  }
}
.cid-uDguypKYHN .row {
  justify-content: center;
}
.cid-uDguypKYHN .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uDguypKYHN .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uDguypKYHN .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uDguypKYHN .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDguypKYHN .mbr-section-title {
  color: #ffffff;
}
.cid-uDguypKYHN .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uDguypKYHN .mbr-section-title,
.cid-uDguypKYHN .mbr-section-btn,
.cid-uDguypKYHN .title-wrapper {
  text-align: center;
}
.cid-uDguyqM0f6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDguyqM0f6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDguyqM0f6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDguyqM0f6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDguyqM0f6 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDguyqM0f6 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uDguyqM0f6 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDguyqM0f6 .container {
    padding: 0 12px;
  }
}
.cid-uDguyqM0f6 .row {
  justify-content: center;
}
.cid-uDguyqM0f6 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uDguyqM0f6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-uDguyqM0f6 .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uDguyqM0f6 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uDguyqM0f6 .mbr-section-title {
  color: #ffffff;
}
.cid-uDguyqM0f6 .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-uDguyqM0f6 .mbr-section-title,
.cid-uDguyqM0f6 .mbr-section-btn,
.cid-uDguyqM0f6 .title-wrapper {
  text-align: center;
}
.cid-uDguyrVXj4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-uDguyrVXj4 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uDguyrVXj4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uDguyrVXj4 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uDguyrVXj4 .row {
    text-align: center;
  }
  .cid-uDguyrVXj4 .row > div {
    margin: auto;
  }
  .cid-uDguyrVXj4 .social-row {
    justify-content: center;
  }
}
.cid-uDguyrVXj4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDguyrVXj4 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDguyrVXj4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDguyrVXj4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uDguyrVXj4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uDguyrVXj4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uDguyrVXj4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDguyrVXj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDguyrVXj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5D69o5VpB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5D69o5VpB .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;
}
@media (max-width: 767px) {
  .cid-v5D69o5VpB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5D69o5VpB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5D69o5VpB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5D69o5VpB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5D69o5VpB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5D69o5VpB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v5D69o5VpB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5D69o5VpB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5D69o5VpB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5D69o5VpB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5D69o5VpB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5D69o5VpB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5D69o5VpB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5D69o5VpB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5D69o5VpB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5D69o5VpB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5D69o5VpB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5D69o5VpB .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5D69o5VpB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5D69o5VpB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5D69o5VpB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v5D69o5VpB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5D69o5VpB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5D69o5VpB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5D69o5VpB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-v5D69o5VpB .nav-item:focus,
.cid-v5D69o5VpB .nav-link:focus {
  outline: none;
}
.cid-v5D69o5VpB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5D69o5VpB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5D69o5VpB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5D69o5VpB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5D69o5VpB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5D69o5VpB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5D69o5VpB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5D69o5VpB .navbar.opened {
  transition: all 0.25s;
}
.cid-v5D69o5VpB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5D69o5VpB .navbar .navbar-logo img {
  width: auto;
}
.cid-v5D69o5VpB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5D69o5VpB .navbar.collapsed {
  justify-content: center;
}
.cid-v5D69o5VpB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5D69o5VpB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5D69o5VpB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5D69o5VpB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5D69o5VpB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5D69o5VpB .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-v5D69o5VpB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5D69o5VpB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5D69o5VpB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5D69o5VpB .navbar {
    min-height: 72px;
  }
  .cid-v5D69o5VpB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5D69o5VpB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5D69o5VpB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5D69o5VpB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5D69o5VpB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5D69o5VpB .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-v5D69o5VpB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5D69o5VpB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5D69o5VpB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5D69o5VpB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5D69o5VpB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5D69o5VpB .dropdown-item.active,
.cid-v5D69o5VpB .dropdown-item:active {
  background-color: transparent;
}
.cid-v5D69o5VpB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5D69o5VpB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5D69o5VpB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5D69o5VpB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5D69o5VpB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5D69o5VpB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5D69o5VpB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5D69o5VpB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5D69o5VpB .navbar-buttons {
    text-align: left;
  }
}
.cid-v5D69o5VpB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5D69o5VpB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-v5D69o5VpB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5D69o5VpB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5D69o5VpB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5D69o5VpB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5D69o5VpB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5D69o5VpB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5D69o5VpB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5D69o5VpB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5D69o5VpB .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-v5D69o5VpB .opacityScroll {
  background: #ffffff !important;
}
.cid-v5D69o5VpB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5D69o5VpB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5D69o5VpB .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5D69o5VpB .navbar {
    height: 70px;
  }
  .cid-v5D69o5VpB .navbar.opened {
    height: auto;
  }
  .cid-v5D69o5VpB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5D69o5VpB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5D69o5VpB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5D69o5VpB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5D69o5VpB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5D69o5VpB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5D69o5VpB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5D69o5VpB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5D69o5VpB .navbar-brand {
    margin-right: auto;
  }
  .cid-v5D69o5VpB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v5D69o5VpB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5D69o5VpB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5D69o5VpB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5D69o5VpB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5D69o5VpB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5D69o5VpB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5D69o5VpB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5D69o5VpB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5D69o5VpB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5D69o5VpB .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5D69o5VpB .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v5D69o5VpB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5D69oKFnK {
  display: flex;
  background-image: url("../../../assets/images/head-visita-cardiologica-1.gif");
}
.cid-v5D69oKFnK .mbr-overlay {
  background-color: #225da4;
  opacity: 0.6;
}
.cid-v5D69oKFnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5D69oKFnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5D69oKFnK .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v5D69oKFnK .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v5D69oKFnK {
    align-items: center;
  }
  .cid-v5D69oKFnK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5D69oKFnK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5D69oKFnK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5D69oKFnK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5D69oKFnK .content-wrap {
    width: 100%;
  }
}
.cid-v5D69oKFnK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5D69oKFnK .mbr-text,
.cid-v5D69oKFnK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5D69pc6Rh {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5D69pc6Rh .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v5D69pc6Rh .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v5D69pc6Rh {
    align-items: center;
  }
  .cid-v5D69pc6Rh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5D69pc6Rh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5D69pc6Rh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5D69pc6Rh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5D69pc6Rh .content-wrap {
    width: 100%;
  }
}
.cid-v5D69pc6Rh .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-v5D69pc6Rh .mbr-text,
.cid-v5D69pc6Rh .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-v5D69pc6Rh .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-v5D69pBkvU {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5D69pBkvU .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v5D69pBkvU .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v5D69pBkvU {
    align-items: center;
  }
  .cid-v5D69pBkvU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5D69pBkvU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5D69pBkvU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5D69pBkvU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5D69pBkvU .content-wrap {
    width: 100%;
  }
}
.cid-v5D69pBkvU .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-v5D69pBkvU .mbr-text,
.cid-v5D69pBkvU .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-v5D69pBkvU .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-v5D7s9OkWx {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5D7s9OkWx .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v5D7s9OkWx .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v5D7s9OkWx {
    align-items: center;
  }
  .cid-v5D7s9OkWx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5D7s9OkWx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5D7s9OkWx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5D7s9OkWx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5D7s9OkWx .content-wrap {
    width: 100%;
  }
}
.cid-v5D7s9OkWx .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-v5D7s9OkWx .mbr-text,
.cid-v5D7s9OkWx .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-v5D7s9OkWx .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-v5D69q7m2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-v5D69q7m2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5D69q7m2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5D69q7m2z .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5D69q7m2z .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5D69q7m2z .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5D69q7m2z .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5D69q7m2z .container {
    padding: 0 12px;
  }
}
.cid-v5D69q7m2z .row {
  justify-content: center;
}
.cid-v5D69q7m2z .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-v5D69q7m2z .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-v5D69q7m2z .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-v5D69q7m2z .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v5D69q7m2z .mbr-section-title {
  color: #ffffff;
}
.cid-v5D69q7m2z .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-v5D69q7m2z .mbr-section-title,
.cid-v5D69q7m2z .mbr-section-btn,
.cid-v5D69q7m2z .title-wrapper {
  text-align: center;
}
.cid-v5D69qxbwx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5D69qxbwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5D69qxbwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5D69qxbwx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5D69qxbwx .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5D69qxbwx .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5D69qxbwx .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5D69qxbwx .container {
    padding: 0 12px;
  }
}
.cid-v5D69qxbwx .row {
  justify-content: center;
}
.cid-v5D69qxbwx .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-v5D69qxbwx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-v5D69qxbwx .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-v5D69qxbwx .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v5D69qxbwx .mbr-section-title {
  color: #ffffff;
}
.cid-v5D69qxbwx .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-v5D69qxbwx .mbr-section-title,
.cid-v5D69qxbwx .mbr-section-btn,
.cid-v5D69qxbwx .title-wrapper {
  text-align: center;
}
.cid-v5D69qWYVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-v5D69qWYVw .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v5D69qWYVw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v5D69qWYVw .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v5D69qWYVw .row {
    text-align: center;
  }
  .cid-v5D69qWYVw .row > div {
    margin: auto;
  }
  .cid-v5D69qWYVw .social-row {
    justify-content: center;
  }
}
.cid-v5D69qWYVw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5D69qWYVw .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5D69qWYVw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5D69qWYVw .list {
    margin-bottom: 0rem;
  }
}
.cid-v5D69qWYVw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v5D69qWYVw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v5D69qWYVw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v5D69qWYVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5D69qWYVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5D86xnaCh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5D86xnaCh .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;
}
@media (max-width: 767px) {
  .cid-v5D86xnaCh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5D86xnaCh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5D86xnaCh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5D86xnaCh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5D86xnaCh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5D86xnaCh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v5D86xnaCh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5D86xnaCh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5D86xnaCh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5D86xnaCh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5D86xnaCh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5D86xnaCh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5D86xnaCh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5D86xnaCh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5D86xnaCh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5D86xnaCh .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5D86xnaCh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5D86xnaCh .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5D86xnaCh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5D86xnaCh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5D86xnaCh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v5D86xnaCh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5D86xnaCh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5D86xnaCh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5D86xnaCh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-v5D86xnaCh .nav-item:focus,
.cid-v5D86xnaCh .nav-link:focus {
  outline: none;
}
.cid-v5D86xnaCh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5D86xnaCh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5D86xnaCh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5D86xnaCh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5D86xnaCh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5D86xnaCh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5D86xnaCh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5D86xnaCh .navbar.opened {
  transition: all 0.25s;
}
.cid-v5D86xnaCh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5D86xnaCh .navbar .navbar-logo img {
  width: auto;
}
.cid-v5D86xnaCh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5D86xnaCh .navbar.collapsed {
  justify-content: center;
}
.cid-v5D86xnaCh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5D86xnaCh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5D86xnaCh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5D86xnaCh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5D86xnaCh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5D86xnaCh .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-v5D86xnaCh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5D86xnaCh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5D86xnaCh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5D86xnaCh .navbar {
    min-height: 72px;
  }
  .cid-v5D86xnaCh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5D86xnaCh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5D86xnaCh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5D86xnaCh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5D86xnaCh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5D86xnaCh .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-v5D86xnaCh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5D86xnaCh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5D86xnaCh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5D86xnaCh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5D86xnaCh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5D86xnaCh .dropdown-item.active,
.cid-v5D86xnaCh .dropdown-item:active {
  background-color: transparent;
}
.cid-v5D86xnaCh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5D86xnaCh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5D86xnaCh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5D86xnaCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5D86xnaCh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5D86xnaCh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5D86xnaCh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5D86xnaCh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5D86xnaCh .navbar-buttons {
    text-align: left;
  }
}
.cid-v5D86xnaCh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5D86xnaCh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #225da4;
}
.cid-v5D86xnaCh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5D86xnaCh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5D86xnaCh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5D86xnaCh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5D86xnaCh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5D86xnaCh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5D86xnaCh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5D86xnaCh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5D86xnaCh .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-v5D86xnaCh .opacityScroll {
  background: #ffffff !important;
}
.cid-v5D86xnaCh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5D86xnaCh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5D86xnaCh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5D86xnaCh .navbar {
    height: 70px;
  }
  .cid-v5D86xnaCh .navbar.opened {
    height: auto;
  }
  .cid-v5D86xnaCh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5D86xnaCh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5D86xnaCh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5D86xnaCh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5D86xnaCh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5D86xnaCh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5D86xnaCh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5D86xnaCh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5D86xnaCh .navbar-brand {
    margin-right: auto;
  }
  .cid-v5D86xnaCh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v5D86xnaCh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5D86xnaCh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5D86xnaCh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5D86xnaCh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5D86xnaCh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5D86xnaCh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5D86xnaCh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5D86xnaCh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5D86xnaCh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5D86xnaCh .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5D86xnaCh .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v5D86xnaCh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5D86xXXaG {
  display: flex;
  background-image: url("../../../assets/images/head-visita-cardiologica-1.gif");
}
.cid-v5D86xXXaG .mbr-overlay {
  background-color: #225da4;
  opacity: 0.6;
}
.cid-v5D86xXXaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5D86xXXaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5D86xXXaG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v5D86xXXaG .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v5D86xXXaG {
    align-items: center;
  }
  .cid-v5D86xXXaG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5D86xXXaG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5D86xXXaG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5D86xXXaG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5D86xXXaG .content-wrap {
    width: 100%;
  }
}
.cid-v5D86xXXaG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5D86xXXaG .mbr-text,
.cid-v5D86xXXaG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5D86yn6QR {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5D86yn6QR .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v5D86yn6QR .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v5D86yn6QR {
    align-items: center;
  }
  .cid-v5D86yn6QR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5D86yn6QR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5D86yn6QR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5D86yn6QR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5D86yn6QR .content-wrap {
    width: 100%;
  }
}
.cid-v5D86yn6QR .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-v5D86yn6QR .mbr-text,
.cid-v5D86yn6QR .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-v5D86yn6QR .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-v5D86zbx7t {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5D86zbx7t .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v5D86zbx7t .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v5D86zbx7t {
    align-items: center;
  }
  .cid-v5D86zbx7t .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5D86zbx7t .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5D86zbx7t {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5D86zbx7t .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5D86zbx7t .content-wrap {
    width: 100%;
  }
}
.cid-v5D86zbx7t .mbr-section-title {
  text-align: center;
  color: #2a8a89;
}
.cid-v5D86zbx7t .mbr-text,
.cid-v5D86zbx7t .mbr-section-btn {
  text-align: left;
  color: #8c8c8c;
}
.cid-v5D86zbx7t .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-v5D86zBqOo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e2e1;
}
.cid-v5D86zBqOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5D86zBqOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5D86zBqOo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5D86zBqOo .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5D86zBqOo .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5D86zBqOo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5D86zBqOo .container {
    padding: 0 12px;
  }
}
.cid-v5D86zBqOo .row {
  justify-content: center;
}
.cid-v5D86zBqOo .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-v5D86zBqOo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-v5D86zBqOo .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-v5D86zBqOo .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v5D86zBqOo .mbr-section-title {
  color: #ffffff;
}
.cid-v5D86zBqOo .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-v5D86zBqOo .mbr-section-title,
.cid-v5D86zBqOo .mbr-section-btn,
.cid-v5D86zBqOo .title-wrapper {
  text-align: center;
}
.cid-v5D86A2b5d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5D86A2b5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5D86A2b5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5D86A2b5d .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5D86A2b5d .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5D86A2b5d .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5D86A2b5d .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5D86A2b5d .container {
    padding: 0 12px;
  }
}
.cid-v5D86A2b5d .row {
  justify-content: center;
}
.cid-v5D86A2b5d .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-v5D86A2b5d .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-v5D86A2b5d .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-v5D86A2b5d .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v5D86A2b5d .mbr-section-title {
  color: #ffffff;
}
.cid-v5D86A2b5d .mbr-text {
  color: #2a8a89;
  text-align: center;
}
.cid-v5D86A2b5d .mbr-section-title,
.cid-v5D86A2b5d .mbr-section-btn,
.cid-v5D86A2b5d .title-wrapper {
  text-align: center;
}
.cid-v5D86ArU5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e6b75;
}
.cid-v5D86ArU5W .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v5D86ArU5W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v5D86ArU5W .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v5D86ArU5W .row {
    text-align: center;
  }
  .cid-v5D86ArU5W .row > div {
    margin: auto;
  }
  .cid-v5D86ArU5W .social-row {
    justify-content: center;
  }
}
.cid-v5D86ArU5W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5D86ArU5W .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5D86ArU5W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5D86ArU5W .list {
    margin-bottom: 0rem;
  }
}
.cid-v5D86ArU5W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v5D86ArU5W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v5D86ArU5W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v5D86ArU5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5D86ArU5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
