.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Comfortaa-VariableFont_wght';
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Comfortaa-VariableFont_wght';
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Comfortaa-VariableFont_wght';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Comfortaa-VariableFont_wght';
  font-size: 2.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Comfortaa-VariableFont_wght';
  font-size: 1.6rem;
  line-height: 1.7;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.21rem + (1.6 - 1.21) * ((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: #4bd8e1 !important;
}
.bg-success {
  background-color: #425b72 !important;
}
.bg-info {
  background-color: #53b7eb !important;
}
.bg-warning {
  background-color: #1c56b1 !important;
}
.bg-danger {
  background-color: #a8a8a8 !important;
}
.btn-primary {
  box-shadow: #1ca1aa 0px 8px 15px -5px;
}
.btn-primary,
.btn-primary:active {
  background-color: #4bd8e1 !important;
  border-color: #4bd8e1 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #77e1e8 !important;
  border-color: #77e1e8 !important;
  box-shadow: #15787e 0px 8px 15px -5px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #77e1e8 !important;
  border-color: #77e1e8 !important;
}
.btn-secondary {
  box-shadow: #16566c 0px 8px 15px -5px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #289ac0 !important;
  border-color: #289ac0 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #43b3d8 !important;
  border-color: #43b3d8 !important;
  box-shadow: #0e3441 0px 8px 15px -5px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #43b3d8 !important;
  border-color: #43b3d8 !important;
}
.btn-info {
  box-shadow: #1787c1 0px 8px 15px -5px;
}
.btn-info,
.btn-info:active {
  background-color: #53b7eb !important;
  border-color: #53b7eb !important;
  color: #01080b !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #81caf0 !important;
  border-color: #81caf0 !important;
  box-shadow: #116794 0px 8px 15px -5px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #01080b !important;
  background-color: #81caf0 !important;
  border-color: #81caf0 !important;
}
.btn-success {
  box-shadow: #1d2731 0px 8px 15px -5px;
}
.btn-success,
.btn-success:active {
  background-color: #425b72 !important;
  border-color: #425b72 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #557592 !important;
  border-color: #557592 !important;
  box-shadow: #0a0e11 0px 8px 15px -5px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #557592 !important;
  border-color: #557592 !important;
}
.btn-warning {
  box-shadow: #0e2b59 0px 8px 15px -5px;
}
.btn-warning,
.btn-warning:active {
  background-color: #1c56b1 !important;
  border-color: #1c56b1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #246cdc !important;
  border-color: #246cdc !important;
  box-shadow: #07162d 0px 8px 15px -5px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #246cdc !important;
  border-color: #246cdc !important;
}
.btn-danger {
  box-shadow: #757575 0px 8px 15px -5px;
}
.btn-danger,
.btn-danger:active {
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c2c2c2 !important;
  border-color: #c2c2c2 !important;
  box-shadow: #5c5c5c 0px 8px 15px -5px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c2c2c2 !important;
  border-color: #c2c2c2 !important;
}
.btn-white {
  box-shadow: #c2c2c2 0px 8px 15px -5px;
}
.btn-white,
.btn-white:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #5c5c5c !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: #a9a9a9 0px 8px 15px -5px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5c5c5c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4bd8e1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1eaeb7 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4bd8e1 !important;
  border-color: #4bd8e1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #289ac0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #196078 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #289ac0 !important;
  border-color: #289ac0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #53b7eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1891cf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #53b7eb !important;
  border-color: #53b7eb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #425b72;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #222f3b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #425b72 !important;
  border-color: #425b72 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1c56b1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #103266 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1c56b1 !important;
  border-color: #1c56b1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a8a8a8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7d7d7d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5f5f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.text-primary {
  color: #4bd8e1 !important;
}
.text-secondary {
  color: #289ac0 !important;
}
.text-success {
  color: #425b72 !important;
}
.text-info {
  color: #53b7eb !important;
}
.text-warning {
  color: #1c56b1 !important;
}
.text-danger {
  color: #a8a8a8 !important;
}
.text-white {
  color: #f5f5f5 !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1ca1aa !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #16566c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1d2731 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1787c1 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0e2b59 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #757575 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c2c2c2 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4bd8e1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #53b7eb;
}
.alert-warning {
  background-color: #1c56b1;
}
.alert-danger {
  background-color: #a8a8a8;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 10px;
}
.mbr-gallery-filter li a {
  border-radius: 10px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4bd8e1;
  border-color: #4bd8e1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 10px !important;
}
a,
a:hover {
  color: #4bd8e1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fafefe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7f9bb5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6698e7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e8e8e8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 10px;
}
.form-control {
  font-family: 'Comfortaa-VariableFont_wght';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #4bd8e1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Comfortaa-VariableFont_wght';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4bd8e1;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 10px !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: 10px !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: #4bd8e1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4bd8e1;
}
.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: #4bd8e1;
  border-bottom-color: #4bd8e1;
}
.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: #000000 !important;
  background-color: #4bd8e1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #289ac0 !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='%234bd8e1' %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: 12px 24px;
  font-weight: 500;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 12px;
}
.mbr-section-btn .btn-black {
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #333333 0px 2.28853px 4.11936px -2.5px, #4d4d4d 0px 10px 18px -3.75px, #666666 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #cccccc 0px 6.8656px 6.8656px -2.33333px, #e6e6e6 0px 8.6468px 8.6468px -2.91667px, #f2f2f2 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #1a1a1a 0px 2.28853px 4.11936px -2.5px, #333333 0px 10px 18px -3.75px, #4d4d4d 0px 0.706592px 0.706592px -0.583333px, #808080 0px 1.80656px 1.80656px -1.16667px, #999999 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-white {
  color: #000000 !important;
  box-shadow: #808080 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #bfbfbf 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #e6e6e6 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  background-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: #737373 0px 0.706592px 0.706592px -0.583333px, #8c8c8c 0px 1.80656px 1.80656px -1.16667px, #a6a6a6 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #bfbfbf 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.label-wrap {
  border-radius: 60px !important;
}
.little-radius,
.form-control {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uUAyJSzelt {
  z-index: 1000;
  width: 100%;
}
.cid-uUAyJSzelt nav.navbar {
  position: fixed;
}
.cid-uUAyJSzelt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUAyJSzelt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUAyJSzelt .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uUAyJSzelt .dropdown-item:hover,
.cid-uUAyJSzelt .dropdown-item:focus {
  background: #ffffff !important;
  color: #251e78 !important;
}
.cid-uUAyJSzelt .dropdown-item:hover span {
  color: white;
}
.cid-uUAyJSzelt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUAyJSzelt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUAyJSzelt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUAyJSzelt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUAyJSzelt .nav-link {
  position: relative;
}
.cid-uUAyJSzelt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uUAyJSzelt .container {
    flex-wrap: nowrap;
  }
}
.cid-uUAyJSzelt .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUAyJSzelt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUAyJSzelt .dropdown-menu,
.cid-uUAyJSzelt .navbar.opened {
  background: #ffffff !important;
}
.cid-uUAyJSzelt .nav-item:focus,
.cid-uUAyJSzelt .nav-link:focus {
  outline: none;
}
.cid-uUAyJSzelt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUAyJSzelt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUAyJSzelt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUAyJSzelt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUAyJSzelt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUAyJSzelt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUAyJSzelt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uUAyJSzelt .navbar.opened {
  transition: all 0.3s;
}
.cid-uUAyJSzelt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uUAyJSzelt .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uUAyJSzelt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUAyJSzelt .navbar.collapsed {
  justify-content: center;
}
.cid-uUAyJSzelt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUAyJSzelt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUAyJSzelt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUAyJSzelt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUAyJSzelt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUAyJSzelt .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-uUAyJSzelt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUAyJSzelt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUAyJSzelt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUAyJSzelt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUAyJSzelt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUAyJSzelt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUAyJSzelt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUAyJSzelt .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-uUAyJSzelt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUAyJSzelt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUAyJSzelt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uUAyJSzelt .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-uUAyJSzelt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUAyJSzelt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUAyJSzelt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUAyJSzelt .navbar.navbar-short {
  min-height: 96px;
}
.cid-uUAyJSzelt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uUAyJSzelt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUAyJSzelt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUAyJSzelt .navbar-brand .navbar-caption:hover,
.cid-uUAyJSzelt .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uUAyJSzelt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUAyJSzelt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUAyJSzelt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uUAyJSzelt .dropdown-item.active,
.cid-uUAyJSzelt .dropdown-item:active {
  background-color: transparent;
}
.cid-uUAyJSzelt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUAyJSzelt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUAyJSzelt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUAyJSzelt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUAyJSzelt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUAyJSzelt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUAyJSzelt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUAyJSzelt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUAyJSzelt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUAyJSzelt .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uUAyJSzelt .navbar-buttons {
    text-align: left;
  }
}
.cid-uUAyJSzelt .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uUAyJSzelt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUAyJSzelt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUAyJSzelt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUAyJSzelt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUAyJSzelt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUAyJSzelt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUAyJSzelt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUAyJSzelt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUAyJSzelt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUAyJSzelt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUAyJSzelt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUAyJSzelt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUAyJSzelt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUAyJSzelt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUAyJSzelt .navbar {
    height: 70px;
  }
  .cid-uUAyJSzelt .navbar.opened {
    height: auto;
  }
  .cid-uUAyJSzelt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUAyJSzelt .navbar-nav {
  margin: 0 auto;
}
.cid-uUAyJSzelt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUAyJSzelt .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUAyJSzelt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUAyJSzelt .nav-item .nav-link:hover {
  background-color: transparent;
  color: #251e78 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uUAyJSzelt .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uUAyJSzelt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUAyJSzelt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUAyJSzelt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUAyJSzelt .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUAyJSzelt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUAyJSzelt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUAyJSzelt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUAyJSzelt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUAyJSzelt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUAyJSzelt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUAyJSzelt .content-wrap {
  min-height: 110px;
}
.cid-uUAyKcU9PW {
  background-image: url("../../../assets/images/3673.jpg-1500x995.jpg");
}
.cid-uUAyKcU9PW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAyKcU9PW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAyKcU9PW .card-wrapper {
  padding: 60px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uUAyKcU9PW .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUAyKcU9PW .card-wrapper {
    padding: 24px;
  }
}
.cid-uUAyKcU9PW .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAyKcU9PW .card-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 #515151;
}
.cid-uUAyKcU9PW .card-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAyKcU9PW .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAyKcU9PW .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #4bd8e1, #233c8a 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAyKcU9PW .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #4bd8e1, #233c8a 40%);
  }
}
.cid-uUAyKcU9PW .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAyKcU9PW .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAyKcU9PW .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uUAyKcU9PW .mbr-label,
.cid-uUAyKcU9PW .label-wrapper {
  color: #2c9698;
  text-align: center;
}
.cid-uUAyKcU9PW .mbr-section-title {
  color: #000000;
}
.cid-uUAyKcU9PW .mbr-text,
.cid-uUAyKcU9PW .text-wrapper {
  color: #289ac0;
  text-align: center;
}
.cid-uUAyKcU9PW .mbr-section-title,
.cid-uUAyKcU9PW .title-wrapper,
.cid-uUAyKcU9PW .mbr-section-btn {
  text-align: center;
}
.cid-uVDIut97yU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVDIut97yU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDIut97yU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDIut97yU .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVDIut97yU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVDIut97yU .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVDIut97yU .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #1a64c0;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVDIut97yU .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVDIut97yU .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVDIut97yU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #42a3df, #2a6bcd 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVDIut97yU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVDIut97yU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVDIut97yU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVDIut97yU .items-wrapper {
  margin: 0;
  justify-content: center;
}
.cid-uVDIut97yU .items-wrapper .item {
  padding: 0;
  margin-bottom: 24px;
}
.cid-uVDIut97yU .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
.cid-uVDIut97yU .items-wrapper .item .item-wrapper {
  height: 100%;
  border-right: 2px solid #1453a1;
  padding: 0 30px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVDIut97yU .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 0 24px;
  }
}
.cid-uVDIut97yU .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-uVDIut97yU .items-wrapper .item .item-wrapper .item-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-uVDIut97yU .mbr-label,
.cid-uVDIut97yU .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVDIut97yU .mbr-section-title,
.cid-uVDIut97yU .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVDIut97yU .mbr-text,
.cid-uVDIut97yU .text-wrapper {
  color: #1453a1;
  text-align: center;
}
.cid-uVDIut97yU .item-title {
  color: #515151;
  text-align: center;
}
.cid-uVDIut97yU .item-number {
  color: #2a6bcd;
  text-align: center;
}
.cid-uVDIut97yU .item-title,
.cid-uVDIut97yU .mbr-section-btn {
  color: #3e5c7b;
}
.cid-uVIWnbLFQy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVIWnbLFQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVIWnbLFQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVIWnbLFQy .row {
  justify-content: center;
}
.cid-uVIWnbLFQy .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVIWnbLFQy .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVIWnbLFQy .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVIWnbLFQy .mbr-text {
  color: #fff7ee;
}
.cid-uVIWnbLFQy #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVIWnbLFQy img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVQQMw3CuP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/coolsculting-en-madrid-clinicas-aevo-34.jpg");
}
.cid-uVQQMw3CuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVQQMw3CuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVQQMw3CuP .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uVQQMw3CuP .image-wrap {
    height: 350px;
  }
}
.cid-uVDtVWbKBt {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVDtVWbKBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDtVWbKBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDtVWbKBt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVDtVWbKBt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVDtVWbKBt .mbr-text {
  color: #19171c;
}
.cid-uVDtVWbKBt .mbr-text,
.cid-uVDtVWbKBt .mbr-section-btn,
.cid-uVDtVWbKBt .text-wrapper {
  color: #42a3df;
  text-align: right;
}
.cid-uVgAwxfMMM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/148486.jpg-1500x1000.jpeg");
}
.cid-uVgAwxfMMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgAwxfMMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgAwxfMMM .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVgAwxfMMM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVgAwxfMMM .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgAwxfMMM .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgAwxfMMM .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVgAwxfMMM .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uVgAwxfMMM .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uVgAwxfMMM .mbr-section-title {
  color: #ffffff;
}
.cid-uVgAwxfMMM .mbr-text {
  color: #ffffff;
}
.cid-uVgAwxfMMM .mbr-section-title,
.cid-uVgAwxfMMM .mbr-section-btn {
  color: #2a6bcd;
  text-align: left;
}
.cid-uVgAwxfMMM .mbr-text,
.cid-uVgAwxfMMM .text-wrapper {
  color: #5f6e7c;
}
.cid-uVJhvLjx2k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVJhvLjx2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVJhvLjx2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVJhvLjx2k .row {
  justify-content: center;
}
.cid-uVJhvLjx2k .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVJhvLjx2k .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVJhvLjx2k .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVJhvLjx2k .mbr-text {
  color: #fff7ee;
}
.cid-uVJhvLjx2k #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVJhvLjx2k img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVgPSePatm {
  background-image: url("../../../assets/images/coolsculting-en-madrid-clinicas-aevo-10.jpg-1772x1181.jpg");
}
.cid-uVgPSePatm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgPSePatm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgPSePatm .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uVgPSePatm .image-wrap {
    width: 300px;
  }
}
.cid-uUAyNJKWue {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUAyNJKWue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAyNJKWue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAyNJKWue .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAyNJKWue .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAyNJKWue .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAyNJKWue .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-uUAyNJKWue .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAyNJKWue .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAyNJKWue .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #1c56b1, #53b7eb 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAyNJKWue .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAyNJKWue .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAyNJKWue .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAyNJKWue .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uUAyNJKWue .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUAyNJKWue .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #53b7eb;
  box-shadow: 0 8px 15px -8px #a8a8a8;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAyNJKWue .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUAyNJKWue .mbr-label,
.cid-uUAyNJKWue .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAyNJKWue .mbr-section-title,
.cid-uUAyNJKWue .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAyNJKWue .mbr-text,
.cid-uUAyNJKWue .text-wrapper {
  color: #3f9dcd;
  text-align: center;
}
.cid-uUAyNJKWue .item-title {
  color: #000000;
}
.cid-uUAyNJKWue .item-text {
  color: #515151;
  text-align: center;
}
.cid-uUAyNJKWue .item-title,
.cid-uUAyNJKWue .mbr-section-btn {
  text-align: center;
  color: #425b72;
}
.cid-uVzpAAQ8cA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVzpAAQ8cA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpAAQ8cA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpAAQ8cA .row {
  justify-content: center;
}
.cid-uVzpAAQ8cA .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVzpAAQ8cA .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVzpAAQ8cA .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVzpAAQ8cA .mbr-text {
  color: #fff7ee;
}
.cid-uVzpAAQ8cA #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVzpAAQ8cA img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVgKm3HY9S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uVgKm3HY9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgKm3HY9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgKm3HY9S .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVgKm3HY9S .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVgKm3HY9S .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVgKm3HY9S .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-uVgKm3HY9S .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVgKm3HY9S .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVgKm3HY9S .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #4bd8e1, #1c56b1 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVgKm3HY9S .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVgKm3HY9S .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgKm3HY9S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVgKm3HY9S .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uVgKm3HY9S .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVgKm3HY9S .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uVgKm3HY9S .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVgKm3HY9S .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVgKm3HY9S .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uVgKm3HY9S .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uVgKm3HY9S .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVgKm3HY9S .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uVgKm3HY9S .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uVgKm3HY9S .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uVgKm3HY9S .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#289ac0 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uVgKm3HY9S .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVgKm3HY9S .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVgKm3HY9S .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uVgKm3HY9S .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVgKm3HY9S .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uVgKm3HY9S .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uVgKm3HY9S .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uVgKm3HY9S .card_1 {
    width: 100%;
  }
}
.cid-uVgKm3HY9S .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uVgKm3HY9S .card_2 {
    width: 100%;
  }
}
.cid-uVgKm3HY9S .main-btn {
  margin-top: 12px;
}
.cid-uVgKm3HY9S .mbr-label,
.cid-uVgKm3HY9S .label-wrapper {
  color: #2c9698;
  text-align: center;
}
.cid-uVgKm3HY9S .mbr-section-title,
.cid-uVgKm3HY9S .title-wrapper {
  color: #000000;
}
.cid-uVgKm3HY9S .mbr-text,
.cid-uVgKm3HY9S .text-wrapper {
  color: #15437c;
  text-align: center;
}
.cid-uVgKm3HY9S .item-title {
  color: #000000;
}
.cid-uVgKm3HY9S .item-text {
  color: #15437c;
}
.cid-uVgKm3HY9S .mbr-section-title,
.cid-uVgKm3HY9S .title-wrapper,
.cid-uVgKm3HY9S .main-btn {
  text-align: center;
  color: #425b72;
}
.cid-uVgKm3HY9S .item-title,
.cid-uVgKm3HY9S .item-btn,
.cid-uVgKm3HY9S .icon-wrapper {
  color: #1453a1;
}
.cid-uVzpyO2lBs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uVzpyO2lBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpyO2lBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpyO2lBs .row {
  justify-content: center;
}
.cid-uVzpyO2lBs .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVzpyO2lBs .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVzpyO2lBs .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVzpyO2lBs .mbr-text {
  color: #fff7ee;
}
.cid-uVzpyO2lBs #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVzpyO2lBs img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUAyO6glS9 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uUAyO6glS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAyO6glS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAyO6glS9 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAyO6glS9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAyO6glS9 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAyO6glS9 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #ffffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uUAyO6glS9 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAyO6glS9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAyO6glS9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #1c56b1, #3f9dcd 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAyO6glS9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAyO6glS9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAyO6glS9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAyO6glS9 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uUAyO6glS9 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUAyO6glS9 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #1c56b1;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAyO6glS9 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #1c56b1;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #ffffff;
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #1c56b1;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #ffffff;
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUAyO6glS9 .mbr-label,
.cid-uUAyO6glS9 .label-wrapper {
  color: #53b7eb;
  text-align: center;
}
.cid-uUAyO6glS9 .mbr-section-title,
.cid-uUAyO6glS9 .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uUAyO6glS9 .mbr-text,
.cid-uUAyO6glS9 .text-wrapper {
  color: #1c56b1;
  text-align: justify;
}
.cid-uUAyO6glS9 .item-title {
  color: #000000;
}
.cid-uUAyO6glS9 .item-text {
  color: #425b72;
}
.cid-uUAyO6glS9 .item-title,
.cid-uUAyO6glS9 .mbr-section-btn {
  color: #1c56b1;
}
.cid-uUAyZ9Jrgl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uUAyZ9Jrgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAyZ9Jrgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAyZ9Jrgl .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAyZ9Jrgl .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAyZ9Jrgl .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAyZ9Jrgl .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-uUAyZ9Jrgl .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAyZ9Jrgl .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAyZ9Jrgl .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #53b7eb, #1c56b1 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAyZ9Jrgl .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAyZ9Jrgl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAyZ9Jrgl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAyZ9Jrgl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 425px;
  max-width: 425px;
}
@media (max-width: 768px) {
  .cid-uUAyZ9Jrgl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uUAyZ9Jrgl .embla__slide .slide-content {
  width: 100%;
}
.cid-uUAyZ9Jrgl .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #1c56b1;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uUAyZ9Jrgl .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uUAyZ9Jrgl .embla__slide .slide-content .item-wrapper .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uUAyZ9Jrgl .embla__slide .slide-content .item-wrapper .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uUAyZ9Jrgl .embla__slide .slide-content .item-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
.cid-uUAyZ9Jrgl .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUAyZ9Jrgl .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uUAyZ9Jrgl .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uUAyZ9Jrgl .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUAyZ9Jrgl .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uUAyZ9Jrgl .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-top: 3px solid #1c56b1;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uUAyZ9Jrgl .embla__slide .slide-content .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-uUAyZ9Jrgl .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uUAyZ9Jrgl .embla__button--next,
.cid-uUAyZ9Jrgl .embla__button--prev {
  display: flex;
}
.cid-uUAyZ9Jrgl .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-uUAyZ9Jrgl .embla__button {
    top: 0;
  }
}
.cid-uUAyZ9Jrgl .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uUAyZ9Jrgl .embla__button:disabled {
  background-color: #000000 !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uUAyZ9Jrgl .embla__button.embla__button--prev {
  left: 0;
}
.cid-uUAyZ9Jrgl .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uUAyZ9Jrgl .embla__button.embla__button--next {
  right: 0;
}
.cid-uUAyZ9Jrgl .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uUAyZ9Jrgl .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uUAyZ9Jrgl .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(-90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uUAyZ9Jrgl .embla::before {
    display: none;
  }
}
.cid-uUAyZ9Jrgl .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uUAyZ9Jrgl .embla::after {
    display: none;
  }
}
.cid-uUAyZ9Jrgl .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
}
.cid-uUAyZ9Jrgl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUAyZ9Jrgl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUAyZ9Jrgl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUAyZ9Jrgl .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uUAyZ9Jrgl .mbr-label,
.cid-uUAyZ9Jrgl .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAyZ9Jrgl .mbr-section-title,
.cid-uUAyZ9Jrgl .title-wrapper {
  color: #1c56b1;
  text-align: left;
}
.cid-uUAyZ9Jrgl .mbr-text,
.cid-uUAyZ9Jrgl .text-wrapper {
  color: #425b72;
  text-align: left;
}
.cid-uUAyZ9Jrgl .item-name {
  color: #000000;
}
.cid-uUAyZ9Jrgl .item-role {
  color: #515151;
}
.cid-uVzpxaPKpO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVzpxaPKpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpxaPKpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpxaPKpO .row {
  justify-content: center;
}
.cid-uVzpxaPKpO .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVzpxaPKpO .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVzpxaPKpO .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVzpxaPKpO .mbr-text {
  color: #fff7ee;
}
.cid-uVzpxaPKpO #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVzpxaPKpO img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uUAz2eRBYF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUAz2eRBYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAz2eRBYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAz2eRBYF .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAz2eRBYF .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAz2eRBYF .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-uUAz2eRBYF .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAz2eRBYF .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAz2eRBYF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #4bd8e1, #233c8a 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAz2eRBYF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAz2eRBYF .card-wrapper {
  padding: 30px;
  background-color: #ffffff;
  border-top: 3px solid #15437c;
  box-shadow: 0 8px 15px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper {
    padding: 24px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #ffffff;
  border: none;
  border-top: 3px solid #15437c;
  box-shadow: 0 8px 15px -8px #515151;
  transition: all 0.3s ease-in-out;
  opacity: 60;
}
.cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 80%;
    margin-bottom: 24px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-uUAz2eRBYF .mbr-label,
.cid-uUAz2eRBYF .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAz2eRBYF .mbr-section-title,
.cid-uUAz2eRBYF .title-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uUAz2eRBYF .mbr-text,
.cid-uUAz2eRBYF .text-wrapper {
  color: #515151;
  text-align: left;
}
.cid-uUAz2eRBYF .item-number {
  color: #000000;
}
.cid-uUAz2eRBYF .item-title {
  color: #000000;
}
.cid-uUAz2eRBYF .item-text {
  color: #15437c;
  text-align: left;
}
.cid-uUAz2eRBYF .item-metric {
  color: #000000;
  text-align: center;
}
.cid-uUAz2eRBYF .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-uVy3ChUjSA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVy3ChUjSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVy3ChUjSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVy3ChUjSA .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVy3ChUjSA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVy3ChUjSA .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVy3ChUjSA .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 #1c56b1;
}
.cid-uVy3ChUjSA .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVy3ChUjSA .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVy3ChUjSA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #2c9698 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVy3ChUjSA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVy3ChUjSA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVy3ChUjSA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVy3ChUjSA .items-wrapper {
  margin: 0;
  justify-content: center;
}
.cid-uVy3ChUjSA .items-wrapper .item {
  padding: 0;
  margin-bottom: 24px;
}
.cid-uVy3ChUjSA .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
.cid-uVy3ChUjSA .items-wrapper .item .item-wrapper {
  height: 100%;
  border-right: 2px solid #4bd8e1;
  padding: 0 30px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVy3ChUjSA .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 0 24px;
  }
}
.cid-uVy3ChUjSA .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-uVy3ChUjSA .items-wrapper .item .item-wrapper .item-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-uVy3ChUjSA .mbr-label,
.cid-uVy3ChUjSA .label-wrapper {
  color: #2c9698;
  text-align: left;
}
.cid-uVy3ChUjSA .mbr-section-title,
.cid-uVy3ChUjSA .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVy3ChUjSA .mbr-text,
.cid-uVy3ChUjSA .text-wrapper {
  color: #15437c;
  text-align: left;
}
.cid-uVy3ChUjSA .item-title {
  color: #515151;
  text-align: center;
}
.cid-uVy3ChUjSA .item-number {
  color: #289ac0;
  text-align: left;
}
.cid-uVy3ChUjSA .item-title,
.cid-uVy3ChUjSA .mbr-section-btn {
  text-align: left;
  color: #15437c;
}
.cid-uVzpFkMCos {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVzpFkMCos .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpFkMCos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpFkMCos .row {
  justify-content: center;
}
.cid-uVzpFkMCos .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVzpFkMCos .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVzpFkMCos .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVzpFkMCos .mbr-text {
  color: #fff7ee;
}
.cid-uVzpFkMCos #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVzpFkMCos img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVxwsiWCBs {
  display: flex;
  background-image: url("../../../assets/images/coolsculting-en-madrid-clinicas-aevo-38.jpg");
}
.cid-uVxwsiWCBs .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-uVxwsiWCBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxwsiWCBs .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uVxwsiWCBs .line {
    margin-bottom: 10rem;
  }
}
.cid-uVxwsiWCBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxwsiWCBs p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uVxwsiWCBs {
    align-items: center;
  }
  .cid-uVxwsiWCBs .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVxwsiWCBs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVxwsiWCBs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVxwsiWCBs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVxwsiWCBs .content-wrap {
    width: 100%;
  }
}
.cid-uVxwsiWCBs .mbr-section-subtitle,
.cid-uVxwsiWCBs .line {
  color: #ffffff;
}
.cid-uVxwsiWCBs .mbr-text,
.cid-uVxwsiWCBs .mbr-section-btn {
  text-align: left;
}
.cid-uVxwsiWCBs .mbr-section-title {
  text-align: right;
  color: #2a6bcd;
}
.cid-uVzoF5GSXq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVzoF5GSXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzoF5GSXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVzoF5GSXq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVzoF5GSXq .row {
  flex-direction: row-reverse;
}
.cid-uVzoF5GSXq img {
  width: 100%;
}
.cid-uVD27laoeY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVD27laoeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVD27laoeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVD27laoeY .card {
  justify-content: center;
}
.cid-uVD27laoeY .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uVD27laoeY .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uVD27laoeY .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVD27laoeY .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uVD27laoeY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVD27laoeY .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVD27laoeY .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uVD27laoeY .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uVD27laoeY .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-uVD27laoeY .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-uVD27laoeY .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #515151;
}
.cid-uVD27laoeY .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uVD27laoeY .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-uVD27laoeY .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-uVD27laoeY .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uVD27laoeY .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #515151;
  border-color: #515151;
}
.cid-uVD27laoeY .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uVD27laoeY .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uVD27laoeY .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uVD27laoeY .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uVD27laoeY .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-uVD27laoeY .image-wrapper img {
    height: 350px;
  }
}
.cid-uVD27laoeY .mbr-label {
  color: #2c9698;
}
.cid-uVD27laoeY .mbr-section-title {
  color: #111111;
}
.cid-uVD27laoeY .mbr-section-subtitle {
  color: #42a3df;
}
.cid-uVD27laoeY .mbr-section-title,
.cid-uVD27laoeY .mbr-section-btn {
  color: #2373d6;
}
.cid-uUAz228l9y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUAz228l9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAz228l9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAz228l9y .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAz228l9y .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAz228l9y .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAz228l9y .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #1c56b1;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uUAz228l9y .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAz228l9y .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAz228l9y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #4bd8e1, #1c56b1 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uUAz228l9y .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUAz228l9y .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #1c56b1;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uUAz228l9y .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uUAz228l9y .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uUAz228l9y .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUAz228l9y .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uUAz228l9y .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uUAz228l9y .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uUAz228l9y .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uUAz228l9y .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uUAz228l9y .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uUAz228l9y .mbr-label,
.cid-uUAz228l9y .label-wrapper {
  color: #1c56b1;
  text-align: center;
}
.cid-uUAz228l9y .mbr-section-title,
.cid-uUAz228l9y .title-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uUAz228l9y .mbr-text,
.cid-uUAz228l9y .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAz228l9y .panel-title-edit {
  color: #1c56b1;
}
.cid-uUAz228l9y .panel-text {
  color: #515151;
}
.cid-uUAz228l9y .panel-text,
.cid-uUAz228l9y .panel-body {
  color: #425b72;
}
.cid-uVy8hsbAo3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVy8hsbAo3 .row {
  flex-direction: row-reverse;
}
.cid-uVy8hsbAo3 img {
  display: inline;
}
.cid-uVy8hsbAo3 .si {
  width: 100%;
}
.cid-uVy8hsbAo3 .si img {
  width: auto;
}
.cid-uVy8hsbAo3 .text {
  color: #ffffff;
}
.cid-uVy8hsbAo3 .text,
.cid-uVy8hsbAo3 .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uVy8hsbAo3 .copyright {
  color: #289ac0;
}
.cid-uVy8hsbAo3 .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVy8hsbAo3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVy8hsbAo3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uVy8hsbAo3 .list li {
  margin-bottom: .5rem;
}
.cid-uVy8hsbAo3 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uVy8hsbAo3 .logo {
    margin-top: 2rem;
  }
}
.cid-uVy8hsbAo3 .cont {
  color: #1c56b1;
}
.cid-uVy8hsbAo3 .mbr-section-subtitle {
  color: #1c56b1;
  text-align: center;
}
.cid-uVz4aAsFZs {
  z-index: 1000;
  width: 100%;
}
.cid-uVz4aAsFZs nav.navbar {
  position: fixed;
}
.cid-uVz4aAsFZs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVz4aAsFZs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVz4aAsFZs .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uVz4aAsFZs .dropdown-item:hover,
.cid-uVz4aAsFZs .dropdown-item:focus {
  background: #ffffff !important;
  color: #251e78 !important;
}
.cid-uVz4aAsFZs .dropdown-item:hover span {
  color: white;
}
.cid-uVz4aAsFZs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVz4aAsFZs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVz4aAsFZs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVz4aAsFZs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVz4aAsFZs .nav-link {
  position: relative;
}
.cid-uVz4aAsFZs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVz4aAsFZs .container {
    flex-wrap: nowrap;
  }
}
.cid-uVz4aAsFZs .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVz4aAsFZs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVz4aAsFZs .dropdown-menu,
.cid-uVz4aAsFZs .navbar.opened {
  background: #ffffff !important;
}
.cid-uVz4aAsFZs .nav-item:focus,
.cid-uVz4aAsFZs .nav-link:focus {
  outline: none;
}
.cid-uVz4aAsFZs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVz4aAsFZs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVz4aAsFZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVz4aAsFZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVz4aAsFZs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVz4aAsFZs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVz4aAsFZs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVz4aAsFZs .navbar.opened {
  transition: all 0.3s;
}
.cid-uVz4aAsFZs .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uVz4aAsFZs .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uVz4aAsFZs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVz4aAsFZs .navbar.collapsed {
  justify-content: center;
}
.cid-uVz4aAsFZs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVz4aAsFZs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVz4aAsFZs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uVz4aAsFZs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVz4aAsFZs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVz4aAsFZs .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-uVz4aAsFZs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVz4aAsFZs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVz4aAsFZs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVz4aAsFZs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVz4aAsFZs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVz4aAsFZs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVz4aAsFZs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVz4aAsFZs .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-uVz4aAsFZs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVz4aAsFZs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVz4aAsFZs .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVz4aAsFZs .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-uVz4aAsFZs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVz4aAsFZs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVz4aAsFZs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVz4aAsFZs .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVz4aAsFZs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVz4aAsFZs .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVz4aAsFZs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVz4aAsFZs .navbar-brand .navbar-caption:hover,
.cid-uVz4aAsFZs .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uVz4aAsFZs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVz4aAsFZs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVz4aAsFZs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uVz4aAsFZs .dropdown-item.active,
.cid-uVz4aAsFZs .dropdown-item:active {
  background-color: transparent;
}
.cid-uVz4aAsFZs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVz4aAsFZs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVz4aAsFZs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVz4aAsFZs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVz4aAsFZs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVz4aAsFZs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVz4aAsFZs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVz4aAsFZs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVz4aAsFZs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVz4aAsFZs .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVz4aAsFZs .navbar-buttons {
    text-align: left;
  }
}
.cid-uVz4aAsFZs .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uVz4aAsFZs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVz4aAsFZs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVz4aAsFZs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVz4aAsFZs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVz4aAsFZs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVz4aAsFZs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVz4aAsFZs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVz4aAsFZs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz4aAsFZs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVz4aAsFZs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVz4aAsFZs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz4aAsFZs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVz4aAsFZs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVz4aAsFZs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVz4aAsFZs .navbar {
    height: 70px;
  }
  .cid-uVz4aAsFZs .navbar.opened {
    height: auto;
  }
  .cid-uVz4aAsFZs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVz4aAsFZs .navbar-nav {
  margin: 0 auto;
}
.cid-uVz4aAsFZs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVz4aAsFZs .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uVz4aAsFZs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVz4aAsFZs .nav-item .nav-link:hover {
  background-color: transparent;
  color: #251e78 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uVz4aAsFZs .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVz4aAsFZs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVz4aAsFZs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVz4aAsFZs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVz4aAsFZs .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVz4aAsFZs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVz4aAsFZs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVz4aAsFZs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVz4aAsFZs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVz4aAsFZs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVz4aAsFZs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVz4aAsFZs .content-wrap {
  min-height: 110px;
}
.cid-uVz4ttoefl {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/coolsculting-en-madrid-clinicas-aevo-33.jpg");
}
.cid-uVz4ttoefl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz4ttoefl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz4ttoefl .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVz4ttoefl .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVz4ttoefl .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVz4ttoefl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVz4ttoefl .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uVz4ttoefl .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVz4ttoefl .text-wrapper {
    padding-left: 0;
  }
}
.cid-uVz4ttoefl .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVz4ttoefl .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVz4ttoefl .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVz4ttoefl .mbr-label {
  color: #f5f5f5;
}
.cid-uVz4ttoefl .mbr-section-title {
  color: #1c56b1;
  text-align: left;
}
.cid-uVz4ttoefl .mbr-text {
  color: #ffffff;
}
.cid-uVDh6FUkbn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uVDh6FUkbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDh6FUkbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDh6FUkbn .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVDh6FUkbn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVDh6FUkbn .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVDh6FUkbn .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVDh6FUkbn .mbr-label {
  color: #3f9dcd;
  text-align: center;
}
.cid-uVDh6FUkbn .mbr-section-title {
  color: #ff6d99;
}
.cid-uVDh6FUkbn .mbr-text,
.cid-uVDh6FUkbn .text-wrapper {
  color: #3f9dcd;
  text-align: center;
}
.cid-uVDh6FUkbn .mbr-section-title,
.cid-uVDh6FUkbn .mbr-section-btn {
  text-align: center;
  color: #1c56b1;
}
.cid-uVzlLAX6qA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uVzlLAX6qA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzlLAX6qA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzlLAX6qA .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVzlLAX6qA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVzlLAX6qA .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVzlLAX6qA .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVzlLAX6qA .mbr-label {
  color: #3f9dcd;
  text-align: center;
}
.cid-uVzlLAX6qA .mbr-section-title {
  color: #ff6d99;
}
.cid-uVzlLAX6qA .mbr-text,
.cid-uVzlLAX6qA .text-wrapper {
  color: #3f9dcd;
  text-align: center;
}
.cid-uVzlLAX6qA .mbr-section-title,
.cid-uVzlLAX6qA .mbr-section-btn {
  text-align: center;
  color: #1c56b1;
}
.cid-uVz4aCFxr5 {
  background-image: url("../../../assets/images/coolsculting-en-madrid-clinicas-aevo-36.jpg");
}
.cid-uVz4aCFxr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz4aCFxr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz4aCFxr5 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVz4aCFxr5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVz4aCFxr5 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVz4aCFxr5 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVz4aCFxr5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVz4aCFxr5 .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uVz4aCFxr5 .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uVz4aCFxr5 .mbr-section-title {
  color: #ffffff;
}
.cid-uVz4aCFxr5 .mbr-text {
  color: #ffffff;
}
.cid-uVz4aCFxr5 .mbr-section-title,
.cid-uVz4aCFxr5 .mbr-section-btn {
  color: #1a64c0;
  text-align: left;
}
.cid-uVz4aCFxr5 .mbr-text,
.cid-uVz4aCFxr5 .text-wrapper {
  color: #15437c;
  text-align: left;
}
.cid-uVJ1Erq8Ao {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uVJ1Erq8Ao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVJ1Erq8Ao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVJ1Erq8Ao .row {
  justify-content: center;
}
.cid-uVJ1Erq8Ao .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVJ1Erq8Ao .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVJ1Erq8Ao .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVJ1Erq8Ao .mbr-text {
  color: #fff7ee;
}
.cid-uVJ1Erq8Ao #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVJ1Erq8Ao img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVJbFRqrUB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVJbFRqrUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVJbFRqrUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVJbFRqrUB .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uVJbFRqrUB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVJbFRqrUB .image-wrapper {
  position: sticky;
  top: 30px;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uVJbFRqrUB .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uVJbFRqrUB .image-wrapper img {
  height: 900px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uVJbFRqrUB .image-wrapper img {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-uVJbFRqrUB .image-wrapper img {
    height: 350px;
  }
}
.cid-uVJbFRqrUB .items-wrapper .item .item-wrapper {
  padding: 230px 0;
}
@media (max-width: 992px) {
  .cid-uVJbFRqrUB .items-wrapper .item .item-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uVJbFRqrUB .items-wrapper .item .item-wrapper .card-box .label-wrapper .card-label_1,
.cid-uVJbFRqrUB .items-wrapper .item .item-wrapper .card-box .label-wrapper .card-label_2,
.cid-uVJbFRqrUB .items-wrapper .item .item-wrapper .card-box .label-wrapper .card-label_3 {
  display: inline-flex;
  padding: 3px 10px;
  margin-bottom: 20px;
}
.cid-uVJbFRqrUB .items-wrapper .item .item-wrapper .card-box .label-wrapper .card-label_1 {
  background-color: #9891ff;
}
.cid-uVJbFRqrUB .items-wrapper .item .item-wrapper .card-box .label-wrapper .card-label_2 {
  background-color: #89cdf3;
}
.cid-uVJbFRqrUB .items-wrapper .item .item-wrapper .card-box .label-wrapper .card-label_3 {
  background-color: #d2e534;
}
.cid-uVJbFRqrUB .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uVJbFRqrUB .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uVJbFRqrUB .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uVJbFRqrUB .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 56px;
}
@media (max-width: 992px) {
  .cid-uVJbFRqrUB .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uVJbFRqrUB .mbr-section-title {
  color: #2a6bcd;
  text-align: right;
}
.cid-uVJbFRqrUB .card-label_1 {
  color: #000000;
}
.cid-uVJbFRqrUB .card-label_2 {
  color: #000000;
}
.cid-uVJbFRqrUB .card-label_3 {
  color: #000000;
}
.cid-uVJbFRqrUB .card-title {
  color: #000000;
}
.cid-uVJbFRqrUB .card-text {
  color: #000000;
}
.cid-uVJbFRqrUB .card-title,
.cid-uVJbFRqrUB .mbr-section-btn {
  color: #2a6bcd;
}
.cid-uVJbFRqrUB .card-text,
.cid-uVJbFRqrUB .text-wrapper {
  color: #2a6bcd;
}
.cid-uVz9Ca8dSL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVz9Ca8dSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz9Ca8dSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz9Ca8dSL .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVz9Ca8dSL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVz9Ca8dSL .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVz9Ca8dSL .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #1c56b1;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVz9Ca8dSL .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVz9Ca8dSL .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVz9Ca8dSL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #1c56b1, #3f9dcd 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVz9Ca8dSL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVz9Ca8dSL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVz9Ca8dSL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVz9Ca8dSL .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uVz9Ca8dSL .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVz9Ca8dSL .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uVz9Ca8dSL .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #3f9dcd;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVz9Ca8dSL .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVz9Ca8dSL .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uVz9Ca8dSL .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uVz9Ca8dSL .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVz9Ca8dSL .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uVz9Ca8dSL .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uVz9Ca8dSL .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uVz9Ca8dSL .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#3f9dcd 30%, #ffffff 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uVz9Ca8dSL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVz9Ca8dSL .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVz9Ca8dSL .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uVz9Ca8dSL .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVz9Ca8dSL .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uVz9Ca8dSL .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uVz9Ca8dSL .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uVz9Ca8dSL .card_1 {
    width: 100%;
  }
}
.cid-uVz9Ca8dSL .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uVz9Ca8dSL .card_2 {
    width: 100%;
  }
}
.cid-uVz9Ca8dSL .main-btn {
  margin-top: 12px;
}
.cid-uVz9Ca8dSL .mbr-label,
.cid-uVz9Ca8dSL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVz9Ca8dSL .mbr-section-title,
.cid-uVz9Ca8dSL .title-wrapper {
  color: #000000;
}
.cid-uVz9Ca8dSL .mbr-text,
.cid-uVz9Ca8dSL .text-wrapper {
  color: #425b72;
  text-align: justify;
}
.cid-uVz9Ca8dSL .item-title {
  color: #000000;
}
.cid-uVz9Ca8dSL .item-text {
  color: #15437c;
  text-align: justify;
}
.cid-uVz9Ca8dSL .mbr-section-title,
.cid-uVz9Ca8dSL .title-wrapper,
.cid-uVz9Ca8dSL .main-btn {
  text-align: left;
}
.cid-uVz9Ca8dSL .item-title,
.cid-uVz9Ca8dSL .item-btn,
.cid-uVz9Ca8dSL .icon-wrapper {
  color: #2a6bcd;
}
.cid-uVzcAYzyBx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVzcAYzyBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzcAYzyBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzcAYzyBx .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVzcAYzyBx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVzcAYzyBx .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVzcAYzyBx .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-uVzcAYzyBx .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVzcAYzyBx .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVzcAYzyBx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVzcAYzyBx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVzcAYzyBx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVzcAYzyBx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVzcAYzyBx .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uVzcAYzyBx .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uVzcAYzyBx .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-uVzcAYzyBx .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #3f9dcd;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVzcAYzyBx .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-uVzcAYzyBx .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVzcAYzyBx .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVzcAYzyBx .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVzcAYzyBx .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVzcAYzyBx .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uVzcAYzyBx .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uVzcAYzyBx .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVzcAYzyBx .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-uVzcAYzyBx .mbr-label,
.cid-uVzcAYzyBx .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVzcAYzyBx .mbr-section-title,
.cid-uVzcAYzyBx .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVzcAYzyBx .mbr-text,
.cid-uVzcAYzyBx .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVzcAYzyBx .item-text {
  color: #000000;
}
.cid-uVzcAYzyBx .item-text,
.cid-uVzcAYzyBx .mbr-section-btn {
  text-align: left;
  color: #233c8a;
}
.cid-uVzcQwvgD3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVzcQwvgD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzcQwvgD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzcQwvgD3 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVzcQwvgD3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVzcQwvgD3 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVzcQwvgD3 .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-uVzcQwvgD3 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVzcQwvgD3 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVzcQwvgD3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVzcQwvgD3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVzcQwvgD3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVzcQwvgD3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVzcQwvgD3 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uVzcQwvgD3 .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uVzcQwvgD3 .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-uVzcQwvgD3 .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #3f9dcd;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVzcQwvgD3 .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-uVzcQwvgD3 .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVzcQwvgD3 .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVzcQwvgD3 .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVzcQwvgD3 .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVzcQwvgD3 .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uVzcQwvgD3 .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uVzcQwvgD3 .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVzcQwvgD3 .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-uVzcQwvgD3 .mbr-label,
.cid-uVzcQwvgD3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVzcQwvgD3 .mbr-section-title,
.cid-uVzcQwvgD3 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVzcQwvgD3 .mbr-text,
.cid-uVzcQwvgD3 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVzcQwvgD3 .item-text {
  color: #000000;
}
.cid-uVzcQwvgD3 .item-text,
.cid-uVzcQwvgD3 .mbr-section-btn {
  text-align: right;
  color: #233c8a;
}
.cid-uVzfNIHis5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uVzfNIHis5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzfNIHis5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzfNIHis5 .row {
  justify-content: center;
}
.cid-uVzfNIHis5 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVzfNIHis5 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVzfNIHis5 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVzfNIHis5 .mbr-text {
  color: #fff7ee;
}
.cid-uVzfNIHis5 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVzfNIHis5 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVzfjMl69r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVzfjMl69r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzfjMl69r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzfjMl69r .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVzfjMl69r .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVzfjMl69r .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVzfjMl69r .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVzfjMl69r .mbr-label {
  color: #3f9dcd;
  text-align: center;
}
.cid-uVzfjMl69r .mbr-section-title {
  color: #ff6d99;
}
.cid-uVzfjMl69r .mbr-text,
.cid-uVzfjMl69r .text-wrapper {
  color: #3f9dcd;
  text-align: center;
}
.cid-uVzfjMl69r .mbr-section-title,
.cid-uVzfjMl69r .mbr-section-btn {
  text-align: center;
  color: #1c56b1;
}
.cid-uVz4aE9Ipz {
  background-image: url("../../../assets/images/coolsculting-en-madrid-clinicas-aevo-16.jpg");
}
.cid-uVz4aE9Ipz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz4aE9Ipz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz4aE9Ipz .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uVz4aE9Ipz .image-wrap {
    width: 300px;
  }
}
.cid-uVz9qXD9RK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVz9qXD9RK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz9qXD9RK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz9qXD9RK .col-12 {
  position: relative;
}
.cid-uVz9qXD9RK img {
  max-width: 800px;
  margin: auto;
}
.cid-uVz9qXD9RK .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uVz9qXD9RK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVz9qXD9RK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVz9qXD9RK .image-wrapper {
    padding: 1rem;
  }
}
.cid-uVz9qXD9RK .mbr-section-title {
  color: #000000;
}
.cid-uVz9tSrcd7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uVz9tSrcd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz9tSrcd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz9tSrcd7 .row {
  justify-content: center;
}
.cid-uVz9tSrcd7 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVz9tSrcd7 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVz9tSrcd7 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVz9tSrcd7 .mbr-text {
  color: #fff7ee;
}
.cid-uVz9tSrcd7 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVz9tSrcd7 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVz4aFFQZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uVz4aFFQZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz4aFFQZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz4aFFQZZ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVz4aFFQZZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVz4aFFQZZ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVz4aFFQZZ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #ffffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVz4aFFQZZ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVz4aFFQZZ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVz4aFFQZZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #425b72, #3f9dcd 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVz4aFFQZZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVz4aFFQZZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVz4aFFQZZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVz4aFFQZZ .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uVz4aFFQZZ .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVz4aFFQZZ .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uVz4aFFQZZ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #3f9dcd;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVz4aFFQZZ .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uVz4aFFQZZ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVz4aFFQZZ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVz4aFFQZZ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #3f9dcd;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-uVz4aFFQZZ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #3f9dcd;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-uVz4aFFQZZ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVz4aFFQZZ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVz4aFFQZZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uVz4aFFQZZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVz4aFFQZZ .mbr-label,
.cid-uVz4aFFQZZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVz4aFFQZZ .mbr-section-title,
.cid-uVz4aFFQZZ .title-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uVz4aFFQZZ .mbr-text,
.cid-uVz4aFFQZZ .text-wrapper {
  color: #425b72;
  text-align: right;
}
.cid-uVz4aFFQZZ .item-title {
  color: #000000;
}
.cid-uVz4aFFQZZ .item-text {
  color: #425b72;
}
.cid-uVz4aFFQZZ .item-title,
.cid-uVz4aFFQZZ .mbr-section-btn {
  color: #1c56b1;
}
.cid-uVziEI4K9c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uVziEI4K9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVziEI4K9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVziEI4K9c .row {
  justify-content: center;
}
.cid-uVziEI4K9c .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVziEI4K9c .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVziEI4K9c .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVziEI4K9c .mbr-text {
  color: #fff7ee;
}
.cid-uVziEI4K9c #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVziEI4K9c img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVz4aJyJr8 {
  display: flex;
  background-image: url("../../../assets/images/coolsculting-en-madrid-clinicas-aevo-35.jpg");
}
.cid-uVz4aJyJr8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-uVz4aJyJr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz4aJyJr8 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uVz4aJyJr8 .line {
    margin-bottom: 10rem;
  }
}
.cid-uVz4aJyJr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz4aJyJr8 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uVz4aJyJr8 {
    align-items: flex-end;
  }
  .cid-uVz4aJyJr8 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVz4aJyJr8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVz4aJyJr8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVz4aJyJr8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVz4aJyJr8 .content-wrap {
    width: 100%;
  }
}
.cid-uVz4aJyJr8 .mbr-section-subtitle,
.cid-uVz4aJyJr8 .line {
  color: #ffffff;
}
.cid-uVz4aJyJr8 .mbr-text,
.cid-uVz4aJyJr8 .mbr-section-btn {
  text-align: left;
}
.cid-uVz4aJyJr8 .mbr-section-title {
  text-align: justify;
}
.cid-uVz4aGwQed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uVz4aGwQed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz4aGwQed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz4aGwQed .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVz4aGwQed .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVz4aGwQed .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVz4aGwQed .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-uVz4aGwQed .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVz4aGwQed .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVz4aGwQed .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #53b7eb, #1c56b1 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVz4aGwQed .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVz4aGwQed .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVz4aGwQed .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVz4aGwQed .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 425px;
  max-width: 425px;
}
@media (max-width: 768px) {
  .cid-uVz4aGwQed .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVz4aGwQed .embla__slide .slide-content {
  width: 100%;
}
.cid-uVz4aGwQed .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #1c56b1;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVz4aGwQed .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uVz4aGwQed .embla__slide .slide-content .item-wrapper .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uVz4aGwQed .embla__slide .slide-content .item-wrapper .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uVz4aGwQed .embla__slide .slide-content .item-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
.cid-uVz4aGwQed .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uVz4aGwQed .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uVz4aGwQed .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVz4aGwQed .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVz4aGwQed .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uVz4aGwQed .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-top: 3px solid #1c56b1;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uVz4aGwQed .embla__slide .slide-content .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-uVz4aGwQed .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uVz4aGwQed .embla__button--next,
.cid-uVz4aGwQed .embla__button--prev {
  display: flex;
}
.cid-uVz4aGwQed .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-uVz4aGwQed .embla__button {
    top: 0;
  }
}
.cid-uVz4aGwQed .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uVz4aGwQed .embla__button:disabled {
  background-color: #000000 !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uVz4aGwQed .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVz4aGwQed .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uVz4aGwQed .embla__button.embla__button--next {
  right: 0;
}
.cid-uVz4aGwQed .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uVz4aGwQed .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uVz4aGwQed .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(-90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uVz4aGwQed .embla::before {
    display: none;
  }
}
.cid-uVz4aGwQed .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uVz4aGwQed .embla::after {
    display: none;
  }
}
.cid-uVz4aGwQed .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
}
.cid-uVz4aGwQed .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVz4aGwQed .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVz4aGwQed .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVz4aGwQed .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVz4aGwQed .mbr-label,
.cid-uVz4aGwQed .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVz4aGwQed .mbr-section-title,
.cid-uVz4aGwQed .title-wrapper {
  color: #1c56b1;
  text-align: center;
}
.cid-uVz4aGwQed .mbr-text,
.cid-uVz4aGwQed .text-wrapper {
  color: #425b72;
  text-align: center;
}
.cid-uVz4aGwQed .item-name {
  color: #000000;
}
.cid-uVz4aGwQed .item-role {
  color: #515151;
}
.cid-uVzktkIm7s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uVzktkIm7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzktkIm7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzktkIm7s .row {
  justify-content: center;
}
.cid-uVzktkIm7s .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVzktkIm7s .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVzktkIm7s .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVzktkIm7s .mbr-text {
  color: #fff7ee;
}
.cid-uVzktkIm7s #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVzktkIm7s img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVz4aKqCA9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uVz4aKqCA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz4aKqCA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz4aKqCA9 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVz4aKqCA9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVz4aKqCA9 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVz4aKqCA9 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #1c56b1;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVz4aKqCA9 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVz4aKqCA9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVz4aKqCA9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #4bd8e1, #1c56b1 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVz4aKqCA9 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVz4aKqCA9 .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #1c56b1;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uVz4aKqCA9 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVz4aKqCA9 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVz4aKqCA9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVz4aKqCA9 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uVz4aKqCA9 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uVz4aKqCA9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uVz4aKqCA9 .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uVz4aKqCA9 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uVz4aKqCA9 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uVz4aKqCA9 .mbr-label,
.cid-uVz4aKqCA9 .label-wrapper {
  color: #1c56b1;
  text-align: center;
}
.cid-uVz4aKqCA9 .mbr-section-title,
.cid-uVz4aKqCA9 .title-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uVz4aKqCA9 .mbr-text,
.cid-uVz4aKqCA9 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVz4aKqCA9 .panel-title-edit {
  color: #1c56b1;
}
.cid-uVz4aKqCA9 .panel-text {
  color: #515151;
}
.cid-uVz4aKqCA9 .panel-text,
.cid-uVz4aKqCA9 .panel-body {
  color: #425b72;
}
.cid-uVCY8vu75A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVCY8vu75A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVCY8vu75A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVCY8vu75A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVCY8vu75A .row {
  flex-direction: row-reverse;
}
.cid-uVCY8vu75A img {
  width: 100%;
}
.cid-uVCYeV0c8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVCYeV0c8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVCYeV0c8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVCYeV0c8x .card {
  justify-content: center;
}
.cid-uVCYeV0c8x .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uVCYeV0c8x .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uVCYeV0c8x .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVCYeV0c8x .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uVCYeV0c8x .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVCYeV0c8x .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVCYeV0c8x .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uVCYeV0c8x .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uVCYeV0c8x .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-uVCYeV0c8x .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-uVCYeV0c8x .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #515151;
}
.cid-uVCYeV0c8x .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uVCYeV0c8x .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-uVCYeV0c8x .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-uVCYeV0c8x .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uVCYeV0c8x .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #515151;
  border-color: #515151;
}
.cid-uVCYeV0c8x .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uVCYeV0c8x .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uVCYeV0c8x .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uVCYeV0c8x .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uVCYeV0c8x .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-uVCYeV0c8x .image-wrapper img {
    height: 350px;
  }
}
.cid-uVCYeV0c8x .mbr-label {
  color: #2c9698;
}
.cid-uVCYeV0c8x .mbr-section-title {
  color: #111111;
}
.cid-uVCYeV0c8x .mbr-section-subtitle {
  color: #42a3df;
}
.cid-uVCYeV0c8x .mbr-section-title,
.cid-uVCYeV0c8x .mbr-section-btn {
  color: #2373d6;
}
.cid-uVz4aLm52K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVz4aLm52K .row {
  flex-direction: row-reverse;
}
.cid-uVz4aLm52K img {
  display: inline;
}
.cid-uVz4aLm52K .si {
  width: 100%;
}
.cid-uVz4aLm52K .si img {
  width: auto;
}
.cid-uVz4aLm52K .text {
  color: #ffffff;
}
.cid-uVz4aLm52K .text,
.cid-uVz4aLm52K .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uVz4aLm52K .copyright {
  color: #289ac0;
}
.cid-uVz4aLm52K .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVz4aLm52K .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVz4aLm52K .list {
    margin-bottom: 0rem;
  }
}
.cid-uVz4aLm52K .list li {
  margin-bottom: .5rem;
}
.cid-uVz4aLm52K .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uVz4aLm52K .logo {
    margin-top: 2rem;
  }
}
.cid-uVz4aLm52K .cont {
  color: #1c56b1;
}
.cid-uVz4aLm52K .mbr-section-subtitle {
  color: #1c56b1;
  text-align: center;
}
.cid-uVzpNDBUE4 {
  z-index: 1000;
  width: 100%;
}
.cid-uVzpNDBUE4 nav.navbar {
  position: fixed;
}
.cid-uVzpNDBUE4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzpNDBUE4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVzpNDBUE4 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uVzpNDBUE4 .dropdown-item:hover,
.cid-uVzpNDBUE4 .dropdown-item:focus {
  background: #ffffff !important;
  color: #251e78 !important;
}
.cid-uVzpNDBUE4 .dropdown-item:hover span {
  color: white;
}
.cid-uVzpNDBUE4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVzpNDBUE4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVzpNDBUE4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVzpNDBUE4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVzpNDBUE4 .nav-link {
  position: relative;
}
.cid-uVzpNDBUE4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVzpNDBUE4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uVzpNDBUE4 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVzpNDBUE4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVzpNDBUE4 .dropdown-menu,
.cid-uVzpNDBUE4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVzpNDBUE4 .nav-item:focus,
.cid-uVzpNDBUE4 .nav-link:focus {
  outline: none;
}
.cid-uVzpNDBUE4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVzpNDBUE4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVzpNDBUE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVzpNDBUE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVzpNDBUE4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVzpNDBUE4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVzpNDBUE4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVzpNDBUE4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVzpNDBUE4 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uVzpNDBUE4 .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uVzpNDBUE4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVzpNDBUE4 .navbar.collapsed {
  justify-content: center;
}
.cid-uVzpNDBUE4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVzpNDBUE4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVzpNDBUE4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uVzpNDBUE4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVzpNDBUE4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVzpNDBUE4 .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-uVzpNDBUE4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVzpNDBUE4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVzpNDBUE4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVzpNDBUE4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVzpNDBUE4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVzpNDBUE4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVzpNDBUE4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVzpNDBUE4 .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-uVzpNDBUE4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVzpNDBUE4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVzpNDBUE4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVzpNDBUE4 .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-uVzpNDBUE4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVzpNDBUE4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVzpNDBUE4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVzpNDBUE4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVzpNDBUE4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVzpNDBUE4 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVzpNDBUE4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVzpNDBUE4 .navbar-brand .navbar-caption:hover,
.cid-uVzpNDBUE4 .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uVzpNDBUE4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVzpNDBUE4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVzpNDBUE4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uVzpNDBUE4 .dropdown-item.active,
.cid-uVzpNDBUE4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVzpNDBUE4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVzpNDBUE4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVzpNDBUE4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVzpNDBUE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVzpNDBUE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVzpNDBUE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVzpNDBUE4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVzpNDBUE4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVzpNDBUE4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVzpNDBUE4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVzpNDBUE4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uVzpNDBUE4 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uVzpNDBUE4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVzpNDBUE4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVzpNDBUE4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVzpNDBUE4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVzpNDBUE4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVzpNDBUE4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVzpNDBUE4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVzpNDBUE4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzpNDBUE4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVzpNDBUE4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVzpNDBUE4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVzpNDBUE4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVzpNDBUE4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVzpNDBUE4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVzpNDBUE4 .navbar {
    height: 70px;
  }
  .cid-uVzpNDBUE4 .navbar.opened {
    height: auto;
  }
  .cid-uVzpNDBUE4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVzpNDBUE4 .navbar-nav {
  margin: 0 auto;
}
.cid-uVzpNDBUE4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVzpNDBUE4 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uVzpNDBUE4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVzpNDBUE4 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #251e78 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uVzpNDBUE4 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVzpNDBUE4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVzpNDBUE4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVzpNDBUE4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVzpNDBUE4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVzpNDBUE4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVzpNDBUE4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVzpNDBUE4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVzpNDBUE4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVzpNDBUE4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVzpNDBUE4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVzpNDBUE4 .content-wrap {
  min-height: 110px;
}
.cid-uVztFb3EF3 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/coolsculting-en-madrid-clinicas-aevo-13.jpeg");
}
.cid-uVztFb3EF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVztFb3EF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVztFb3EF3 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVztFb3EF3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVztFb3EF3 .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVztFb3EF3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVztFb3EF3 .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uVztFb3EF3 .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVztFb3EF3 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uVztFb3EF3 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVztFb3EF3 .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVztFb3EF3 .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVztFb3EF3 .mbr-label {
  color: #f5f5f5;
}
.cid-uVztFb3EF3 .mbr-section-title {
  color: #1c56b1;
}
.cid-uVztFb3EF3 .mbr-text {
  color: #ffffff;
}
.cid-uVzzU2zurW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVzzU2zurW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzzU2zurW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzzU2zurW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVzzU2zurW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVzzU2zurW .mbr-text {
  color: #19171c;
}
.cid-uVzzU2zurW .mbr-text,
.cid-uVzzU2zurW .mbr-section-btn,
.cid-uVzzU2zurW .text-wrapper {
  color: #1c56b1;
  text-align: right;
}
.cid-uVzpNEm4FC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/clinicas-de-medicina-estetica-en-madrid-aevo-27.jpeg");
}
.cid-uVzpNEm4FC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpNEm4FC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpNEm4FC .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVzpNEm4FC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVzpNEm4FC .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVzpNEm4FC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVzpNEm4FC .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVzpNEm4FC .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uVzpNEm4FC .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uVzpNEm4FC .mbr-section-title {
  color: #ffffff;
}
.cid-uVzpNEm4FC .mbr-text {
  color: #ffffff;
}
.cid-uVzpNEm4FC .mbr-section-title,
.cid-uVzpNEm4FC .mbr-section-btn {
  color: #1453a1;
  text-align: right;
}
.cid-uVzpNEm4FC .mbr-text,
.cid-uVzpNEm4FC .text-wrapper {
  color: #1c56b1;
  text-align: right;
}
.cid-uVzrNPGqTU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVzrNPGqTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzrNPGqTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzrNPGqTU .items-wrap {
  justify-content: space-between;
}
.cid-uVzrNPGqTU .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVzrNPGqTU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVzrNPGqTU .content-wrapper {
  position: sticky;
  top: 24px;
}
@media (max-width: 992px) {
  .cid-uVzrNPGqTU .content-wrapper {
    position: static;
  }
}
.cid-uVzrNPGqTU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVzrNPGqTU .content-wrapper .mbr-desc {
    margin-bottom: 24px;
  }
}
.cid-uVzrNPGqTU .content-wrapper .mbr-section-subtitle {
  border-top: 1px solid #1c56b1;
  padding-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVzrNPGqTU .content-wrapper .mbr-section-subtitle {
    padding-top: 24px;
    margin-bottom: 24px;
  }
}
.cid-uVzrNPGqTU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px 40px;
}
@media (max-width: 992px) {
  .cid-uVzrNPGqTU .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVzrNPGqTU .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uVzrNPGqTU .items-wrapper .item:nth-child(2n) {
  padding-top: 315px;
}
@media (max-width: 992px) {
  .cid-uVzrNPGqTU .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uVzrNPGqTU .items-wrapper .item .item-wrapper .item-img img {
  height: 650px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uVzrNPGqTU .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVzrNPGqTU .mbr-desc {
  color: #272b2e;
}
.cid-uVzrNPGqTU .mbr-section-title {
  color: #1c56b1;
}
.cid-uVzrNPGqTU .mbr-section-subtitle {
  color: #1c56b1;
  text-align: center;
}
.cid-uVzrNPGqTU .mbr-text,
.cid-uVzrNPGqTU .text-wrapper {
  color: #272b2e;
}
.cid-uVzpNI0ua3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVzpNI0ua3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpNI0ua3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpNI0ua3 .row {
  justify-content: center;
}
.cid-uVzpNI0ua3 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVzpNI0ua3 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVzpNI0ua3 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVzpNI0ua3 .mbr-text {
  color: #fff7ee;
}
.cid-uVzpNI0ua3 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVzpNI0ua3 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVzr9sDBst {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVzr9sDBst .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzr9sDBst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzr9sDBst .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVzr9sDBst .item {
    margin-bottom: 12px;
  }
}
.cid-uVzr9sDBst .item .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uVzr9sDBst .item .item-wrapper .card_1 {
  margin: 80px 0 0 180px;
}
@media (max-width: 1440px) {
  .cid-uVzr9sDBst .item .item-wrapper .card_1 {
    margin: 40px 0 0 120px;
  }
}
@media (max-width: 1200px) {
  .cid-uVzr9sDBst .item .item-wrapper .card_1 {
    margin: 0;
  }
}
.cid-uVzr9sDBst .item .item-wrapper .card_1 img {
  height: 760px;
}
@media (max-width: 992px) {
  .cid-uVzr9sDBst .item .item-wrapper .card_1 img {
    height: 350px;
  }
}
.cid-uVzr9sDBst .item .item-wrapper .card_2 {
  display: flex;
  justify-content: center;
}
.cid-uVzr9sDBst .item .item-wrapper .card_2 img {
  height: 520px;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-uVzr9sDBst .item .item-wrapper .card_2 img {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .cid-uVzr9sDBst .item .item-wrapper .card_2 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uVzr9sDBst .item .item-wrapper .card_2 img {
    height: 350px;
  }
}
.cid-uVzpNEH0on {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVzpNEH0on .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpNEH0on .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpNEH0on .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVzpNEH0on .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVzpNEH0on .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVzpNEH0on .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVzpNEH0on .mbr-label {
  color: #3f9dcd;
  text-align: center;
}
.cid-uVzpNEH0on .mbr-section-title {
  color: #ff6d99;
}
.cid-uVzpNEH0on .mbr-text,
.cid-uVzpNEH0on .text-wrapper {
  color: #3f9dcd;
  text-align: center;
}
.cid-uVzpNEH0on .mbr-section-title,
.cid-uVzpNEH0on .mbr-section-btn {
  text-align: center;
  color: #1c56b1;
}
.cid-uVzu0oRWvt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVzu0oRWvt .item:focus,
.cid-uVzu0oRWvt span:focus {
  outline: none;
}
.cid-uVzu0oRWvt .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uVzu0oRWvt .content-head {
  max-width: 800px;
}
.cid-uVzu0oRWvt .item {
  padding: 10px 0;
  min-height: 90px;
  background-image: linear-gradient(-165deg, #53b7eb, #1c56b1 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .cid-uVzu0oRWvt .item {
    min-height: 45px;
  }
}
.cid-uVzuYZDZaz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVzuYZDZaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzuYZDZaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzuYZDZaz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uVzuYZDZaz .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uVzuYZDZaz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uVzuYZDZaz .container {
    padding: 0 16px;
  }
}
.cid-uVzuYZDZaz .row {
  margin: 0 -20px;
}
.cid-uVzuYZDZaz .item {
  padding: 0 20px;
}
.cid-uVzuYZDZaz .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVzuYZDZaz .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVzpNFxdvs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVzpNFxdvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpNFxdvs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpNFxdvs .row {
  justify-content: center;
}
.cid-uVzpNFxdvs .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVzpNFxdvs .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVzpNFxdvs .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVzpNFxdvs .mbr-text {
  color: #fff7ee;
}
.cid-uVzpNFxdvs #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVzpNFxdvs img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVzpNHxYKB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVzpNHxYKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpNHxYKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpNHxYKB .col-12 {
  position: relative;
}
.cid-uVzpNHxYKB img {
  max-width: 800px;
  margin: auto;
}
.cid-uVzpNHxYKB .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uVzpNHxYKB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVzpNHxYKB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVzpNHxYKB .image-wrapper {
    padding: 1rem;
  }
}
.cid-uVzpNHxYKB .mbr-section-title {
  color: #000000;
}
.cid-uVzpNIphnS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVzpNIphnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpNIphnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpNIphnS .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVzpNIphnS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVzpNIphnS .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVzpNIphnS .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #ffffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVzpNIphnS .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVzpNIphnS .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVzpNIphnS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #425b72, #3f9dcd 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVzpNIphnS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVzpNIphnS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVzpNIphnS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVzpNIphnS .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uVzpNIphnS .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVzpNIphnS .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uVzpNIphnS .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #3f9dcd;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVzpNIphnS .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uVzpNIphnS .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVzpNIphnS .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVzpNIphnS .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #3f9dcd;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-uVzpNIphnS .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #3f9dcd;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-uVzpNIphnS .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVzpNIphnS .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVzpNIphnS .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uVzpNIphnS .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVzpNIphnS .mbr-label,
.cid-uVzpNIphnS .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVzpNIphnS .mbr-section-title,
.cid-uVzpNIphnS .title-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uVzpNIphnS .mbr-text,
.cid-uVzpNIphnS .text-wrapper {
  color: #425b72;
  text-align: right;
}
.cid-uVzpNIphnS .item-title {
  color: #000000;
}
.cid-uVzpNIphnS .item-text {
  color: #425b72;
}
.cid-uVzpNIphnS .item-title,
.cid-uVzpNIphnS .mbr-section-btn {
  color: #1c56b1;
}
.cid-uVzpNIWaHL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVzpNIWaHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpNIWaHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpNIWaHL .row {
  justify-content: center;
}
.cid-uVzpNIWaHL .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVzpNIWaHL .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVzpNIWaHL .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVzpNIWaHL .mbr-text {
  color: #fff7ee;
}
.cid-uVzpNIWaHL #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVzpNIWaHL img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVzpNHaYsF {
  background-image: url("../../../assets/images/1300.jpg");
}
.cid-uVzpNHaYsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpNHaYsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpNHaYsF .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uVzpNHaYsF .image-wrap {
    width: 300px;
  }
}
.cid-uVzAOjZNzh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVzAOjZNzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzAOjZNzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzAOjZNzh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVzAOjZNzh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVzAOjZNzh .mbr-text {
  color: #19171c;
}
.cid-uVzAOjZNzh .mbr-text,
.cid-uVzAOjZNzh .mbr-section-btn,
.cid-uVzAOjZNzh .text-wrapper {
  color: #1c56b1;
  text-align: left;
}
.cid-uVzpNKWr9t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVzpNKWr9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpNKWr9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpNKWr9t .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVzpNKWr9t .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVzpNKWr9t .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVzpNKWr9t .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #1c56b1;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVzpNKWr9t .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVzpNKWr9t .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVzpNKWr9t .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #4bd8e1, #1c56b1 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVzpNKWr9t .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVzpNKWr9t .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #1c56b1;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uVzpNKWr9t .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVzpNKWr9t .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVzpNKWr9t .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVzpNKWr9t .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uVzpNKWr9t .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uVzpNKWr9t .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uVzpNKWr9t .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uVzpNKWr9t .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uVzpNKWr9t .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uVzpNKWr9t .mbr-label,
.cid-uVzpNKWr9t .label-wrapper {
  color: #1c56b1;
  text-align: center;
}
.cid-uVzpNKWr9t .mbr-section-title,
.cid-uVzpNKWr9t .title-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uVzpNKWr9t .mbr-text,
.cid-uVzpNKWr9t .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVzpNKWr9t .panel-title-edit {
  color: #1c56b1;
}
.cid-uVzpNKWr9t .panel-text {
  color: #515151;
}
.cid-uVzpNKWr9t .panel-text,
.cid-uVzpNKWr9t .panel-body {
  color: #425b72;
}
.cid-uVJed6vBKH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVJed6vBKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVJed6vBKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVJed6vBKH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVJed6vBKH .row {
  flex-direction: row-reverse;
}
.cid-uVJed6vBKH img {
  width: 100%;
}
.cid-uVD2wRZpsi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVD2wRZpsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVD2wRZpsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVD2wRZpsi .card {
  justify-content: center;
}
.cid-uVD2wRZpsi .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uVD2wRZpsi .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uVD2wRZpsi .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVD2wRZpsi .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uVD2wRZpsi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVD2wRZpsi .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVD2wRZpsi .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uVD2wRZpsi .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uVD2wRZpsi .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-uVD2wRZpsi .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-uVD2wRZpsi .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #515151;
}
.cid-uVD2wRZpsi .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uVD2wRZpsi .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-uVD2wRZpsi .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-uVD2wRZpsi .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uVD2wRZpsi .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #515151;
  border-color: #515151;
}
.cid-uVD2wRZpsi .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uVD2wRZpsi .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uVD2wRZpsi .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uVD2wRZpsi .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uVD2wRZpsi .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-uVD2wRZpsi .image-wrapper img {
    height: 350px;
  }
}
.cid-uVD2wRZpsi .mbr-label {
  color: #2c9698;
}
.cid-uVD2wRZpsi .mbr-section-title {
  color: #111111;
}
.cid-uVD2wRZpsi .mbr-section-subtitle {
  color: #42a3df;
}
.cid-uVD2wRZpsi .mbr-section-title,
.cid-uVD2wRZpsi .mbr-section-btn {
  color: #2373d6;
}
.cid-uVzpNKvWqN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uVzpNKvWqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzpNKvWqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzpNKvWqN .row {
  justify-content: center;
}
.cid-uVzpNKvWqN .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVzpNKvWqN .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVzpNKvWqN .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVzpNKvWqN .mbr-text {
  color: #fff7ee;
}
.cid-uVzpNKvWqN #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVzpNKvWqN img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVzpNLwOxD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVzpNLwOxD .row {
  flex-direction: row-reverse;
}
.cid-uVzpNLwOxD img {
  display: inline;
}
.cid-uVzpNLwOxD .si {
  width: 100%;
}
.cid-uVzpNLwOxD .si img {
  width: auto;
}
.cid-uVzpNLwOxD .text {
  color: #ffffff;
}
.cid-uVzpNLwOxD .text,
.cid-uVzpNLwOxD .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uVzpNLwOxD .copyright {
  color: #289ac0;
}
.cid-uVzpNLwOxD .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVzpNLwOxD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVzpNLwOxD .list {
    margin-bottom: 0rem;
  }
}
.cid-uVzpNLwOxD .list li {
  margin-bottom: .5rem;
}
.cid-uVzpNLwOxD .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uVzpNLwOxD .logo {
    margin-top: 2rem;
  }
}
.cid-uVzpNLwOxD .cont {
  color: #1c56b1;
}
.cid-uVzpNLwOxD .mbr-section-subtitle {
  color: #1c56b1;
  text-align: center;
}
.cid-uVD30ofsfi {
  z-index: 1000;
  width: 100%;
}
.cid-uVD30ofsfi nav.navbar {
  position: fixed;
}
.cid-uVD30ofsfi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVD30ofsfi .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVD30ofsfi .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uVD30ofsfi .dropdown-item:hover,
.cid-uVD30ofsfi .dropdown-item:focus {
  background: #ffffff !important;
  color: #251e78 !important;
}
.cid-uVD30ofsfi .dropdown-item:hover span {
  color: white;
}
.cid-uVD30ofsfi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVD30ofsfi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVD30ofsfi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVD30ofsfi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVD30ofsfi .nav-link {
  position: relative;
}
.cid-uVD30ofsfi .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVD30ofsfi .container {
    flex-wrap: nowrap;
  }
}
.cid-uVD30ofsfi .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVD30ofsfi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVD30ofsfi .dropdown-menu,
.cid-uVD30ofsfi .navbar.opened {
  background: #ffffff !important;
}
.cid-uVD30ofsfi .nav-item:focus,
.cid-uVD30ofsfi .nav-link:focus {
  outline: none;
}
.cid-uVD30ofsfi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVD30ofsfi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVD30ofsfi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVD30ofsfi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVD30ofsfi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVD30ofsfi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVD30ofsfi .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVD30ofsfi .navbar.opened {
  transition: all 0.3s;
}
.cid-uVD30ofsfi .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uVD30ofsfi .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uVD30ofsfi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVD30ofsfi .navbar.collapsed {
  justify-content: center;
}
.cid-uVD30ofsfi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVD30ofsfi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVD30ofsfi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uVD30ofsfi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVD30ofsfi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVD30ofsfi .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-uVD30ofsfi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVD30ofsfi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVD30ofsfi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVD30ofsfi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVD30ofsfi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVD30ofsfi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVD30ofsfi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVD30ofsfi .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-uVD30ofsfi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVD30ofsfi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVD30ofsfi .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVD30ofsfi .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-uVD30ofsfi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVD30ofsfi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVD30ofsfi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVD30ofsfi .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVD30ofsfi .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVD30ofsfi .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVD30ofsfi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVD30ofsfi .navbar-brand .navbar-caption:hover,
.cid-uVD30ofsfi .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uVD30ofsfi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVD30ofsfi .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVD30ofsfi .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uVD30ofsfi .dropdown-item.active,
.cid-uVD30ofsfi .dropdown-item:active {
  background-color: transparent;
}
.cid-uVD30ofsfi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVD30ofsfi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVD30ofsfi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVD30ofsfi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVD30ofsfi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVD30ofsfi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVD30ofsfi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVD30ofsfi ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVD30ofsfi ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVD30ofsfi .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVD30ofsfi .navbar-buttons {
    text-align: left;
  }
}
.cid-uVD30ofsfi .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uVD30ofsfi .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVD30ofsfi button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVD30ofsfi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVD30ofsfi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVD30ofsfi button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVD30ofsfi button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVD30ofsfi button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVD30ofsfi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVD30ofsfi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVD30ofsfi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVD30ofsfi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVD30ofsfi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVD30ofsfi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVD30ofsfi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVD30ofsfi .navbar {
    height: 70px;
  }
  .cid-uVD30ofsfi .navbar.opened {
    height: auto;
  }
  .cid-uVD30ofsfi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVD30ofsfi .navbar-nav {
  margin: 0 auto;
}
.cid-uVD30ofsfi .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVD30ofsfi .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uVD30ofsfi .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVD30ofsfi .nav-item .nav-link:hover {
  background-color: transparent;
  color: #251e78 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uVD30ofsfi .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVD30ofsfi .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVD30ofsfi .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVD30ofsfi .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVD30ofsfi .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVD30ofsfi .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVD30ofsfi .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVD30ofsfi .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVD30ofsfi .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVD30ofsfi .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVD30ofsfi .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVD30ofsfi .content-wrap {
  min-height: 110px;
}
.cid-uVD6DgTDb1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVD6DgTDb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVD6DgTDb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVD6DgTDb1 .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uVD6DgTDb1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVD6DgTDb1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uVD6DgTDb1 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uVD6DgTDb1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVD6DgTDb1 .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uVD6DgTDb1 .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uVD6DgTDb1 .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVD6DgTDb1 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uVD6DgTDb1 .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uVD6DgTDb1 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uVD6DgTDb1 .mbr-section-title {
  color: #c10b02;
}
.cid-uVD6DgTDb1 .mbr-text,
.cid-uVD6DgTDb1 .text-wrapper {
  color: #2373d6;
  text-align: center;
}
.cid-uVD6DgTDb1 .mbr-desc {
  color: #2373d6;
  text-align: center;
}
.cid-uVD6DgTDb1 .mbr-section-title,
.cid-uVD6DgTDb1 .mbr-section-btn {
  text-align: center;
  color: #2373d6;
}
.cid-uVD7V1SHqY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uVD7V1SHqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVD7V1SHqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVD7V1SHqY .card-wrapper {
  border: 2px solid #2373d6;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVD7V1SHqY .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVD7V1SHqY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uVD7V1SHqY .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVD7V1SHqY .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uVD7V1SHqY .google-map {
  height: 100%;
  position: relative;
}
.cid-uVD7V1SHqY .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVD7V1SHqY .google-map iframe {
    min-height: 350px;
  }
}
.cid-uVD7V1SHqY .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uVD7V1SHqY .google-map[data-state] {
  background: #ffffff;
}
.cid-uVD7V1SHqY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVD7V1SHqY ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uVD7V1SHqY .content-head {
  max-width: 800px;
}
.cid-uVD7V1SHqY .mbr-section-title {
  color: #1a64c0;
}
.cid-uVD7V1SHqY .cardTitle {
  color: #1a64c0;
}
.cid-uVD7V1SHqY .list,
.cid-uVD7V1SHqY .item-wrap {
  color: #425b72;
}
.cid-uVD30qi44E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVD30qi44E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVD30qi44E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVD30qi44E .row {
  justify-content: center;
}
.cid-uVD30qi44E .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVD30qi44E .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVD30qi44E .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVD30qi44E .mbr-text {
  color: #fff7ee;
}
.cid-uVD30qi44E #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVD30qi44E img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVDb5yImJu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uVDb5yImJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDb5yImJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDb5yImJu .card-wrapper {
  border: 2px solid #2373d6;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVDb5yImJu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVDb5yImJu .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uVDb5yImJu .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVDb5yImJu .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uVDb5yImJu .google-map {
  height: 100%;
  position: relative;
}
.cid-uVDb5yImJu .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVDb5yImJu .google-map iframe {
    min-height: 350px;
  }
}
.cid-uVDb5yImJu .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uVDb5yImJu .google-map[data-state] {
  background: #ffffff;
}
.cid-uVDb5yImJu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVDb5yImJu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uVDb5yImJu .content-head {
  max-width: 800px;
}
.cid-uVDb5yImJu .mbr-section-title {
  color: #1a64c0;
}
.cid-uVDb5yImJu .cardTitle {
  color: #1a64c0;
}
.cid-uVDb5yImJu .list,
.cid-uVDb5yImJu .item-wrap {
  color: #425b72;
}
.cid-uVDcmv8IwX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVDcmv8IwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDcmv8IwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDcmv8IwX .row {
  justify-content: center;
}
.cid-uVDcmv8IwX .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVDcmv8IwX .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVDcmv8IwX .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVDcmv8IwX .mbr-text {
  color: #fff7ee;
}
.cid-uVDcmv8IwX #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVDcmv8IwX img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVDbJaIrnj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uVDbJaIrnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDbJaIrnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDbJaIrnj .card-wrapper {
  border: 2px solid #2373d6;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVDbJaIrnj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVDbJaIrnj .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uVDbJaIrnj .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVDbJaIrnj .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uVDbJaIrnj .google-map {
  height: 100%;
  position: relative;
}
.cid-uVDbJaIrnj .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVDbJaIrnj .google-map iframe {
    min-height: 350px;
  }
}
.cid-uVDbJaIrnj .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uVDbJaIrnj .google-map[data-state] {
  background: #ffffff;
}
.cid-uVDbJaIrnj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVDbJaIrnj ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uVDbJaIrnj .content-head {
  max-width: 800px;
}
.cid-uVDbJaIrnj .mbr-section-title {
  color: #1a64c0;
}
.cid-uVDbJaIrnj .cardTitle {
  color: #1a64c0;
}
.cid-uVDbJaIrnj .list,
.cid-uVDbJaIrnj .item-wrap {
  color: #425b72;
}
.cid-uVD30r1mUl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVD30r1mUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVD30r1mUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVD30r1mUl .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVD30r1mUl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVD30r1mUl .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVD30r1mUl .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVD30r1mUl .mbr-label {
  color: #3f9dcd;
  text-align: center;
}
.cid-uVD30r1mUl .mbr-section-title {
  color: #ff6d99;
}
.cid-uVD30r1mUl .mbr-text,
.cid-uVD30r1mUl .text-wrapper {
  color: #3f9dcd;
  text-align: center;
}
.cid-uVD30r1mUl .mbr-section-title,
.cid-uVD30r1mUl .mbr-section-btn {
  text-align: center;
  color: #1c56b1;
}
.cid-uVD30sCHJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVD30sCHJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVD30sCHJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVD30sCHJb .col-12 {
  position: relative;
}
.cid-uVD30sCHJb img {
  max-width: 800px;
  margin: auto;
}
.cid-uVD30sCHJb .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uVD30sCHJb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVD30sCHJb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVD30sCHJb .image-wrapper {
    padding: 1rem;
  }
}
.cid-uVD30sCHJb .mbr-section-title {
  color: #000000;
}
.cid-uVD30tzJqH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVD30tzJqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVD30tzJqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVD30tzJqH .row {
  justify-content: center;
}
.cid-uVD30tzJqH .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVD30tzJqH .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVD30tzJqH .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVD30tzJqH .mbr-text {
  color: #fff7ee;
}
.cid-uVD30tzJqH #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVD30tzJqH img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVD30u1CXU {
  background-image: url("../../../assets/images/coolsculting-en-madrid-clinicas-aevo-32.jpg");
}
.cid-uVD30u1CXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVD30u1CXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVD30u1CXU .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uVD30u1CXU .image-wrap {
    width: 300px;
  }
}
.cid-uVD30vY7FF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVD30vY7FF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVD30vY7FF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVD30vY7FF .row {
  justify-content: center;
}
.cid-uVD30vY7FF .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVD30vY7FF .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVD30vY7FF .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVD30vY7FF .mbr-text {
  color: #fff7ee;
}
.cid-uVD30vY7FF #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVD30vY7FF img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uX4EHsSVdQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX4EHsSVdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4EHsSVdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uX4EHsSVdQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX4EHsSVdQ .row {
  flex-direction: row-reverse;
}
.cid-uX4EHsSVdQ img {
  width: 100%;
}
.cid-uVDBLvS6l2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVDBLvS6l2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDBLvS6l2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDBLvS6l2 .card {
  justify-content: center;
}
.cid-uVDBLvS6l2 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uVDBLvS6l2 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uVDBLvS6l2 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVDBLvS6l2 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uVDBLvS6l2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVDBLvS6l2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVDBLvS6l2 .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uVDBLvS6l2 .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uVDBLvS6l2 .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-uVDBLvS6l2 .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-uVDBLvS6l2 .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #515151;
}
.cid-uVDBLvS6l2 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uVDBLvS6l2 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-uVDBLvS6l2 .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-uVDBLvS6l2 .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uVDBLvS6l2 .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #515151;
  border-color: #515151;
}
.cid-uVDBLvS6l2 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uVDBLvS6l2 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uVDBLvS6l2 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uVDBLvS6l2 .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uVDBLvS6l2 .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-uVDBLvS6l2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVDBLvS6l2 .mbr-label {
  color: #2c9698;
}
.cid-uVDBLvS6l2 .mbr-section-title {
  color: #111111;
}
.cid-uVDBLvS6l2 .mbr-section-subtitle {
  color: #42a3df;
}
.cid-uVDBLvS6l2 .mbr-section-title,
.cid-uVDBLvS6l2 .mbr-section-btn {
  color: #2373d6;
}
.cid-uVD30wrlmI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVD30wrlmI .row {
  flex-direction: row-reverse;
}
.cid-uVD30wrlmI img {
  display: inline;
}
.cid-uVD30wrlmI .si {
  width: 100%;
}
.cid-uVD30wrlmI .si img {
  width: auto;
}
.cid-uVD30wrlmI .text {
  color: #ffffff;
}
.cid-uVD30wrlmI .text,
.cid-uVD30wrlmI .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uVD30wrlmI .copyright {
  color: #289ac0;
}
.cid-uVD30wrlmI .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVD30wrlmI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVD30wrlmI .list {
    margin-bottom: 0rem;
  }
}
.cid-uVD30wrlmI .list li {
  margin-bottom: .5rem;
}
.cid-uVD30wrlmI .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uVD30wrlmI .logo {
    margin-top: 2rem;
  }
}
.cid-uVD30wrlmI .cont {
  color: #1c56b1;
}
.cid-uVD30wrlmI .mbr-section-subtitle {
  color: #1c56b1;
  text-align: center;
}
.cid-uVz4aAsFZs {
  z-index: 1000;
  width: 100%;
}
.cid-uVz4aAsFZs nav.navbar {
  position: fixed;
}
.cid-uVz4aAsFZs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVz4aAsFZs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVz4aAsFZs .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uVz4aAsFZs .dropdown-item:hover,
.cid-uVz4aAsFZs .dropdown-item:focus {
  background: #ffffff !important;
  color: #251e78 !important;
}
.cid-uVz4aAsFZs .dropdown-item:hover span {
  color: white;
}
.cid-uVz4aAsFZs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVz4aAsFZs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVz4aAsFZs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVz4aAsFZs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVz4aAsFZs .nav-link {
  position: relative;
}
.cid-uVz4aAsFZs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVz4aAsFZs .container {
    flex-wrap: nowrap;
  }
}
.cid-uVz4aAsFZs .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVz4aAsFZs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVz4aAsFZs .dropdown-menu,
.cid-uVz4aAsFZs .navbar.opened {
  background: #ffffff !important;
}
.cid-uVz4aAsFZs .nav-item:focus,
.cid-uVz4aAsFZs .nav-link:focus {
  outline: none;
}
.cid-uVz4aAsFZs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVz4aAsFZs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVz4aAsFZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVz4aAsFZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVz4aAsFZs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVz4aAsFZs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVz4aAsFZs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVz4aAsFZs .navbar.opened {
  transition: all 0.3s;
}
.cid-uVz4aAsFZs .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uVz4aAsFZs .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uVz4aAsFZs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVz4aAsFZs .navbar.collapsed {
  justify-content: center;
}
.cid-uVz4aAsFZs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVz4aAsFZs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVz4aAsFZs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uVz4aAsFZs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVz4aAsFZs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVz4aAsFZs .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-uVz4aAsFZs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVz4aAsFZs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVz4aAsFZs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVz4aAsFZs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVz4aAsFZs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVz4aAsFZs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVz4aAsFZs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVz4aAsFZs .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-uVz4aAsFZs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVz4aAsFZs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVz4aAsFZs .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVz4aAsFZs .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-uVz4aAsFZs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVz4aAsFZs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVz4aAsFZs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVz4aAsFZs .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVz4aAsFZs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVz4aAsFZs .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVz4aAsFZs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVz4aAsFZs .navbar-brand .navbar-caption:hover,
.cid-uVz4aAsFZs .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uVz4aAsFZs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVz4aAsFZs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVz4aAsFZs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uVz4aAsFZs .dropdown-item.active,
.cid-uVz4aAsFZs .dropdown-item:active {
  background-color: transparent;
}
.cid-uVz4aAsFZs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVz4aAsFZs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVz4aAsFZs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVz4aAsFZs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVz4aAsFZs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVz4aAsFZs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVz4aAsFZs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVz4aAsFZs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVz4aAsFZs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVz4aAsFZs .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVz4aAsFZs .navbar-buttons {
    text-align: left;
  }
}
.cid-uVz4aAsFZs .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uVz4aAsFZs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVz4aAsFZs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVz4aAsFZs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVz4aAsFZs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVz4aAsFZs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVz4aAsFZs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVz4aAsFZs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVz4aAsFZs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz4aAsFZs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVz4aAsFZs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVz4aAsFZs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVz4aAsFZs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVz4aAsFZs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVz4aAsFZs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVz4aAsFZs .navbar {
    height: 70px;
  }
  .cid-uVz4aAsFZs .navbar.opened {
    height: auto;
  }
  .cid-uVz4aAsFZs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVz4aAsFZs .navbar-nav {
  margin: 0 auto;
}
.cid-uVz4aAsFZs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVz4aAsFZs .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uVz4aAsFZs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVz4aAsFZs .nav-item .nav-link:hover {
  background-color: transparent;
  color: #251e78 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uVz4aAsFZs .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVz4aAsFZs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVz4aAsFZs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVz4aAsFZs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVz4aAsFZs .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVz4aAsFZs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVz4aAsFZs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVz4aAsFZs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVz4aAsFZs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVz4aAsFZs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVz4aAsFZs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVz4aAsFZs .content-wrap {
  min-height: 110px;
}
.cid-uVDktub1Z2 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/coolsculting-en-madrid-clinicas-aevo-1.jpg");
}
.cid-uVDktub1Z2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uVDktub1Z2 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uVDktub1Z2 .card .card-header {
  background: #42a3df;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uVDktub1Z2 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uVDktub1Z2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uVDktub1Z2 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVDktub1Z2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-uVDktub1Z2 .card .panel-body {
  background: #ffffff;
}
.cid-uVDktub1Z2 .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVDktub1Z2 .card-header h4,
  .cid-uVDktub1Z2 .panel-body {
    padding: 1rem !important;
  }
}
.cid-uVDktub1Z2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDktub1Z2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDktub1Z2 H2 {
  color: #2373d6;
}
.cid-uVDktub1Z2 .mbr-section-subtitle,
.cid-uVDktub1Z2 .underline {
  color: #2a6bcd;
}
.cid-uVDprp8Il3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVDprp8Il3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDprp8Il3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVDprp8Il3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVDprp8Il3 .row {
  flex-direction: row-reverse;
}
.cid-uVDprp8Il3 img {
  width: 100%;
}
.cid-uVz4aLm52K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVz4aLm52K .row {
  flex-direction: row-reverse;
}
.cid-uVz4aLm52K img {
  display: inline;
}
.cid-uVz4aLm52K .si {
  width: 100%;
}
.cid-uVz4aLm52K .si img {
  width: auto;
}
.cid-uVz4aLm52K .text {
  color: #ffffff;
}
.cid-uVz4aLm52K .text,
.cid-uVz4aLm52K .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uVz4aLm52K .copyright {
  color: #289ac0;
}
.cid-uVz4aLm52K .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVz4aLm52K .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVz4aLm52K .list {
    margin-bottom: 0rem;
  }
}
.cid-uVz4aLm52K .list li {
  margin-bottom: .5rem;
}
.cid-uVz4aLm52K .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uVz4aLm52K .logo {
    margin-top: 2rem;
  }
}
.cid-uVz4aLm52K .cont {
  color: #1c56b1;
}
.cid-uVz4aLm52K .mbr-section-subtitle {
  color: #1c56b1;
  text-align: center;
}
.cid-uVDptfqlGR {
  z-index: 1000;
  width: 100%;
}
.cid-uVDptfqlGR nav.navbar {
  position: fixed;
}
.cid-uVDptfqlGR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVDptfqlGR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVDptfqlGR .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uVDptfqlGR .dropdown-item:hover,
.cid-uVDptfqlGR .dropdown-item:focus {
  background: #ffffff !important;
  color: #251e78 !important;
}
.cid-uVDptfqlGR .dropdown-item:hover span {
  color: white;
}
.cid-uVDptfqlGR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVDptfqlGR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVDptfqlGR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVDptfqlGR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVDptfqlGR .nav-link {
  position: relative;
}
.cid-uVDptfqlGR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVDptfqlGR .container {
    flex-wrap: nowrap;
  }
}
.cid-uVDptfqlGR .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVDptfqlGR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVDptfqlGR .dropdown-menu,
.cid-uVDptfqlGR .navbar.opened {
  background: #ffffff !important;
}
.cid-uVDptfqlGR .nav-item:focus,
.cid-uVDptfqlGR .nav-link:focus {
  outline: none;
}
.cid-uVDptfqlGR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVDptfqlGR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVDptfqlGR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVDptfqlGR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVDptfqlGR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVDptfqlGR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVDptfqlGR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVDptfqlGR .navbar.opened {
  transition: all 0.3s;
}
.cid-uVDptfqlGR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uVDptfqlGR .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uVDptfqlGR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVDptfqlGR .navbar.collapsed {
  justify-content: center;
}
.cid-uVDptfqlGR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVDptfqlGR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVDptfqlGR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uVDptfqlGR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVDptfqlGR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVDptfqlGR .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-uVDptfqlGR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVDptfqlGR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVDptfqlGR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVDptfqlGR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVDptfqlGR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVDptfqlGR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVDptfqlGR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVDptfqlGR .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-uVDptfqlGR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVDptfqlGR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVDptfqlGR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVDptfqlGR .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-uVDptfqlGR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVDptfqlGR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVDptfqlGR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVDptfqlGR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVDptfqlGR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVDptfqlGR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVDptfqlGR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVDptfqlGR .navbar-brand .navbar-caption:hover,
.cid-uVDptfqlGR .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uVDptfqlGR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVDptfqlGR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVDptfqlGR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uVDptfqlGR .dropdown-item.active,
.cid-uVDptfqlGR .dropdown-item:active {
  background-color: transparent;
}
.cid-uVDptfqlGR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVDptfqlGR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVDptfqlGR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVDptfqlGR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVDptfqlGR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVDptfqlGR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVDptfqlGR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVDptfqlGR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVDptfqlGR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVDptfqlGR .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVDptfqlGR .navbar-buttons {
    text-align: left;
  }
}
.cid-uVDptfqlGR .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uVDptfqlGR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVDptfqlGR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVDptfqlGR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVDptfqlGR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVDptfqlGR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVDptfqlGR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVDptfqlGR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVDptfqlGR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVDptfqlGR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVDptfqlGR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVDptfqlGR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVDptfqlGR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVDptfqlGR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVDptfqlGR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVDptfqlGR .navbar {
    height: 70px;
  }
  .cid-uVDptfqlGR .navbar.opened {
    height: auto;
  }
  .cid-uVDptfqlGR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVDptfqlGR .navbar-nav {
  margin: 0 auto;
}
.cid-uVDptfqlGR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVDptfqlGR .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uVDptfqlGR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVDptfqlGR .nav-item .nav-link:hover {
  background-color: transparent;
  color: #251e78 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uVDptfqlGR .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVDptfqlGR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVDptfqlGR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVDptfqlGR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVDptfqlGR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVDptfqlGR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVDptfqlGR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVDptfqlGR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVDptfqlGR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVDptfqlGR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVDptfqlGR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVDptfqlGR .content-wrap {
  min-height: 110px;
}
.cid-uVDqUkljZb {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uVDqUkljZb .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uVDqUkljZb .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uVDqUkljZb .card .card-header {
  background: #2373d6;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uVDqUkljZb .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uVDqUkljZb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uVDqUkljZb .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVDqUkljZb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-uVDqUkljZb .card .panel-body {
  background: #ffffff;
}
.cid-uVDqUkljZb .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVDqUkljZb .card-header h4,
  .cid-uVDqUkljZb .panel-body {
    padding: 1rem !important;
  }
}
.cid-uVDqUkljZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDqUkljZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDqUkljZb H2 {
  color: #2373d6;
}
.cid-uVDqUkljZb .mbr-section-subtitle,
.cid-uVDqUkljZb .underline {
  color: #1a64c0;
}
.cid-uVDptgoN72 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVDptgoN72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDptgoN72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVDptgoN72 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVDptgoN72 .row {
  flex-direction: row-reverse;
}
.cid-uVDptgoN72 img {
  width: 100%;
}
.cid-uVDptgN1Os {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVDptgN1Os .row {
  flex-direction: row-reverse;
}
.cid-uVDptgN1Os img {
  display: inline;
}
.cid-uVDptgN1Os .si {
  width: 100%;
}
.cid-uVDptgN1Os .si img {
  width: auto;
}
.cid-uVDptgN1Os .text {
  color: #ffffff;
}
.cid-uVDptgN1Os .text,
.cid-uVDptgN1Os .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uVDptgN1Os .copyright {
  color: #289ac0;
}
.cid-uVDptgN1Os .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVDptgN1Os .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVDptgN1Os .list {
    margin-bottom: 0rem;
  }
}
.cid-uVDptgN1Os .list li {
  margin-bottom: .5rem;
}
.cid-uVDptgN1Os .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uVDptgN1Os .logo {
    margin-top: 2rem;
  }
}
.cid-uVDptgN1Os .cont {
  color: #1c56b1;
}
.cid-uVDptgN1Os .mbr-section-subtitle {
  color: #1c56b1;
  text-align: center;
}
.cid-uUAyJSzelt {
  z-index: 1000;
  width: 100%;
}
.cid-uUAyJSzelt nav.navbar {
  position: fixed;
}
.cid-uUAyJSzelt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUAyJSzelt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUAyJSzelt .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uUAyJSzelt .dropdown-item:hover,
.cid-uUAyJSzelt .dropdown-item:focus {
  background: #ffffff !important;
  color: #251e78 !important;
}
.cid-uUAyJSzelt .dropdown-item:hover span {
  color: white;
}
.cid-uUAyJSzelt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUAyJSzelt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUAyJSzelt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUAyJSzelt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUAyJSzelt .nav-link {
  position: relative;
}
.cid-uUAyJSzelt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uUAyJSzelt .container {
    flex-wrap: nowrap;
  }
}
.cid-uUAyJSzelt .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUAyJSzelt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUAyJSzelt .dropdown-menu,
.cid-uUAyJSzelt .navbar.opened {
  background: #ffffff !important;
}
.cid-uUAyJSzelt .nav-item:focus,
.cid-uUAyJSzelt .nav-link:focus {
  outline: none;
}
.cid-uUAyJSzelt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUAyJSzelt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUAyJSzelt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUAyJSzelt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUAyJSzelt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUAyJSzelt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUAyJSzelt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uUAyJSzelt .navbar.opened {
  transition: all 0.3s;
}
.cid-uUAyJSzelt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uUAyJSzelt .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uUAyJSzelt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUAyJSzelt .navbar.collapsed {
  justify-content: center;
}
.cid-uUAyJSzelt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUAyJSzelt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUAyJSzelt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUAyJSzelt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUAyJSzelt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUAyJSzelt .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-uUAyJSzelt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUAyJSzelt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUAyJSzelt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUAyJSzelt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUAyJSzelt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUAyJSzelt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUAyJSzelt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUAyJSzelt .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-uUAyJSzelt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUAyJSzelt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUAyJSzelt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uUAyJSzelt .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-uUAyJSzelt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUAyJSzelt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUAyJSzelt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUAyJSzelt .navbar.navbar-short {
  min-height: 96px;
}
.cid-uUAyJSzelt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uUAyJSzelt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUAyJSzelt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUAyJSzelt .navbar-brand .navbar-caption:hover,
.cid-uUAyJSzelt .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uUAyJSzelt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUAyJSzelt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUAyJSzelt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uUAyJSzelt .dropdown-item.active,
.cid-uUAyJSzelt .dropdown-item:active {
  background-color: transparent;
}
.cid-uUAyJSzelt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUAyJSzelt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUAyJSzelt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUAyJSzelt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUAyJSzelt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUAyJSzelt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUAyJSzelt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUAyJSzelt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUAyJSzelt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUAyJSzelt .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uUAyJSzelt .navbar-buttons {
    text-align: left;
  }
}
.cid-uUAyJSzelt .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uUAyJSzelt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUAyJSzelt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUAyJSzelt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUAyJSzelt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUAyJSzelt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUAyJSzelt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUAyJSzelt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUAyJSzelt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUAyJSzelt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUAyJSzelt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUAyJSzelt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUAyJSzelt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUAyJSzelt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUAyJSzelt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUAyJSzelt .navbar {
    height: 70px;
  }
  .cid-uUAyJSzelt .navbar.opened {
    height: auto;
  }
  .cid-uUAyJSzelt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUAyJSzelt .navbar-nav {
  margin: 0 auto;
}
.cid-uUAyJSzelt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUAyJSzelt .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUAyJSzelt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUAyJSzelt .nav-item .nav-link:hover {
  background-color: transparent;
  color: #251e78 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uUAyJSzelt .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uUAyJSzelt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUAyJSzelt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUAyJSzelt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUAyJSzelt .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUAyJSzelt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUAyJSzelt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUAyJSzelt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUAyJSzelt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUAyJSzelt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUAyJSzelt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUAyJSzelt .content-wrap {
  min-height: 110px;
}
.cid-uVKpzkUEpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKpzkUEpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uVKpzkUEpv .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVKpzkUEpv .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-uVKpzkUEpv .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVKpzkUEpv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVKpzkUEpv .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uVKpzkUEpv .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-uVKpzkUEpv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVKpzkUEpv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uVKpzkUEpv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVKpzkUEpv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVKpzkUEpv .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uVKpzkUEpv .mbr-label,
.cid-uVKpzkUEpv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVKpzkUEpv .mbr-section-title {
  color: #000000;
}
.cid-uVKpzkUEpv .mbr-text,
.cid-uVKpzkUEpv .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVKpzkUEpv .mbr-section-title,
.cid-uVKpzkUEpv .title-wrapper,
.cid-uVKpzkUEpv .mbr-section-btn,
.cid-uVKpzkUEpv .logo-wrapper {
  text-align: center;
}
.cid-uVy8hsbAo3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVy8hsbAo3 .row {
  flex-direction: row-reverse;
}
.cid-uVy8hsbAo3 img {
  display: inline;
}
.cid-uVy8hsbAo3 .si {
  width: 100%;
}
.cid-uVy8hsbAo3 .si img {
  width: auto;
}
.cid-uVy8hsbAo3 .text {
  color: #ffffff;
}
.cid-uVy8hsbAo3 .text,
.cid-uVy8hsbAo3 .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uVy8hsbAo3 .copyright {
  color: #289ac0;
}
.cid-uVy8hsbAo3 .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVy8hsbAo3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVy8hsbAo3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uVy8hsbAo3 .list li {
  margin-bottom: .5rem;
}
.cid-uVy8hsbAo3 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uVy8hsbAo3 .logo {
    margin-top: 2rem;
  }
}
.cid-uVy8hsbAo3 .cont {
  color: #1c56b1;
}
.cid-uVy8hsbAo3 .mbr-section-subtitle {
  color: #1c56b1;
  text-align: center;
}
.cid-uXO9Gp2q8d {
  z-index: 1000;
  width: 100%;
}
.cid-uXO9Gp2q8d nav.navbar {
  position: fixed;
}
.cid-uXO9Gp2q8d .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXO9Gp2q8d .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXO9Gp2q8d .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uXO9Gp2q8d .dropdown-item:hover,
.cid-uXO9Gp2q8d .dropdown-item:focus {
  background: #ffffff !important;
  color: #251e78 !important;
}
.cid-uXO9Gp2q8d .dropdown-item:hover span {
  color: white;
}
.cid-uXO9Gp2q8d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXO9Gp2q8d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXO9Gp2q8d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXO9Gp2q8d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXO9Gp2q8d .nav-link {
  position: relative;
}
.cid-uXO9Gp2q8d .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uXO9Gp2q8d .container {
    flex-wrap: nowrap;
  }
}
.cid-uXO9Gp2q8d .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXO9Gp2q8d .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXO9Gp2q8d .dropdown-menu,
.cid-uXO9Gp2q8d .navbar.opened {
  background: #ffffff !important;
}
.cid-uXO9Gp2q8d .nav-item:focus,
.cid-uXO9Gp2q8d .nav-link:focus {
  outline: none;
}
.cid-uXO9Gp2q8d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXO9Gp2q8d .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXO9Gp2q8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXO9Gp2q8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXO9Gp2q8d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXO9Gp2q8d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXO9Gp2q8d .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uXO9Gp2q8d .navbar.opened {
  transition: all 0.3s;
}
.cid-uXO9Gp2q8d .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uXO9Gp2q8d .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uXO9Gp2q8d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXO9Gp2q8d .navbar.collapsed {
  justify-content: center;
}
.cid-uXO9Gp2q8d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXO9Gp2q8d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXO9Gp2q8d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uXO9Gp2q8d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXO9Gp2q8d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXO9Gp2q8d .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-uXO9Gp2q8d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXO9Gp2q8d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXO9Gp2q8d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXO9Gp2q8d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXO9Gp2q8d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXO9Gp2q8d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXO9Gp2q8d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXO9Gp2q8d .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-uXO9Gp2q8d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXO9Gp2q8d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXO9Gp2q8d .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uXO9Gp2q8d .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-uXO9Gp2q8d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXO9Gp2q8d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXO9Gp2q8d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXO9Gp2q8d .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXO9Gp2q8d .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXO9Gp2q8d .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uXO9Gp2q8d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uXO9Gp2q8d .navbar-brand .navbar-caption:hover,
.cid-uXO9Gp2q8d .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uXO9Gp2q8d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXO9Gp2q8d .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXO9Gp2q8d .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #251e78 !important;
}
.cid-uXO9Gp2q8d .dropdown-item.active,
.cid-uXO9Gp2q8d .dropdown-item:active {
  background-color: transparent;
}
.cid-uXO9Gp2q8d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXO9Gp2q8d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXO9Gp2q8d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXO9Gp2q8d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXO9Gp2q8d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXO9Gp2q8d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXO9Gp2q8d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXO9Gp2q8d ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXO9Gp2q8d ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXO9Gp2q8d .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uXO9Gp2q8d .navbar-buttons {
    text-align: left;
  }
}
.cid-uXO9Gp2q8d .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXO9Gp2q8d .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXO9Gp2q8d button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uXO9Gp2q8d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXO9Gp2q8d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXO9Gp2q8d button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXO9Gp2q8d button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXO9Gp2q8d button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXO9Gp2q8d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXO9Gp2q8d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXO9Gp2q8d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXO9Gp2q8d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXO9Gp2q8d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXO9Gp2q8d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXO9Gp2q8d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXO9Gp2q8d .navbar {
    height: 70px;
  }
  .cid-uXO9Gp2q8d .navbar.opened {
    height: auto;
  }
  .cid-uXO9Gp2q8d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXO9Gp2q8d .navbar-nav {
  margin: 0 auto;
}
.cid-uXO9Gp2q8d .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXO9Gp2q8d .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uXO9Gp2q8d .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXO9Gp2q8d .nav-item .nav-link:hover {
  background-color: transparent;
  color: #251e78 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-uXO9Gp2q8d .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uXO9Gp2q8d .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXO9Gp2q8d .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXO9Gp2q8d .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXO9Gp2q8d .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXO9Gp2q8d .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXO9Gp2q8d .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXO9Gp2q8d .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXO9Gp2q8d .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXO9Gp2q8d .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXO9Gp2q8d .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXO9Gp2q8d .content-wrap {
  min-height: 110px;
}
.cid-uXO9GporcR {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uXO9GporcR .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uXO9GporcR .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uXO9GporcR .card .card-header {
  background: #2373d6;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uXO9GporcR .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uXO9GporcR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uXO9GporcR .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXO9GporcR .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-uXO9GporcR .card .panel-body {
  background: #ffffff;
}
.cid-uXO9GporcR .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXO9GporcR .card-header h4,
  .cid-uXO9GporcR .panel-body {
    padding: 1rem !important;
  }
}
.cid-uXO9GporcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO9GporcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXO9GporcR H2 {
  color: #2373d6;
}
.cid-uXO9GporcR .mbr-section-subtitle,
.cid-uXO9GporcR .underline {
  color: #1a64c0;
}
.cid-uXO9GpKuj6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXO9GpKuj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO9GpKuj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXO9GpKuj6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXO9GpKuj6 .row {
  flex-direction: row-reverse;
}
.cid-uXO9GpKuj6 img {
  width: 100%;
}
.cid-uXO9Gq2fR2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXO9Gq2fR2 .row {
  flex-direction: row-reverse;
}
.cid-uXO9Gq2fR2 img {
  display: inline;
}
.cid-uXO9Gq2fR2 .si {
  width: 100%;
}
.cid-uXO9Gq2fR2 .si img {
  width: auto;
}
.cid-uXO9Gq2fR2 .text {
  color: #ffffff;
}
.cid-uXO9Gq2fR2 .text,
.cid-uXO9Gq2fR2 .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uXO9Gq2fR2 .copyright {
  color: #289ac0;
}
.cid-uXO9Gq2fR2 .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uXO9Gq2fR2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXO9Gq2fR2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uXO9Gq2fR2 .list li {
  margin-bottom: .5rem;
}
.cid-uXO9Gq2fR2 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uXO9Gq2fR2 .logo {
    margin-top: 2rem;
  }
}
.cid-uXO9Gq2fR2 .cont {
  color: #1c56b1;
}
.cid-uXO9Gq2fR2 .mbr-section-subtitle {
  color: #1c56b1;
  text-align: center;
}
.cid-uXO9RlYd5A {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a413a;
}
.cid-uXO9RlYd5A img,
.cid-uXO9RlYd5A .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  background-color: white;
  min-height: 400px;
  height: 400px;
}
.cid-uXO9RlYd5A .image-wrapper {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uXO9RlYd5A .item:focus,
.cid-uXO9RlYd5A span:focus {
  outline: none;
}
.cid-uXO9RlYd5A .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXO9RlYd5A .item {
    margin-bottom: 1rem;
  }
}
.cid-uXO9RlYd5A .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXO9RlYd5A .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uXO9RlYd5A .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXO9RlYd5A .item-wrapper:hover .image-wrapper {
  margin: 10px;
}
.cid-uXO9RlYd5A .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uXO9RlYd5A .item-wrapper {
    height: auto;
  }
}
.cid-uXO9RlYd5A .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXO9RlYd5A .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uXO9RlYd5A .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uXO9RlYd5A .mbr-text,
.cid-uXO9RlYd5A .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uXO9RlYd5A .mbr-section-subtitle,
.cid-uXO9RlYd5A .mbr-section-head .mbr-section-btn {
  text-align: left;
}
