.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 3.4rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.6rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto Flex', 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: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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;
  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: #0d4dfb !important;
}
.bg-success {
  background-color: #0338ca !important;
}
.bg-info {
  background-color: #008ced !important;
}
.bg-warning {
  background-color: #3a70d8 !important;
}
.bg-danger {
  background-color: #09054f !important;
}
.btn-primary .mbr-iconfont {
  background-color: #ffffff;
  color: #0d4dfb;
}
.btn-primary,
.btn-primary:active {
  background-color: #0d4dfb !important;
  border-color: #0d4dfb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3f72fc !important;
  border-color: #3f72fc !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3f72fc !important;
  border-color: #3f72fc !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #676767;
  color: #e6e6e6;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  color: #676767 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #676767 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info .mbr-iconfont {
  background-color: #ffffff;
  color: #008ced;
}
.btn-info,
.btn-info:active {
  background-color: #008ced !important;
  border-color: #008ced !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #21a4ff !important;
  border-color: #21a4ff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #21a4ff !important;
  border-color: #21a4ff !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff;
  color: #0338ca;
}
.btn-success,
.btn-success:active {
  background-color: #0338ca !important;
  border-color: #0338ca !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0546fb !important;
  border-color: #0546fb !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0546fb !important;
  border-color: #0546fb !important;
}
.btn-warning .mbr-iconfont {
  background-color: #ffffff;
  color: #3a70d8;
}
.btn-warning,
.btn-warning:active {
  background-color: #3a70d8 !important;
  border-color: #3a70d8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #658fe0 !important;
  border-color: #658fe0 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #658fe0 !important;
  border-color: #658fe0 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #09054f;
}
.btn-danger,
.btn-danger:active {
  background-color: #09054f !important;
  border-color: #09054f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #0e087f !important;
  border-color: #0e087f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0e087f !important;
  border-color: #0e087f !important;
}
.btn-white .mbr-iconfont {
  background-color: #757b62;
  color: #eff0ec;
}
.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 .mbr-iconfont {
  background-color: #ffffff;
  color: #0f0f0f;
}
.btn-black,
.btn-black:active {
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #292929 !important;
  border-color: #292929 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #292929 !important;
  border-color: #292929 !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #0d4dfb;
  color: #ffffff;
}
.btn-primary-outline span::after {
  background-color: #0d4dfb;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0d4dfb;
  color: #0d4dfb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0d4dfb !important;
  background-color: transparent !important;
  border-color: #0d4dfb !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d4dfb !important;
  border-color: #0d4dfb !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #e6e6e6;
  color: #676767;
}
.btn-secondary-outline span::after {
  background-color: #e6e6e6;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e6e6e6;
  color: #e6e6e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e6e6e6 !important;
  background-color: transparent !important;
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #676767 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #008ced;
  color: #ffffff;
}
.btn-info-outline span::after {
  background-color: #008ced;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #008ced;
  color: #008ced;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #008ced !important;
  background-color: transparent !important;
  border-color: #008ced !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #008ced !important;
  border-color: #008ced !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #0338ca;
  color: #ffffff;
}
.btn-success-outline span::after {
  background-color: #0338ca;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0338ca;
  color: #0338ca;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0338ca !important;
  background-color: transparent !important;
  border-color: #0338ca !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0338ca !important;
  border-color: #0338ca !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #3a70d8;
  color: #ffffff;
}
.btn-warning-outline span::after {
  background-color: #3a70d8;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #3a70d8;
  color: #3a70d8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3a70d8 !important;
  background-color: transparent !important;
  border-color: #3a70d8 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3a70d8 !important;
  border-color: #3a70d8 !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #09054f;
  color: #ffffff;
}
.btn-danger-outline span::after {
  background-color: #09054f;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #09054f;
  color: #09054f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #09054f !important;
  background-color: transparent !important;
  border-color: #09054f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #09054f !important;
  border-color: #09054f !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #0f0f0f;
  color: #ffffff;
}
.btn-black-outline span::after {
  background-color: #0f0f0f;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #0f0f0f !important;
  background-color: transparent !important;
  border-color: #0f0f0f !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline span::after {
  background-color: #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !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: #0d4dfb !important;
}
.text-secondary {
  color: #e6e6e6 !important;
}
.text-success {
  color: #0338ca !important;
}
.text-info {
  color: #008ced !important;
}
.text-warning {
  color: #3a70d8 !important;
}
.text-danger {
  color: #09054f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #0f0f0f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #032d9f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b3b3b3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #021c65 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #005087 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1c4490 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #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: #0d4dfb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #008ced;
}
.alert-warning {
  background-color: #3a70d8;
}
.alert-danger {
  background-color: #09054f;
}
.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: #0d4dfb;
  border-color: #0d4dfb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0d4dfb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d6e1fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9bb6fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bae3ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e4ecfa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #5046f3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 300;
  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: #0d4dfb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 300;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #0d4dfb;
}
/* 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: #0d4dfb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0d4dfb;
}
.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: #0d4dfb;
  border-bottom-color: #0d4dfb;
}
.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: #0d4dfb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e6e6e6 !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='%230d4dfb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 8px 42px;
  font-weight: 300;
  min-height: 62px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 8px 24px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 24px;
  margin-right: -32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont {
    margin-left: 12px;
    margin-right: -14px;
  }
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-left: 34px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn:hover .mbr-iconfont,
  .mbr-section-btn .btn:focus .mbr-iconfont {
    margin-left: 24px;
  }
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  min-height: auto;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont {
  padding: 0;
  margin-right: 0;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline .mbr-iconfont,
  .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
  .mbr-section-btn .btn-success-outline .mbr-iconfont,
  .mbr-section-btn .btn-info-outline .mbr-iconfont,
  .mbr-section-btn .btn-warning-outline .mbr-iconfont,
  .mbr-section-btn .btn-danger-outline .mbr-iconfont,
  .mbr-section-btn .btn-black-outline .mbr-iconfont,
  .mbr-section-btn .btn-white-outline .mbr-iconfont {
    margin-right: 0;
  }
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont::after,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont::after,
.mbr-section-btn .btn-success-outline .mbr-iconfont::after,
.mbr-section-btn .btn-info-outline .mbr-iconfont::after,
.mbr-section-btn .btn-warning-outline .mbr-iconfont::after,
.mbr-section-btn .btn-danger-outline .mbr-iconfont::after,
.mbr-section-btn .btn-black-outline .mbr-iconfont::after,
.mbr-section-btn .btn-white-outline .mbr-iconfont::after {
  display: none !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  text-decoration-color: inherit;
}
.item-wrap {
  border-radius: 100px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.cid-uZ0pBUscKS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZ0pBUscKS .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-uZ0pBUscKS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZ0pBUscKS .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZ0pBUscKS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZ0pBUscKS .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uZ0pBUscKS .rr-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-uZ0pBUscKS .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZ0pBUscKS .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uZ0pBUscKS .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uZ0pBUscKS .navbar-caption-wrap {
  align-items: center;
}
.cid-uZ0pBUscKS .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uZ0pBUscKS .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZ0pBUscKS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uZ0pBUscKS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZ0pBUscKS .navbar-nav .nav-item .nav-link:hover {
  color: #0d4dfb !important;
}
.cid-uZ0pBUscKS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZ0pBUscKS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZ0pBUscKS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZ0pBUscKS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZ0pBUscKS .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ0pBUscKS .navbar-nav {
    align-items: center;
  }
}
.cid-uZ0pBUscKS .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uZ0pBUscKS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZ0pBUscKS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZ0pBUscKS .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZ0pBUscKS .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ0pBUscKS .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZ0pBUscKS .iconfont-wrapper {
  color: #020589 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZ0pBUscKS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uZ0pBUscKS .nav-item:focus,
.cid-uZ0pBUscKS .nav-link:focus {
  outline: none;
}
.cid-uZ0pBUscKS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ0pBUscKS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ0pBUscKS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ0pBUscKS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ0pBUscKS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ0pBUscKS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ0pBUscKS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZ0pBUscKS .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ0pBUscKS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZ0pBUscKS .navbar .navbar-logo img {
  width: auto;
}
.cid-uZ0pBUscKS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZ0pBUscKS .navbar.collapsed {
  justify-content: center;
}
.cid-uZ0pBUscKS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ0pBUscKS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZ0pBUscKS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uZ0pBUscKS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ0pBUscKS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ0pBUscKS .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-uZ0pBUscKS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ0pBUscKS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZ0pBUscKS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZ0pBUscKS .navbar {
    min-height: 72px;
  }
  .cid-uZ0pBUscKS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ0pBUscKS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ0pBUscKS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ0pBUscKS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ0pBUscKS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ0pBUscKS .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-uZ0pBUscKS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ0pBUscKS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZ0pBUscKS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ0pBUscKS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZ0pBUscKS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZ0pBUscKS .dropdown-item.active,
.cid-uZ0pBUscKS .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ0pBUscKS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ0pBUscKS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ0pBUscKS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ0pBUscKS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uZ0pBUscKS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uZ0pBUscKS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZ0pBUscKS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZ0pBUscKS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZ0pBUscKS .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uZ0pBUscKS .navbar-buttons {
    text-align: center;
  }
}
.cid-uZ0pBUscKS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZ0pBUscKS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0338ca;
}
.cid-uZ0pBUscKS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ0pBUscKS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ0pBUscKS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ0pBUscKS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ0pBUscKS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ0pBUscKS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ0pBUscKS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ0pBUscKS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ0pBUscKS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZ0pBUscKS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZ0pBUscKS .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-uZ0pBUscKS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ0pBUscKS .navbar {
    height: 70px;
  }
  .cid-uZ0pBUscKS .navbar.opened {
    height: auto;
  }
  .cid-uZ0pBUscKS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ0pBUscKS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZ0pBUscKS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZ0pBUscKS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZ0pBUscKS .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZ0pBUscKS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZ0pBUscKS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZ0pBUscKS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZ0pBUscKS .navbar-brand {
    margin-right: auto;
  }
  .cid-uZ0pBUscKS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZ0pBUscKS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZ0pBUscKS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZ0pBUscKS .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-uZ0pBUscKS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZ0pBUscKS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZ0pBUscKS .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZ0pBUscKS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZ0pBUscKS .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-uZ0pBUscKS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZ0pBUscKS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYOhLih6T0 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
}
.cid-uYOhLih6T0::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #0d4dfb 120%);
  pointer-events: none;
}
.cid-uYOhLih6T0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYOhLih6T0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-uYOhLih6T0 .card {
  justify-content: flex-end;
}
.cid-uYOhLih6T0 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uYOhLih6T0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYOhLih6T0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYOhLih6T0 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
}
.cid-uYOhLih6T0 .mbr-label {
  color: #ffffff;
}
.cid-uYOhLih6T0 .mbr-section-title {
  color: #ffffff;
}
.cid-uYOhLih6T0 .mbr-text {
  color: #ffffff;
}
.cid-uYUAqZ6vsN {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYUAqZ6vsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYUAqZ6vsN a {
  font-weight: bold;
}
.cid-uYUAqZ6vsN .mbr-iconfont {
  font-size: 1.6rem;
  color: #0d4dfb;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #e6e6e6;
  margin-right: 1rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uYUAqZ6vsN .mbr-iconfont:hover {
  background: #0d4dfb;
  color: #e6e6e6;
}
@media (max-width: 767px) {
  .cid-uYUAqZ6vsN .mbr-iconfont {
    margin: 0 0.3rem;
  }
}
.cid-uYUAqZ6vsN .link-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uYUAqZ6vsN .link-wrapper {
    align-items: center;
  }
}
.cid-uYUAqZ6vsN .link {
  display: flex;
}
.cid-uYUAqZ6vsN .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #e6e6e6;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #e6e6e6;
  margin-right: 1rem;
  border-radius: 50%;
  background: #0338ca;
  transition: all 0.3s;
}
.cid-uYUAqZ6vsN .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uYUAqZ6vsN .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #e6e6e6;
  z-index: -1;
}
.cid-uYUAqZ6vsN .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYUAqZ6vsN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYUAqZ6vsN img {
  border-radius: 1rem;
}
.cid-uYUAqZ6vsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYUAqZ6vsN .row {
  flex-direction: row-reverse;
}
.cid-uYUAqZ6vsN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYUAqZ6vsN .image-wrapper {
    padding: 1rem;
  }
}
.cid-uYUAqZ6vsN .mbr-link {
  color: #0338ca;
}
.cid-uYUAqZ6vsN .mbr-text,
.cid-uYUAqZ6vsN .mbr-section-btn {
  color: #162651;
}
.cid-uYUAqZ6vsN .mbr-section-title {
  color: #0d4dfb;
}
.cid-uZ5UC8dahi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uZ5UC8dahi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ5UC8dahi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ5UC8dahi .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #0338ca 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZ5UC8dahi .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ5UC8dahi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #020589, #09054f 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZ5UC8dahi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ5UC8dahi .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZ5UC8dahi .mbr-section-title {
  color: #000000;
}
.cid-uZ5UC8dahi .mbr-text,
.cid-uZ5UC8dahi .text-wrapper {
  color: #0338ca;
  text-align: center;
}
.cid-uZ5UC8dahi .mbr-section-title,
.cid-uZ5UC8dahi .title-wrapper,
.cid-uZ5UC8dahi .mbr-section-btn {
  text-align: center;
  color: #0d4dfb;
}
.cid-v0dHu0bDEC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-v0dHu0bDEC .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-v0dHu0bDEC .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-v0dHu0bDEC .row {
    row-gap: 40px;
  }
}
.cid-v0dHu0bDEC .mbr-section-head {
  padding-bottom: 50px;
}
.cid-v0dHu0bDEC .mbr-section-title {
  color: #9b8db7;
}
.cid-v0dHu0bDEC .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-v0dHu0bDEC .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-v0dHu0bDEC .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-v0dHu0bDEC .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-v0dHu0bDEC .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-v0dHu0bDEC .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-v0dHu0bDEC .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-v0dHu0bDEC .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-v0dHu0bDEC .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-v0dHu0bDEC .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-v0dHu0bDEC .item-content {
  margin-top: 32px;
}
.cid-v0dHu0bDEC .item-title {
  color: #040353;
}
.cid-v0dHu0bDEC .mbr-text {
  margin-top: 11px;
  color: #0338ca;
}
.cid-v0dHu0bDEC .item-number {
  color: #040353;
  margin-top: 22px;
}
.cid-v0dHu0bDEC .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #040353;
}
.cid-v0dHu0bDEC .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-v0dHu0bDEC .item-text {
  color: #9b8db7;
}
.cid-uZ0sdLOWma {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1076.webp");
}
.cid-uZ0sdLOWma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0sdLOWma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0sdLOWma .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZ0sdLOWma .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZ0sdLOWma .content-wrapper {
    width: 100%;
  }
}
.cid-uZ0sdLOWma .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ0sdLOWma .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZ0sdLOWma .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZ0sdLOWma .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZ0sdLOWma .mbr-section-title {
  color: #181824;
}
.cid-uZ0sdLOWma .mbr-text,
.cid-uZ0sdLOWma .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZ0sdLOWma .mbr-section-title,
.cid-uZ0sdLOWma .mbr-section-btn,
.cid-uZ0sdLOWma .icon-wrapper {
  text-align: center;
}
.cid-uZ0sdLOWma .mbr-section-title,
.cid-uZ0sdLOWma .mbr-section-btn {
  color: #ffffff;
}
.cid-uZZaH1SZnI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e6e6e6;
}
.cid-uZZaH1SZnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZaH1SZnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZaH1SZnI .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZaH1SZnI .image-wrapper img {
    height: 350px;
  }
}
.cid-uZZaH1SZnI .card-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 40px;
  background-color: #ffffff;
  margin-top: -10%;
}
@media (max-width: 1440px) {
  .cid-uZZaH1SZnI .card-wrapper {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uZZaH1SZnI .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uZZaH1SZnI .card-wrapper {
    margin-top: -20%;
  }
}
.cid-uZZaH1SZnI .card-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZZaH1SZnI .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uZZaH1SZnI .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZZaH1SZnI .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZZaH1SZnI .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZZaH1SZnI .mbr-section-title {
  color: #0d4dfb;
}
.cid-uZZaH1SZnI .mbr-text {
  color: #808080;
}
.cid-uZZaH1SZnI .mbr-text,
.cid-uZZaH1SZnI .mbr-section-btn {
  color: #0338ca;
}
.cid-uZyYqHpOda {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/el20pinar20-20clinica-1161x768.webp");
}
.cid-uZyYqHpOda .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZyYqHpOda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZyYqHpOda .container,
.cid-uZyYqHpOda .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZyYqHpOda .container,
  .cid-uZyYqHpOda .container-fluid {
    padding: 0 20px;
  }
}
.cid-uZyYqHpOda .row {
  position: relative;
  padding: 100px 16px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZyYqHpOda .row {
    padding: 85px 8px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZyYqHpOda .map-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uZyYqHpOda .map-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZyYqHpOda .map-wrapper .google-map iframe {
  height: 300px;
}
@media (max-width: 992px) {
  .cid-uZyYqHpOda .map-wrapper .google-map iframe {
    height: 250px;
  }
}
.cid-uZyYqHpOda .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZyYqHpOda .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZyYqHpOda .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZyYqHpOda .mbr-iconfont {
  font-size: 32px;
  display: block;
  margin-right: 10px;
}
.cid-uZyYqHpOda .address-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-uZyYqHpOda .address-wrapper {
    display: block;
  }
}
.cid-uZyYqHpOda .address-wrapper .text-wrapper {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uZyYqHpOda .address-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZyYqHpOda .address-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-uZyYqHpOda .address-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uZyYqHpOda .links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-uZyYqHpOda .links-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZyYqHpOda .links-wrapper .links-wrap {
    margin-bottom: 20px;
  }
}
.cid-uZyYqHpOda .links-wrapper .links-wrap a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZyYqHpOda .links-wrapper .links-wrap a:hover .mbr-email,
.cid-uZyYqHpOda .links-wrapper .links-wrap a:hover .mbr-phone {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uZyYqHpOda .links-wrapper .links-wrap a {
    margin-bottom: 20px;
  }
}
.cid-uZyYqHpOda .links-wrapper .links-wrap a .mbr-email,
.cid-uZyYqHpOda .links-wrapper .links-wrap a .mbr-phone {
  margin-bottom: 0;
}
.cid-uZyYqHpOda .mbr-section-title {
  color: #020589;
}
.cid-uZyYqHpOda .mbr-section-subtitle,
.cid-uZyYqHpOda .mbr-iconfont {
  color: #020589;
}
.cid-uZyYqHpOda .mbr-email {
  color: #020589;
}
.cid-uZyYqHpOda .mbr-phone {
  color: #020589;
}
.cid-uZyYqHpOda .mbr-text {
  color: #0d4dfb;
}
.cid-uZ0lFDt9cv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1076.webp");
}
.cid-uZ0lFDt9cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0lFDt9cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0lFDt9cv .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZ0lFDt9cv .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uZ0lFDt9cv .title-wrapper {
    width: 100%;
  }
}
.cid-uZ0lFDt9cv .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZ0lFDt9cv .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZ0lFDt9cv .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-uZ0lFDt9cv .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uZ0lFDt9cv .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uZ0lFDt9cv .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uZ0lFDt9cv .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZ0lFDt9cv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ0lFDt9cv .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uZ0lFDt9cv .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ0lFDt9cv .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-uZ0lFDt9cv .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-uZ0lFDt9cv .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uZ0lFDt9cv .mbr-label,
.cid-uZ0lFDt9cv .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZ0lFDt9cv .mbr-section-title {
  color: #ffffff;
}
.cid-uZ0lFDt9cv .mbr-section-subtitle,
.cid-uZ0lFDt9cv .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZ0lFDt9cv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZ0lFDt9cv .mbr-section-title,
.cid-uZ0lFDt9cv .mbr-section-btn {
  text-align: center;
}
.cid-v0dZB4hseH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0338ca;
}
.cid-v0e0lgvxll {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0e0lgvxll .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-v0e0lgvxll .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0e0lgvxll .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0e0lgvxll .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0e0lgvxll .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-v0e0lgvxll .rr-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-v0e0lgvxll .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0e0lgvxll .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-v0e0lgvxll .rr-brand .navbar-logo a {
  outline: none;
}
.cid-v0e0lgvxll .navbar-caption-wrap {
  align-items: center;
}
.cid-v0e0lgvxll .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-v0e0lgvxll .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0e0lgvxll .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-v0e0lgvxll .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0e0lgvxll .navbar-nav .nav-item .nav-link:hover {
  color: #0d4dfb !important;
}
.cid-v0e0lgvxll .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0e0lgvxll .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0e0lgvxll .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0e0lgvxll .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0e0lgvxll .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0e0lgvxll .navbar-nav {
    align-items: center;
  }
}
.cid-v0e0lgvxll .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-v0e0lgvxll .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0e0lgvxll .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0e0lgvxll .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0e0lgvxll .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0e0lgvxll .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v0e0lgvxll .iconfont-wrapper {
  color: #020589 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0e0lgvxll .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v0e0lgvxll .nav-item:focus,
.cid-v0e0lgvxll .nav-link:focus {
  outline: none;
}
.cid-v0e0lgvxll .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0e0lgvxll .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0e0lgvxll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0e0lgvxll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0e0lgvxll .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0e0lgvxll .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0e0lgvxll .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0e0lgvxll .navbar.opened {
  transition: all 0.3s;
}
.cid-v0e0lgvxll .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0e0lgvxll .navbar .navbar-logo img {
  width: auto;
}
.cid-v0e0lgvxll .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0e0lgvxll .navbar.collapsed {
  justify-content: center;
}
.cid-v0e0lgvxll .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0e0lgvxll .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0e0lgvxll .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-v0e0lgvxll .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0e0lgvxll .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0e0lgvxll .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-v0e0lgvxll .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0e0lgvxll .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0e0lgvxll .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0e0lgvxll .navbar {
    min-height: 72px;
  }
  .cid-v0e0lgvxll .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0e0lgvxll .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0e0lgvxll .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0e0lgvxll .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0e0lgvxll .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0e0lgvxll .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-v0e0lgvxll .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0e0lgvxll .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0e0lgvxll .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0e0lgvxll .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0e0lgvxll .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0e0lgvxll .dropdown-item.active,
.cid-v0e0lgvxll .dropdown-item:active {
  background-color: transparent;
}
.cid-v0e0lgvxll .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0e0lgvxll .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0e0lgvxll .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0e0lgvxll .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-v0e0lgvxll .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-v0e0lgvxll .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0e0lgvxll ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0e0lgvxll .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0e0lgvxll .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-v0e0lgvxll .navbar-buttons {
    text-align: center;
  }
}
.cid-v0e0lgvxll button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0e0lgvxll button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0338ca;
}
.cid-v0e0lgvxll button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0e0lgvxll button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0e0lgvxll button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0e0lgvxll button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0e0lgvxll nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0e0lgvxll nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0e0lgvxll nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0e0lgvxll nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0e0lgvxll .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0e0lgvxll a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0e0lgvxll .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-v0e0lgvxll .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0e0lgvxll .navbar {
    height: 70px;
  }
  .cid-v0e0lgvxll .navbar.opened {
    height: auto;
  }
  .cid-v0e0lgvxll .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0e0lgvxll .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0e0lgvxll .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0e0lgvxll .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0e0lgvxll .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: .3s all;
  transform: rotate(-90deg);
}
.cid-v0e0lgvxll .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0e0lgvxll .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0e0lgvxll .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0e0lgvxll .navbar-brand {
    margin-right: auto;
  }
  .cid-v0e0lgvxll .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0e0lgvxll .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0e0lgvxll .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0e0lgvxll .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-v0e0lgvxll .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0e0lgvxll .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0e0lgvxll .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0e0lgvxll .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0e0lgvxll .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-v0e0lgvxll .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0e0lgvxll .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0e0ljJD8z {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
}
.cid-v0e0ljJD8z::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #0338ca 120%);
  pointer-events: none;
}
.cid-v0e0ljJD8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0e0ljJD8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-v0e0ljJD8z .card {
  justify-content: flex-end;
}
.cid-v0e0ljJD8z .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v0e0ljJD8z .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v0e0ljJD8z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0e0ljJD8z .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
}
.cid-v0e0ljJD8z .mbr-label {
  color: #ffffff;
}
.cid-v0e0ljJD8z .mbr-section-title {
  color: #ffffff;
}
.cid-v0e0ljJD8z .mbr-text {
  color: #ffffff;
}
.cid-v0e0lkYTJa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0e0lkYTJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0e0lkYTJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0e0lkYTJa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #020589, #040353 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0e0lkYTJa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0e0lkYTJa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #020589, #09054f 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0e0lkYTJa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0e0lkYTJa .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0e0lkYTJa .mbr-section-title {
  color: #000000;
}
.cid-v0e0lkYTJa .mbr-text,
.cid-v0e0lkYTJa .text-wrapper {
  color: #0338ca;
  text-align: center;
}
.cid-v0e0lkYTJa .mbr-section-title,
.cid-v0e0lkYTJa .title-wrapper,
.cid-v0e0lkYTJa .mbr-section-btn {
  text-align: center;
  color: #040353;
}
.cid-v0e4YBy31y {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1272.webp");
}
.cid-v0e4YBy31y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0e4YBy31y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0e4YBy31y .container {
    padding: 0 20px;
  }
}
.cid-v0e4YBy31y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v0e4YBy31y .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-v0e4YBy31y .embla__slide .card-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v0e4YBy31y .embla__slide .card-wrap {
    display: block;
  }
}
.cid-v0e4YBy31y .embla__slide .card-wrap .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0e4YBy31y .embla__slide .card-wrap .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-v0e4YBy31y .embla__slide .card-wrap .content-wrap .card-subtitle {
  margin-bottom: 10px;
  letter-spacing: .16em;
}
.cid-v0e4YBy31y .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-v0e4YBy31y .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 30px;
}
.cid-v0e4YBy31y .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 24px;
}
.cid-v0e4YBy31y .embla__slide .card-wrap .item-wrapper {
  width: 60%;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-v0e4YBy31y .embla__slide .card-wrap .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-v0e4YBy31y .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v0e4YBy31y .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0e4YBy31y .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v0e4YBy31y .embla__button--next,
.cid-v0e4YBy31y .embla__button--prev {
  display: flex;
}
.cid-v0e4YBy31y .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #0d4dfb;
  border: 2px solid #008ced;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0e4YBy31y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0e4YBy31y .embla__button:hover {
  background: transparent;
  color: #0d4dfb;
  border-color: #0d4dfb;
}
.cid-v0e4YBy31y .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-v0e4YBy31y .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-v0e4YBy31y .embla {
  position: relative;
  width: 100%;
}
.cid-v0e4YBy31y .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v0e4YBy31y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0e4YBy31y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0e4YBy31y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0e4YBy31y .card-subtitle {
  color: #ededed;
}
.cid-v0e4YBy31y .card-title {
  color: #ffffff;
}
.cid-v0e4YBy31y .card-desc {
  color: #ffffff;
}
.cid-v0e4YBy31y .card-text {
  color: #ffffff;
}
.cid-v0e6EJJAsk {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/perritos-en-una-clinica-veterinaria-cachorros-1000x563.webp");
}
.cid-v0e6EJJAsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0e6EJJAsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0e6EJJAsk .row {
  justify-content: center;
}
.cid-v0e6EJJAsk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v0e6EJJAsk .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v0e6EJJAsk .container {
    padding: 0 15px;
  }
}
.cid-v0e6EJJAsk .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0e6EJJAsk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0e6EJJAsk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0e6EJJAsk .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v0e6EJJAsk .item {
    margin-bottom: 20px;
  }
}
.cid-v0e6EJJAsk .item:hover::before,
.cid-v0e6EJJAsk .item:focus::before {
  opacity: 1;
}
.cid-v0e6EJJAsk .item:hover .item-wrapper,
.cid-v0e6EJJAsk .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-v0e6EJJAsk .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #020589;
}
.cid-v0e6EJJAsk .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-v0e6EJJAsk .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #0d4dfb 37.31%, #0d4dfb 69.53%, #0d4dfb 80.18%, #0d4dfb 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-v0e6EJJAsk .item::before {
    display: none;
  }
}
.cid-v0e6EJJAsk .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0e6EJJAsk .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-v0e6EJJAsk .item .item-wrapper {
    height: auto;
  }
}
.cid-v0e6EJJAsk .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v0e6EJJAsk .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #008ced;
  margin-bottom: 20px;
}
.cid-v0e6EJJAsk .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-v0e6EJJAsk .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-v0e6EJJAsk .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f5f5f5 0, #ffffff 23%, #f5f5f5 100%);
  opacity: .5;
}
.cid-v0e6EJJAsk .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f5f5f5 0, #ffffff 23%, #f5f5f5 100%);
  opacity: .5;
}
.cid-v0e6EJJAsk .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-v0e6EJJAsk .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-v0e6EJJAsk .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0e6EJJAsk .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0d4dfb;
  color: #ffffff;
  font-size: 16px;
}
.cid-v0e6EJJAsk .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-v0e6EJJAsk .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-v0e6EJJAsk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0e6EJJAsk .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0e6EJJAsk .item-desc {
  color: #000000;
  text-align: center;
}
.cid-v0e6EJJAsk .item-price {
  color: #454545;
  text-align: center;
}
.cid-v0e6EJJAsk .list {
  color: #d2d2df;
}
.cid-v0e6EJJAsk .list,
.cid-v0e6EJJAsk .item-wrap {
  color: #454545;
}
.cid-v0einrnBLY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/perros-adultos-en-el-veterinario-1000x563.webp");
}
.cid-v0einrnBLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0einrnBLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0einrnBLY .container {
    padding: 0 20px;
  }
}
.cid-v0einrnBLY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v0einrnBLY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-v0einrnBLY .embla__slide .card-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v0einrnBLY .embla__slide .card-wrap {
    display: block;
  }
}
.cid-v0einrnBLY .embla__slide .card-wrap .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0einrnBLY .embla__slide .card-wrap .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-v0einrnBLY .embla__slide .card-wrap .content-wrap .card-subtitle {
  margin-bottom: 10px;
  letter-spacing: .16em;
}
.cid-v0einrnBLY .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-v0einrnBLY .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 30px;
}
.cid-v0einrnBLY .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 24px;
}
.cid-v0einrnBLY .embla__slide .card-wrap .item-wrapper {
  width: 60%;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-v0einrnBLY .embla__slide .card-wrap .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-v0einrnBLY .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v0einrnBLY .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0einrnBLY .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v0einrnBLY .embla__button--next,
.cid-v0einrnBLY .embla__button--prev {
  display: flex;
}
.cid-v0einrnBLY .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #0d4dfb;
  border: 2px solid #008ced;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0einrnBLY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0einrnBLY .embla__button:hover {
  background: transparent;
  color: #0d4dfb;
  border-color: #0d4dfb;
}
.cid-v0einrnBLY .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-v0einrnBLY .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-v0einrnBLY .embla {
  position: relative;
  width: 100%;
}
.cid-v0einrnBLY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v0einrnBLY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0einrnBLY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0einrnBLY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0einrnBLY .card-subtitle {
  color: #ededed;
}
.cid-v0einrnBLY .card-title {
  color: #ffffff;
}
.cid-v0einrnBLY .card-desc {
  color: #ffffff;
}
.cid-v0einrnBLY .card-text {
  color: #ffffff;
}
.cid-v0eiqAujf9 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/perros-adultos-1440x810.webp");
}
.cid-v0eiqAujf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0eiqAujf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0eiqAujf9 .row {
  justify-content: center;
}
.cid-v0eiqAujf9 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v0eiqAujf9 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v0eiqAujf9 .container {
    padding: 0 15px;
  }
}
.cid-v0eiqAujf9 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0eiqAujf9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0eiqAujf9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0eiqAujf9 .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v0eiqAujf9 .item {
    margin-bottom: 20px;
  }
}
.cid-v0eiqAujf9 .item:hover::before,
.cid-v0eiqAujf9 .item:focus::before {
  opacity: 1;
}
.cid-v0eiqAujf9 .item:hover .item-wrapper,
.cid-v0eiqAujf9 .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-v0eiqAujf9 .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #040353;
}
.cid-v0eiqAujf9 .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-v0eiqAujf9 .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #0d4dfb 37.31%, #0d4dfb 69.53%, #0d4dfb 80.18%, #0d4dfb 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-v0eiqAujf9 .item::before {
    display: none;
  }
}
.cid-v0eiqAujf9 .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0eiqAujf9 .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-v0eiqAujf9 .item .item-wrapper {
    height: auto;
  }
}
.cid-v0eiqAujf9 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v0eiqAujf9 .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #008ced;
  margin-bottom: 20px;
}
.cid-v0eiqAujf9 .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-v0eiqAujf9 .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-v0eiqAujf9 .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f5f5f5 0, #ffffff 23%, #f5f5f5 100%);
  opacity: .5;
}
.cid-v0eiqAujf9 .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f5f5f5 0, #ffffff 23%, #f5f5f5 100%);
  opacity: .5;
}
.cid-v0eiqAujf9 .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-v0eiqAujf9 .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-v0eiqAujf9 .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0eiqAujf9 .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0d4dfb;
  color: #ffffff;
  font-size: 16px;
}
.cid-v0eiqAujf9 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-v0eiqAujf9 .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-v0eiqAujf9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0eiqAujf9 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0eiqAujf9 .item-desc {
  color: #000000;
  text-align: center;
}
.cid-v0eiqAujf9 .item-price {
  color: #000000;
  text-align: center;
}
.cid-v0eiqAujf9 .list {
  color: #d2d2df;
}
.cid-v0eiqAujf9 .list,
.cid-v0eiqAujf9 .item-wrap {
  color: #040353;
}
.cid-v0erMdpsPB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/perros-adultos-en-el-veterinario-1000x563.webp");
}
.cid-v0erMdpsPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0erMdpsPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0erMdpsPB .container {
    padding: 0 20px;
  }
}
.cid-v0erMdpsPB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v0erMdpsPB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-v0erMdpsPB .embla__slide .card-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v0erMdpsPB .embla__slide .card-wrap {
    display: block;
  }
}
.cid-v0erMdpsPB .embla__slide .card-wrap .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0erMdpsPB .embla__slide .card-wrap .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-v0erMdpsPB .embla__slide .card-wrap .content-wrap .card-subtitle {
  margin-bottom: 10px;
  letter-spacing: .16em;
}
.cid-v0erMdpsPB .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-v0erMdpsPB .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 30px;
}
.cid-v0erMdpsPB .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 24px;
}
.cid-v0erMdpsPB .embla__slide .card-wrap .item-wrapper {
  width: 60%;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-v0erMdpsPB .embla__slide .card-wrap .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-v0erMdpsPB .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v0erMdpsPB .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0erMdpsPB .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v0erMdpsPB .embla__button--next,
.cid-v0erMdpsPB .embla__button--prev {
  display: flex;
}
.cid-v0erMdpsPB .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #0d4dfb;
  border: 2px solid #008ced;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0erMdpsPB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0erMdpsPB .embla__button:hover {
  background: transparent;
  color: #0d4dfb;
  border-color: #0d4dfb;
}
.cid-v0erMdpsPB .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-v0erMdpsPB .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-v0erMdpsPB .embla {
  position: relative;
  width: 100%;
}
.cid-v0erMdpsPB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v0erMdpsPB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0erMdpsPB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0erMdpsPB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0erMdpsPB .card-subtitle {
  color: #ededed;
}
.cid-v0erMdpsPB .card-title {
  color: #ffffff;
}
.cid-v0erMdpsPB .card-desc {
  color: #ffffff;
}
.cid-v0erMdpsPB .card-text {
  color: #ffffff;
}
.cid-v0ese0MH1Z {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/a-group-of-four-dogs-big-and-1-1000x563.webp");
}
.cid-v0ese0MH1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ese0MH1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ese0MH1Z .row {
  justify-content: center;
}
.cid-v0ese0MH1Z .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v0ese0MH1Z .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v0ese0MH1Z .container {
    padding: 0 15px;
  }
}
.cid-v0ese0MH1Z .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0ese0MH1Z .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0ese0MH1Z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0ese0MH1Z .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v0ese0MH1Z .item {
    margin-bottom: 20px;
  }
}
.cid-v0ese0MH1Z .item:hover::before,
.cid-v0ese0MH1Z .item:focus::before {
  opacity: 1;
}
.cid-v0ese0MH1Z .item:hover .item-wrapper,
.cid-v0ese0MH1Z .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-v0ese0MH1Z .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #162651;
}
.cid-v0ese0MH1Z .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-v0ese0MH1Z .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #008ced 37.31%, #008ced 69.53%, #008ced 80.18%, #008ced 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-v0ese0MH1Z .item::before {
    display: none;
  }
}
.cid-v0ese0MH1Z .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0ese0MH1Z .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-v0ese0MH1Z .item .item-wrapper {
    height: auto;
  }
}
.cid-v0ese0MH1Z .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v0ese0MH1Z .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #008ced;
  margin-bottom: 20px;
}
.cid-v0ese0MH1Z .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-v0ese0MH1Z .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-v0ese0MH1Z .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f5f5f5 0, #ffffff 23%, #f5f5f5 100%);
  opacity: .5;
}
.cid-v0ese0MH1Z .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f5f5f5 0, #ffffff 23%, #f5f5f5 100%);
  opacity: .5;
}
.cid-v0ese0MH1Z .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-v0ese0MH1Z .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-v0ese0MH1Z .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0ese0MH1Z .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0d4dfb;
  color: #ffffff;
  font-size: 16px;
}
.cid-v0ese0MH1Z .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-v0ese0MH1Z .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-v0ese0MH1Z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0ese0MH1Z .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0ese0MH1Z .item-desc {
  color: #000000;
  text-align: center;
}
.cid-v0ese0MH1Z .item-price {
  color: #000000;
  text-align: center;
}
.cid-v0ese0MH1Z .list {
  color: #d2d2df;
}
.cid-v0ese0MH1Z .list,
.cid-v0ese0MH1Z .item-wrap {
  color: #040353;
}
.cid-v0e0lJQzK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ver20nuestros20servicios2011-1382x768.webp");
}
.cid-v0e0lJQzK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0e0lJQzK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0e0lJQzK4 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v0e0lJQzK4 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v0e0lJQzK4 .title-wrapper {
    width: 100%;
  }
}
.cid-v0e0lJQzK4 .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0e0lJQzK4 .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v0e0lJQzK4 .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v0e0lJQzK4 .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v0e0lJQzK4 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v0e0lJQzK4 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v0e0lJQzK4 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0e0lJQzK4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0e0lJQzK4 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v0e0lJQzK4 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0e0lJQzK4 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v0e0lJQzK4 .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v0e0lJQzK4 .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v0e0lJQzK4 .mbr-label,
.cid-v0e0lJQzK4 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0e0lJQzK4 .mbr-section-title {
  color: #ffffff;
}
.cid-v0e0lJQzK4 .mbr-section-subtitle,
.cid-v0e0lJQzK4 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0e0lJQzK4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0e0lJQzK4 .mbr-section-title,
.cid-v0e0lJQzK4 .mbr-section-btn {
  text-align: center;
}
.cid-v0e0lLgvCt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0338ca;
}
.cid-v0eAkj82nH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0eAkj82nH .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-v0eAkj82nH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0eAkj82nH .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0eAkj82nH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0eAkj82nH .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-v0eAkj82nH .rr-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-v0eAkj82nH .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0eAkj82nH .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-v0eAkj82nH .rr-brand .navbar-logo a {
  outline: none;
}
.cid-v0eAkj82nH .navbar-caption-wrap {
  align-items: center;
}
.cid-v0eAkj82nH .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-v0eAkj82nH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0eAkj82nH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-v0eAkj82nH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0eAkj82nH .navbar-nav .nav-item .nav-link:hover {
  color: #0d4dfb !important;
}
.cid-v0eAkj82nH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0eAkj82nH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0eAkj82nH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0eAkj82nH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0eAkj82nH .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0eAkj82nH .navbar-nav {
    align-items: center;
  }
}
.cid-v0eAkj82nH .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-v0eAkj82nH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0eAkj82nH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0eAkj82nH .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0eAkj82nH .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0eAkj82nH .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v0eAkj82nH .iconfont-wrapper {
  color: #020589 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0eAkj82nH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v0eAkj82nH .nav-item:focus,
.cid-v0eAkj82nH .nav-link:focus {
  outline: none;
}
.cid-v0eAkj82nH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0eAkj82nH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0eAkj82nH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0eAkj82nH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0eAkj82nH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0eAkj82nH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0eAkj82nH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0eAkj82nH .navbar.opened {
  transition: all 0.3s;
}
.cid-v0eAkj82nH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0eAkj82nH .navbar .navbar-logo img {
  width: auto;
}
.cid-v0eAkj82nH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0eAkj82nH .navbar.collapsed {
  justify-content: center;
}
.cid-v0eAkj82nH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0eAkj82nH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0eAkj82nH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-v0eAkj82nH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0eAkj82nH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0eAkj82nH .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-v0eAkj82nH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0eAkj82nH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0eAkj82nH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0eAkj82nH .navbar {
    min-height: 72px;
  }
  .cid-v0eAkj82nH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0eAkj82nH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0eAkj82nH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0eAkj82nH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0eAkj82nH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0eAkj82nH .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-v0eAkj82nH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0eAkj82nH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0eAkj82nH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0eAkj82nH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0eAkj82nH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0eAkj82nH .dropdown-item.active,
.cid-v0eAkj82nH .dropdown-item:active {
  background-color: transparent;
}
.cid-v0eAkj82nH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0eAkj82nH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0eAkj82nH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0eAkj82nH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-v0eAkj82nH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-v0eAkj82nH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0eAkj82nH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0eAkj82nH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0eAkj82nH .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-v0eAkj82nH .navbar-buttons {
    text-align: center;
  }
}
.cid-v0eAkj82nH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0eAkj82nH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0338ca;
}
.cid-v0eAkj82nH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0eAkj82nH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0eAkj82nH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0eAkj82nH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0eAkj82nH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0eAkj82nH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0eAkj82nH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0eAkj82nH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0eAkj82nH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0eAkj82nH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0eAkj82nH .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-v0eAkj82nH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0eAkj82nH .navbar {
    height: 70px;
  }
  .cid-v0eAkj82nH .navbar.opened {
    height: auto;
  }
  .cid-v0eAkj82nH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0eAkj82nH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0eAkj82nH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0eAkj82nH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0eAkj82nH .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: .3s all;
  transform: rotate(-90deg);
}
.cid-v0eAkj82nH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0eAkj82nH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0eAkj82nH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0eAkj82nH .navbar-brand {
    margin-right: auto;
  }
  .cid-v0eAkj82nH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0eAkj82nH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0eAkj82nH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0eAkj82nH .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-v0eAkj82nH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0eAkj82nH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0eAkj82nH .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0eAkj82nH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0eAkj82nH .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-v0eAkj82nH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0eAkj82nH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0eAkltUUR {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/quirofano4-2000x1126.webp");
}
.cid-v0eAkltUUR::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #0d4dfb 120%);
  pointer-events: none;
}
.cid-v0eAkltUUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0eAkltUUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0eAkltUUR .card {
  justify-content: flex-end;
}
.cid-v0eAkltUUR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v0eAkltUUR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v0eAkltUUR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0eAkltUUR .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-v0eAkltUUR .mbr-label {
  color: #ffffff;
}
.cid-v0eAkltUUR .mbr-section-title {
  color: #ffffff;
}
.cid-v0eAkltUUR .mbr-text {
  color: #ffffff;
}
.cid-v0jAZEGEnE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v0jAZEGEnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0jAZEGEnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0jAZEGEnE .content-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v0jAZEGEnE .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v0jAZEGEnE .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0jAZEGEnE .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v0jAZEGEnE .content-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v0jAZEGEnE .content-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v0jAZEGEnE .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v0jAZEGEnE .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v0jAZEGEnE .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0jAZEGEnE .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0jAZEGEnE .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-v0jAZEGEnE .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-v0jAZEGEnE .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v0jAZEGEnE .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v0jAZEGEnE .items-wrapper .item:hover .item-wrapper .card-box,
.cid-v0jAZEGEnE .items-wrapper .item:focus .item-wrapper .card-box {
  transform: translateY(0);
  background-color: #008ced;
}
.cid-v0jAZEGEnE .items-wrapper .item:hover .item-wrapper .card-box .gradient-wrapper,
.cid-v0jAZEGEnE .items-wrapper .item:focus .item-wrapper .card-box .gradient-wrapper {
  width: 400px;
  height: 400px;
}
.cid-v0jAZEGEnE .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  z-index: 2;
}
.cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .item-img img {
  height: 635px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .name-wrapper {
  position: relative;
  z-index: 1;
  padding: 46px;
  background-color: #ffffff;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: -2rem;
}
@media (max-width: 992px) {
  .cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .name-wrapper {
    padding: 46px 18px 18px 18px;
  }
}
.cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .name-wrapper .item-name {
  margin-bottom: 8px;
}
.cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding: 54px 46px 46px 46px;
  background-color: #ffffff;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  transform: translateY(-100%);
  transition: all .5s ease;
  margin-top: -2rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .card-box {
    padding: 54px 18px 18px 18px;
    transform: none;
    background-color: #008ced;
  }
}
.cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .card-box .gradient-wrapper {
  position: absolute;
  right: -250px;
  bottom: -250px;
  width: 0;
  height: 0;
  background-image: linear-gradient(135deg, #0d4dfb, #162651, #130947 45%);
  border-radius: 100%;
  filter: blur(4rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .card-box .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
.cid-v0jAZEGEnE .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0jAZEGEnE .mbr-label,
.cid-v0jAZEGEnE .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v0jAZEGEnE .mbr-section-title {
  color: #162651;
  text-align: center;
}
.cid-v0jAZEGEnE .item-name {
  color: #1a0b54;
}
.cid-v0jAZEGEnE .item-role {
  color: #a997ce;
}
.cid-v0jAZEGEnE .item-text {
  color: #ffffff;
}
.cid-v0jAZEGEnE .item-text,
.cid-v0jAZEGEnE .mbr-section-btn {
  text-align: justify;
}
.cid-v0eAkq0CLM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-v0eAkq0CLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0eAkq0CLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0eAkq0CLM .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v0eAkq0CLM .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v0eAkq0CLM .title-wrapper {
    width: 100%;
  }
}
.cid-v0eAkq0CLM .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0eAkq0CLM .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v0eAkq0CLM .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v0eAkq0CLM .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v0eAkq0CLM .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v0eAkq0CLM .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v0eAkq0CLM .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0eAkq0CLM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0eAkq0CLM .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v0eAkq0CLM .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0eAkq0CLM .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v0eAkq0CLM .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v0eAkq0CLM .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v0eAkq0CLM .mbr-label,
.cid-v0eAkq0CLM .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0eAkq0CLM .mbr-section-title {
  color: #ffffff;
}
.cid-v0eAkq0CLM .mbr-section-subtitle,
.cid-v0eAkq0CLM .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0eAkq0CLM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0eAkq0CLM .mbr-section-title,
.cid-v0eAkq0CLM .mbr-section-btn {
  text-align: center;
}
.cid-v0eAkrizvo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0338ca;
}
.cid-uZ0yg874fb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZ0yg874fb .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-uZ0yg874fb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZ0yg874fb .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZ0yg874fb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZ0yg874fb .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uZ0yg874fb .rr-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-uZ0yg874fb .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZ0yg874fb .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uZ0yg874fb .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uZ0yg874fb .navbar-caption-wrap {
  align-items: center;
}
.cid-uZ0yg874fb .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uZ0yg874fb .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZ0yg874fb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uZ0yg874fb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZ0yg874fb .navbar-nav .nav-item .nav-link:hover {
  color: #0d4dfb !important;
}
.cid-uZ0yg874fb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZ0yg874fb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZ0yg874fb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZ0yg874fb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZ0yg874fb .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ0yg874fb .navbar-nav {
    align-items: center;
  }
}
.cid-uZ0yg874fb .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uZ0yg874fb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZ0yg874fb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZ0yg874fb .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZ0yg874fb .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ0yg874fb .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZ0yg874fb .iconfont-wrapper {
  color: #020589 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZ0yg874fb .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uZ0yg874fb .nav-item:focus,
.cid-uZ0yg874fb .nav-link:focus {
  outline: none;
}
.cid-uZ0yg874fb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ0yg874fb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ0yg874fb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ0yg874fb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ0yg874fb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ0yg874fb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ0yg874fb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZ0yg874fb .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ0yg874fb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZ0yg874fb .navbar .navbar-logo img {
  width: auto;
}
.cid-uZ0yg874fb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZ0yg874fb .navbar.collapsed {
  justify-content: center;
}
.cid-uZ0yg874fb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ0yg874fb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZ0yg874fb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uZ0yg874fb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ0yg874fb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ0yg874fb .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-uZ0yg874fb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ0yg874fb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZ0yg874fb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZ0yg874fb .navbar {
    min-height: 72px;
  }
  .cid-uZ0yg874fb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ0yg874fb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ0yg874fb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ0yg874fb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ0yg874fb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ0yg874fb .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-uZ0yg874fb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ0yg874fb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZ0yg874fb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ0yg874fb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZ0yg874fb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZ0yg874fb .dropdown-item.active,
.cid-uZ0yg874fb .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ0yg874fb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ0yg874fb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ0yg874fb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ0yg874fb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uZ0yg874fb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uZ0yg874fb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZ0yg874fb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZ0yg874fb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZ0yg874fb .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uZ0yg874fb .navbar-buttons {
    text-align: center;
  }
}
.cid-uZ0yg874fb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZ0yg874fb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0338ca;
}
.cid-uZ0yg874fb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ0yg874fb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ0yg874fb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ0yg874fb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ0yg874fb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ0yg874fb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ0yg874fb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ0yg874fb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ0yg874fb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZ0yg874fb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZ0yg874fb .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-uZ0yg874fb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ0yg874fb .navbar {
    height: 70px;
  }
  .cid-uZ0yg874fb .navbar.opened {
    height: auto;
  }
  .cid-uZ0yg874fb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ0yg874fb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZ0yg874fb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZ0yg874fb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZ0yg874fb .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZ0yg874fb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZ0yg874fb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZ0yg874fb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZ0yg874fb .navbar-brand {
    margin-right: auto;
  }
  .cid-uZ0yg874fb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZ0yg874fb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZ0yg874fb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZ0yg874fb .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-uZ0yg874fb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZ0yg874fb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZ0yg874fb .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZ0yg874fb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZ0yg874fb .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-uZ0yg874fb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZ0yg874fb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZ0ygbKJoD {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/ver20nuestros20servicios206-1561x936.webp");
}
.cid-uZ0ygbKJoD::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #0338ca 120%);
  pointer-events: none;
}
.cid-uZ0ygbKJoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0ygbKJoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0ygbKJoD .card {
  justify-content: flex-end;
}
.cid-uZ0ygbKJoD .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZ0ygbKJoD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ0ygbKJoD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ0ygbKJoD .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZ0ygbKJoD .mbr-label {
  color: #ffffff;
}
.cid-uZ0ygbKJoD .mbr-section-title {
  color: #ffffff;
}
.cid-uZ0ygbKJoD .mbr-text {
  color: #ffffff;
}
.cid-uZ0CTd4qRD {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZ0CTd4qRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0CTd4qRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0CTd4qRD .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZ0CTd4qRD .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ0CTd4qRD .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZ0CTd4qRD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZ0CTd4qRD .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZ0CTd4qRD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ0CTd4qRD .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ0CTd4qRD .image-wrapper img {
    height: 350px;
  }
}
.cid-uZ0CTd4qRD .mbr-section-title {
  color: #ffffff;
}
.cid-uZ0CTd4qRD .mbr-text,
.cid-uZ0CTd4qRD .text-wrapper {
  color: #020589;
}
.cid-uZ0CTd4qRD .mbr-section-title,
.cid-uZ0CTd4qRD .mbr-section-btn {
  color: #0338ca;
}
.cid-uZzsGaiFHI {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #020589;
}
.cid-uZzsGaiFHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZzsGaiFHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZzsGaiFHI .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZzsGaiFHI .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZzsGaiFHI .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZzsGaiFHI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZzsGaiFHI .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZzsGaiFHI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZzsGaiFHI .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZzsGaiFHI .image-wrapper img {
    height: 350px;
  }
}
.cid-uZzsGaiFHI .mbr-section-title {
  color: #ffffff;
}
.cid-uZzsGaiFHI .mbr-text,
.cid-uZzsGaiFHI .text-wrapper {
  color: #ffffff;
}
.cid-uZzsGaiFHI .mbr-section-title,
.cid-uZzsGaiFHI .mbr-section-btn {
  color: #ffffff;
}
.cid-uZ0DOCds4B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0DOCds4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0DOCds4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0DOCds4B .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZ0DOCds4B .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ0DOCds4B .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZ0DOCds4B .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZ0DOCds4B .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZ0DOCds4B .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ0DOCds4B .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ0DOCds4B .image-wrapper img {
    height: 350px;
  }
}
.cid-uZ0DOCds4B .mbr-section-title {
  color: #ffffff;
}
.cid-uZ0DOCds4B .mbr-text,
.cid-uZ0DOCds4B .text-wrapper {
  color: #09054f;
}
.cid-uZ0DOCds4B .mbr-section-title,
.cid-uZ0DOCds4B .mbr-section-btn {
  color: #0338ca;
}
.cid-uZ0ygk778j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ver20nuestros20servicios2010-1399x768.webp");
}
.cid-uZ0ygk778j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0ygk778j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0ygk778j .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZ0ygk778j .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uZ0ygk778j .title-wrapper {
    width: 100%;
  }
}
.cid-uZ0ygk778j .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZ0ygk778j .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZ0ygk778j .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-uZ0ygk778j .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uZ0ygk778j .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uZ0ygk778j .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uZ0ygk778j .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZ0ygk778j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ0ygk778j .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uZ0ygk778j .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ0ygk778j .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-uZ0ygk778j .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-uZ0ygk778j .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uZ0ygk778j .mbr-label,
.cid-uZ0ygk778j .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZ0ygk778j .mbr-section-title {
  color: #ffffff;
}
.cid-uZ0ygk778j .mbr-section-subtitle,
.cid-uZ0ygk778j .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZ0ygk778j .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZ0ygk778j .mbr-section-title,
.cid-uZ0ygk778j .mbr-section-btn {
  text-align: center;
}
.cid-v0dZB4hseH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0338ca;
}
.cid-uZ0ugq4QoH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZ0ugq4QoH .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-uZ0ugq4QoH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZ0ugq4QoH .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZ0ugq4QoH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZ0ugq4QoH .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uZ0ugq4QoH .rr-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-uZ0ugq4QoH .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZ0ugq4QoH .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uZ0ugq4QoH .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uZ0ugq4QoH .navbar-caption-wrap {
  align-items: center;
}
.cid-uZ0ugq4QoH .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uZ0ugq4QoH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZ0ugq4QoH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uZ0ugq4QoH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZ0ugq4QoH .navbar-nav .nav-item .nav-link:hover {
  color: #0d4dfb !important;
}
.cid-uZ0ugq4QoH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZ0ugq4QoH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZ0ugq4QoH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZ0ugq4QoH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZ0ugq4QoH .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ0ugq4QoH .navbar-nav {
    align-items: center;
  }
}
.cid-uZ0ugq4QoH .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uZ0ugq4QoH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZ0ugq4QoH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZ0ugq4QoH .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZ0ugq4QoH .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ0ugq4QoH .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZ0ugq4QoH .iconfont-wrapper {
  color: #020589 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZ0ugq4QoH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uZ0ugq4QoH .nav-item:focus,
.cid-uZ0ugq4QoH .nav-link:focus {
  outline: none;
}
.cid-uZ0ugq4QoH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ0ugq4QoH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ0ugq4QoH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ0ugq4QoH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ0ugq4QoH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ0ugq4QoH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ0ugq4QoH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZ0ugq4QoH .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ0ugq4QoH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZ0ugq4QoH .navbar .navbar-logo img {
  width: auto;
}
.cid-uZ0ugq4QoH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZ0ugq4QoH .navbar.collapsed {
  justify-content: center;
}
.cid-uZ0ugq4QoH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ0ugq4QoH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZ0ugq4QoH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uZ0ugq4QoH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ0ugq4QoH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ0ugq4QoH .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-uZ0ugq4QoH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ0ugq4QoH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZ0ugq4QoH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZ0ugq4QoH .navbar {
    min-height: 72px;
  }
  .cid-uZ0ugq4QoH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ0ugq4QoH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ0ugq4QoH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ0ugq4QoH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ0ugq4QoH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ0ugq4QoH .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-uZ0ugq4QoH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ0ugq4QoH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZ0ugq4QoH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ0ugq4QoH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZ0ugq4QoH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZ0ugq4QoH .dropdown-item.active,
.cid-uZ0ugq4QoH .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ0ugq4QoH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ0ugq4QoH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ0ugq4QoH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ0ugq4QoH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uZ0ugq4QoH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uZ0ugq4QoH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZ0ugq4QoH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZ0ugq4QoH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZ0ugq4QoH .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uZ0ugq4QoH .navbar-buttons {
    text-align: center;
  }
}
.cid-uZ0ugq4QoH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZ0ugq4QoH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0338ca;
}
.cid-uZ0ugq4QoH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ0ugq4QoH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ0ugq4QoH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ0ugq4QoH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ0ugq4QoH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ0ugq4QoH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ0ugq4QoH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ0ugq4QoH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ0ugq4QoH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZ0ugq4QoH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZ0ugq4QoH .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-uZ0ugq4QoH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ0ugq4QoH .navbar {
    height: 70px;
  }
  .cid-uZ0ugq4QoH .navbar.opened {
    height: auto;
  }
  .cid-uZ0ugq4QoH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ0ugq4QoH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZ0ugq4QoH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZ0ugq4QoH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZ0ugq4QoH .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZ0ugq4QoH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZ0ugq4QoH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZ0ugq4QoH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZ0ugq4QoH .navbar-brand {
    margin-right: auto;
  }
  .cid-uZ0ugq4QoH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZ0ugq4QoH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZ0ugq4QoH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZ0ugq4QoH .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-uZ0ugq4QoH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZ0ugq4QoH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZ0ugq4QoH .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZ0ugq4QoH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZ0ugq4QoH .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-uZ0ugq4QoH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZ0ugq4QoH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZ0ugrSyjS {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/perrito-san-bernardo-en-consulta-veterinaria-con-1440x810.webp");
}
.cid-uZ0ugrSyjS::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #0d4dfb 120%);
  pointer-events: none;
}
.cid-uZ0ugrSyjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0ugrSyjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0ugrSyjS .card {
  justify-content: flex-end;
}
.cid-uZ0ugrSyjS .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZ0ugrSyjS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ0ugrSyjS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ0ugrSyjS .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZ0ugrSyjS .mbr-label {
  color: #ffffff;
}
.cid-uZ0ugrSyjS .mbr-section-title {
  color: #ffffff;
}
.cid-uZ0ugrSyjS .mbr-text {
  color: #ffffff;
}
.cid-v0KnF0O2Sa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0KnF0O2Sa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0KnF0O2Sa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0KnF0O2Sa .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0KnF0O2Sa .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0KnF0O2Sa .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0KnF0O2Sa .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0KnF0O2Sa .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0KnF0O2Sa .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0KnF0O2Sa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #162651 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0KnF0O2Sa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0KnF0O2Sa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0KnF0O2Sa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0KnF0O2Sa .items-wrapper {
  margin: 0;
  justify-content: center;
}
.cid-v0KnF0O2Sa .items-wrapper .item {
  padding: 0;
  margin-bottom: 24px;
}
.cid-v0KnF0O2Sa .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
.cid-v0KnF0O2Sa .items-wrapper .item .item-wrapper {
  height: 100%;
  border-right: 2px solid #e8e8e8;
  padding: 0 30px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0KnF0O2Sa .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 0 24px;
  }
}
.cid-v0KnF0O2Sa .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-v0KnF0O2Sa .items-wrapper .item .item-wrapper .item-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v0KnF0O2Sa .mbr-label,
.cid-v0KnF0O2Sa .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0KnF0O2Sa .mbr-section-title,
.cid-v0KnF0O2Sa .title-wrapper {
  color: #2760fd;
  text-align: center;
}
.cid-v0KnF0O2Sa .mbr-text,
.cid-v0KnF0O2Sa .text-wrapper {
  color: #162651;
  text-align: center;
}
.cid-v0KnF0O2Sa .item-title {
  color: #515151;
  text-align: center;
}
.cid-v0KnF0O2Sa .item-number {
  color: #000000;
  text-align: center;
}
.cid-v0jYXiyEaq {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v0jYXiyEaq .top-part {
  margin-bottom: 70px;
}
.cid-v0jYXiyEaq .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v0jYXiyEaq .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v0jYXiyEaq .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-v0jYXiyEaq .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v0jYXiyEaq .nav-tabs .nav-item.open .nav-link:focus,
.cid-v0jYXiyEaq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v0jYXiyEaq .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-v0jYXiyEaq .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-v0jYXiyEaq .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-v0jYXiyEaq .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-v0jYXiyEaq .nav-tabs .nav-link {
  color: #040353;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-v0jYXiyEaq .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-v0jYXiyEaq .nav-tabs .nav-link.active {
  border-bottom: 2px solid #4f87fb;
  color: #28303f;
}
.cid-v0jYXiyEaq .nav-tabs .nav-link.active span {
  color: #4f87fb;
}
.cid-v0jYXiyEaq .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-v0jYXiyEaq .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0jYXiyEaq .mbr-text,
  .cid-v0jYXiyEaq .nav-link {
    text-align: left;
  }
  .cid-v0jYXiyEaq .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-v0jYXiyEaq .mbr-section-title,
  .cid-v0jYXiyEaq .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v0jYXiyEaq .tab-content {
  margin-top: 44px;
}
.cid-v0jYXiyEaq .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-v0jYXiyEaq .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-v0jYXiyEaq .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-v0jYXiyEaq .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-v0jYXiyEaq .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-v0jYXiyEaq .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-v0jYXiyEaq .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-v0jYXiyEaq .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-v0jYXiyEaq .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-v0jYXiyEaq .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-v0jYXiyEaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0jYXiyEaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0jYXiyEaq .tab-content .tab-pane .mbr-text,
.cid-v0jYXiyEaq .mbr-list {
  color: #162651;
}
.cid-v0k8vmYOsb {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v0k8vmYOsb .top-part {
  margin-bottom: 70px;
}
.cid-v0k8vmYOsb .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v0k8vmYOsb .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v0k8vmYOsb .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-v0k8vmYOsb .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v0k8vmYOsb .nav-tabs .nav-item.open .nav-link:focus,
.cid-v0k8vmYOsb .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v0k8vmYOsb .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-v0k8vmYOsb .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-v0k8vmYOsb .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-v0k8vmYOsb .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-v0k8vmYOsb .nav-tabs .nav-link {
  color: #040353;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-v0k8vmYOsb .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-v0k8vmYOsb .nav-tabs .nav-link.active {
  border-bottom: 2px solid #4f87fb;
  color: #28303f;
}
.cid-v0k8vmYOsb .nav-tabs .nav-link.active span {
  color: #4f87fb;
}
.cid-v0k8vmYOsb .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-v0k8vmYOsb .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0k8vmYOsb .mbr-text,
  .cid-v0k8vmYOsb .nav-link {
    text-align: left;
  }
  .cid-v0k8vmYOsb .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-v0k8vmYOsb .mbr-section-title,
  .cid-v0k8vmYOsb .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v0k8vmYOsb .tab-content {
  margin-top: 44px;
}
.cid-v0k8vmYOsb .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-v0k8vmYOsb .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-v0k8vmYOsb .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-v0k8vmYOsb .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-v0k8vmYOsb .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-v0k8vmYOsb .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-v0k8vmYOsb .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-v0k8vmYOsb .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-v0k8vmYOsb .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-v0k8vmYOsb .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-v0k8vmYOsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0k8vmYOsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0k8vmYOsb .tab-content .tab-pane .mbr-text,
.cid-v0k8vmYOsb .mbr-list {
  color: #162651;
}
.cid-v0k8vmYOsb .top-part .mbr-section-subtitle {
  color: #09054f;
}
.cid-v0k8vmYOsb .tab-content .tab-pane .mbr-section-title,
.cid-v0k8vmYOsb .mbr-list {
  text-align: justify;
}
.cid-uZ0ugANB0c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/perro-golden-retriever-en-veterinaria-siendo-pesado-1-1256x707.webp");
}
.cid-uZ0ugANB0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0ugANB0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0ugANB0c .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZ0ugANB0c .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uZ0ugANB0c .title-wrapper {
    width: 100%;
  }
}
.cid-uZ0ugANB0c .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZ0ugANB0c .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZ0ugANB0c .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-uZ0ugANB0c .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uZ0ugANB0c .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uZ0ugANB0c .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uZ0ugANB0c .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZ0ugANB0c .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ0ugANB0c .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uZ0ugANB0c .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ0ugANB0c .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-uZ0ugANB0c .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-uZ0ugANB0c .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uZ0ugANB0c .mbr-label,
.cid-uZ0ugANB0c .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZ0ugANB0c .mbr-section-title {
  color: #ffffff;
}
.cid-uZ0ugANB0c .mbr-section-subtitle,
.cid-uZ0ugANB0c .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZ0ugANB0c .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZ0ugANB0c .mbr-section-title,
.cid-uZ0ugANB0c .mbr-section-btn {
  text-align: center;
}
.cid-v0dZB4hseH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0338ca;
}
