.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 9.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 7.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.58rem;
    font-size: calc( 3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 6.58rem;
    font-size: calc( 3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a6d6e6 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a6d6e6 !important;
  border-color: #a6d6e6 !important;
  color: #1f5a6e !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #cee8f1 !important;
  border-color: #cee8f1 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1f5a6e !important;
  background-color: #cee8f1 !important;
  border-color: #cee8f1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #393193 !important;
  border-color: #393193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a6d6e6;
  color: #a6d6e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #62b7d3 !important;
  background-color: transparent !important;
  border-color: #62b7d3 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1f5a6e !important;
  background-color: #a6d6e6 !important;
  border-color: #a6d6e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #393193;
  color: #393193;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #201b52 !important;
  background-color: transparent !important;
  border-color: #201b52 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #393193 !important;
  border-color: #393193 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a6d6e6 !important;
}
.text-secondary {
  color: #393193 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #56b1d0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1b1846 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a6d6e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a6d6e6;
  border-color: #a6d6e6;
  color: #256b82;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a6d6e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a6d6e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #a6d6e6;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a6d6e6;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a6d6e6;
}
.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: #a6d6e6;
  border-bottom-color: #a6d6e6;
}
.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: #a6d6e6 !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: #393193 !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='%23a6d6e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uTh3dVG3ru .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uTh3dVG3ru .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uTh3dVG3ru a {
  font-style: normal;
}
.cid-uTh3dVG3ru .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uTh3dVG3ru .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uTh3dVG3ru .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uTh3dVG3ru .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uTh3dVG3ru .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uTh3dVG3ru .nav-item:focus,
.cid-uTh3dVG3ru .nav-link:focus {
  outline: none;
}
.cid-uTh3dVG3ru .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uTh3dVG3ru .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uTh3dVG3ru .menu-logo {
  margin-right: auto;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTh3dVG3ru .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uTh3dVG3ru .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTh3dVG3ru button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uTh3dVG3ru button.navbar-toggler:focus {
  outline: none;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTh3dVG3ru .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uTh3dVG3ru .collapsed .btn {
  display: -webkit-flex;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uTh3dVG3ru .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTh3dVG3ru .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uTh3dVG3ru .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uTh3dVG3ru .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uTh3dVG3ru .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTh3dVG3ru .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTh3dVG3ru .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uTh3dVG3ru.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uTh3dVG3ru img {
    height: 3.8rem !important;
  }
  .cid-uTh3dVG3ru .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uTh3dVG3ru .menu-wrap {
    flex-direction: column;
  }
  .cid-uTh3dVG3ru .btn {
    display: -webkit-flex;
  }
  .cid-uTh3dVG3ru button.navbar-toggler {
    display: block;
  }
  .cid-uTh3dVG3ru .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uTh3dVG3ru .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uTh3dVG3ru .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing,
  .cid-uTh3dVG3ru .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-nav,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTh3dVG3ru .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uTh3dVG3ru .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTh3dVG3ru .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTh3dVG3ru .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uTh3dVG3ru .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uTh3dVG3ru .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uTh3dVG3ru .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uTh3dVG3ru .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uTh3dVG3ru .nav-link:hover,
.cid-uTh3dVG3ru .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uTh1bpHpET {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #fbfbfb;
}
.cid-uTh1bpHpET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTh1bpHpET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTh1bpHpET .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTh1bpHpET .row {
    flex-wrap: wrap;
  }
}
.cid-uTh1bpHpET .text-container {
  width: 57% !important;
}
@media (max-width: 767px) {
  .cid-uTh1bpHpET .text-container {
    width: 100% !important;
  }
}
.cid-uTh1bpHpET .mbr-section-title {
  color: #000000;
}
.cid-uTh1bpHpET .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #a6d6e6;
}
.cid-uTh1bpHpET .mbr-text {
  width: 68%;
  margin-top: 1.2em;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uTh1bpHpET .mbr-text {
    width: 83%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTh1bpHpET .mbr-text {
    width: 100%;
  }
}
.cid-uTh1bpHpET .card-col {
  display: flex;
  width: 43% !important;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uTh1bpHpET .card-col {
    width: 100% !important;
    justify-content: center;
  }
}
.cid-uTh1bpHpET .card-wrapper {
  display: flex;
  margin-left: 8em;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uTh1bpHpET .card-wrapper {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .cid-uTh1bpHpET .card-wrapper {
    margin-top: 4em;
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uTh1bpHpET .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18em;
  max-height: 18em;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
}
.cid-uTh1bpHpET .card-box .bg-hover {
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  transform: scale(0);
  transition: .5s all;
}
.cid-uTh1bpHpET .card-box .mbr-iconfont {
  position: relative;
  z-index: 100;
  display: block;
  font-size: 6.5rem;
  color: #EE2524;
  transition: .5s all;
  cursor: pointer;
}
.cid-uTh1bpHpET .card-box:hover .bg-hover {
  transform: scale(1);
}
.cid-uTh1bpHpET .card-box:hover .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uTh1bpHpET .item-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  transition: .5s all;
  top: 1.5em;
  left: 1.5em;
  max-width: 15em;
  max-height: 15em;
  width: 100%;
  height: 100%;
  animation: img-move 5s infinite linear both;
  cursor: pointer;
}
.cid-uTh1bpHpET .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes img-move {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-uUCupTJW9B.popup-builder {
  background-color: #ffffff;
}
.cid-uUCupTJW9B.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUCupTJW9B.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUCupTJW9B .modal-content,
.cid-uUCupTJW9B .modal-dialog {
  height: auto;
}
.cid-uUCupTJW9B .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUCupTJW9B .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUCupTJW9B .form-wrapper .mbr-form .form-group,
  .cid-uUCupTJW9B .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUCupTJW9B .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUCupTJW9B .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUCupTJW9B .mbr-text {
  text-align: center;
}
.cid-uUCupTJW9B .pt-0 {
  padding-top: 0 !important;
}
.cid-uUCupTJW9B .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUCupTJW9B .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUCupTJW9B .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUCupTJW9B .modal-open {
  overflow: hidden;
}
.cid-uUCupTJW9B .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUCupTJW9B .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUCupTJW9B .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUCupTJW9B .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUCupTJW9B .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUCupTJW9B .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUCupTJW9B .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUCupTJW9B .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUCupTJW9B .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uUCupTJW9B .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUCupTJW9B .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUCupTJW9B .modal-backdrop.show {
  opacity: .5;
}
.cid-uUCupTJW9B .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uUCupTJW9B .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUCupTJW9B .modal-header {
    padding: 1rem;
  }
}
.cid-uUCupTJW9B .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUCupTJW9B .modal-header .close svg {
  fill: #353535;
}
.cid-uUCupTJW9B .modal-header .close:hover {
  opacity: 1;
}
.cid-uUCupTJW9B .modal-header .close:focus {
  outline: none;
}
.cid-uUCupTJW9B .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUCupTJW9B .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uUCupTJW9B .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUCupTJW9B .modal-body {
    padding: 1rem;
  }
}
.cid-uUCupTJW9B .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUCupTJW9B .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUCupTJW9B .modal-footer {
    padding: 1rem;
  }
}
.cid-uUCupTJW9B .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUCupTJW9B .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUCupTJW9B .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUCupTJW9B .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUCupTJW9B .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uUCupTJW9B .modal-lg,
  .cid-uUCupTJW9B .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uUCupTJW9B .modal-xl {
    max-width: 1140px;
  }
}
.cid-uUCupTJW9B .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUCupTJW9B .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUCupTJW9B .form-group {
  margin-bottom: 1rem;
}
.cid-uUCupTJW9B .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUCupTJW9B .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUCupTJW9B .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUCupTJW9B .mbr-section-btn {
  margin: 0;
}
.cid-uUCupTJW9B .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTh54POoo4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
.cid-uTh54POoo4 .item:focus,
.cid-uTh54POoo4 span:focus {
  outline: none;
}
.cid-uTh54POoo4 .item {
  cursor: pointer;
}
.cid-uTh54POoo4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uTh54POoo4 .content-head {
  max-width: 800px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uTh54POoo4 .ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.cid-uTh54POoo4 .ticker-wrap .ticker {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 20s;
}
.cid-uTh54POoo4 .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #232323;
}
@keyframes ticker__center {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uTh54POoo4 .ticker-wrap .ticker__center {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__center;
  animation-duration: 25s;
}
@keyframes ticker__end {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uTh54POoo4 .ticker-wrap .ticker__end {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__end;
  animation-duration: 18s;
}
.cid-uTh54POoo4 .mbr-section-title,
.cid-uTh54POoo4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uTKdzq8F2Q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uTKdzq8F2Q .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uTKdzq8F2Q .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uTKd24y7DY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uTKd24y7DY .item:focus,
.cid-uTKd24y7DY span:focus {
  outline: none;
}
.cid-uTKd24y7DY .item {
  cursor: pointer;
}
.cid-uTKd24y7DY .grid-container {
  grid-row-gap: 26px;
}
.cid-uTKd24y7DY .grid-container-1,
.cid-uTKd24y7DY .grid-container-2 {
  gap: 0 26px;
}
.cid-uTKd24y7DY .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uTKd24y7DY .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTKd24y7DY .content-head {
  max-width: 800px;
}
.cid-uTKd24y7DY .container,
.cid-uTKd24y7DY .container-fluid {
  overflow: hidden;
}
.cid-uTKd24y7DY .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uTKd24y7DY .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTKd24y7DY .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uTKd24y7DY .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uTKd24y7DY .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uTKd24y7DY .grid-container-1,
.cid-uTKd24y7DY .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uTKd24y7DY .grid-container-1 {
  align-items: flex-end;
}
.cid-uTKd24y7DY .grid-container-2 {
  align-items: flex-start;
}
.cid-uUpUWuYg9L {
  overflow: hidden;
  background-color: #fbfbfb;
}
.cid-uUpUWuYg9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpUWuYg9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUpUWuYg9L .container {
    padding: 0 16px;
  }
}
.cid-uUpUWuYg9L .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUpUWuYg9L .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uUpUWuYg9L .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uUpUWuYg9L .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUpUWuYg9L .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uUpUWuYg9L .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uUpUWuYg9L .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-uUpUWuYg9L .image-wrapper {
    min-height: 300px;
  }
}
.cid-uUpUWuYg9L .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  border: 30px solid #08323c;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-uUpUWuYg9L .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-uUpUWuYg9L .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-uUpUWuYg9L .image-wrapper .sec-image {
  position: absolute;
  bottom: 6rem;
  left: -4rem;
  height: 180px;
  width: 220px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-uUpUWuYg9L .image-wrapper .sec-image {
    display: none;
  }
}
.cid-uUpUWuYg9L .mbr-section-title {
  color: #08323C;
}
.cid-uUpUWuYg9L .mbr-text {
  color: #000000;
}
.cid-uUpUWuYg9L .mbr-section-title,
.cid-uUpUWuYg9L .mbr-section-btn {
  color: #000000;
}
.cid-uTh6BR6hHX {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #fbfbfb;
}
.cid-uTh6BR6hHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTh6BR6hHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTh6BR6hHX .title-wrapper {
  padding-left: 35%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTh6BR6hHX .title-wrapper {
    padding-left: 0;
  }
}
.cid-uTh6BR6hHX .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uTh6BR6hHX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTh6BR6hHX .mbr-section-btn {
  padding-left: 35%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uTh6BR6hHX .mbr-section-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}
.cid-uTh6BR6hHX .mbr-section-btn .btn::after,
.cid-uTh6BR6hHX .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uTh6BR6hHX .mbr-section-btn .btn:hover,
.cid-uTh6BR6hHX .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uTh6BR6hHX .mbr-section-btn .btn:hover::after,
.cid-uTh6BR6hHX .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uTh6BR6hHX .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTh6BR6hHX .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uTh6BR6hHX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uTh6BR6hHX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.cid-uTh6BR6hHX .panel-group .card .card-header .panel-title .panel-number {
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTh6BR6hHX .panel-group .card .card-header .panel-title .panel-number {
    display: none;
  }
}
.cid-uTh6BR6hHX .panel-group .card .card-header .panel-title .panel-title-edit {
  padding-left: 35%;
  padding-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTh6BR6hHX .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-left: 0;
  }
}
.cid-uTh6BR6hHX .panel-group .card .card-header .panel-title .arrow-wrapper {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(135deg, transparent 50%, #000000 50%);
  transition: all .3s ease;
}
.cid-uTh6BR6hHX .panel-group .card .card-header .panel-title:not(.collapsed) .arrow-wrapper {
  background-image: linear-gradient(45deg, transparent 50%, #000000 50%);
}
.cid-uTh6BR6hHX .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uTh6BR6hHX .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uTh6BR6hHX .panel-group .card .panel-collapse .panel-body .panel-text {
  padding-left: 35%;
  display: inline-block;
  margin-bottom: 0;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uTh6BR6hHX .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uTh6BR6hHX .mbr-section-title {
  color: #ffffff;
}
.cid-uTh6BR6hHX .mbr-tag {
  color: #000000;
}
.cid-uTh6BR6hHX .panel-number {
  color: #000000;
}
.cid-uTh6BR6hHX .panel-title-edit {
  color: #000000;
}
.cid-uTh6BR6hHX .panel-text {
  color: #c7c7c7;
}
.cid-uTh6BR6hHX .mbr-section-title,
.cid-uTh6BR6hHX .mbr-section-btn {
  color: #000000;
}
.cid-uTh6BR6hHX .panel-text,
.cid-uTh6BR6hHX .panel-body {
  color: #000000;
}
.cid-uThdmfq0EE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uThdmfq0EE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThdmfq0EE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uThdmfq0EE .container {
    padding: 0 16px;
  }
}
.cid-uThdmfq0EE .row {
  position: relative;
  z-index: 1;
}
.cid-uThdmfq0EE .card {
  justify-content: center;
}
.cid-uThdmfq0EE .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uThdmfq0EE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uThdmfq0EE .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-uThdmfq0EE .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uThdmfq0EE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uThdmfq0EE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uThdmfq0EE .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uThdmfq0EE .items-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uThdmfq0EE .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uThdmfq0EE .items-wrapper .item {
  position: relative;
}
.cid-uThdmfq0EE .items-wrapper .item .item-wrapper .card-box {
  padding: 40px 16px;
  background-color: #f6f7f9;
  border-radius: 16px;
}
.cid-uThdmfq0EE .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #000000;
  display: inline-flex;
}
.cid-uThdmfq0EE .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uThdmfq0EE .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uThdmfq0EE .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uThdmfq0EE .mbr-section-title {
  color: #000000;
}
.cid-uThdmfq0EE .mbr-section-subtitle {
  color: #000000;
}
.cid-uThdmfq0EE .mbr-text,
.cid-uThdmfq0EE .text-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uThdmfq0EE .item-title {
  color: #000000;
}
.cid-uThdmfq0EE .item-title,
.cid-uThdmfq0EE .icon-wrapper {
  text-align: center;
}
.cid-uTheGQ92LQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uTheGQ92LQ .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-uTheGQ92LQ .mbr-section-subtitle {
  text-align: center;
  color: #9fe870;
}
.cid-uThfa9mYnF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uThfa9mYnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThfa9mYnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThfa9mYnF .title-container {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uThfa9mYnF .title-container {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uThfa9mYnF .title-container {
    margin-bottom: 60px;
  }
}
.cid-uThfa9mYnF .mbr-section-title {
  color: #000000;
}
.cid-uThfa9mYnF .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uThfa9mYnF .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uThfa9mYnF .nav-tabs .nav-item.open .nav-link:focus,
.cid-uThfa9mYnF .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uThfa9mYnF .nav-tabs {
  display: flex;
  flex-direction: column;
  border: none !important;
}
@media (max-width: 991px) {
  .cid-uThfa9mYnF .nav-tabs {
    flex-direction: row;
  }
}
.cid-uThfa9mYnF .nav-item {
  width: 100%;
  margin: 0;
  padding-left: 30px;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uThfa9mYnF .nav-item {
    width: 50%;
  }
}
.cid-uThfa9mYnF .nav-tabs .nav-link {
  position: relative;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
}
.cid-uThfa9mYnF .nav-tabs .nav-link:not(.active) {
  color: rgba(0, 0, 0, 0.3);
}
.cid-uThfa9mYnF .nav-tabs .nav-link:hover {
  color: #000000;
}
.cid-uThfa9mYnF .nav-link,
.cid-uThfa9mYnF .nav-link.active {
  padding: 0;
  background-color: transparent;
}
.cid-uThfa9mYnF .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-uThfa9mYnF .nav-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  transition: all .5s;
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
.cid-uThfa9mYnF .tab-title {
  color: #BCFA86;
  text-shadow: 2px 0 0 #000000, 0 2px 0 #000000, -2px 0 0 #000000, 0 -2px 0 #000000;
  margin-bottom: 0;
}
.cid-uThfa9mYnF .tab-title.display-1 {
  font-size: calc((2.5vw + 0.1vh) *10);
  line-height: 1 !important;
}
.cid-uThfa9mYnF .border-item {
  width: 7.5%;
  height: 1px;
  background-color: #000000;
  margin: 42px auto 24px;
}
.cid-uThlnO4u0w {
  padding-top: 9rem;
  padding-bottom: 11rem;
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: center;
}
.cid-uThlnO4u0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThlnO4u0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uThlnO4u0w .container {
    padding: 0 16px;
  }
}
.cid-uThlnO4u0w .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uThlnO4u0w .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uThlnO4u0w .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uThlnO4u0w .mbr-desc {
  color: #706cff;
}
.cid-uThlnO4u0w .mbr-text {
  color: #000000;
}
.cid-uThlFAippa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a6d6e6;
}
@media (max-width: 992px) {
  .cid-uThlFAippa .container {
    padding: 0 16px;
  }
}
.cid-uThlFAippa .row {
  justify-content: center;
}
.cid-uThlFAippa .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uThlFAippa .content-wrapper {
    display: block;
  }
}
.cid-uThlFAippa .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uThlFAippa .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uThlFAippa .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uThlFAippa .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uThlFAippa .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uThlFAippa .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uThlFAippa .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uThlFAippa .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uThlFAippa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uThlFAippa .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uThlFAippa .embla__slide .slide-content {
  width: 100%;
}
.cid-uThlFAippa .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uThlFAippa .embla__button--next,
.cid-uThlFAippa .embla__button--prev {
  display: flex;
}
.cid-uThlFAippa .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #a6d6e6 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uThlFAippa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uThlFAippa .embla__button:hover {
  opacity: .5;
}
.cid-uThlFAippa .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uThlFAippa .embla__button.embla__button--next {
  right: 32px;
}
.cid-uThlFAippa .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uThlFAippa .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uThlFAippa .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uThlFAippa .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uThlFAippa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uThlFAippa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uThlFAippa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uThlFAippa .mbr-desc {
  color: #000000;
}
.cid-uThggFGgBU {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uThggFGgBU .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .cid-uThggFGgBU .container-fluid {
    padding: 0 45px;
  }
}
@media (max-width: 992px) {
  .cid-uThggFGgBU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uThggFGgBU .container {
    padding: 0 30px;
  }
}
.cid-uThggFGgBU .item:focus,
.cid-uThggFGgBU span:focus {
  outline: none;
}
.cid-uThggFGgBU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .cid-uThggFGgBU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uThggFGgBU .embla__slide .slide-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uThggFGgBU .embla__slide .slide-content {
    display: block;
  }
}
.cid-uThggFGgBU .embla__slide .slide-content .social-wrapper {
  width: 250px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uThggFGgBU .embla__slide .slide-content .social-wrapper .social-row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 45px;
  }
}
.cid-uThggFGgBU .embla__slide .slide-content .social-wrapper .social-row .soc-item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uThggFGgBU .embla__slide .slide-content .social-wrapper .social-row .soc-item {
    margin: 0 10px;
  }
}
.cid-uThggFGgBU .embla__slide .slide-content .social-wrapper .social-row .soc-item a {
  display: block;
}
.cid-uThggFGgBU .embla__slide .slide-content .social-wrapper .social-row .soc-item a:hover .mbr-iconfont,
.cid-uThggFGgBU .embla__slide .slide-content .social-wrapper .social-row .soc-item a:focus .mbr-iconfont {
  opacity: .6;
}
.cid-uThggFGgBU .embla__slide .slide-content .social-wrapper .social-row .soc-item a .mbr-iconfont {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uThggFGgBU .embla__slide .slide-content .item-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.cid-uThggFGgBU .embla__slide .slide-content .item-wrapper:hover .item-img .icon-wrapper,
.cid-uThggFGgBU .embla__slide .slide-content .item-wrapper:focus .item-img .icon-wrapper {
  opacity: 1;
}
.cid-uThggFGgBU .embla__slide .slide-content .item-wrapper:hover .item-img .icon-wrapper::before,
.cid-uThggFGgBU .embla__slide .slide-content .item-wrapper:focus .item-img .icon-wrapper::before {
  opacity: .6;
}
.cid-uThggFGgBU .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uThggFGgBU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 650px;
  max-width: 450px;
  object-fit: cover;
  transform: rotate(-14deg);
}
@media (max-width: 1400px) {
  .cid-uThggFGgBU .embla__slide .slide-content .item-wrapper .item-img img {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uThggFGgBU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
    max-width: 310px;
  }
}
@media (max-width: 768px) {
  .cid-uThggFGgBU .embla__slide .slide-content .item-wrapper .item-img img {
    transform: rotate(0);
    height: 350px;
  }
}
.cid-uThggFGgBU .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uThggFGgBU .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper {
    display: none;
  }
}
.cid-uThggFGgBU .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  font-size: 35px;
  color: #000000;
  z-index: 1;
  transform: rotate(45deg);
}
.cid-uThggFGgBU .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #000000;
  opacity: 0;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uThggFGgBU .embla__slide .slide-content .item-wrapper a {
  display: block;
}
.cid-uThggFGgBU .embla__slide .item-content {
  position: relative;
  z-index: 1;
  width: 250px;
}
@media (max-width: 992px) {
  .cid-uThggFGgBU .embla__slide .item-content {
    margin-top: 45px;
    width: 100%;
  }
}
.cid-uThggFGgBU .embla__slide .item-content .item-subtitle {
  opacity: .6;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uThggFGgBU .embla__slide .item-content .item-subtitle {
    margin-bottom: 30px;
    opacity: 1;
    text-align: center;
  }
}
.cid-uThggFGgBU .embla__slide .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uThggFGgBU .embla__slide .item-content .item-title {
    text-align: center;
  }
}
.cid-uThggFGgBU .embla__button--next,
.cid-uThggFGgBU .embla__button--prev {
  display: flex;
}
.cid-uThggFGgBU .embla__button {
  top: 50%;
  width: 100px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6;
}
.cid-uThggFGgBU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uThggFGgBU .embla__button:hover {
  opacity: 1;
}
.cid-uThggFGgBU .embla__button.embla__button--prev {
  left: 24%;
}
@media (max-width: 1199px) {
  .cid-uThggFGgBU .embla__button.embla__button--prev {
    left: 20%;
  }
}
@media (max-width: 768px) {
  .cid-uThggFGgBU .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uThggFGgBU .embla__button.embla__button--next {
  right: 24%;
}
@media (max-width: 1199px) {
  .cid-uThggFGgBU .embla__button.embla__button--next {
    right: 20%;
  }
}
@media (max-width: 768px) {
  .cid-uThggFGgBU .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-uThggFGgBU .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uThggFGgBU .embla {
  position: relative;
  width: 100%;
}
.cid-uThggFGgBU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uThggFGgBU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uThggFGgBU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uThggFGgBU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uThggFGgBU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uThggFGgBU .item-subtitle {
  color: #393193;
  text-align: right;
}
.cid-uThggFGgBU .item-title {
  color: #000000;
  text-align: right;
}
.cid-uThkwekXW5 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uThkwekXW5 .mbr-section-title {
  color: #232323;
  transition: all 0.6s;
  background-image: linear-gradient(to right, #a6d6e6 50%, currentColor 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%;
  background-size: 200%;
}
.cid-uThkwekXW5 .mbr-section-title:hover {
  background-position: 0%;
}
.cid-uThkwekXW5 .mbr-text,
.cid-uThkwekXW5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uThkwekXW5 .mbr-iconfont {
  font-size: 8rem;
  color: #000000;
}
.cid-uThkwekXW5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uThkwekXW5 h1 {
  line-height: 1.3;
}
.cid-uThlLVQjsV {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fbfbfb;
}
.cid-uThlLVQjsV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uUCpepWdEO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCpepWdEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCpepWdEO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .footer-col {
    flex-direction: column;
  }
}
.cid-uUCpepWdEO .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCpepWdEO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUCpepWdEO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUCpepWdEO .soc-item {
  margin: 8px;
}
.cid-uUCpepWdEO .soc-item a:hover .mbr-iconfont,
.cid-uUCpepWdEO .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    text-align: center;
  }
  .cid-uUCpepWdEO .social-row {
    justify-content: center;
  }
}
.cid-uUCpepWdEO .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 0rem;
  }
}
.cid-uUCpepWdEO .mbr-text {
  color: #bbbbbb;
}
.cid-uUCpepWdEO .mbr-section-subtitle {
  color: #000000;
}
.cid-uUCpepWdEO .list,
.cid-uUCpepWdEO .item-wrap {
  color: #232323;
}
.cid-uUCpepWdEO .copyright {
  color: #393193;
}
.cid-uTh3dVG3ru .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uTh3dVG3ru .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uTh3dVG3ru a {
  font-style: normal;
}
.cid-uTh3dVG3ru .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uTh3dVG3ru .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uTh3dVG3ru .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uTh3dVG3ru .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uTh3dVG3ru .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uTh3dVG3ru .nav-item:focus,
.cid-uTh3dVG3ru .nav-link:focus {
  outline: none;
}
.cid-uTh3dVG3ru .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uTh3dVG3ru .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uTh3dVG3ru .menu-logo {
  margin-right: auto;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTh3dVG3ru .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uTh3dVG3ru .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTh3dVG3ru button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uTh3dVG3ru button.navbar-toggler:focus {
  outline: none;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTh3dVG3ru .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uTh3dVG3ru .collapsed .btn {
  display: -webkit-flex;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uTh3dVG3ru .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTh3dVG3ru .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uTh3dVG3ru .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uTh3dVG3ru .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uTh3dVG3ru .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTh3dVG3ru .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTh3dVG3ru .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uTh3dVG3ru.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uTh3dVG3ru img {
    height: 3.8rem !important;
  }
  .cid-uTh3dVG3ru .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uTh3dVG3ru .menu-wrap {
    flex-direction: column;
  }
  .cid-uTh3dVG3ru .btn {
    display: -webkit-flex;
  }
  .cid-uTh3dVG3ru button.navbar-toggler {
    display: block;
  }
  .cid-uTh3dVG3ru .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uTh3dVG3ru .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uTh3dVG3ru .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing,
  .cid-uTh3dVG3ru .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-nav,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTh3dVG3ru .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uTh3dVG3ru .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTh3dVG3ru .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTh3dVG3ru .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uTh3dVG3ru .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uTh3dVG3ru .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uTh3dVG3ru .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uTh3dVG3ru .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uTh3dVG3ru .nav-link:hover,
.cid-uTh3dVG3ru .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uTLrfF0yWH {
  display: flex;
  padding-top: 90px;
  padding-bottom: 300px;
  background-color: #fbfbfb;
  overflow: hidden;
}
.cid-uTLrfF0yWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLrfF0yWH img {
  width: 200px;
  height: 200px;
  filter: grayscale(1);
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (max-width: 767px) {
  .cid-uTLrfF0yWH img {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-uTLrfF0yWH img {
    z-index: 10;
  }
}
.cid-uTLrfF0yWH .face1 {
  position: absolute;
  left: 7%;
  top: 10%;
  animation: circle1 6s linear infinite;
}
.cid-uTLrfF0yWH .face2 {
  position: absolute;
  right: 7%;
  top: 13%;
  animation: circle1 6s linear infinite;
}
.cid-uTLrfF0yWH .face3 {
  position: absolute;
  left: 12%;
  bottom: 30%;
  animation: circle2 6s linear infinite;
}
.cid-uTLrfF0yWH .face4 {
  position: absolute;
  right: 15%;
  bottom: 28%;
  animation: circle2 6s linear infinite;
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
  100% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
}
.cid-uTLrfF0yWH .mbr-tag {
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
}
.cid-uTLrfF0yWH .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #a6d6e6;
}
@media (max-width: 992px) {
  .cid-uTLrfF0yWH .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uTLrfF0yWH .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-uTLrfF0yWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLrfF0yWH .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uTLrfF0yWH .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uTLrfF0yWH {
    align-items: flex-start;
  }
  .cid-uTLrfF0yWH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTLrfF0yWH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTLrfF0yWH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTLrfF0yWH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTLrfF0yWH .content-wrap {
    width: 100%;
  }
}
.cid-uTLrfF0yWH .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uTLrfF0yWH .mbr-text,
.cid-uTLrfF0yWH .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uTLrfF0yWH .mbr-tag,
.cid-uTLrfF0yWH .tags {
  text-align: center;
  color: #232323;
}
.cid-uTLrfF0yWH .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uTLK0noqvT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a6d6e6;
}
.cid-uTLK0noqvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLK0noqvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLK0noqvT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTLK0noqvT .item-mb {
    margin-bottom: 0;
  }
}
.cid-uTLK0noqvT .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTLK0noqvT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uTLK0noqvT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uTLK0noqvT .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #393193;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9c98cf;
  height: 80px;
  border-radius: 50%;
}
.cid-uTLK0noqvT .mbr-section-title {
  color: #393193;
}
.cid-uTLK0noqvT .mbr-section-subtitle {
  color: #232323;
}
.cid-uTLK0noqvT .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uTLK0noqvT .card-box .item-footer {
  margin-top: auto;
}
.cid-uTLK0noqvT .content-head {
  max-width: 800px;
}
.cid-uX8bz2nIV4 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #a6d6e6;
  overflow: hidden;
}
.cid-uX8bz2nIV4 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uX8bz2nIV4 #e2_shape {
  fill: #ffffff !important;
}
.cid-uX8bz2nIV4 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(72, 62, 185, 0.35);
}
@media (max-width: 576px) {
  .cid-uX8bz2nIV4 img {
    width: 90%!important;
  }
}
.cid-uX8bz2nIV4 H1 {
  color: #ffffff;
}
.cid-uX8bz2nIV4 H3 {
  color: #ffffff;
}
.cid-uUq9voFqI1 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUq9voFqI1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uUq9voFqI1 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uTLPH5uS8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTLPH5uS8G img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-uTLPH5uS8G .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-uTLPH5uS8G .brand {
  display: flex;
  justify-content: center;
}
.cid-uTLPH5uS8G .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uTLPH5uS8G .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-uTLPH5uS8G .row-main {
    flex-direction: column;
  }
  .cid-uTLPH5uS8G .col-auto {
    margin-bottom: 10px;
  }
  .cid-uTLPH5uS8G .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uTLPH5uS8G .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-uTLPH5uS8G .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uTLPH5uS8G .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-uUq3TcPnN2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fbfbfb;
}
.cid-uUq3TcPnN2 img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-uUq3TcPnN2 .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-uUq3TcPnN2 .brand {
  display: flex;
  justify-content: center;
}
.cid-uUq3TcPnN2 .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uUq3TcPnN2 .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-uUq3TcPnN2 .row-main {
    flex-direction: column;
  }
  .cid-uUq3TcPnN2 .col-auto {
    margin-bottom: 10px;
  }
  .cid-uUq3TcPnN2 .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uUq3TcPnN2 .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-uUq3TcPnN2 .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uUq3TcPnN2 .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-uUq6f9OTE0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fbfbfb;
}
.cid-uUq6f9OTE0 img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-uUq6f9OTE0 .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-uUq6f9OTE0 .brand {
  display: flex;
  justify-content: center;
}
.cid-uUq6f9OTE0 .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uUq6f9OTE0 .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-uUq6f9OTE0 .row-main {
    flex-direction: column;
  }
  .cid-uUq6f9OTE0 .col-auto {
    margin-bottom: 10px;
  }
  .cid-uUq6f9OTE0 .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uUq6f9OTE0 .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-uUq6f9OTE0 .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uUq6f9OTE0 .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-uUCpepWdEO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCpepWdEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCpepWdEO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .footer-col {
    flex-direction: column;
  }
}
.cid-uUCpepWdEO .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCpepWdEO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUCpepWdEO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUCpepWdEO .soc-item {
  margin: 8px;
}
.cid-uUCpepWdEO .soc-item a:hover .mbr-iconfont,
.cid-uUCpepWdEO .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    text-align: center;
  }
  .cid-uUCpepWdEO .social-row {
    justify-content: center;
  }
}
.cid-uUCpepWdEO .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 0rem;
  }
}
.cid-uUCpepWdEO .mbr-text {
  color: #bbbbbb;
}
.cid-uUCpepWdEO .mbr-section-subtitle {
  color: #000000;
}
.cid-uUCpepWdEO .list,
.cid-uUCpepWdEO .item-wrap {
  color: #232323;
}
.cid-uUCpepWdEO .copyright {
  color: #393193;
}
.cid-uTh3dVG3ru .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uTh3dVG3ru .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uTh3dVG3ru a {
  font-style: normal;
}
.cid-uTh3dVG3ru .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uTh3dVG3ru .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uTh3dVG3ru .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uTh3dVG3ru .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uTh3dVG3ru .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uTh3dVG3ru .nav-item:focus,
.cid-uTh3dVG3ru .nav-link:focus {
  outline: none;
}
.cid-uTh3dVG3ru .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uTh3dVG3ru .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uTh3dVG3ru .menu-logo {
  margin-right: auto;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTh3dVG3ru .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uTh3dVG3ru .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTh3dVG3ru button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uTh3dVG3ru button.navbar-toggler:focus {
  outline: none;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTh3dVG3ru .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uTh3dVG3ru .collapsed .btn {
  display: -webkit-flex;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uTh3dVG3ru .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTh3dVG3ru .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uTh3dVG3ru .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uTh3dVG3ru .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uTh3dVG3ru .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTh3dVG3ru .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTh3dVG3ru .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uTh3dVG3ru.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uTh3dVG3ru img {
    height: 3.8rem !important;
  }
  .cid-uTh3dVG3ru .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uTh3dVG3ru .menu-wrap {
    flex-direction: column;
  }
  .cid-uTh3dVG3ru .btn {
    display: -webkit-flex;
  }
  .cid-uTh3dVG3ru button.navbar-toggler {
    display: block;
  }
  .cid-uTh3dVG3ru .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uTh3dVG3ru .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uTh3dVG3ru .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing,
  .cid-uTh3dVG3ru .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-nav,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTh3dVG3ru .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uTh3dVG3ru .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTh3dVG3ru .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTh3dVG3ru .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uTh3dVG3ru .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uTh3dVG3ru .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uTh3dVG3ru .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uTh3dVG3ru .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uTh3dVG3ru .nav-link:hover,
.cid-uTh3dVG3ru .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uUqzHhzqjx {
  display: flex;
  background-image: url("../../../assets/images/jackie3-2000x903.jpg");
}
.cid-uUqzHhzqjx .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uUqzHhzqjx {
    align-items: flex-end;
  }
  .cid-uUqzHhzqjx .row {
    justify-content: center;
  }
  .cid-uUqzHhzqjx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUqzHhzqjx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUqzHhzqjx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uUqzHhzqjx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUqzHhzqjx .content-wrap {
    width: 100%;
  }
}
.cid-uUqzHhzqjx .mbr-section-title,
.cid-uUqzHhzqjx .mbr-section-subtitle {
  text-align: center;
}
.cid-uUqzHhzqjx .mbr-text,
.cid-uUqzHhzqjx .mbr-section-btn {
  text-align: center;
}
.cid-uUqxHvYIzW {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUqxHvYIzW h2,
.cid-uUqxHvYIzW h3,
.cid-uUqxHvYIzW h4,
.cid-uUqxHvYIzW h5 {
  margin: 0;
}
.cid-uUqxHvYIzW .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uUqxHvYIzW .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uUqxHvYIzW .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uUqxHvYIzW .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uUqxHvYIzW .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uUqxHvYIzW .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uUqxHvYIzW .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-uUqxHvYIzW .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uUqxHvYIzW .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uUqxHvYIzW .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uUqxHvYIzW .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uUqxHvYIzW .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uUqxHvYIzW .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uUqxHvYIzW .card:hover {
  cursor: pointer;
}
.cid-uUqxHvYIzW .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-uUqxHvYIzW .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uUqxHvYIzW .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uUqxHvYIzW .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uUqz1kBit4 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUqz1kBit4 .container {
  max-width: 1132px;
}
.cid-uUqz1kBit4 .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-uUqz1kBit4 .b {
    margin-bottom: 20px;
  }
}
.cid-uUqAFOEa0i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUqAFOEa0i .container {
  max-width: 1132px;
}
.cid-uUqAFOEa0i .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-uUqAFOEa0i .b {
    margin-bottom: 20px;
  }
}
.cid-uUqEVrD6FD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUqEVrD6FD .container {
  max-width: 1132px;
}
.cid-uUqEVrD6FD .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-uUqEVrD6FD .b {
    margin-bottom: 20px;
  }
}
.cid-uV4A8LY2PP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uV4A8LY2PP .container {
  max-width: 1132px;
}
.cid-uV4A8LY2PP .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-uV4A8LY2PP .b {
    margin-bottom: 20px;
  }
}
.cid-uUrYl8E8Cl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUrYl8E8Cl .container {
  max-width: 1132px;
}
.cid-uUrYl8E8Cl .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-uUrYl8E8Cl .b {
    margin-bottom: 20px;
  }
}
.cid-uUqAQmTXPA {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uUqAQmTXPA .container {
  max-width: 1132px;
}
.cid-uUqAQmTXPA .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-uUqAQmTXPA .b {
    margin-bottom: 20px;
  }
}
.cid-uUqQ8pTLNp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUqQ8pTLNp img {
  width: 150px;
  margin: auto;
}
.cid-uUqQ8pTLNp .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUqQ8pTLNp .card {
    max-width: 16.6%;
  }
}
.cid-uUqQ8pTLNp .mbr-section-title {
  color: #393193;
}
.cid-uUqQBaEKUy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUqQBaEKUy img {
  width: 150px;
  margin: auto;
}
.cid-uUqQBaEKUy .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUqQBaEKUy .card {
    max-width: 16.6%;
  }
}
.cid-uUqQBaEKUy .mbr-section-title {
  color: #19303d;
}
.cid-uUqQAbttZJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUqQAbttZJ img {
  width: 150px;
  margin: auto;
}
.cid-uUqQAbttZJ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUqQAbttZJ .card {
    max-width: 16.6%;
  }
}
.cid-uUqQAbttZJ .mbr-section-title {
  color: #19303d;
}
.cid-uUqQadzICx {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uUqQadzICx img {
  width: 150px;
  margin: auto;
}
.cid-uUqQadzICx .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUqQadzICx .card {
    max-width: 16.6%;
  }
}
.cid-uUqQadzICx .mbr-section-title {
  color: #19303d;
}
.cid-uUCpepWdEO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCpepWdEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCpepWdEO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .footer-col {
    flex-direction: column;
  }
}
.cid-uUCpepWdEO .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCpepWdEO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUCpepWdEO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUCpepWdEO .soc-item {
  margin: 8px;
}
.cid-uUCpepWdEO .soc-item a:hover .mbr-iconfont,
.cid-uUCpepWdEO .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    text-align: center;
  }
  .cid-uUCpepWdEO .social-row {
    justify-content: center;
  }
}
.cid-uUCpepWdEO .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 0rem;
  }
}
.cid-uUCpepWdEO .mbr-text {
  color: #bbbbbb;
}
.cid-uUCpepWdEO .mbr-section-subtitle {
  color: #000000;
}
.cid-uUCpepWdEO .list,
.cid-uUCpepWdEO .item-wrap {
  color: #232323;
}
.cid-uUCpepWdEO .copyright {
  color: #393193;
}
.cid-uTh3dVG3ru .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uTh3dVG3ru .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uTh3dVG3ru a {
  font-style: normal;
}
.cid-uTh3dVG3ru .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uTh3dVG3ru .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uTh3dVG3ru .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uTh3dVG3ru .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uTh3dVG3ru .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uTh3dVG3ru .nav-item:focus,
.cid-uTh3dVG3ru .nav-link:focus {
  outline: none;
}
.cid-uTh3dVG3ru .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uTh3dVG3ru .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uTh3dVG3ru .menu-logo {
  margin-right: auto;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTh3dVG3ru .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTh3dVG3ru .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTh3dVG3ru .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTh3dVG3ru .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uTh3dVG3ru .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTh3dVG3ru .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTh3dVG3ru button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uTh3dVG3ru button.navbar-toggler:focus {
  outline: none;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTh3dVG3ru button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTh3dVG3ru nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTh3dVG3ru .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uTh3dVG3ru .collapsed .btn {
  display: -webkit-flex;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uTh3dVG3ru .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTh3dVG3ru .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uTh3dVG3ru .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTh3dVG3ru .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uTh3dVG3ru .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uTh3dVG3ru .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uTh3dVG3ru .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTh3dVG3ru .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTh3dVG3ru .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uTh3dVG3ru.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uTh3dVG3ru img {
    height: 3.8rem !important;
  }
  .cid-uTh3dVG3ru .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uTh3dVG3ru .menu-wrap {
    flex-direction: column;
  }
  .cid-uTh3dVG3ru .btn {
    display: -webkit-flex;
  }
  .cid-uTh3dVG3ru button.navbar-toggler {
    display: block;
  }
  .cid-uTh3dVG3ru .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uTh3dVG3ru .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uTh3dVG3ru .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing,
  .cid-uTh3dVG3ru .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-nav,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uTh3dVG3ru .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTh3dVG3ru .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTh3dVG3ru .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uTh3dVG3ru .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTh3dVG3ru .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTh3dVG3ru .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uTh3dVG3ru .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uTh3dVG3ru .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uTh3dVG3ru .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uTh3dVG3ru .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uTh3dVG3ru .nav-link:hover,
.cid-uTh3dVG3ru .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uUqGIwSqwQ {
  background-color: #f5f5f5;
}
.cid-uUqGIwSqwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqGIwSqwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqGIwSqwQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUqGIwSqwQ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uUqGIwSqwQ .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUqGIwSqwQ .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uUqGIwSqwQ .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUqGIwSqwQ .mbr-text {
  color: #666666;
}
.cid-uUqHcJTmtd {
  background-image: url("../../../assets/images/3jesus-fernandez-0471-copia-2000x3000.jpg");
}
.cid-uUqHcJTmtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqHcJTmtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUqHcJTmtd .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUqHcJTmtd .container {
    padding: 0 24px;
  }
}
.cid-uUqHcJTmtd .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uUqHcJTmtd .content-wrapper {
    padding: 0;
  }
}
.cid-uUqHcJTmtd .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uUqHcJTmtd .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uUqHcJTmtd .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uUqHcJTmtd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUqHcJTmtd .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUqHcJTmtd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUqHcJTmtd .mbr-section-title {
  color: #ffffff;
}
.cid-uUqHcJTmtd .mbr-desc,
.cid-uUqHcJTmtd .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUqHcJTmtd .mbr-text,
.cid-uUqHcJTmtd .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUqHcJTmtd .mbr-section-title,
.cid-uUqHcJTmtd .mbr-section-btn {
  text-align: center;
}
.cid-uUqHu3FlOp {
  background-image: url("../../../assets/images/jesus-fernandez-0086-final-2x133-2000px-2000x1330.jpeg");
}
.cid-uUqHu3FlOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqHu3FlOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUqHu3FlOp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUqHu3FlOp .container {
    padding: 0 24px;
  }
}
.cid-uUqHu3FlOp .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uUqHu3FlOp .content-wrapper {
    padding: 0;
  }
}
.cid-uUqHu3FlOp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uUqHu3FlOp .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uUqHu3FlOp .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uUqHu3FlOp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUqHu3FlOp .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUqHu3FlOp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUqHu3FlOp .mbr-section-title {
  color: #ffffff;
}
.cid-uUqHu3FlOp .mbr-desc,
.cid-uUqHu3FlOp .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUqHu3FlOp .mbr-text,
.cid-uUqHu3FlOp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUqHu3FlOp .mbr-section-title,
.cid-uUqHu3FlOp .mbr-section-btn {
  text-align: center;
}
.cid-uUqHEHj8Lb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uUqHEHj8Lb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqHEHj8Lb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqHEHj8Lb .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uUqHEHj8Lb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uUqHEHj8Lb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUqHEHj8Lb .mbr-label {
  color: #666666;
}
.cid-uUqHEHj8Lb .mbr-text {
  color: #0f0f0f;
}
.cid-uUqHEHj8Lb .mbr-text,
.cid-uUqHEHj8Lb .text-wrapper {
  text-align: center;
}
.cid-uUqHEHj8Lb .mbr-label,
.cid-uUqHEHj8Lb .mbr-section-btn {
  text-align: center;
}
.cid-uUCgNlRn8z {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUCgNlRn8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCgNlRn8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCgNlRn8z .row {
  flex-direction: row-reverse;
}
.cid-uUqK3z4DN7 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uUqK3z4DN7 .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uUqK3z4DN7 .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uUqK3z4DN7 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uUqK3z4DN7 h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uUqK3z4DN7 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUqK3z4DN7 .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uUqK3z4DN7 .row {
    margin: 0;
  }
}
.cid-uUqK3z4DN7 .mbr-text DIV {
  text-align: left;
}
.cid-uUqLuhPg7A {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUqLuhPg7A .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uUqLuhPg7A .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uUqLuhPg7A .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uUqLuhPg7A P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uUqLuhPg7A img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uUqLuhPg7A .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uUqLuhPg7A .top,
  .cid-uUqLuhPg7A .top-2 {
    margin-top: 0;
  }
}
.cid-uUqMkpSxzx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uUqMkpSxzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqMkpSxzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqMkpSxzx .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUqMkpSxzx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUqMkpSxzx .container {
    padding: 0;
  }
}
.cid-uUqMkpSxzx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUqMkpSxzx .row {
    margin: 0;
  }
}
.cid-uUqMkpSxzx .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uUqMkpSxzx .card {
    padding: 0 16px;
  }
}
.cid-uUqMkpSxzx .card .row.cards {
  position: relative;
}
.cid-uUqMkpSxzx .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uUqMkpSxzx .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uUqMkpSxzx .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uUqMkpSxzx .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uUqMkpSxzx .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUqMkpSxzx .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uUqMkpSxzx .card .row.cards .image {
    padding: 0;
  }
}
.cid-uUqMkpSxzx .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uUqMkpSxzx .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUqMkpSxzx .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uUqMkpSxzx .mbr-section-title {
  color: #263652;
  text-align: right;
}
.cid-uUqMkpSxzx .mbr-text {
  color: #263652;
  text-align: right;
}
.cid-uUqMvTyrYX {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUqMvTyrYX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uUqMvTyrYX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uUqMvTyrYX .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uUqMvTyrYX P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uUqMvTyrYX img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uUqMvTyrYX .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uUqMvTyrYX .top,
  .cid-uUqMvTyrYX .top-2 {
    margin-top: 0;
  }
}
.cid-uUqMxYQQGY {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uUqMxYQQGY .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uUqMxYQQGY .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uUqMxYQQGY .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uUqMxYQQGY h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uUqMxYQQGY .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUqMxYQQGY .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uUqMxYQQGY .row {
    margin: 0;
  }
}
.cid-uUqMxYQQGY .mbr-text DIV {
  text-align: left;
}
.cid-uUqMzW5dCE {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUqMzW5dCE .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uUqMzW5dCE .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uUqMzW5dCE .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uUqMzW5dCE P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uUqMzW5dCE img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uUqMzW5dCE .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uUqMzW5dCE .top,
  .cid-uUqMzW5dCE .top-2 {
    margin-top: 0;
  }
}
.cid-uUqMFHpNnI {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uUqMFHpNnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqMFHpNnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqMFHpNnI .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUqMFHpNnI .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUqMFHpNnI .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uUqMFHpNnI .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-uUqMFHpNnI .wrap {
  background: url("../../../assets/images/jf-ig-feed-vintage-51-2000x2599.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUqMFHpNnI .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUqMFHpNnI .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUqMFHpNnI .mbr-text {
  color: #000000;
}
.cid-uUqMFHpNnI .mbr-text,
.cid-uUqMFHpNnI .mbr-section-btn {
  color: #ffffff;
}
.cid-uUqMPk6l14 {
  background-image: url("../../../assets/images/max-8.04293483.jpg");
}
.cid-uUqMPk6l14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqMPk6l14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUqMPk6l14 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUqMPk6l14 .container {
    padding: 0 24px;
  }
}
.cid-uUqMPk6l14 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uUqMPk6l14 .content-wrapper {
    padding: 0;
  }
}
.cid-uUqMPk6l14 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uUqMPk6l14 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uUqMPk6l14 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uUqMPk6l14 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUqMPk6l14 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUqMPk6l14 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUqMPk6l14 .mbr-section-title {
  color: #ffffff;
}
.cid-uUqMPk6l14 .mbr-desc,
.cid-uUqMPk6l14 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUqMPk6l14 .mbr-text,
.cid-uUqMPk6l14 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUqMPk6l14 .mbr-section-title,
.cid-uUqMPk6l14 .mbr-section-btn {
  text-align: center;
}
.cid-uUqMPTJ6jO {
  background-image: url("../../../assets/images/max-8.04293102.jpg");
}
.cid-uUqMPTJ6jO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqMPTJ6jO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUqMPTJ6jO .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUqMPTJ6jO .container {
    padding: 0 24px;
  }
}
.cid-uUqMPTJ6jO .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uUqMPTJ6jO .content-wrapper {
    padding: 0;
  }
}
.cid-uUqMPTJ6jO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uUqMPTJ6jO .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uUqMPTJ6jO .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uUqMPTJ6jO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUqMPTJ6jO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUqMPTJ6jO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUqMPTJ6jO .mbr-section-title {
  color: #ffffff;
}
.cid-uUqMPTJ6jO .mbr-desc,
.cid-uUqMPTJ6jO .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUqMPTJ6jO .mbr-text,
.cid-uUqMPTJ6jO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUqMPTJ6jO .mbr-section-title,
.cid-uUqMPTJ6jO .mbr-section-btn {
  text-align: center;
}
.cid-uUCiSc3M2u {
  background-image: url("../../../assets/images/6h9a2887-2000x3000.jpeg");
}
.cid-uUCiSc3M2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCiSc3M2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUCiSc3M2u .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUCiSc3M2u .container {
    padding: 0 24px;
  }
}
.cid-uUCiSc3M2u .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uUCiSc3M2u .content-wrapper {
    padding: 0;
  }
}
.cid-uUCiSc3M2u .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uUCiSc3M2u .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uUCiSc3M2u .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uUCiSc3M2u .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUCiSc3M2u .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUCiSc3M2u .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUCiSc3M2u .mbr-section-title {
  color: #ffffff;
}
.cid-uUCiSc3M2u .mbr-desc,
.cid-uUCiSc3M2u .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCiSc3M2u .mbr-text,
.cid-uUCiSc3M2u .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCiSc3M2u .mbr-section-title,
.cid-uUCiSc3M2u .mbr-section-btn {
  text-align: center;
}
.cid-uUqMVxVKrn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uUqMVxVKrn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqMVxVKrn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUqMVxVKrn .container {
    padding: 0 20px;
  }
}
.cid-uUqMVxVKrn .row {
  justify-content: space-between;
}
.cid-uUqMVxVKrn .card {
  justify-content: center;
}
.cid-uUqMVxVKrn .image-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uUqMVxVKrn .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uUqMVxVKrn .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uUqMVxVKrn .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uUqMVxVKrn .image-wrapper {
    padding-right: 0;
  }
}
.cid-uUqMVxVKrn .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uUqMVxVKrn .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uUqMVxVKrn .image-wrapper .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uUqMVxVKrn .image-wrapper .image-wrap {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUqMVxVKrn .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uUqMVxVKrn .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUqMVxVKrn .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uUqMVxVKrn .content-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uUqMVxVKrn .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uUqMVxVKrn .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uUqMVxVKrn .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uUqMVxVKrn .content-wrapper {
    padding-left: 0;
  }
}
.cid-uUqMVxVKrn .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uUqMVxVKrn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUqMVxVKrn .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUqMVxVKrn .mbr-desc {
  color: #1e1d1c;
  text-align: right;
}
.cid-uUqMVxVKrn .mbr-section-title {
  color: #1e1d1c;
}
.cid-uUqMVxVKrn .mbr-section-title,
.cid-uUqMVxVKrn .mbr-section-btn {
  text-align: right;
}
.cid-uUCpepWdEO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCpepWdEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCpepWdEO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .footer-col {
    flex-direction: column;
  }
}
.cid-uUCpepWdEO .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCpepWdEO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUCpepWdEO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUCpepWdEO .soc-item {
  margin: 8px;
}
.cid-uUCpepWdEO .soc-item a:hover .mbr-iconfont,
.cid-uUCpepWdEO .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    text-align: center;
  }
  .cid-uUCpepWdEO .social-row {
    justify-content: center;
  }
}
.cid-uUCpepWdEO .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 0rem;
  }
}
.cid-uUCpepWdEO .mbr-text {
  color: #bbbbbb;
}
.cid-uUCpepWdEO .mbr-section-subtitle {
  color: #000000;
}
.cid-uUCpepWdEO .list,
.cid-uUCpepWdEO .item-wrap {
  color: #232323;
}
.cid-uUCpepWdEO .copyright {
  color: #393193;
}
.cid-uUCbpsHtxV .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uUCbpsHtxV .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uUCbpsHtxV a {
  font-style: normal;
}
.cid-uUCbpsHtxV .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uUCbpsHtxV .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uUCbpsHtxV .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uUCbpsHtxV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uUCbpsHtxV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uUCbpsHtxV .nav-item:focus,
.cid-uUCbpsHtxV .nav-link:focus {
  outline: none;
}
.cid-uUCbpsHtxV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uUCbpsHtxV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uUCbpsHtxV .menu-logo {
  margin-right: auto;
}
.cid-uUCbpsHtxV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUCbpsHtxV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uUCbpsHtxV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uUCbpsHtxV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUCbpsHtxV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uUCbpsHtxV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUCbpsHtxV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uUCbpsHtxV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uUCbpsHtxV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUCbpsHtxV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUCbpsHtxV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUCbpsHtxV .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uUCbpsHtxV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uUCbpsHtxV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUCbpsHtxV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUCbpsHtxV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUCbpsHtxV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uUCbpsHtxV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uUCbpsHtxV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uUCbpsHtxV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUCbpsHtxV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUCbpsHtxV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uUCbpsHtxV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUCbpsHtxV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uUCbpsHtxV button.navbar-toggler:focus {
  outline: none;
}
.cid-uUCbpsHtxV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uUCbpsHtxV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUCbpsHtxV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUCbpsHtxV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUCbpsHtxV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUCbpsHtxV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUCbpsHtxV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUCbpsHtxV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUCbpsHtxV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUCbpsHtxV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uUCbpsHtxV .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUCbpsHtxV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUCbpsHtxV .collapsed .navbar-collapse.collapsing,
.cid-uUCbpsHtxV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUCbpsHtxV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUCbpsHtxV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUCbpsHtxV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUCbpsHtxV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUCbpsHtxV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUCbpsHtxV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uUCbpsHtxV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUCbpsHtxV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uUCbpsHtxV .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUCbpsHtxV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uUCbpsHtxV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uUCbpsHtxV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uUCbpsHtxV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUCbpsHtxV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUCbpsHtxV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uUCbpsHtxV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uUCbpsHtxV img {
    height: 3.8rem !important;
  }
  .cid-uUCbpsHtxV .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uUCbpsHtxV .menu-wrap {
    flex-direction: column;
  }
  .cid-uUCbpsHtxV .btn {
    display: -webkit-flex;
  }
  .cid-uUCbpsHtxV button.navbar-toggler {
    display: block;
  }
  .cid-uUCbpsHtxV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uUCbpsHtxV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uUCbpsHtxV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUCbpsHtxV .navbar-collapse.collapsing,
  .cid-uUCbpsHtxV .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUCbpsHtxV .navbar-collapse.collapsing .navbar-nav,
  .cid-uUCbpsHtxV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUCbpsHtxV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUCbpsHtxV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUCbpsHtxV .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUCbpsHtxV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uUCbpsHtxV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUCbpsHtxV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUCbpsHtxV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUCbpsHtxV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uUCbpsHtxV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUCbpsHtxV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uUCbpsHtxV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uUCbpsHtxV .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uUCbpsHtxV .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uUCbpsHtxV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uUCbpsHtxV .nav-link:hover,
.cid-uUCbpsHtxV .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uUCbptJr18 {
  background-color: #f5f5f5;
}
.cid-uUCbptJr18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCbptJr18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCbptJr18 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUCbptJr18 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uUCbptJr18 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUCbptJr18 .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uUCbptJr18 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUCbptJr18 .mbr-text {
  color: #666666;
}
.cid-uUCbpvp6Qg {
  background-image: url("../../../assets/images/nesoresso-v3-2000x1000.jpg");
}
.cid-uUCbpvp6Qg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCbpvp6Qg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUCbpvp6Qg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUCbpvp6Qg .container {
    padding: 0 24px;
  }
}
.cid-uUCbpvp6Qg .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uUCbpvp6Qg .content-wrapper {
    padding: 0;
  }
}
.cid-uUCbpvp6Qg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uUCbpvp6Qg .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uUCbpvp6Qg .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uUCbpvp6Qg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUCbpvp6Qg .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUCbpvp6Qg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUCbpvp6Qg .mbr-section-title {
  color: #ffffff;
}
.cid-uUCbpvp6Qg .mbr-desc,
.cid-uUCbpvp6Qg .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCbpvp6Qg .mbr-text,
.cid-uUCbpvp6Qg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCbpvp6Qg .mbr-section-title,
.cid-uUCbpvp6Qg .mbr-section-btn {
  text-align: center;
}
.cid-uUCbpvFhPD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uUCbpvFhPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCbpvFhPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCbpvFhPD .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uUCbpvFhPD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uUCbpvFhPD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUCbpvFhPD .mbr-label {
  color: #666666;
}
.cid-uUCbpvFhPD .mbr-text {
  color: #0f0f0f;
}
.cid-uUCbpvFhPD .mbr-text,
.cid-uUCbpvFhPD .text-wrapper {
  text-align: center;
}
.cid-uUCbpvFhPD .mbr-label,
.cid-uUCbpvFhPD .mbr-section-btn {
  text-align: center;
}
.cid-uUCbRxPTOD {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUCbRxPTOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCbRxPTOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCbRxPTOD .row {
  flex-direction: row-reverse;
}
.cid-uUCc0wSA8F {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUCc0wSA8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCc0wSA8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCc0wSA8F .row {
  flex-direction: row-reverse;
}
.cid-uUCbpwc4DA {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uUCbpwc4DA .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uUCbpwc4DA .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uUCbpwc4DA .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uUCbpwc4DA h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uUCbpwc4DA .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCbpwc4DA .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uUCbpwc4DA .row {
    margin: 0;
  }
}
.cid-uUCbpwc4DA .mbr-text DIV {
  text-align: left;
}
.cid-uUCc7vplnR {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUCc7vplnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCc7vplnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCc7vplnR .row {
  flex-direction: row-reverse;
}
.cid-uUCbpwUS5F {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUCbpwUS5F .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uUCbpwUS5F .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uUCbpwUS5F .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uUCbpwUS5F P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uUCbpwUS5F img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uUCbpwUS5F .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uUCbpwUS5F .top,
  .cid-uUCbpwUS5F .top-2 {
    margin-top: 0;
  }
}
.cid-uUCbpxB3TM {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uUCbpxB3TM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uUCbpxB3TM .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uUCbpxB3TM .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uUCbpxB3TM P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uUCbpxB3TM img {
  margin-top: 15px;
}
.cid-uUCbpxB3TM img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-uUCbpxB3TM .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uUCbpxB3TM .top,
  .cid-uUCbpxB3TM .top-2 {
    margin-top: 0;
  }
}
.cid-uUCbpyWcCD {
  background-image: url("../../../assets/images/image3-nespresso.png");
}
.cid-uUCbpyWcCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCbpyWcCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUCbpyWcCD .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUCbpyWcCD .container {
    padding: 0 24px;
  }
}
.cid-uUCbpyWcCD .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uUCbpyWcCD .content-wrapper {
    padding: 0;
  }
}
.cid-uUCbpyWcCD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uUCbpyWcCD .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uUCbpyWcCD .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uUCbpyWcCD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUCbpyWcCD .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUCbpyWcCD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUCbpyWcCD .mbr-section-title {
  color: #ffffff;
}
.cid-uUCbpyWcCD .mbr-desc,
.cid-uUCbpyWcCD .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCbpyWcCD .mbr-text,
.cid-uUCbpyWcCD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCbpyWcCD .mbr-section-title,
.cid-uUCbpyWcCD .mbr-section-btn {
  text-align: center;
}
.cid-uUCbpzBFOZ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uUCbpzBFOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCbpzBFOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUCbpzBFOZ .container {
    padding: 0 20px;
  }
}
.cid-uUCbpzBFOZ .row {
  justify-content: space-between;
}
.cid-uUCbpzBFOZ .card {
  justify-content: center;
}
.cid-uUCbpzBFOZ .image-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uUCbpzBFOZ .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uUCbpzBFOZ .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uUCbpzBFOZ .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uUCbpzBFOZ .image-wrapper {
    padding-right: 0;
  }
}
.cid-uUCbpzBFOZ .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uUCbpzBFOZ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uUCbpzBFOZ .image-wrapper .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uUCbpzBFOZ .image-wrapper .image-wrap {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCbpzBFOZ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uUCbpzBFOZ .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUCbpzBFOZ .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uUCbpzBFOZ .content-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uUCbpzBFOZ .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uUCbpzBFOZ .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uUCbpzBFOZ .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uUCbpzBFOZ .content-wrapper {
    padding-left: 0;
  }
}
.cid-uUCbpzBFOZ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uUCbpzBFOZ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUCbpzBFOZ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUCbpzBFOZ .mbr-desc {
  color: #1e1d1c;
  text-align: right;
}
.cid-uUCbpzBFOZ .mbr-section-title {
  color: #1e1d1c;
}
.cid-uUCbpzBFOZ .mbr-section-title,
.cid-uUCbpzBFOZ .mbr-section-btn {
  text-align: right;
}
.cid-uUCpepWdEO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCpepWdEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCpepWdEO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .footer-col {
    flex-direction: column;
  }
}
.cid-uUCpepWdEO .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCpepWdEO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUCpepWdEO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUCpepWdEO .soc-item {
  margin: 8px;
}
.cid-uUCpepWdEO .soc-item a:hover .mbr-iconfont,
.cid-uUCpepWdEO .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    text-align: center;
  }
  .cid-uUCpepWdEO .social-row {
    justify-content: center;
  }
}
.cid-uUCpepWdEO .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 0rem;
  }
}
.cid-uUCpepWdEO .mbr-text {
  color: #bbbbbb;
}
.cid-uUCpepWdEO .mbr-section-subtitle {
  color: #000000;
}
.cid-uUCpepWdEO .list,
.cid-uUCpepWdEO .item-wrap {
  color: #232323;
}
.cid-uUCpepWdEO .copyright {
  color: #393193;
}
.cid-uUCcw2ZbOc .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uUCcw2ZbOc .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uUCcw2ZbOc a {
  font-style: normal;
}
.cid-uUCcw2ZbOc .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uUCcw2ZbOc .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uUCcw2ZbOc .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uUCcw2ZbOc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uUCcw2ZbOc .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uUCcw2ZbOc .nav-item:focus,
.cid-uUCcw2ZbOc .nav-link:focus {
  outline: none;
}
.cid-uUCcw2ZbOc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uUCcw2ZbOc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uUCcw2ZbOc .menu-logo {
  margin-right: auto;
}
.cid-uUCcw2ZbOc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUCcw2ZbOc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uUCcw2ZbOc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uUCcw2ZbOc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUCcw2ZbOc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uUCcw2ZbOc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUCcw2ZbOc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uUCcw2ZbOc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uUCcw2ZbOc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUCcw2ZbOc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUCcw2ZbOc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUCcw2ZbOc .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uUCcw2ZbOc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uUCcw2ZbOc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUCcw2ZbOc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUCcw2ZbOc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUCcw2ZbOc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uUCcw2ZbOc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uUCcw2ZbOc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uUCcw2ZbOc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUCcw2ZbOc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUCcw2ZbOc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uUCcw2ZbOc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUCcw2ZbOc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uUCcw2ZbOc button.navbar-toggler:focus {
  outline: none;
}
.cid-uUCcw2ZbOc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uUCcw2ZbOc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUCcw2ZbOc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUCcw2ZbOc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUCcw2ZbOc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUCcw2ZbOc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUCcw2ZbOc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUCcw2ZbOc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUCcw2ZbOc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUCcw2ZbOc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uUCcw2ZbOc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUCcw2ZbOc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUCcw2ZbOc .collapsed .navbar-collapse.collapsing,
.cid-uUCcw2ZbOc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUCcw2ZbOc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUCcw2ZbOc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUCcw2ZbOc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUCcw2ZbOc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUCcw2ZbOc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUCcw2ZbOc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uUCcw2ZbOc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUCcw2ZbOc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uUCcw2ZbOc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUCcw2ZbOc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uUCcw2ZbOc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uUCcw2ZbOc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uUCcw2ZbOc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUCcw2ZbOc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUCcw2ZbOc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uUCcw2ZbOc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uUCcw2ZbOc img {
    height: 3.8rem !important;
  }
  .cid-uUCcw2ZbOc .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uUCcw2ZbOc .menu-wrap {
    flex-direction: column;
  }
  .cid-uUCcw2ZbOc .btn {
    display: -webkit-flex;
  }
  .cid-uUCcw2ZbOc button.navbar-toggler {
    display: block;
  }
  .cid-uUCcw2ZbOc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uUCcw2ZbOc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uUCcw2ZbOc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUCcw2ZbOc .navbar-collapse.collapsing,
  .cid-uUCcw2ZbOc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUCcw2ZbOc .navbar-collapse.collapsing .navbar-nav,
  .cid-uUCcw2ZbOc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUCcw2ZbOc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUCcw2ZbOc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUCcw2ZbOc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUCcw2ZbOc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uUCcw2ZbOc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUCcw2ZbOc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUCcw2ZbOc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUCcw2ZbOc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uUCcw2ZbOc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUCcw2ZbOc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uUCcw2ZbOc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uUCcw2ZbOc .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uUCcw2ZbOc .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uUCcw2ZbOc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uUCcw2ZbOc .nav-link:hover,
.cid-uUCcw2ZbOc .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uUCcw3UfJG {
  background-color: #f5f5f5;
}
.cid-uUCcw3UfJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcw3UfJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcw3UfJG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUCcw3UfJG .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uUCcw3UfJG .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUCcw3UfJG .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uUCcw3UfJG .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUCcw3UfJG .mbr-text {
  color: #666666;
}
.cid-uUCcw4e0Bi {
  background-image: url("../../../assets/images/fotos-hermanos-roca-globomundo-luminoso-bbva-1-2000x1334.jpg");
}
.cid-uUCcw4e0Bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcw4e0Bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUCcw4e0Bi .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUCcw4e0Bi .container {
    padding: 0 24px;
  }
}
.cid-uUCcw4e0Bi .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uUCcw4e0Bi .content-wrapper {
    padding: 0;
  }
}
.cid-uUCcw4e0Bi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uUCcw4e0Bi .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uUCcw4e0Bi .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uUCcw4e0Bi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUCcw4e0Bi .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUCcw4e0Bi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUCcw4e0Bi .mbr-section-title {
  color: #ffffff;
}
.cid-uUCcw4e0Bi .mbr-desc,
.cid-uUCcw4e0Bi .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCcw4e0Bi .mbr-text,
.cid-uUCcw4e0Bi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCcw4e0Bi .mbr-section-title,
.cid-uUCcw4e0Bi .mbr-section-btn {
  text-align: center;
}
.cid-uUCcw4vlsl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uUCcw4vlsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcw4vlsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcw4vlsl .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uUCcw4vlsl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uUCcw4vlsl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUCcw4vlsl .mbr-label {
  color: #666666;
}
.cid-uUCcw4vlsl .mbr-text {
  color: #0f0f0f;
}
.cid-uUCcw4vlsl .mbr-text,
.cid-uUCcw4vlsl .text-wrapper {
  text-align: center;
}
.cid-uUCcw4vlsl .mbr-label,
.cid-uUCcw4vlsl .mbr-section-btn {
  text-align: center;
}
.cid-uUCcKj5mAf {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUCcKj5mAf .mbr-media {
  position: relative;
}
.cid-uUCcKj5mAf .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uUCcKj5mAf a:hover {
  background-image: none !important;
}
.cid-uUCcKj5mAf .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uUCcKj5mAf .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uUCcKj5mAf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUCcKj5mAf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUCcKj5mAf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUCcKj5mAf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUCcKj5mAf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUCcKj5mAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcKj5mAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcKj5mAf .content-head {
  max-width: 800px;
}
.cid-uUCcw4LoXG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUCcw4LoXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcw4LoXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcw4LoXG .row {
  flex-direction: row-reverse;
}
.cid-uUCcw6seG4 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUCcw6seG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcw6seG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcw6seG4 .row {
  flex-direction: row-reverse;
}
.cid-uUCcw6MEB6 {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uUCcw6MEB6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uUCcw6MEB6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uUCcw6MEB6 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uUCcw6MEB6 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uUCcw6MEB6 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uUCcw6MEB6 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uUCcw6MEB6 .top,
  .cid-uUCcw6MEB6 .top-2 {
    margin-top: 0;
  }
}
.cid-uUCcw7mfD5 {
  background-image: url("../../../assets/images/dsc-247.jpg");
}
.cid-uUCcw7mfD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcw7mfD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUCcw7mfD5 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUCcw7mfD5 .container {
    padding: 0 24px;
  }
}
.cid-uUCcw7mfD5 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uUCcw7mfD5 .content-wrapper {
    padding: 0;
  }
}
.cid-uUCcw7mfD5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uUCcw7mfD5 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uUCcw7mfD5 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uUCcw7mfD5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUCcw7mfD5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUCcw7mfD5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUCcw7mfD5 .mbr-section-title {
  color: #ffffff;
}
.cid-uUCcw7mfD5 .mbr-desc,
.cid-uUCcw7mfD5 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCcw7mfD5 .mbr-text,
.cid-uUCcw7mfD5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCcw7mfD5 .mbr-section-title,
.cid-uUCcw7mfD5 .mbr-section-btn {
  text-align: center;
}
.cid-uV4l9J0zdU {
  background-image: url("../../../assets/images/dsc-240.jpg");
}
.cid-uV4l9J0zdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4l9J0zdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV4l9J0zdU .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uV4l9J0zdU .container {
    padding: 0 24px;
  }
}
.cid-uV4l9J0zdU .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uV4l9J0zdU .content-wrapper {
    padding: 0;
  }
}
.cid-uV4l9J0zdU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uV4l9J0zdU .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uV4l9J0zdU .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uV4l9J0zdU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uV4l9J0zdU .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uV4l9J0zdU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV4l9J0zdU .mbr-section-title {
  color: #ffffff;
}
.cid-uV4l9J0zdU .mbr-desc,
.cid-uV4l9J0zdU .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4l9J0zdU .mbr-text,
.cid-uV4l9J0zdU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4l9J0zdU .mbr-section-title,
.cid-uV4l9J0zdU .mbr-section-btn {
  text-align: center;
}
.cid-uV4lnUUUDQ {
  background-image: url("../../../assets/images/dsc-92.jpg");
}
.cid-uV4lnUUUDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4lnUUUDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV4lnUUUDQ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uV4lnUUUDQ .container {
    padding: 0 24px;
  }
}
.cid-uV4lnUUUDQ .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uV4lnUUUDQ .content-wrapper {
    padding: 0;
  }
}
.cid-uV4lnUUUDQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uV4lnUUUDQ .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uV4lnUUUDQ .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uV4lnUUUDQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uV4lnUUUDQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uV4lnUUUDQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV4lnUUUDQ .mbr-section-title {
  color: #ffffff;
}
.cid-uV4lnUUUDQ .mbr-desc,
.cid-uV4lnUUUDQ .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4lnUUUDQ .mbr-text,
.cid-uV4lnUUUDQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4lnUUUDQ .mbr-section-title,
.cid-uV4lnUUUDQ .mbr-section-btn {
  text-align: center;
}
.cid-uV4lrgrMZi {
  background-image: url("../../../assets/images/dsc-1618.jpg");
}
.cid-uV4lrgrMZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4lrgrMZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV4lrgrMZi .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uV4lrgrMZi .container {
    padding: 0 24px;
  }
}
.cid-uV4lrgrMZi .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uV4lrgrMZi .content-wrapper {
    padding: 0;
  }
}
.cid-uV4lrgrMZi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uV4lrgrMZi .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uV4lrgrMZi .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uV4lrgrMZi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uV4lrgrMZi .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uV4lrgrMZi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV4lrgrMZi .mbr-section-title {
  color: #ffffff;
}
.cid-uV4lrgrMZi .mbr-desc,
.cid-uV4lrgrMZi .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4lrgrMZi .mbr-text,
.cid-uV4lrgrMZi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4lrgrMZi .mbr-section-title,
.cid-uV4lrgrMZi .mbr-section-btn {
  text-align: center;
}
.cid-uUCpepWdEO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCpepWdEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCpepWdEO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .footer-col {
    flex-direction: column;
  }
}
.cid-uUCpepWdEO .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCpepWdEO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUCpepWdEO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUCpepWdEO .soc-item {
  margin: 8px;
}
.cid-uUCpepWdEO .soc-item a:hover .mbr-iconfont,
.cid-uUCpepWdEO .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    text-align: center;
  }
  .cid-uUCpepWdEO .social-row {
    justify-content: center;
  }
}
.cid-uUCpepWdEO .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 0rem;
  }
}
.cid-uUCpepWdEO .mbr-text {
  color: #bbbbbb;
}
.cid-uUCpepWdEO .mbr-section-subtitle {
  color: #000000;
}
.cid-uUCpepWdEO .list,
.cid-uUCpepWdEO .item-wrap {
  color: #232323;
}
.cid-uUCpepWdEO .copyright {
  color: #393193;
}
.cid-uUCd4qoCrH .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uUCd4qoCrH .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uUCd4qoCrH a {
  font-style: normal;
}
.cid-uUCd4qoCrH .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uUCd4qoCrH .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uUCd4qoCrH .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uUCd4qoCrH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uUCd4qoCrH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uUCd4qoCrH .nav-item:focus,
.cid-uUCd4qoCrH .nav-link:focus {
  outline: none;
}
.cid-uUCd4qoCrH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uUCd4qoCrH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uUCd4qoCrH .menu-logo {
  margin-right: auto;
}
.cid-uUCd4qoCrH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUCd4qoCrH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uUCd4qoCrH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uUCd4qoCrH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUCd4qoCrH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uUCd4qoCrH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUCd4qoCrH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uUCd4qoCrH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uUCd4qoCrH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUCd4qoCrH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUCd4qoCrH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUCd4qoCrH .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uUCd4qoCrH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uUCd4qoCrH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUCd4qoCrH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUCd4qoCrH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUCd4qoCrH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uUCd4qoCrH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uUCd4qoCrH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uUCd4qoCrH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUCd4qoCrH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUCd4qoCrH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uUCd4qoCrH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUCd4qoCrH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uUCd4qoCrH button.navbar-toggler:focus {
  outline: none;
}
.cid-uUCd4qoCrH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uUCd4qoCrH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUCd4qoCrH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUCd4qoCrH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUCd4qoCrH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUCd4qoCrH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUCd4qoCrH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUCd4qoCrH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUCd4qoCrH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUCd4qoCrH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uUCd4qoCrH .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUCd4qoCrH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUCd4qoCrH .collapsed .navbar-collapse.collapsing,
.cid-uUCd4qoCrH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUCd4qoCrH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUCd4qoCrH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUCd4qoCrH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUCd4qoCrH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUCd4qoCrH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUCd4qoCrH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uUCd4qoCrH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUCd4qoCrH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uUCd4qoCrH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUCd4qoCrH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uUCd4qoCrH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uUCd4qoCrH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uUCd4qoCrH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUCd4qoCrH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUCd4qoCrH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uUCd4qoCrH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uUCd4qoCrH img {
    height: 3.8rem !important;
  }
  .cid-uUCd4qoCrH .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uUCd4qoCrH .menu-wrap {
    flex-direction: column;
  }
  .cid-uUCd4qoCrH .btn {
    display: -webkit-flex;
  }
  .cid-uUCd4qoCrH button.navbar-toggler {
    display: block;
  }
  .cid-uUCd4qoCrH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uUCd4qoCrH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uUCd4qoCrH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUCd4qoCrH .navbar-collapse.collapsing,
  .cid-uUCd4qoCrH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUCd4qoCrH .navbar-collapse.collapsing .navbar-nav,
  .cid-uUCd4qoCrH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUCd4qoCrH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUCd4qoCrH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUCd4qoCrH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUCd4qoCrH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uUCd4qoCrH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUCd4qoCrH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUCd4qoCrH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uUCd4qoCrH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uUCd4qoCrH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUCd4qoCrH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uUCd4qoCrH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uUCd4qoCrH .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uUCd4qoCrH .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uUCd4qoCrH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uUCd4qoCrH .nav-link:hover,
.cid-uUCd4qoCrH .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uUCd4rw4U5 {
  background-color: #f5f5f5;
}
.cid-uUCd4rw4U5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCd4rw4U5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCd4rw4U5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUCd4rw4U5 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uUCd4rw4U5 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUCd4rw4U5 .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uUCd4rw4U5 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUCd4rw4U5 .mbr-text {
  color: #666666;
}
.cid-uUCd4svjZ0 {
  background-image: url("../../../assets/images/volkswagen-bullring-birmingham-store-2-1800x1200.jpg");
}
.cid-uUCd4svjZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCd4svjZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUCd4svjZ0 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUCd4svjZ0 .container {
    padding: 0 24px;
  }
}
.cid-uUCd4svjZ0 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uUCd4svjZ0 .content-wrapper {
    padding: 0;
  }
}
.cid-uUCd4svjZ0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uUCd4svjZ0 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uUCd4svjZ0 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uUCd4svjZ0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUCd4svjZ0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUCd4svjZ0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUCd4svjZ0 .mbr-section-title {
  color: #ffffff;
}
.cid-uUCd4svjZ0 .mbr-desc,
.cid-uUCd4svjZ0 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCd4svjZ0 .mbr-text,
.cid-uUCd4svjZ0 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCd4svjZ0 .mbr-section-title,
.cid-uUCd4svjZ0 .mbr-section-btn {
  text-align: center;
}
.cid-uUCd4taAbm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uUCd4taAbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCd4taAbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCd4taAbm .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uUCd4taAbm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uUCd4taAbm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUCd4taAbm .mbr-label {
  color: #666666;
}
.cid-uUCd4taAbm .mbr-text {
  color: #0f0f0f;
}
.cid-uUCd4taAbm .mbr-text,
.cid-uUCd4taAbm .text-wrapper {
  text-align: center;
}
.cid-uUCd4taAbm .mbr-label,
.cid-uUCd4taAbm .mbr-section-btn {
  text-align: center;
}
.cid-uUCd4trGzw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUCd4trGzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCd4trGzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCd4trGzw .row {
  flex-direction: row-reverse;
}
.cid-uUCd4uf2cT {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uUCd4uf2cT .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uUCd4uf2cT .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uUCd4uf2cT .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uUCd4uf2cT h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uUCd4uf2cT .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCd4uf2cT .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uUCd4uf2cT .row {
    margin: 0;
  }
}
.cid-uUCd4uf2cT .mbr-text DIV {
  text-align: left;
}
.cid-uUCd4uPoy8 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUCd4uPoy8 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uUCd4uPoy8 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uUCd4uPoy8 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uUCd4uPoy8 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uUCd4uPoy8 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uUCd4uPoy8 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uUCd4uPoy8 .top,
  .cid-uUCd4uPoy8 .top-2 {
    margin-top: 0;
  }
}
.cid-uUCdRHJFkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fdfcfa;
}
.cid-uUCdRHJFkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCdRHJFkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCdRHJFkM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUCdRHJFkM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUCdRHJFkM .container {
    padding: 0;
  }
}
.cid-uUCdRHJFkM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUCdRHJFkM .row {
    margin: 0;
  }
}
.cid-uUCdRHJFkM .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uUCdRHJFkM .card {
    padding: 0 16px;
  }
}
.cid-uUCdRHJFkM .card .row.cards {
  position: relative;
}
.cid-uUCdRHJFkM .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uUCdRHJFkM .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uUCdRHJFkM .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uUCdRHJFkM .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uUCdRHJFkM .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUCdRHJFkM .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uUCdRHJFkM .card .row.cards .image {
    padding: 0;
  }
}
.cid-uUCdRHJFkM .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uUCdRHJFkM .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUCdRHJFkM .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uUCdRHJFkM .mbr-section-title {
  color: #263652;
  text-align: right;
}
.cid-uUCdRHJFkM .mbr-text {
  color: #263652;
  text-align: right;
}
.cid-uUCdDm1xZU {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uUCdDm1xZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCdDm1xZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCdDm1xZU .row {
  flex-direction: row-reverse;
}
.cid-uV4iJa74wC {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uV4iJa74wC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4iJa74wC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4iJa74wC .row {
  flex-direction: row-reverse;
}
.cid-uUCd4vLl3p {
  background-image: url("../../../assets/images/volkswagen-tecnopolis-6-1228x816.jpg");
}
.cid-uUCd4vLl3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCd4vLl3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUCd4vLl3p .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUCd4vLl3p .container {
    padding: 0 24px;
  }
}
.cid-uUCd4vLl3p .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uUCd4vLl3p .content-wrapper {
    padding: 0;
  }
}
.cid-uUCd4vLl3p .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uUCd4vLl3p .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uUCd4vLl3p .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uUCd4vLl3p .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUCd4vLl3p .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUCd4vLl3p .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUCd4vLl3p .mbr-section-title {
  color: #ffffff;
}
.cid-uUCd4vLl3p .mbr-desc,
.cid-uUCd4vLl3p .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCd4vLl3p .mbr-text,
.cid-uUCd4vLl3p .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUCd4vLl3p .mbr-section-title,
.cid-uUCd4vLl3p .mbr-section-btn {
  text-align: center;
}
.cid-uV4j26I4Og {
  background-image: url("../../../assets/images/nbs-18-0500-dig-1920x1080.png");
}
.cid-uV4j26I4Og .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4j26I4Og .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV4j26I4Og .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uV4j26I4Og .container {
    padding: 0 24px;
  }
}
.cid-uV4j26I4Og .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uV4j26I4Og .content-wrapper {
    padding: 0;
  }
}
.cid-uV4j26I4Og .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uV4j26I4Og .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uV4j26I4Og .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uV4j26I4Og .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uV4j26I4Og .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uV4j26I4Og .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV4j26I4Og .mbr-section-title {
  color: #ffffff;
}
.cid-uV4j26I4Og .mbr-desc,
.cid-uV4j26I4Og .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4j26I4Og .mbr-text,
.cid-uV4j26I4Og .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4j26I4Og .mbr-section-title,
.cid-uV4j26I4Og .mbr-section-btn {
  text-align: center;
}
.cid-uUCpepWdEO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCpepWdEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCpepWdEO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .footer-col {
    flex-direction: column;
  }
}
.cid-uUCpepWdEO .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCpepWdEO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUCpepWdEO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUCpepWdEO .soc-item {
  margin: 8px;
}
.cid-uUCpepWdEO .soc-item a:hover .mbr-iconfont,
.cid-uUCpepWdEO .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uUCpepWdEO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUCpepWdEO .row {
    text-align: center;
  }
  .cid-uUCpepWdEO .social-row {
    justify-content: center;
  }
}
.cid-uUCpepWdEO .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCpepWdEO .list {
    margin-bottom: 0rem;
  }
}
.cid-uUCpepWdEO .mbr-text {
  color: #bbbbbb;
}
.cid-uUCpepWdEO .mbr-section-subtitle {
  color: #000000;
}
.cid-uUCpepWdEO .list,
.cid-uUCpepWdEO .item-wrap {
  color: #232323;
}
.cid-uUCpepWdEO .copyright {
  color: #393193;
}
.cid-uV4tXBgTeR .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uV4tXBgTeR .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uV4tXBgTeR a {
  font-style: normal;
}
.cid-uV4tXBgTeR .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uV4tXBgTeR .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uV4tXBgTeR .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uV4tXBgTeR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV4tXBgTeR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV4tXBgTeR .nav-item:focus,
.cid-uV4tXBgTeR .nav-link:focus {
  outline: none;
}
.cid-uV4tXBgTeR .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV4tXBgTeR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV4tXBgTeR .menu-logo {
  margin-right: auto;
}
.cid-uV4tXBgTeR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV4tXBgTeR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV4tXBgTeR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uV4tXBgTeR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV4tXBgTeR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV4tXBgTeR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV4tXBgTeR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV4tXBgTeR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV4tXBgTeR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV4tXBgTeR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV4tXBgTeR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV4tXBgTeR .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV4tXBgTeR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV4tXBgTeR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV4tXBgTeR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV4tXBgTeR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4tXBgTeR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV4tXBgTeR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uV4tXBgTeR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV4tXBgTeR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV4tXBgTeR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV4tXBgTeR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV4tXBgTeR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV4tXBgTeR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV4tXBgTeR button.navbar-toggler:focus {
  outline: none;
}
.cid-uV4tXBgTeR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uV4tXBgTeR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV4tXBgTeR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV4tXBgTeR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV4tXBgTeR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV4tXBgTeR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV4tXBgTeR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV4tXBgTeR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV4tXBgTeR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV4tXBgTeR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV4tXBgTeR .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV4tXBgTeR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV4tXBgTeR .collapsed .navbar-collapse.collapsing,
.cid-uV4tXBgTeR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV4tXBgTeR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV4tXBgTeR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV4tXBgTeR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV4tXBgTeR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV4tXBgTeR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV4tXBgTeR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV4tXBgTeR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV4tXBgTeR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uV4tXBgTeR .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV4tXBgTeR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV4tXBgTeR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV4tXBgTeR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uV4tXBgTeR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV4tXBgTeR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV4tXBgTeR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uV4tXBgTeR.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV4tXBgTeR img {
    height: 3.8rem !important;
  }
  .cid-uV4tXBgTeR .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uV4tXBgTeR .menu-wrap {
    flex-direction: column;
  }
  .cid-uV4tXBgTeR .btn {
    display: -webkit-flex;
  }
  .cid-uV4tXBgTeR button.navbar-toggler {
    display: block;
  }
  .cid-uV4tXBgTeR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uV4tXBgTeR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV4tXBgTeR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV4tXBgTeR .navbar-collapse.collapsing,
  .cid-uV4tXBgTeR .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV4tXBgTeR .navbar-collapse.collapsing .navbar-nav,
  .cid-uV4tXBgTeR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV4tXBgTeR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV4tXBgTeR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV4tXBgTeR .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV4tXBgTeR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV4tXBgTeR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV4tXBgTeR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV4tXBgTeR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uV4tXBgTeR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV4tXBgTeR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV4tXBgTeR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV4tXBgTeR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uV4tXBgTeR .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uV4tXBgTeR .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uV4tXBgTeR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV4tXBgTeR .nav-link:hover,
.cid-uV4tXBgTeR .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uV4tXCC6mS {
  background-color: #f5f5f5;
}
.cid-uV4tXCC6mS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4tXCC6mS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4tXCC6mS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV4tXCC6mS .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uV4tXCC6mS .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV4tXCC6mS .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uV4tXCC6mS .mbr-section-title {
  color: #0f0f0f;
}
.cid-uV4tXCC6mS .mbr-text {
  color: #666666;
}
.cid-uV4tXDeLAJ {
  background-image: url("../../../assets/images/2-1200x800.jpg");
}
.cid-uV4tXDeLAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4tXDeLAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV4tXDeLAJ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uV4tXDeLAJ .container {
    padding: 0 24px;
  }
}
.cid-uV4tXDeLAJ .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uV4tXDeLAJ .content-wrapper {
    padding: 0;
  }
}
.cid-uV4tXDeLAJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uV4tXDeLAJ .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uV4tXDeLAJ .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uV4tXDeLAJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uV4tXDeLAJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uV4tXDeLAJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV4tXDeLAJ .mbr-section-title {
  color: #ffffff;
}
.cid-uV4tXDeLAJ .mbr-desc,
.cid-uV4tXDeLAJ .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4tXDeLAJ .mbr-text,
.cid-uV4tXDeLAJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4tXDeLAJ .mbr-section-title,
.cid-uV4tXDeLAJ .mbr-section-btn {
  text-align: center;
}
.cid-uV4tXDY6Ka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uV4tXDY6Ka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4tXDY6Ka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4tXDY6Ka .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uV4tXDY6Ka .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV4tXDY6Ka .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV4tXDY6Ka .mbr-label {
  color: #666666;
}
.cid-uV4tXDY6Ka .mbr-text {
  color: #0f0f0f;
}
.cid-uV4tXDY6Ka .mbr-text,
.cid-uV4tXDY6Ka .text-wrapper {
  text-align: center;
}
.cid-uV4tXDY6Ka .mbr-label,
.cid-uV4tXDY6Ka .mbr-section-btn {
  text-align: center;
}
.cid-uV4tXEmdCq {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV4tXEmdCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4tXEmdCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4tXEmdCq .row {
  flex-direction: row-reverse;
}
.cid-uV4tXEIt4N {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uV4tXEIt4N .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uV4tXEIt4N .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uV4tXEIt4N .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uV4tXEIt4N h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uV4tXEIt4N .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4tXEIt4N .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uV4tXEIt4N .row {
    margin: 0;
  }
}
.cid-uV4tXEIt4N .mbr-text DIV {
  text-align: left;
}
.cid-uV4tXF5iw3 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uV4tXF5iw3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uV4tXF5iw3 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uV4tXF5iw3 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uV4tXF5iw3 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uV4tXF5iw3 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uV4tXF5iw3 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uV4tXF5iw3 .top,
  .cid-uV4tXF5iw3 .top-2 {
    margin-top: 0;
  }
}
.cid-uV4tXFw0uL {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uV4tXFw0uL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4tXFw0uL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4tXFw0uL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uV4tXFw0uL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uV4tXFw0uL .container {
    padding: 0;
  }
}
.cid-uV4tXFw0uL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uV4tXFw0uL .row {
    margin: 0;
  }
}
.cid-uV4tXFw0uL .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uV4tXFw0uL .card {
    padding: 0 16px;
  }
}
.cid-uV4tXFw0uL .card .row.cards {
  position: relative;
}
.cid-uV4tXFw0uL .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uV4tXFw0uL .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uV4tXFw0uL .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uV4tXFw0uL .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uV4tXFw0uL .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uV4tXFw0uL .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uV4tXFw0uL .card .row.cards .image {
    padding: 0;
  }
}
.cid-uV4tXFw0uL .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uV4tXFw0uL .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uV4tXFw0uL .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uV4tXFw0uL .mbr-section-title {
  color: #263652;
  text-align: right;
}
.cid-uV4tXFw0uL .mbr-text {
  color: #263652;
  text-align: right;
}
.cid-uV4w8MDcgY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uV4w8MDcgY .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uV4w8MDcgY .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uV4w8MDcgY .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uV4w8MDcgY P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uV4w8MDcgY img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uV4w8MDcgY .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uV4w8MDcgY .top,
  .cid-uV4w8MDcgY .top-2 {
    margin-top: 0;
  }
}
.cid-uV4wadZcJ8 {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uV4wadZcJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4wadZcJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4wadZcJ8 .row {
  flex-direction: row-reverse;
}
.cid-uV4tXGO7xl {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uV4tXGO7xl .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uV4tXGO7xl .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uV4tXGO7xl .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uV4tXGO7xl P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uV4tXGO7xl img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uV4tXGO7xl .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uV4tXGO7xl .top,
  .cid-uV4tXGO7xl .top-2 {
    margin-top: 0;
  }
}
.cid-uV4ydapbfD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uV4ydapbfD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uV4ydapbfD .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uV4ydapbfD .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uV4ydapbfD P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uV4ydapbfD img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uV4ydapbfD .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uV4ydapbfD .top,
  .cid-uV4ydapbfD .top-2 {
    margin-top: 0;
  }
}
.cid-uV4wdB4Dho {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uV4wdB4Dho .mbr-media {
  position: relative;
}
.cid-uV4wdB4Dho .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uV4wdB4Dho a:hover {
  background-image: none !important;
}
.cid-uV4wdB4Dho .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uV4wdB4Dho .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uV4wdB4Dho .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uV4wdB4Dho .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uV4wdB4Dho .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uV4wdB4Dho .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uV4wdB4Dho .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uV4wdB4Dho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4wdB4Dho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4wdB4Dho .content-head {
  max-width: 800px;
}
.cid-uV4tXJyXg0 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uV4tXJyXg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4tXJyXg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4tXJyXg0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uV4tXJyXg0 .footer-col {
    flex-direction: column;
  }
}
.cid-uV4tXJyXg0 .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uV4tXJyXg0 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV4tXJyXg0 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4tXJyXg0 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uV4tXJyXg0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uV4tXJyXg0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uV4tXJyXg0 .soc-item {
  margin: 8px;
}
.cid-uV4tXJyXg0 .soc-item a:hover .mbr-iconfont,
.cid-uV4tXJyXg0 .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uV4tXJyXg0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uV4tXJyXg0 .row {
    text-align: center;
  }
  .cid-uV4tXJyXg0 .social-row {
    justify-content: center;
  }
}
.cid-uV4tXJyXg0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uV4tXJyXg0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4tXJyXg0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uV4tXJyXg0 .mbr-text {
  color: #bbbbbb;
}
.cid-uV4tXJyXg0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uV4tXJyXg0 .list,
.cid-uV4tXJyXg0 .item-wrap {
  color: #232323;
}
.cid-uV4tXJyXg0 .copyright {
  color: #393193;
}
.cid-uV4Sqxlbvt .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uV4Sqxlbvt .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uV4Sqxlbvt a {
  font-style: normal;
}
.cid-uV4Sqxlbvt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uV4Sqxlbvt .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uV4Sqxlbvt .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uV4Sqxlbvt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV4Sqxlbvt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV4Sqxlbvt .nav-item:focus,
.cid-uV4Sqxlbvt .nav-link:focus {
  outline: none;
}
.cid-uV4Sqxlbvt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV4Sqxlbvt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV4Sqxlbvt .menu-logo {
  margin-right: auto;
}
.cid-uV4Sqxlbvt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV4Sqxlbvt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV4Sqxlbvt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uV4Sqxlbvt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV4Sqxlbvt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV4Sqxlbvt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV4Sqxlbvt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV4Sqxlbvt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV4Sqxlbvt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV4Sqxlbvt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV4Sqxlbvt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV4Sqxlbvt .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV4Sqxlbvt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV4Sqxlbvt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV4Sqxlbvt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV4Sqxlbvt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4Sqxlbvt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV4Sqxlbvt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uV4Sqxlbvt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV4Sqxlbvt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV4Sqxlbvt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV4Sqxlbvt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV4Sqxlbvt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV4Sqxlbvt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV4Sqxlbvt button.navbar-toggler:focus {
  outline: none;
}
.cid-uV4Sqxlbvt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uV4Sqxlbvt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV4Sqxlbvt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV4Sqxlbvt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV4Sqxlbvt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV4Sqxlbvt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV4Sqxlbvt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV4Sqxlbvt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV4Sqxlbvt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV4Sqxlbvt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV4Sqxlbvt .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV4Sqxlbvt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV4Sqxlbvt .collapsed .navbar-collapse.collapsing,
.cid-uV4Sqxlbvt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV4Sqxlbvt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV4Sqxlbvt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV4Sqxlbvt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV4Sqxlbvt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV4Sqxlbvt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV4Sqxlbvt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV4Sqxlbvt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV4Sqxlbvt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uV4Sqxlbvt .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV4Sqxlbvt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV4Sqxlbvt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV4Sqxlbvt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uV4Sqxlbvt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV4Sqxlbvt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV4Sqxlbvt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uV4Sqxlbvt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV4Sqxlbvt img {
    height: 3.8rem !important;
  }
  .cid-uV4Sqxlbvt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uV4Sqxlbvt .menu-wrap {
    flex-direction: column;
  }
  .cid-uV4Sqxlbvt .btn {
    display: -webkit-flex;
  }
  .cid-uV4Sqxlbvt button.navbar-toggler {
    display: block;
  }
  .cid-uV4Sqxlbvt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uV4Sqxlbvt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV4Sqxlbvt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV4Sqxlbvt .navbar-collapse.collapsing,
  .cid-uV4Sqxlbvt .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV4Sqxlbvt .navbar-collapse.collapsing .navbar-nav,
  .cid-uV4Sqxlbvt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV4Sqxlbvt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV4Sqxlbvt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV4Sqxlbvt .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV4Sqxlbvt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV4Sqxlbvt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV4Sqxlbvt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV4Sqxlbvt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uV4Sqxlbvt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV4Sqxlbvt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV4Sqxlbvt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV4Sqxlbvt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uV4Sqxlbvt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uV4Sqxlbvt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uV4Sqxlbvt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV4Sqxlbvt .nav-link:hover,
.cid-uV4Sqxlbvt .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uV4SqyDfHy {
  background-color: #f5f5f5;
}
.cid-uV4SqyDfHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4SqyDfHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4SqyDfHy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV4SqyDfHy .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uV4SqyDfHy .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV4SqyDfHy .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uV4SqyDfHy .mbr-section-title {
  color: #0f0f0f;
}
.cid-uV4SqyDfHy .mbr-text {
  color: #666666;
}
.cid-uV4SqzayTV {
  background-image: url("../../../assets/images/iaq-1200.jpg");
}
.cid-uV4SqzayTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4SqzayTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV4SqzayTV .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uV4SqzayTV .container {
    padding: 0 24px;
  }
}
.cid-uV4SqzayTV .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uV4SqzayTV .content-wrapper {
    padding: 0;
  }
}
.cid-uV4SqzayTV .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uV4SqzayTV .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uV4SqzayTV .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uV4SqzayTV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uV4SqzayTV .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uV4SqzayTV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV4SqzayTV .mbr-section-title {
  color: #ffffff;
}
.cid-uV4SqzayTV .mbr-desc,
.cid-uV4SqzayTV .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4SqzayTV .mbr-text,
.cid-uV4SqzayTV .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4SqzayTV .mbr-section-title,
.cid-uV4SqzayTV .mbr-section-btn {
  text-align: center;
}
.cid-uV4SqzASWB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uV4SqzASWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4SqzASWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4SqzASWB .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uV4SqzASWB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV4SqzASWB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV4SqzASWB .mbr-label {
  color: #666666;
}
.cid-uV4SqzASWB .mbr-text {
  color: #0f0f0f;
}
.cid-uV4SqzASWB .mbr-text,
.cid-uV4SqzASWB .text-wrapper {
  text-align: center;
}
.cid-uV4SqzASWB .mbr-label,
.cid-uV4SqzASWB .mbr-section-btn {
  text-align: center;
}
.cid-uV4SqDjWKB {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4SqDjWKB .mbr-media {
  position: relative;
}
.cid-uV4SqDjWKB .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uV4SqDjWKB a:hover {
  background-image: none !important;
}
.cid-uV4SqDjWKB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uV4SqDjWKB .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uV4SqDjWKB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uV4SqDjWKB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uV4SqDjWKB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uV4SqDjWKB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uV4SqDjWKB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uV4SqDjWKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4SqDjWKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4SqDjWKB .content-head {
  max-width: 800px;
}
.cid-uV4SqzWn1i {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV4SqzWn1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4SqzWn1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4SqzWn1i .row {
  flex-direction: row-reverse;
}
.cid-uV4SqAjZ6e {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uV4SqAjZ6e .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uV4SqAjZ6e .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uV4SqAjZ6e .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uV4SqAjZ6e h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uV4SqAjZ6e .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4SqAjZ6e .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uV4SqAjZ6e .row {
    margin: 0;
  }
}
.cid-uV4SqAjZ6e .mbr-text DIV {
  text-align: left;
}
.cid-uV4SqAHvz9 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uV4SqAHvz9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uV4SqAHvz9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uV4SqAHvz9 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uV4SqAHvz9 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uV4SqAHvz9 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uV4SqAHvz9 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uV4SqAHvz9 .top,
  .cid-uV4SqAHvz9 .top-2 {
    margin-top: 0;
  }
}
.cid-uV4SqB4Rgm {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uV4SqB4Rgm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4SqB4Rgm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4SqB4Rgm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uV4SqB4Rgm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uV4SqB4Rgm .container {
    padding: 0;
  }
}
.cid-uV4SqB4Rgm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uV4SqB4Rgm .row {
    margin: 0;
  }
}
.cid-uV4SqB4Rgm .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uV4SqB4Rgm .card {
    padding: 0 16px;
  }
}
.cid-uV4SqB4Rgm .card .row.cards {
  position: relative;
}
.cid-uV4SqB4Rgm .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uV4SqB4Rgm .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uV4SqB4Rgm .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uV4SqB4Rgm .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uV4SqB4Rgm .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uV4SqB4Rgm .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uV4SqB4Rgm .card .row.cards .image {
    padding: 0;
  }
}
.cid-uV4SqB4Rgm .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uV4SqB4Rgm .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uV4SqB4Rgm .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uV4SqB4Rgm .mbr-section-title {
  color: #263652;
  text-align: right;
}
.cid-uV4SqB4Rgm .mbr-text {
  color: #263652;
  text-align: right;
}
.cid-uV4SqBuFak {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uV4SqBuFak .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uV4SqBuFak .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uV4SqBuFak .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uV4SqBuFak P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uV4SqBuFak img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uV4SqBuFak .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uV4SqBuFak .top,
  .cid-uV4SqBuFak .top-2 {
    margin-top: 0;
  }
}
.cid-uV4SqBVatY {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uV4SqBVatY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4SqBVatY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4SqBVatY .row {
  flex-direction: row-reverse;
}
.cid-uV4XQIK7VA {
  background-image: url("../../../assets/images/iaq-1658.jpg");
}
.cid-uV4XQIK7VA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4XQIK7VA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV4XQIK7VA .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uV4XQIK7VA .container {
    padding: 0 24px;
  }
}
.cid-uV4XQIK7VA .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uV4XQIK7VA .content-wrapper {
    padding: 0;
  }
}
.cid-uV4XQIK7VA .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uV4XQIK7VA .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uV4XQIK7VA .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uV4XQIK7VA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uV4XQIK7VA .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uV4XQIK7VA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV4XQIK7VA .mbr-section-title {
  color: #ffffff;
}
.cid-uV4XQIK7VA .mbr-desc,
.cid-uV4XQIK7VA .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4XQIK7VA .mbr-text,
.cid-uV4XQIK7VA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4XQIK7VA .mbr-section-title,
.cid-uV4XQIK7VA .mbr-section-btn {
  text-align: center;
}
.cid-uV4SqCogZx {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uV4SqCogZx .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uV4SqCogZx .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uV4SqCogZx .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uV4SqCogZx P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uV4SqCogZx img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uV4SqCogZx .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uV4SqCogZx .top,
  .cid-uV4SqCogZx .top-2 {
    margin-top: 0;
  }
}
.cid-uV4XFTRmk1 {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uV4XFTRmk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4XFTRmk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4XFTRmk1 .row {
  flex-direction: row-reverse;
}
.cid-uV4ZvmgPOL {
  background-image: url("../../../assets/images/iaq-1207.jpg");
}
.cid-uV4ZvmgPOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4ZvmgPOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV4ZvmgPOL .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uV4ZvmgPOL .container {
    padding: 0 24px;
  }
}
.cid-uV4ZvmgPOL .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uV4ZvmgPOL .content-wrapper {
    padding: 0;
  }
}
.cid-uV4ZvmgPOL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uV4ZvmgPOL .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uV4ZvmgPOL .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uV4ZvmgPOL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uV4ZvmgPOL .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uV4ZvmgPOL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV4ZvmgPOL .mbr-section-title {
  color: #ffffff;
}
.cid-uV4ZvmgPOL .mbr-desc,
.cid-uV4ZvmgPOL .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4ZvmgPOL .mbr-text,
.cid-uV4ZvmgPOL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV4ZvmgPOL .mbr-section-title,
.cid-uV4ZvmgPOL .mbr-section-btn {
  text-align: center;
}
.cid-uV4SqE8eKK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uV4SqE8eKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4SqE8eKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4SqE8eKK .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uV4SqE8eKK .footer-col {
    flex-direction: column;
  }
}
.cid-uV4SqE8eKK .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uV4SqE8eKK .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV4SqE8eKK .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4SqE8eKK .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uV4SqE8eKK .mbr-section-btn {
    text-align: center;
  }
}
.cid-uV4SqE8eKK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uV4SqE8eKK .soc-item {
  margin: 8px;
}
.cid-uV4SqE8eKK .soc-item a:hover .mbr-iconfont,
.cid-uV4SqE8eKK .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uV4SqE8eKK .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uV4SqE8eKK .row {
    text-align: center;
  }
  .cid-uV4SqE8eKK .social-row {
    justify-content: center;
  }
}
.cid-uV4SqE8eKK .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uV4SqE8eKK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4SqE8eKK .list {
    margin-bottom: 0rem;
  }
}
.cid-uV4SqE8eKK .mbr-text {
  color: #bbbbbb;
}
.cid-uV4SqE8eKK .mbr-section-subtitle {
  color: #000000;
}
.cid-uV4SqE8eKK .list,
.cid-uV4SqE8eKK .item-wrap {
  color: #232323;
}
.cid-uV4SqE8eKK .copyright {
  color: #393193;
}
.cid-uV51QYrzSp .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uV51QYrzSp .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uV51QYrzSp a {
  font-style: normal;
}
.cid-uV51QYrzSp .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uV51QYrzSp .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uV51QYrzSp .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uV51QYrzSp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV51QYrzSp .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV51QYrzSp .nav-item:focus,
.cid-uV51QYrzSp .nav-link:focus {
  outline: none;
}
.cid-uV51QYrzSp .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV51QYrzSp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV51QYrzSp .menu-logo {
  margin-right: auto;
}
.cid-uV51QYrzSp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV51QYrzSp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV51QYrzSp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uV51QYrzSp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV51QYrzSp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV51QYrzSp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV51QYrzSp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV51QYrzSp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV51QYrzSp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV51QYrzSp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV51QYrzSp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV51QYrzSp .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV51QYrzSp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV51QYrzSp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV51QYrzSp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV51QYrzSp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV51QYrzSp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV51QYrzSp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uV51QYrzSp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV51QYrzSp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV51QYrzSp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV51QYrzSp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV51QYrzSp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV51QYrzSp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV51QYrzSp button.navbar-toggler:focus {
  outline: none;
}
.cid-uV51QYrzSp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uV51QYrzSp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV51QYrzSp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV51QYrzSp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV51QYrzSp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV51QYrzSp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV51QYrzSp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV51QYrzSp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV51QYrzSp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV51QYrzSp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV51QYrzSp .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV51QYrzSp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV51QYrzSp .collapsed .navbar-collapse.collapsing,
.cid-uV51QYrzSp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV51QYrzSp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV51QYrzSp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV51QYrzSp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV51QYrzSp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV51QYrzSp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV51QYrzSp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV51QYrzSp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV51QYrzSp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uV51QYrzSp .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV51QYrzSp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV51QYrzSp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV51QYrzSp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uV51QYrzSp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV51QYrzSp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV51QYrzSp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uV51QYrzSp.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV51QYrzSp img {
    height: 3.8rem !important;
  }
  .cid-uV51QYrzSp .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uV51QYrzSp .menu-wrap {
    flex-direction: column;
  }
  .cid-uV51QYrzSp .btn {
    display: -webkit-flex;
  }
  .cid-uV51QYrzSp button.navbar-toggler {
    display: block;
  }
  .cid-uV51QYrzSp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uV51QYrzSp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV51QYrzSp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV51QYrzSp .navbar-collapse.collapsing,
  .cid-uV51QYrzSp .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV51QYrzSp .navbar-collapse.collapsing .navbar-nav,
  .cid-uV51QYrzSp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV51QYrzSp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV51QYrzSp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV51QYrzSp .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV51QYrzSp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV51QYrzSp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV51QYrzSp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV51QYrzSp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uV51QYrzSp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV51QYrzSp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV51QYrzSp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV51QYrzSp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uV51QYrzSp .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uV51QYrzSp .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uV51QYrzSp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV51QYrzSp .nav-link:hover,
.cid-uV51QYrzSp .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uV51QZTaVp {
  background-color: #f5f5f5;
}
.cid-uV51QZTaVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV51QZTaVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV51QZTaVp .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV51QZTaVp .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uV51QZTaVp .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV51QZTaVp .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uV51QZTaVp .mbr-section-title {
  color: #0f0f0f;
}
.cid-uV51QZTaVp .mbr-text {
  color: #666666;
}
.cid-uV51R0qw7g {
  background-image: url("../../../assets/images/desktop-1.jpg");
}
.cid-uV51R0qw7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV51R0qw7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV51R0qw7g .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uV51R0qw7g .container {
    padding: 0 24px;
  }
}
.cid-uV51R0qw7g .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uV51R0qw7g .content-wrapper {
    padding: 0;
  }
}
.cid-uV51R0qw7g .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uV51R0qw7g .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uV51R0qw7g .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uV51R0qw7g .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uV51R0qw7g .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uV51R0qw7g .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV51R0qw7g .mbr-section-title {
  color: #ffffff;
}
.cid-uV51R0qw7g .mbr-desc,
.cid-uV51R0qw7g .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV51R0qw7g .mbr-text,
.cid-uV51R0qw7g .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV51R0qw7g .mbr-section-title,
.cid-uV51R0qw7g .mbr-section-btn {
  text-align: center;
}
.cid-uV51R216Ud {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uV51R216Ud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV51R216Ud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV51R216Ud .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uV51R216Ud .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uV51R216Ud .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV51R216Ud .mbr-label {
  color: #666666;
}
.cid-uV51R216Ud .mbr-text {
  color: #0f0f0f;
}
.cid-uV51R216Ud .mbr-text,
.cid-uV51R216Ud .text-wrapper {
  text-align: center;
}
.cid-uV51R216Ud .mbr-label,
.cid-uV51R216Ud .mbr-section-btn {
  text-align: center;
}
.cid-uV51R2rfIE {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV51R2rfIE .mbr-media {
  position: relative;
}
.cid-uV51R2rfIE .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uV51R2rfIE a:hover {
  background-image: none !important;
}
.cid-uV51R2rfIE .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uV51R2rfIE .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uV51R2rfIE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uV51R2rfIE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uV51R2rfIE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uV51R2rfIE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uV51R2rfIE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uV51R2rfIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV51R2rfIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV51R2rfIE .content-head {
  max-width: 800px;
}
.cid-uV51R3o4h9 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV51R3o4h9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV51R3o4h9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV51R3o4h9 .row {
  flex-direction: row-reverse;
}
.cid-uV55nFE9eU {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uV55nFE9eU .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uV55nFE9eU .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uV55nFE9eU .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uV55nFE9eU P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uV55nFE9eU img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uV55nFE9eU .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uV55nFE9eU .top,
  .cid-uV55nFE9eU .top-2 {
    margin-top: 0;
  }
}
.cid-uV51R3N3zA {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uV51R3N3zA .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uV51R3N3zA .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uV51R3N3zA .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uV51R3N3zA h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uV51R3N3zA .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uV51R3N3zA .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uV51R3N3zA .row {
    margin: 0;
  }
}
.cid-uV51R3N3zA .mbr-text DIV {
  text-align: left;
}
.cid-uV51R4crRC {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uV51R4crRC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uV51R4crRC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uV51R4crRC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uV51R4crRC P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uV51R4crRC img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uV51R4crRC .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uV51R4crRC .top,
  .cid-uV51R4crRC .top-2 {
    margin-top: 0;
  }
}
.cid-uV51R4G3aJ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uV51R4G3aJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV51R4G3aJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV51R4G3aJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uV51R4G3aJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uV51R4G3aJ .container {
    padding: 0;
  }
}
.cid-uV51R4G3aJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uV51R4G3aJ .row {
    margin: 0;
  }
}
.cid-uV51R4G3aJ .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uV51R4G3aJ .card {
    padding: 0 16px;
  }
}
.cid-uV51R4G3aJ .card .row.cards {
  position: relative;
}
.cid-uV51R4G3aJ .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uV51R4G3aJ .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uV51R4G3aJ .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uV51R4G3aJ .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uV51R4G3aJ .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uV51R4G3aJ .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uV51R4G3aJ .card .row.cards .image {
    padding: 0;
  }
}
.cid-uV51R4G3aJ .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uV51R4G3aJ .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uV51R4G3aJ .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uV51R4G3aJ .mbr-section-title {
  color: #263652;
  text-align: right;
}
.cid-uV51R4G3aJ .mbr-text {
  color: #263652;
  text-align: right;
}
.cid-uV51R5cZm3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uV51R5cZm3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uV51R5cZm3 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uV51R5cZm3 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uV51R5cZm3 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uV51R5cZm3 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uV51R5cZm3 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uV51R5cZm3 .top,
  .cid-uV51R5cZm3 .top-2 {
    margin-top: 0;
  }
}
.cid-uV51R5JFlN {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uV51R5JFlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV51R5JFlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV51R5JFlN .row {
  flex-direction: row-reverse;
}
.cid-uV51R6gr4A {
  background-image: url("../../../assets/images/feed-2907.jpg");
}
.cid-uV51R6gr4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV51R6gr4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV51R6gr4A .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uV51R6gr4A .container {
    padding: 0 24px;
  }
}
.cid-uV51R6gr4A .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uV51R6gr4A .content-wrapper {
    padding: 0;
  }
}
.cid-uV51R6gr4A .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uV51R6gr4A .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uV51R6gr4A .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uV51R6gr4A .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uV51R6gr4A .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uV51R6gr4A .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV51R6gr4A .mbr-section-title {
  color: #ffffff;
}
.cid-uV51R6gr4A .mbr-desc,
.cid-uV51R6gr4A .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV51R6gr4A .mbr-text,
.cid-uV51R6gr4A .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV51R6gr4A .mbr-section-title,
.cid-uV51R6gr4A .mbr-section-btn {
  text-align: center;
}
.cid-uV51R6L0Ms {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uV51R6L0Ms .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uV51R6L0Ms .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uV51R6L0Ms .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uV51R6L0Ms P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uV51R6L0Ms img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uV51R6L0Ms .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uV51R6L0Ms .top,
  .cid-uV51R6L0Ms .top-2 {
    margin-top: 0;
  }
}
.cid-uV51R7h3N7 {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uV51R7h3N7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV51R7h3N7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV51R7h3N7 .row {
  flex-direction: row-reverse;
}
.cid-uV51R7Kg9p {
  background-image: url("../../../assets/images/desktop-3.jpg");
}
.cid-uV51R7Kg9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV51R7Kg9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV51R7Kg9p .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uV51R7Kg9p .container {
    padding: 0 24px;
  }
}
.cid-uV51R7Kg9p .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uV51R7Kg9p .content-wrapper {
    padding: 0;
  }
}
.cid-uV51R7Kg9p .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uV51R7Kg9p .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uV51R7Kg9p .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uV51R7Kg9p .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uV51R7Kg9p .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uV51R7Kg9p .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV51R7Kg9p .mbr-section-title {
  color: #ffffff;
}
.cid-uV51R7Kg9p .mbr-desc,
.cid-uV51R7Kg9p .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV51R7Kg9p .mbr-text,
.cid-uV51R7Kg9p .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uV51R7Kg9p .mbr-section-title,
.cid-uV51R7Kg9p .mbr-section-btn {
  text-align: center;
}
.cid-uV51R8dvWy {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uV51R8dvWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV51R8dvWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV51R8dvWy .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uV51R8dvWy .footer-col {
    flex-direction: column;
  }
}
.cid-uV51R8dvWy .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uV51R8dvWy .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV51R8dvWy .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uV51R8dvWy .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uV51R8dvWy .mbr-section-btn {
    text-align: center;
  }
}
.cid-uV51R8dvWy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uV51R8dvWy .soc-item {
  margin: 8px;
}
.cid-uV51R8dvWy .soc-item a:hover .mbr-iconfont,
.cid-uV51R8dvWy .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uV51R8dvWy .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uV51R8dvWy .row {
    text-align: center;
  }
  .cid-uV51R8dvWy .social-row {
    justify-content: center;
  }
}
.cid-uV51R8dvWy .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uV51R8dvWy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uV51R8dvWy .list {
    margin-bottom: 0rem;
  }
}
.cid-uV51R8dvWy .mbr-text {
  color: #bbbbbb;
}
.cid-uV51R8dvWy .mbr-section-subtitle {
  color: #000000;
}
.cid-uV51R8dvWy .list,
.cid-uV51R8dvWy .item-wrap {
  color: #232323;
}
.cid-uV51R8dvWy .copyright {
  color: #393193;
}
.cid-uVDvREeDPw .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uVDvREeDPw .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uVDvREeDPw a {
  font-style: normal;
}
.cid-uVDvREeDPw .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uVDvREeDPw .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uVDvREeDPw .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uVDvREeDPw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uVDvREeDPw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uVDvREeDPw .nav-item:focus,
.cid-uVDvREeDPw .nav-link:focus {
  outline: none;
}
.cid-uVDvREeDPw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uVDvREeDPw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uVDvREeDPw .menu-logo {
  margin-right: auto;
}
.cid-uVDvREeDPw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVDvREeDPw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVDvREeDPw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uVDvREeDPw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVDvREeDPw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVDvREeDPw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVDvREeDPw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uVDvREeDPw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uVDvREeDPw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVDvREeDPw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVDvREeDPw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVDvREeDPw .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uVDvREeDPw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uVDvREeDPw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVDvREeDPw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVDvREeDPw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVDvREeDPw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uVDvREeDPw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uVDvREeDPw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uVDvREeDPw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVDvREeDPw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVDvREeDPw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVDvREeDPw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVDvREeDPw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uVDvREeDPw button.navbar-toggler:focus {
  outline: none;
}
.cid-uVDvREeDPw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uVDvREeDPw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVDvREeDPw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVDvREeDPw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVDvREeDPw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVDvREeDPw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVDvREeDPw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVDvREeDPw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVDvREeDPw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVDvREeDPw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uVDvREeDPw .collapsed .btn {
  display: -webkit-flex;
}
.cid-uVDvREeDPw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVDvREeDPw .collapsed .navbar-collapse.collapsing,
.cid-uVDvREeDPw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVDvREeDPw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVDvREeDPw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVDvREeDPw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVDvREeDPw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVDvREeDPw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVDvREeDPw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uVDvREeDPw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVDvREeDPw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uVDvREeDPw .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVDvREeDPw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uVDvREeDPw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uVDvREeDPw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uVDvREeDPw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVDvREeDPw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVDvREeDPw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uVDvREeDPw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uVDvREeDPw img {
    height: 3.8rem !important;
  }
  .cid-uVDvREeDPw .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uVDvREeDPw .menu-wrap {
    flex-direction: column;
  }
  .cid-uVDvREeDPw .btn {
    display: -webkit-flex;
  }
  .cid-uVDvREeDPw button.navbar-toggler {
    display: block;
  }
  .cid-uVDvREeDPw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uVDvREeDPw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uVDvREeDPw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVDvREeDPw .navbar-collapse.collapsing,
  .cid-uVDvREeDPw .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVDvREeDPw .navbar-collapse.collapsing .navbar-nav,
  .cid-uVDvREeDPw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVDvREeDPw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVDvREeDPw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVDvREeDPw .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVDvREeDPw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uVDvREeDPw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVDvREeDPw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVDvREeDPw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uVDvREeDPw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVDvREeDPw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVDvREeDPw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uVDvREeDPw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uVDvREeDPw .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uVDvREeDPw .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uVDvREeDPw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uVDvREeDPw .nav-link:hover,
.cid-uVDvREeDPw .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uVDvRFqwcO {
  background-color: #f5f5f5;
}
.cid-uVDvRFqwcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDvRFqwcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDvRFqwcO .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVDvRFqwcO .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uVDvRFqwcO .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVDvRFqwcO .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uVDvRFqwcO .mbr-section-title {
  color: #0f0f0f;
}
.cid-uVDvRFqwcO .mbr-text {
  color: #666666;
}
.cid-uVDvRFSxF8 {
  background-image: url("../../../assets/images/brownbee-autobronceadores-2-1600x1062.jpg");
}
.cid-uVDvRFSxF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDvRFSxF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVDvRFSxF8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVDvRFSxF8 .container {
    padding: 0 24px;
  }
}
.cid-uVDvRFSxF8 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uVDvRFSxF8 .content-wrapper {
    padding: 0;
  }
}
.cid-uVDvRFSxF8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uVDvRFSxF8 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uVDvRFSxF8 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uVDvRFSxF8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVDvRFSxF8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVDvRFSxF8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVDvRFSxF8 .mbr-section-title {
  color: #ffffff;
}
.cid-uVDvRFSxF8 .mbr-desc,
.cid-uVDvRFSxF8 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVDvRFSxF8 .mbr-text,
.cid-uVDvRFSxF8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVDvRFSxF8 .mbr-section-title,
.cid-uVDvRFSxF8 .mbr-section-btn {
  text-align: center;
}
.cid-uVDvRGcDH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uVDvRGcDH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDvRGcDH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDvRGcDH5 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uVDvRGcDH5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVDvRGcDH5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVDvRGcDH5 .mbr-label {
  color: #666666;
}
.cid-uVDvRGcDH5 .mbr-text {
  color: #0f0f0f;
}
.cid-uVDvRGcDH5 .mbr-text,
.cid-uVDvRGcDH5 .text-wrapper {
  text-align: center;
}
.cid-uVDvRGcDH5 .mbr-label,
.cid-uVDvRGcDH5 .mbr-section-btn {
  text-align: center;
}
.cid-uVDvRHfsQI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVDvRHfsQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDvRHfsQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDvRHfsQI .row {
  flex-direction: row-reverse;
}
.cid-uVDx9qGT2z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVDx9qGT2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDx9qGT2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDx9qGT2z .row {
  flex-direction: row-reverse;
}
.cid-uVDAoxbSJh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVDAoxbSJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDAoxbSJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDAoxbSJh .row {
  flex-direction: row-reverse;
}
.cid-uVDALbjNS3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVDALbjNS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDALbjNS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDALbjNS3 .row {
  flex-direction: row-reverse;
}
.cid-uVDwp4ukzn {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVDwp4ukzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDwp4ukzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDwp4ukzn .row {
  flex-direction: row-reverse;
}
.cid-uVDwsEEJUQ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVDwsEEJUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDwsEEJUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDwsEEJUQ .row {
  flex-direction: row-reverse;
}
.cid-uVDvRI4pZC {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uVDvRI4pZC .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uVDvRI4pZC .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uVDvRI4pZC .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uVDvRI4pZC h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uVDvRI4pZC .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVDvRI4pZC .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uVDvRI4pZC .row {
    margin: 0;
  }
}
.cid-uVDvRI4pZC .mbr-text DIV {
  text-align: left;
}
.cid-uVDvRK2La6 {
  background-image: url("../../../assets/images/unicornio-trabajos-brownbee-diseno-sitio-web-1400x945.png");
}
.cid-uVDvRK2La6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDvRK2La6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVDvRK2La6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVDvRK2La6 .container {
    padding: 0 24px;
  }
}
.cid-uVDvRK2La6 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uVDvRK2La6 .content-wrapper {
    padding: 0;
  }
}
.cid-uVDvRK2La6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uVDvRK2La6 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uVDvRK2La6 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uVDvRK2La6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVDvRK2La6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVDvRK2La6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVDvRK2La6 .mbr-section-title {
  color: #ffffff;
}
.cid-uVDvRK2La6 .mbr-desc,
.cid-uVDvRK2La6 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVDvRK2La6 .mbr-text,
.cid-uVDvRK2La6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVDvRK2La6 .mbr-section-title,
.cid-uVDvRK2La6 .mbr-section-btn {
  text-align: center;
}
.cid-uVDwxUx804 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uVDwxUx804 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDwxUx804 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVDwxUx804 .container {
    padding: 0 20px;
  }
}
.cid-uVDwxUx804 .row {
  justify-content: space-between;
}
.cid-uVDwxUx804 .card {
  justify-content: center;
}
.cid-uVDwxUx804 .image-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uVDwxUx804 .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uVDwxUx804 .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uVDwxUx804 .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uVDwxUx804 .image-wrapper {
    padding-right: 0;
  }
}
.cid-uVDwxUx804 .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uVDwxUx804 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uVDwxUx804 .image-wrapper .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uVDwxUx804 .image-wrapper .image-wrap {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVDwxUx804 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uVDwxUx804 .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVDwxUx804 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uVDwxUx804 .content-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uVDwxUx804 .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uVDwxUx804 .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uVDwxUx804 .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uVDwxUx804 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uVDwxUx804 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uVDwxUx804 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVDwxUx804 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVDwxUx804 .mbr-desc {
  color: #1e1d1c;
  text-align: right;
}
.cid-uVDwxUx804 .mbr-section-title {
  color: #1e1d1c;
}
.cid-uVDwxUx804 .mbr-section-title,
.cid-uVDwxUx804 .mbr-section-btn {
  text-align: right;
}
.cid-uVDvRLg2fd {
  background-image: url("../../../assets/images/unicornio-trabajos-brownbee-950x950.png");
}
.cid-uVDvRLg2fd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDvRLg2fd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVDvRLg2fd .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVDvRLg2fd .container {
    padding: 0 24px;
  }
}
.cid-uVDvRLg2fd .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uVDvRLg2fd .content-wrapper {
    padding: 0;
  }
}
.cid-uVDvRLg2fd .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uVDvRLg2fd .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uVDvRLg2fd .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uVDvRLg2fd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVDvRLg2fd .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVDvRLg2fd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVDvRLg2fd .mbr-section-title {
  color: #ffffff;
}
.cid-uVDvRLg2fd .mbr-desc,
.cid-uVDvRLg2fd .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVDvRLg2fd .mbr-text,
.cid-uVDvRLg2fd .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVDvRLg2fd .mbr-section-title,
.cid-uVDvRLg2fd .mbr-section-btn {
  text-align: center;
}
.cid-uVDvRLGS99 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uVDvRLGS99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDvRLGS99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDvRLGS99 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVDvRLGS99 .footer-col {
    flex-direction: column;
  }
}
.cid-uVDvRLGS99 .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVDvRLGS99 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVDvRLGS99 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVDvRLGS99 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVDvRLGS99 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVDvRLGS99 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVDvRLGS99 .soc-item {
  margin: 8px;
}
.cid-uVDvRLGS99 .soc-item a:hover .mbr-iconfont,
.cid-uVDvRLGS99 .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uVDvRLGS99 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uVDvRLGS99 .row {
    text-align: center;
  }
  .cid-uVDvRLGS99 .social-row {
    justify-content: center;
  }
}
.cid-uVDvRLGS99 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uVDvRLGS99 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVDvRLGS99 .list {
    margin-bottom: 0rem;
  }
}
.cid-uVDvRLGS99 .mbr-text {
  color: #bbbbbb;
}
.cid-uVDvRLGS99 .mbr-section-subtitle {
  color: #000000;
}
.cid-uVDvRLGS99 .list,
.cid-uVDvRLGS99 .item-wrap {
  color: #232323;
}
.cid-uVDvRLGS99 .copyright {
  color: #393193;
}
.cid-uVEqKu1YN8 .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uVEqKu1YN8 .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uVEqKu1YN8 a {
  font-style: normal;
}
.cid-uVEqKu1YN8 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uVEqKu1YN8 .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uVEqKu1YN8 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uVEqKu1YN8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uVEqKu1YN8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uVEqKu1YN8 .nav-item:focus,
.cid-uVEqKu1YN8 .nav-link:focus {
  outline: none;
}
.cid-uVEqKu1YN8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uVEqKu1YN8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uVEqKu1YN8 .menu-logo {
  margin-right: auto;
}
.cid-uVEqKu1YN8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVEqKu1YN8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVEqKu1YN8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uVEqKu1YN8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVEqKu1YN8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVEqKu1YN8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVEqKu1YN8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uVEqKu1YN8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uVEqKu1YN8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVEqKu1YN8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVEqKu1YN8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVEqKu1YN8 .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uVEqKu1YN8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uVEqKu1YN8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVEqKu1YN8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVEqKu1YN8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVEqKu1YN8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uVEqKu1YN8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uVEqKu1YN8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uVEqKu1YN8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVEqKu1YN8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVEqKu1YN8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVEqKu1YN8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVEqKu1YN8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uVEqKu1YN8 button.navbar-toggler:focus {
  outline: none;
}
.cid-uVEqKu1YN8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uVEqKu1YN8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVEqKu1YN8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVEqKu1YN8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVEqKu1YN8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVEqKu1YN8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVEqKu1YN8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVEqKu1YN8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVEqKu1YN8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVEqKu1YN8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uVEqKu1YN8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uVEqKu1YN8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVEqKu1YN8 .collapsed .navbar-collapse.collapsing,
.cid-uVEqKu1YN8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVEqKu1YN8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVEqKu1YN8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVEqKu1YN8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVEqKu1YN8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVEqKu1YN8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVEqKu1YN8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uVEqKu1YN8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVEqKu1YN8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uVEqKu1YN8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVEqKu1YN8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uVEqKu1YN8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uVEqKu1YN8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uVEqKu1YN8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVEqKu1YN8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVEqKu1YN8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uVEqKu1YN8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uVEqKu1YN8 img {
    height: 3.8rem !important;
  }
  .cid-uVEqKu1YN8 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uVEqKu1YN8 .menu-wrap {
    flex-direction: column;
  }
  .cid-uVEqKu1YN8 .btn {
    display: -webkit-flex;
  }
  .cid-uVEqKu1YN8 button.navbar-toggler {
    display: block;
  }
  .cid-uVEqKu1YN8 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uVEqKu1YN8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uVEqKu1YN8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVEqKu1YN8 .navbar-collapse.collapsing,
  .cid-uVEqKu1YN8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVEqKu1YN8 .navbar-collapse.collapsing .navbar-nav,
  .cid-uVEqKu1YN8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVEqKu1YN8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVEqKu1YN8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVEqKu1YN8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVEqKu1YN8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uVEqKu1YN8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVEqKu1YN8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVEqKu1YN8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uVEqKu1YN8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVEqKu1YN8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVEqKu1YN8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uVEqKu1YN8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uVEqKu1YN8 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uVEqKu1YN8 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uVEqKu1YN8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uVEqKu1YN8 .nav-link:hover,
.cid-uVEqKu1YN8 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uVEqKvcHPi {
  background-color: #f5f5f5;
}
.cid-uVEqKvcHPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEqKvcHPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEqKvcHPi .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVEqKvcHPi .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uVEqKvcHPi .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVEqKvcHPi .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uVEqKvcHPi .mbr-section-title {
  color: #0f0f0f;
}
.cid-uVEqKvcHPi .mbr-text {
  color: #666666;
}
.cid-uVEqKvFCcq {
  background-image: url("../../../assets/images/portfolio-finsara2-1.png");
}
.cid-uVEqKvFCcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEqKvFCcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVEqKvFCcq .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVEqKvFCcq .container {
    padding: 0 24px;
  }
}
.cid-uVEqKvFCcq .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uVEqKvFCcq .content-wrapper {
    padding: 0;
  }
}
.cid-uVEqKvFCcq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uVEqKvFCcq .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uVEqKvFCcq .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uVEqKvFCcq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVEqKvFCcq .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVEqKvFCcq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVEqKvFCcq .mbr-section-title {
  color: #ffffff;
}
.cid-uVEqKvFCcq .mbr-desc,
.cid-uVEqKvFCcq .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVEqKvFCcq .mbr-text,
.cid-uVEqKvFCcq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVEqKvFCcq .mbr-section-title,
.cid-uVEqKvFCcq .mbr-section-btn {
  text-align: center;
}
.cid-uVEqKw4Twv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uVEqKw4Twv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEqKw4Twv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEqKw4Twv .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uVEqKw4Twv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVEqKw4Twv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVEqKw4Twv .mbr-label {
  color: #666666;
}
.cid-uVEqKw4Twv .mbr-text {
  color: #0f0f0f;
}
.cid-uVEqKw4Twv .mbr-text,
.cid-uVEqKw4Twv .text-wrapper {
  text-align: center;
}
.cid-uVEqKw4Twv .mbr-label,
.cid-uVEqKw4Twv .mbr-section-btn {
  text-align: center;
}
.cid-uVEqKwrAWK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVEqKwrAWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEqKwrAWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEqKwrAWK .row {
  flex-direction: row-reverse;
}
.cid-uVEqKwRVsT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVEqKwRVsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEqKwRVsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEqKwRVsT .row {
  flex-direction: row-reverse;
}
.cid-uVEqKxcQ7y {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVEqKxcQ7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEqKxcQ7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEqKxcQ7y .row {
  flex-direction: row-reverse;
}
.cid-uVEuYrUB7v {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uVEuYrUB7v .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uVEuYrUB7v .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uVEuYrUB7v .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uVEuYrUB7v P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uVEuYrUB7v img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uVEuYrUB7v .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uVEuYrUB7v .top,
  .cid-uVEuYrUB7v .top-2 {
    margin-top: 0;
  }
}
.cid-uVEqKxzTzs {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVEqKxzTzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEqKxzTzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEqKxzTzs .row {
  flex-direction: row-reverse;
}
.cid-uVEqKxZL3c {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVEqKxZL3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEqKxZL3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEqKxZL3c .row {
  flex-direction: row-reverse;
}
.cid-uVEqKyTmBK {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVEqKyTmBK .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uVEqKyTmBK .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uVEqKyTmBK .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uVEqKyTmBK h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uVEqKyTmBK .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVEqKyTmBK .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uVEqKyTmBK .row {
    margin: 0;
  }
}
.cid-uVEqKyTmBK .mbr-text DIV {
  text-align: left;
}
.cid-uVEqKypaVn {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uVEqKypaVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEqKypaVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEqKypaVn .row {
  flex-direction: row-reverse;
}
.cid-uVEqKA7uHH {
  background-image: url("../../../assets/images/img-7887-1250x833.jpg");
}
.cid-uVEqKA7uHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEqKA7uHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVEqKA7uHH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVEqKA7uHH .container {
    padding: 0 24px;
  }
}
.cid-uVEqKA7uHH .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uVEqKA7uHH .content-wrapper {
    padding: 0;
  }
}
.cid-uVEqKA7uHH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uVEqKA7uHH .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uVEqKA7uHH .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uVEqKA7uHH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVEqKA7uHH .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVEqKA7uHH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVEqKA7uHH .mbr-section-title {
  color: #ffffff;
}
.cid-uVEqKA7uHH .mbr-desc,
.cid-uVEqKA7uHH .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVEqKA7uHH .mbr-text,
.cid-uVEqKA7uHH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVEqKA7uHH .mbr-section-title,
.cid-uVEqKA7uHH .mbr-section-btn {
  text-align: center;
}
.cid-uVEqKzHgPJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uVEqKzHgPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEqKzHgPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVEqKzHgPJ .container {
    padding: 0 20px;
  }
}
.cid-uVEqKzHgPJ .row {
  justify-content: space-between;
}
.cid-uVEqKzHgPJ .card {
  justify-content: center;
}
.cid-uVEqKzHgPJ .image-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uVEqKzHgPJ .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uVEqKzHgPJ .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uVEqKzHgPJ .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uVEqKzHgPJ .image-wrapper {
    padding-right: 0;
  }
}
.cid-uVEqKzHgPJ .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uVEqKzHgPJ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uVEqKzHgPJ .image-wrapper .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uVEqKzHgPJ .image-wrapper .image-wrap {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVEqKzHgPJ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uVEqKzHgPJ .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVEqKzHgPJ .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uVEqKzHgPJ .content-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uVEqKzHgPJ .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uVEqKzHgPJ .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uVEqKzHgPJ .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uVEqKzHgPJ .content-wrapper {
    padding-left: 0;
  }
}
.cid-uVEqKzHgPJ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uVEqKzHgPJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVEqKzHgPJ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVEqKzHgPJ .mbr-desc {
  color: #1e1d1c;
  text-align: right;
}
.cid-uVEqKzHgPJ .mbr-section-title {
  color: #1e1d1c;
}
.cid-uVEqKzHgPJ .mbr-section-title,
.cid-uVEqKzHgPJ .mbr-section-btn {
  text-align: right;
}
.cid-uVEqKAvT7I {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uVEqKAvT7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEqKAvT7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEqKAvT7I .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVEqKAvT7I .footer-col {
    flex-direction: column;
  }
}
.cid-uVEqKAvT7I .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVEqKAvT7I .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVEqKAvT7I .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVEqKAvT7I .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVEqKAvT7I .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVEqKAvT7I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVEqKAvT7I .soc-item {
  margin: 8px;
}
.cid-uVEqKAvT7I .soc-item a:hover .mbr-iconfont,
.cid-uVEqKAvT7I .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uVEqKAvT7I .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uVEqKAvT7I .row {
    text-align: center;
  }
  .cid-uVEqKAvT7I .social-row {
    justify-content: center;
  }
}
.cid-uVEqKAvT7I .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uVEqKAvT7I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVEqKAvT7I .list {
    margin-bottom: 0rem;
  }
}
.cid-uVEqKAvT7I .mbr-text {
  color: #bbbbbb;
}
.cid-uVEqKAvT7I .mbr-section-subtitle {
  color: #000000;
}
.cid-uVEqKAvT7I .list,
.cid-uVEqKAvT7I .item-wrap {
  color: #232323;
}
.cid-uVEqKAvT7I .copyright {
  color: #393193;
}
.cid-uX8e5ILLrQ .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uX8e5ILLrQ .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uX8e5ILLrQ a {
  font-style: normal;
}
.cid-uX8e5ILLrQ .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uX8e5ILLrQ .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uX8e5ILLrQ .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uX8e5ILLrQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uX8e5ILLrQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uX8e5ILLrQ .nav-item:focus,
.cid-uX8e5ILLrQ .nav-link:focus {
  outline: none;
}
.cid-uX8e5ILLrQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uX8e5ILLrQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uX8e5ILLrQ .menu-logo {
  margin-right: auto;
}
.cid-uX8e5ILLrQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX8e5ILLrQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uX8e5ILLrQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uX8e5ILLrQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uX8e5ILLrQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uX8e5ILLrQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uX8e5ILLrQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uX8e5ILLrQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uX8e5ILLrQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uX8e5ILLrQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX8e5ILLrQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uX8e5ILLrQ .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uX8e5ILLrQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uX8e5ILLrQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX8e5ILLrQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uX8e5ILLrQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX8e5ILLrQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uX8e5ILLrQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uX8e5ILLrQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uX8e5ILLrQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uX8e5ILLrQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uX8e5ILLrQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uX8e5ILLrQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uX8e5ILLrQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uX8e5ILLrQ button.navbar-toggler:focus {
  outline: none;
}
.cid-uX8e5ILLrQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uX8e5ILLrQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uX8e5ILLrQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uX8e5ILLrQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uX8e5ILLrQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uX8e5ILLrQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX8e5ILLrQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uX8e5ILLrQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uX8e5ILLrQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX8e5ILLrQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uX8e5ILLrQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uX8e5ILLrQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uX8e5ILLrQ .collapsed .navbar-collapse.collapsing,
.cid-uX8e5ILLrQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uX8e5ILLrQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uX8e5ILLrQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uX8e5ILLrQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uX8e5ILLrQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uX8e5ILLrQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uX8e5ILLrQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uX8e5ILLrQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uX8e5ILLrQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uX8e5ILLrQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uX8e5ILLrQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uX8e5ILLrQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uX8e5ILLrQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uX8e5ILLrQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uX8e5ILLrQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uX8e5ILLrQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uX8e5ILLrQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uX8e5ILLrQ img {
    height: 3.8rem !important;
  }
  .cid-uX8e5ILLrQ .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uX8e5ILLrQ .menu-wrap {
    flex-direction: column;
  }
  .cid-uX8e5ILLrQ .btn {
    display: -webkit-flex;
  }
  .cid-uX8e5ILLrQ button.navbar-toggler {
    display: block;
  }
  .cid-uX8e5ILLrQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uX8e5ILLrQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uX8e5ILLrQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uX8e5ILLrQ .navbar-collapse.collapsing,
  .cid-uX8e5ILLrQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uX8e5ILLrQ .navbar-collapse.collapsing .navbar-nav,
  .cid-uX8e5ILLrQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uX8e5ILLrQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uX8e5ILLrQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uX8e5ILLrQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uX8e5ILLrQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uX8e5ILLrQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uX8e5ILLrQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uX8e5ILLrQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uX8e5ILLrQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uX8e5ILLrQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uX8e5ILLrQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uX8e5ILLrQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uX8e5ILLrQ .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uX8e5ILLrQ .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uX8e5ILLrQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uX8e5ILLrQ .nav-link:hover,
.cid-uX8e5ILLrQ .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uX8e5K2g8D {
  background-color: #f5f5f5;
}
.cid-uX8e5K2g8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8e5K2g8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8e5K2g8D .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX8e5K2g8D .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uX8e5K2g8D .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uX8e5K2g8D .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uX8e5K2g8D .mbr-section-title {
  color: #0f0f0f;
}
.cid-uX8e5K2g8D .mbr-text {
  color: #666666;
}
.cid-uX8e5Kwn47 {
  background-image: url("../../../assets/images/portfolio-palermostudio2.png");
}
.cid-uX8e5Kwn47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8e5Kwn47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8e5Kwn47 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8e5Kwn47 .container {
    padding: 0 24px;
  }
}
.cid-uX8e5Kwn47 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8e5Kwn47 .content-wrapper {
    padding: 0;
  }
}
.cid-uX8e5Kwn47 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8e5Kwn47 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8e5Kwn47 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8e5Kwn47 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8e5Kwn47 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8e5Kwn47 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8e5Kwn47 .mbr-section-title {
  color: #ffffff;
}
.cid-uX8e5Kwn47 .mbr-desc,
.cid-uX8e5Kwn47 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8e5Kwn47 .mbr-text,
.cid-uX8e5Kwn47 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8e5Kwn47 .mbr-section-title,
.cid-uX8e5Kwn47 .mbr-section-btn {
  text-align: center;
}
.cid-uX8e5LAPuI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uX8e5LAPuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8e5LAPuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8e5LAPuI .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uX8e5LAPuI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uX8e5LAPuI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8e5LAPuI .mbr-label {
  color: #666666;
}
.cid-uX8e5LAPuI .mbr-text {
  color: #0f0f0f;
}
.cid-uX8e5LAPuI .mbr-text,
.cid-uX8e5LAPuI .text-wrapper {
  text-align: center;
}
.cid-uX8e5LAPuI .mbr-label,
.cid-uX8e5LAPuI .mbr-section-btn {
  text-align: center;
}
.cid-uX8e5N3U67 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX8e5N3U67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8e5N3U67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8e5N3U67 .row {
  flex-direction: row-reverse;
}
.cid-uX8e5NR3pT {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uX8e5NR3pT .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uX8e5NR3pT .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uX8e5NR3pT .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uX8e5NR3pT h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uX8e5NR3pT .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX8e5NR3pT .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uX8e5NR3pT .row {
    margin: 0;
  }
}
.cid-uX8e5NR3pT .mbr-text DIV {
  text-align: left;
}
.cid-uX8e5OevHk {
  padding-top: 45px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-uX8e5OevHk .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uX8e5OevHk .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uX8e5OevHk .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uX8e5OevHk P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uX8e5OevHk img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uX8e5OevHk .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uX8e5OevHk .top,
  .cid-uX8e5OevHk .top-2 {
    margin-top: 0;
  }
}
.cid-uX8pZlJMUM {
  background-image: url("../../../assets/images/presentacion-de-coleccion-jackie-smith-inv15-reapertura-alcorta-shopping-5-2000x1333.jpg");
}
.cid-uX8pZlJMUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8pZlJMUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8pZlJMUM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8pZlJMUM .container {
    padding: 0 24px;
  }
}
.cid-uX8pZlJMUM .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8pZlJMUM .content-wrapper {
    padding: 0;
  }
}
.cid-uX8pZlJMUM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8pZlJMUM .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8pZlJMUM .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8pZlJMUM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8pZlJMUM .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8pZlJMUM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8pZlJMUM .mbr-section-title {
  color: #ffffff;
}
.cid-uX8pZlJMUM .mbr-desc,
.cid-uX8pZlJMUM .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8pZlJMUM .mbr-text,
.cid-uX8pZlJMUM .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8pZlJMUM .mbr-section-title,
.cid-uX8pZlJMUM .mbr-section-btn {
  text-align: center;
}
.cid-uX8e5Pd1Te {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uX8e5Pd1Te .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uX8e5Pd1Te .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uX8e5Pd1Te .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uX8e5Pd1Te P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uX8e5Pd1Te img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uX8e5Pd1Te .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uX8e5Pd1Te .top,
  .cid-uX8e5Pd1Te .top-2 {
    margin-top: 0;
  }
}
.cid-uX8e5PDrOo {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uX8e5PDrOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8e5PDrOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8e5PDrOo .row {
  flex-direction: row-reverse;
}
.cid-uX8e5Q05je {
  background-image: url("../../../assets/images/jacki-smtih-spring-verano-2016-960x512.jpg");
}
.cid-uX8e5Q05je .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8e5Q05je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8e5Q05je .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8e5Q05je .container {
    padding: 0 24px;
  }
}
.cid-uX8e5Q05je .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8e5Q05je .content-wrapper {
    padding: 0;
  }
}
.cid-uX8e5Q05je .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8e5Q05je .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8e5Q05je .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8e5Q05je .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8e5Q05je .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8e5Q05je .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8e5Q05je .mbr-section-title {
  color: #ffffff;
}
.cid-uX8e5Q05je .mbr-desc,
.cid-uX8e5Q05je .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8e5Q05je .mbr-text,
.cid-uX8e5Q05je .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8e5Q05je .mbr-section-title,
.cid-uX8e5Q05je .mbr-section-btn {
  text-align: center;
}
.cid-uX8qvLgKyb {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uX8qvLgKyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8qvLgKyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8qvLgKyb .row {
  flex-direction: row-reverse;
}
.cid-uX8qMhJLa6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX8qMhJLa6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8qMhJLa6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8qMhJLa6 .row {
  flex-direction: row-reverse;
}
.cid-uX8e5Qoc2J {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uX8e5Qoc2J .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uX8e5Qoc2J .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uX8e5Qoc2J .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uX8e5Qoc2J P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uX8e5Qoc2J img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uX8e5Qoc2J .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uX8e5Qoc2J .top,
  .cid-uX8e5Qoc2J .top-2 {
    margin-top: 0;
  }
}
.cid-uX8e5RJeux {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uX8e5RJeux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8e5RJeux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8e5RJeux .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uX8e5RJeux .footer-col {
    flex-direction: column;
  }
}
.cid-uX8e5RJeux .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uX8e5RJeux .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX8e5RJeux .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uX8e5RJeux .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uX8e5RJeux .mbr-section-btn {
    text-align: center;
  }
}
.cid-uX8e5RJeux .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX8e5RJeux .soc-item {
  margin: 8px;
}
.cid-uX8e5RJeux .soc-item a:hover .mbr-iconfont,
.cid-uX8e5RJeux .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uX8e5RJeux .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uX8e5RJeux .row {
    text-align: center;
  }
  .cid-uX8e5RJeux .social-row {
    justify-content: center;
  }
}
.cid-uX8e5RJeux .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uX8e5RJeux .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX8e5RJeux .list {
    margin-bottom: 0rem;
  }
}
.cid-uX8e5RJeux .mbr-text {
  color: #bbbbbb;
}
.cid-uX8e5RJeux .mbr-section-subtitle {
  color: #000000;
}
.cid-uX8e5RJeux .list,
.cid-uX8e5RJeux .item-wrap {
  color: #232323;
}
.cid-uX8e5RJeux .copyright {
  color: #393193;
}
.cid-uX8uTmrZmy .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uX8uTmrZmy .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uX8uTmrZmy a {
  font-style: normal;
}
.cid-uX8uTmrZmy .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uX8uTmrZmy .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uX8uTmrZmy .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uX8uTmrZmy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uX8uTmrZmy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uX8uTmrZmy .nav-item:focus,
.cid-uX8uTmrZmy .nav-link:focus {
  outline: none;
}
.cid-uX8uTmrZmy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uX8uTmrZmy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uX8uTmrZmy .menu-logo {
  margin-right: auto;
}
.cid-uX8uTmrZmy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX8uTmrZmy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uX8uTmrZmy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uX8uTmrZmy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uX8uTmrZmy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uX8uTmrZmy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uX8uTmrZmy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uX8uTmrZmy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uX8uTmrZmy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uX8uTmrZmy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX8uTmrZmy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uX8uTmrZmy .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uX8uTmrZmy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uX8uTmrZmy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX8uTmrZmy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uX8uTmrZmy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX8uTmrZmy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uX8uTmrZmy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uX8uTmrZmy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uX8uTmrZmy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uX8uTmrZmy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uX8uTmrZmy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uX8uTmrZmy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uX8uTmrZmy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uX8uTmrZmy button.navbar-toggler:focus {
  outline: none;
}
.cid-uX8uTmrZmy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uX8uTmrZmy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uX8uTmrZmy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uX8uTmrZmy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uX8uTmrZmy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uX8uTmrZmy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX8uTmrZmy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uX8uTmrZmy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uX8uTmrZmy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX8uTmrZmy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uX8uTmrZmy .collapsed .btn {
  display: -webkit-flex;
}
.cid-uX8uTmrZmy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uX8uTmrZmy .collapsed .navbar-collapse.collapsing,
.cid-uX8uTmrZmy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uX8uTmrZmy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uX8uTmrZmy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uX8uTmrZmy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uX8uTmrZmy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uX8uTmrZmy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uX8uTmrZmy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uX8uTmrZmy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uX8uTmrZmy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uX8uTmrZmy .collapsed button.navbar-toggler {
  display: block;
}
.cid-uX8uTmrZmy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uX8uTmrZmy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uX8uTmrZmy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uX8uTmrZmy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uX8uTmrZmy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uX8uTmrZmy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uX8uTmrZmy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uX8uTmrZmy img {
    height: 3.8rem !important;
  }
  .cid-uX8uTmrZmy .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uX8uTmrZmy .menu-wrap {
    flex-direction: column;
  }
  .cid-uX8uTmrZmy .btn {
    display: -webkit-flex;
  }
  .cid-uX8uTmrZmy button.navbar-toggler {
    display: block;
  }
  .cid-uX8uTmrZmy .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uX8uTmrZmy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uX8uTmrZmy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uX8uTmrZmy .navbar-collapse.collapsing,
  .cid-uX8uTmrZmy .navbar-collapse.show {
    display: block !important;
  }
  .cid-uX8uTmrZmy .navbar-collapse.collapsing .navbar-nav,
  .cid-uX8uTmrZmy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uX8uTmrZmy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uX8uTmrZmy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uX8uTmrZmy .navbar-collapse.collapsing .navbar-buttons,
  .cid-uX8uTmrZmy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uX8uTmrZmy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uX8uTmrZmy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uX8uTmrZmy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uX8uTmrZmy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uX8uTmrZmy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uX8uTmrZmy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uX8uTmrZmy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uX8uTmrZmy .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uX8uTmrZmy .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uX8uTmrZmy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uX8uTmrZmy .nav-link:hover,
.cid-uX8uTmrZmy .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uX8uTnmfTv {
  background-color: #f5f5f5;
}
.cid-uX8uTnmfTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8uTnmfTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8uTnmfTv .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX8uTnmfTv .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uX8uTnmfTv .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uX8uTnmfTv .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uX8uTnmfTv .mbr-section-title {
  color: #0f0f0f;
}
.cid-uX8uTnmfTv .mbr-text {
  color: #666666;
}
.cid-uX8uTnJMdk {
  background-image: url("../../../assets/images/1-1170x600.jpg");
}
.cid-uX8uTnJMdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8uTnJMdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8uTnJMdk .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8uTnJMdk .container {
    padding: 0 24px;
  }
}
.cid-uX8uTnJMdk .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8uTnJMdk .content-wrapper {
    padding: 0;
  }
}
.cid-uX8uTnJMdk .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8uTnJMdk .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8uTnJMdk .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8uTnJMdk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8uTnJMdk .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8uTnJMdk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8uTnJMdk .mbr-section-title {
  color: #ffffff;
}
.cid-uX8uTnJMdk .mbr-desc,
.cid-uX8uTnJMdk .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8uTnJMdk .mbr-text,
.cid-uX8uTnJMdk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8uTnJMdk .mbr-section-title,
.cid-uX8uTnJMdk .mbr-section-btn {
  text-align: center;
}
.cid-uX8uTo35OQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uX8uTo35OQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8uTo35OQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8uTo35OQ .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uX8uTo35OQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uX8uTo35OQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8uTo35OQ .mbr-label {
  color: #666666;
}
.cid-uX8uTo35OQ .mbr-text {
  color: #0f0f0f;
}
.cid-uX8uTo35OQ .mbr-text,
.cid-uX8uTo35OQ .text-wrapper {
  text-align: center;
}
.cid-uX8uTo35OQ .mbr-label,
.cid-uX8uTo35OQ .mbr-section-btn {
  text-align: center;
}
.cid-uX8v3CI8O4 {
  background-image: url("../../../assets/images/2-1170x600.jpg");
}
.cid-uX8v3CI8O4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8v3CI8O4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8v3CI8O4 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8v3CI8O4 .container {
    padding: 0 24px;
  }
}
.cid-uX8v3CI8O4 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8v3CI8O4 .content-wrapper {
    padding: 0;
  }
}
.cid-uX8v3CI8O4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8v3CI8O4 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8v3CI8O4 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8v3CI8O4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8v3CI8O4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8v3CI8O4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8v3CI8O4 .mbr-section-title {
  color: #ffffff;
}
.cid-uX8v3CI8O4 .mbr-desc,
.cid-uX8v3CI8O4 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8v3CI8O4 .mbr-text,
.cid-uX8v3CI8O4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8v3CI8O4 .mbr-section-title,
.cid-uX8v3CI8O4 .mbr-section-btn {
  text-align: center;
}
.cid-uX8v4H7Pr4 {
  background-image: url("../../../assets/images/img-1031-2000x1500.jpg");
}
.cid-uX8v4H7Pr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8v4H7Pr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8v4H7Pr4 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8v4H7Pr4 .container {
    padding: 0 24px;
  }
}
.cid-uX8v4H7Pr4 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8v4H7Pr4 .content-wrapper {
    padding: 0;
  }
}
.cid-uX8v4H7Pr4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8v4H7Pr4 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8v4H7Pr4 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8v4H7Pr4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8v4H7Pr4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8v4H7Pr4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8v4H7Pr4 .mbr-section-title {
  color: #ffffff;
}
.cid-uX8v4H7Pr4 .mbr-desc,
.cid-uX8v4H7Pr4 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8v4H7Pr4 .mbr-text,
.cid-uX8v4H7Pr4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8v4H7Pr4 .mbr-section-title,
.cid-uX8v4H7Pr4 .mbr-section-btn {
  text-align: center;
}
.cid-uX8v579lkt {
  background-image: url("../../../assets/images/8-1280x960.jpg");
}
.cid-uX8v579lkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8v579lkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8v579lkt .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8v579lkt .container {
    padding: 0 24px;
  }
}
.cid-uX8v579lkt .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8v579lkt .content-wrapper {
    padding: 0;
  }
}
.cid-uX8v579lkt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8v579lkt .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8v579lkt .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8v579lkt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8v579lkt .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8v579lkt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8v579lkt .mbr-section-title {
  color: #ffffff;
}
.cid-uX8v579lkt .mbr-desc,
.cid-uX8v579lkt .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8v579lkt .mbr-text,
.cid-uX8v579lkt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8v579lkt .mbr-section-title,
.cid-uX8v579lkt .mbr-section-btn {
  text-align: center;
}
.cid-uX8uToYBZ9 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX8uToYBZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8uToYBZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8uToYBZ9 .row {
  flex-direction: row-reverse;
}
.cid-uX8vl4gnIz {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX8vl4gnIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8vl4gnIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8vl4gnIz .row {
  flex-direction: row-reverse;
}
.cid-uX8vlEWD18 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX8vlEWD18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8vlEWD18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8vlEWD18 .row {
  flex-direction: row-reverse;
}
.cid-uX8uTpjJLx {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uX8uTpjJLx .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uX8uTpjJLx .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uX8uTpjJLx .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uX8uTpjJLx P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uX8uTpjJLx img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uX8uTpjJLx .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uX8uTpjJLx .top,
  .cid-uX8uTpjJLx .top-2 {
    margin-top: 0;
  }
}
.cid-uX8uTpBIAL {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uX8uTpBIAL .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uX8uTpBIAL .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uX8uTpBIAL .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uX8uTpBIAL h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uX8uTpBIAL .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX8uTpBIAL .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uX8uTpBIAL .row {
    margin: 0;
  }
}
.cid-uX8uTpBIAL .mbr-text DIV {
  text-align: left;
}
.cid-uX8uTpWzgQ {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uX8uTpWzgQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uX8uTpWzgQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uX8uTpWzgQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uX8uTpWzgQ P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uX8uTpWzgQ img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uX8uTpWzgQ .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uX8uTpWzgQ .top,
  .cid-uX8uTpWzgQ .top-2 {
    margin-top: 0;
  }
}
.cid-uX8A0URUs6 {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uX8A0URUs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8A0URUs6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8A0URUs6 .row {
  flex-direction: row-reverse;
}
.cid-uX8uTsHQyq {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uX8uTsHQyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8uTsHQyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8uTsHQyq .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uX8uTsHQyq .footer-col {
    flex-direction: column;
  }
}
.cid-uX8uTsHQyq .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uX8uTsHQyq .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX8uTsHQyq .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uX8uTsHQyq .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uX8uTsHQyq .mbr-section-btn {
    text-align: center;
  }
}
.cid-uX8uTsHQyq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX8uTsHQyq .soc-item {
  margin: 8px;
}
.cid-uX8uTsHQyq .soc-item a:hover .mbr-iconfont,
.cid-uX8uTsHQyq .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uX8uTsHQyq .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uX8uTsHQyq .row {
    text-align: center;
  }
  .cid-uX8uTsHQyq .social-row {
    justify-content: center;
  }
}
.cid-uX8uTsHQyq .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uX8uTsHQyq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX8uTsHQyq .list {
    margin-bottom: 0rem;
  }
}
.cid-uX8uTsHQyq .mbr-text {
  color: #bbbbbb;
}
.cid-uX8uTsHQyq .mbr-section-subtitle {
  color: #000000;
}
.cid-uX8uTsHQyq .list,
.cid-uX8uTsHQyq .item-wrap {
  color: #232323;
}
.cid-uX8uTsHQyq .copyright {
  color: #393193;
}
.cid-uX8GxF6Uaq .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uX8GxF6Uaq .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uX8GxF6Uaq a {
  font-style: normal;
}
.cid-uX8GxF6Uaq .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uX8GxF6Uaq .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uX8GxF6Uaq .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uX8GxF6Uaq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uX8GxF6Uaq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uX8GxF6Uaq .nav-item:focus,
.cid-uX8GxF6Uaq .nav-link:focus {
  outline: none;
}
.cid-uX8GxF6Uaq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uX8GxF6Uaq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uX8GxF6Uaq .menu-logo {
  margin-right: auto;
}
.cid-uX8GxF6Uaq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX8GxF6Uaq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uX8GxF6Uaq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uX8GxF6Uaq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uX8GxF6Uaq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uX8GxF6Uaq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uX8GxF6Uaq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uX8GxF6Uaq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uX8GxF6Uaq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uX8GxF6Uaq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX8GxF6Uaq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uX8GxF6Uaq .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uX8GxF6Uaq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uX8GxF6Uaq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX8GxF6Uaq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uX8GxF6Uaq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX8GxF6Uaq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uX8GxF6Uaq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uX8GxF6Uaq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uX8GxF6Uaq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uX8GxF6Uaq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uX8GxF6Uaq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uX8GxF6Uaq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uX8GxF6Uaq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uX8GxF6Uaq button.navbar-toggler:focus {
  outline: none;
}
.cid-uX8GxF6Uaq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uX8GxF6Uaq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uX8GxF6Uaq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uX8GxF6Uaq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uX8GxF6Uaq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uX8GxF6Uaq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX8GxF6Uaq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uX8GxF6Uaq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uX8GxF6Uaq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX8GxF6Uaq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uX8GxF6Uaq .collapsed .btn {
  display: -webkit-flex;
}
.cid-uX8GxF6Uaq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uX8GxF6Uaq .collapsed .navbar-collapse.collapsing,
.cid-uX8GxF6Uaq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uX8GxF6Uaq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uX8GxF6Uaq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uX8GxF6Uaq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uX8GxF6Uaq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uX8GxF6Uaq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uX8GxF6Uaq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uX8GxF6Uaq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uX8GxF6Uaq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uX8GxF6Uaq .collapsed button.navbar-toggler {
  display: block;
}
.cid-uX8GxF6Uaq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uX8GxF6Uaq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uX8GxF6Uaq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uX8GxF6Uaq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uX8GxF6Uaq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uX8GxF6Uaq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uX8GxF6Uaq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uX8GxF6Uaq img {
    height: 3.8rem !important;
  }
  .cid-uX8GxF6Uaq .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uX8GxF6Uaq .menu-wrap {
    flex-direction: column;
  }
  .cid-uX8GxF6Uaq .btn {
    display: -webkit-flex;
  }
  .cid-uX8GxF6Uaq button.navbar-toggler {
    display: block;
  }
  .cid-uX8GxF6Uaq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uX8GxF6Uaq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uX8GxF6Uaq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uX8GxF6Uaq .navbar-collapse.collapsing,
  .cid-uX8GxF6Uaq .navbar-collapse.show {
    display: block !important;
  }
  .cid-uX8GxF6Uaq .navbar-collapse.collapsing .navbar-nav,
  .cid-uX8GxF6Uaq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uX8GxF6Uaq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uX8GxF6Uaq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uX8GxF6Uaq .navbar-collapse.collapsing .navbar-buttons,
  .cid-uX8GxF6Uaq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uX8GxF6Uaq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uX8GxF6Uaq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uX8GxF6Uaq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uX8GxF6Uaq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uX8GxF6Uaq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uX8GxF6Uaq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uX8GxF6Uaq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uX8GxF6Uaq .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uX8GxF6Uaq .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uX8GxF6Uaq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uX8GxF6Uaq .nav-link:hover,
.cid-uX8GxF6Uaq .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uX8GxG3qiv {
  background-color: #f5f5f5;
}
.cid-uX8GxG3qiv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8GxG3qiv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8GxG3qiv .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX8GxG3qiv .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uX8GxG3qiv .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uX8GxG3qiv .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uX8GxG3qiv .mbr-section-title {
  color: #0f0f0f;
}
.cid-uX8GxG3qiv .mbr-text {
  color: #666666;
}
.cid-uX8GxGrtzc {
  background-image: url("../../../assets/images/jpeg-5.jpg");
}
.cid-uX8GxGrtzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8GxGrtzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8GxGrtzc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8GxGrtzc .container {
    padding: 0 24px;
  }
}
.cid-uX8GxGrtzc .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8GxGrtzc .content-wrapper {
    padding: 0;
  }
}
.cid-uX8GxGrtzc .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8GxGrtzc .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8GxGrtzc .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8GxGrtzc .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8GxGrtzc .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8GxGrtzc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8GxGrtzc .mbr-section-title {
  color: #ffffff;
}
.cid-uX8GxGrtzc .mbr-desc,
.cid-uX8GxGrtzc .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8GxGrtzc .mbr-text,
.cid-uX8GxGrtzc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8GxGrtzc .mbr-section-title,
.cid-uX8GxGrtzc .mbr-section-btn {
  text-align: center;
}
.cid-uX8GxGINpW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uX8GxGINpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8GxGINpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8GxGINpW .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uX8GxGINpW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uX8GxGINpW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8GxGINpW .mbr-label {
  color: #666666;
}
.cid-uX8GxGINpW .mbr-text {
  color: #0f0f0f;
}
.cid-uX8GxGINpW .mbr-text,
.cid-uX8GxGINpW .text-wrapper {
  text-align: center;
}
.cid-uX8GxGINpW .mbr-label,
.cid-uX8GxGINpW .mbr-section-btn {
  text-align: center;
}
.cid-uX8GxH0KdO {
  background-image: url("../../../assets/images/jpeg-64.jpg");
}
.cid-uX8GxH0KdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8GxH0KdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8GxH0KdO .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8GxH0KdO .container {
    padding: 0 24px;
  }
}
.cid-uX8GxH0KdO .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8GxH0KdO .content-wrapper {
    padding: 0;
  }
}
.cid-uX8GxH0KdO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8GxH0KdO .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8GxH0KdO .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8GxH0KdO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8GxH0KdO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8GxH0KdO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8GxH0KdO .mbr-section-title {
  color: #ffffff;
}
.cid-uX8GxH0KdO .mbr-desc,
.cid-uX8GxH0KdO .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8GxH0KdO .mbr-text,
.cid-uX8GxH0KdO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8GxH0KdO .mbr-section-title,
.cid-uX8GxH0KdO .mbr-section-btn {
  text-align: center;
}
.cid-uX8GxHiq0o {
  background-image: url("../../../assets/images/img-8788.jpg");
}
.cid-uX8GxHiq0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8GxHiq0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8GxHiq0o .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8GxHiq0o .container {
    padding: 0 24px;
  }
}
.cid-uX8GxHiq0o .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8GxHiq0o .content-wrapper {
    padding: 0;
  }
}
.cid-uX8GxHiq0o .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8GxHiq0o .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8GxHiq0o .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8GxHiq0o .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8GxHiq0o .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8GxHiq0o .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8GxHiq0o .mbr-section-title {
  color: #ffffff;
}
.cid-uX8GxHiq0o .mbr-desc,
.cid-uX8GxHiq0o .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8GxHiq0o .mbr-text,
.cid-uX8GxHiq0o .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8GxHiq0o .mbr-section-title,
.cid-uX8GxHiq0o .mbr-section-btn {
  text-align: center;
}
.cid-uX8GxHAgCa {
  background-image: url("../../../assets/images/jpeg-62.jpg");
}
.cid-uX8GxHAgCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8GxHAgCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8GxHAgCa .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8GxHAgCa .container {
    padding: 0 24px;
  }
}
.cid-uX8GxHAgCa .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8GxHAgCa .content-wrapper {
    padding: 0;
  }
}
.cid-uX8GxHAgCa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8GxHAgCa .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8GxHAgCa .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8GxHAgCa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8GxHAgCa .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8GxHAgCa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8GxHAgCa .mbr-section-title {
  color: #ffffff;
}
.cid-uX8GxHAgCa .mbr-desc,
.cid-uX8GxHAgCa .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8GxHAgCa .mbr-text,
.cid-uX8GxHAgCa .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8GxHAgCa .mbr-section-title,
.cid-uX8GxHAgCa .mbr-section-btn {
  text-align: center;
}
.cid-uX8GxHUrPr {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX8GxHUrPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8GxHUrPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8GxHUrPr .row {
  flex-direction: row-reverse;
}
.cid-uX8GxIgp1Z {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX8GxIgp1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8GxIgp1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8GxIgp1Z .row {
  flex-direction: row-reverse;
}
.cid-uX8GxIzBoR {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX8GxIzBoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8GxIzBoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8GxIzBoR .row {
  flex-direction: row-reverse;
}
.cid-uX8GxIRmDZ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uX8GxIRmDZ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uX8GxIRmDZ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uX8GxIRmDZ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uX8GxIRmDZ P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uX8GxIRmDZ img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uX8GxIRmDZ .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uX8GxIRmDZ .top,
  .cid-uX8GxIRmDZ .top-2 {
    margin-top: 0;
  }
}
.cid-uX8GxJ9UMl {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uX8GxJ9UMl .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uX8GxJ9UMl .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uX8GxJ9UMl .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uX8GxJ9UMl h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uX8GxJ9UMl .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX8GxJ9UMl .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uX8GxJ9UMl .row {
    margin: 0;
  }
}
.cid-uX8GxJ9UMl .mbr-text DIV {
  text-align: left;
}
.cid-uX8GxJrEAS {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uX8GxJrEAS .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uX8GxJrEAS .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uX8GxJrEAS .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uX8GxJrEAS P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uX8GxJrEAS img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uX8GxJrEAS .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uX8GxJrEAS .top,
  .cid-uX8GxJrEAS .top-2 {
    margin-top: 0;
  }
}
.cid-uX8SWNy1QF {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uX8SWNy1QF .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX8SWNy1QF .smallImage {
    width: 100%;
  }
  .cid-uX8SWNy1QF .largeImage {
    width: 100%;
  }
  .cid-uX8SWNy1QF .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uX8SWNy1QF .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uX8SWNy1QF .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uX8SWNy1QF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8SWNy1QF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8SWNy1QF .mbr-description {
  text-align: left;
}
.cid-uX8SWNy1QF .card-title,
.cid-uX8SWNy1QF .iconfont-wrapper {
  color: #000000;
}
.cid-uX8SWNy1QF .card-text {
  color: #000000;
}
.cid-uX8SWNy1QF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX8SWNy1QF .mbr-number {
  color: #9fe870;
}
.cid-uX8SWNy1QF .mbr-text,
.cid-uX8SWNy1QF .mbr-section-btn {
  text-align: center;
}
.cid-uX8SWNy1QF .card-text,
.cid-uX8SWNy1QF .item .mbr-section-btn {
  text-align: left;
}
.cid-uX8SWNy1QF .smallImage {
  width: 100%;
}
.cid-uX8SWNy1QF .largeImage {
  width: 100%;
}
.cid-uX8GxJKDmd {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uX8GxJKDmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8GxJKDmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8GxJKDmd .row {
  flex-direction: row-reverse;
}
.cid-uX8WSGuK18 {
  background-image: url("../../../assets/images/captura-de-pantalla-2025-09-18-a-las-6.57.05a.m..png");
}
.cid-uX8WSGuK18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8WSGuK18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8WSGuK18 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8WSGuK18 .container {
    padding: 0 24px;
  }
}
.cid-uX8WSGuK18 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8WSGuK18 .content-wrapper {
    padding: 0;
  }
}
.cid-uX8WSGuK18 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8WSGuK18 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8WSGuK18 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8WSGuK18 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8WSGuK18 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8WSGuK18 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8WSGuK18 .mbr-section-title {
  color: #ffffff;
}
.cid-uX8WSGuK18 .mbr-desc,
.cid-uX8WSGuK18 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8WSGuK18 .mbr-text,
.cid-uX8WSGuK18 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8WSGuK18 .mbr-section-title,
.cid-uX8WSGuK18 .mbr-section-btn {
  text-align: center;
}
.cid-uX8XmD9ioC {
  background-image: url("../../../assets/images/5-6.png");
}
.cid-uX8XmD9ioC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8XmD9ioC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8XmD9ioC .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8XmD9ioC .container {
    padding: 0 24px;
  }
}
.cid-uX8XmD9ioC .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8XmD9ioC .content-wrapper {
    padding: 0;
  }
}
.cid-uX8XmD9ioC .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8XmD9ioC .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8XmD9ioC .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8XmD9ioC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8XmD9ioC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8XmD9ioC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8XmD9ioC .mbr-section-title {
  color: #ffffff;
}
.cid-uX8XmD9ioC .mbr-desc,
.cid-uX8XmD9ioC .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8XmD9ioC .mbr-text,
.cid-uX8XmD9ioC .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8XmD9ioC .mbr-section-title,
.cid-uX8XmD9ioC .mbr-section-btn {
  text-align: center;
}
.cid-uX8XeJ13kI {
  background-image: url("../../../assets/images/23.png");
}
.cid-uX8XeJ13kI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8XeJ13kI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8XeJ13kI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8XeJ13kI .container {
    padding: 0 24px;
  }
}
.cid-uX8XeJ13kI .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8XeJ13kI .content-wrapper {
    padding: 0;
  }
}
.cid-uX8XeJ13kI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8XeJ13kI .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8XeJ13kI .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8XeJ13kI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8XeJ13kI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8XeJ13kI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8XeJ13kI .mbr-section-title {
  color: #ffffff;
}
.cid-uX8XeJ13kI .mbr-desc,
.cid-uX8XeJ13kI .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8XeJ13kI .mbr-text,
.cid-uX8XeJ13kI .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8XeJ13kI .mbr-section-title,
.cid-uX8XeJ13kI .mbr-section-btn {
  text-align: center;
}
.cid-uX8XveWbcl {
  background-image: url("../../../assets/images/img-2458.png");
}
.cid-uX8XveWbcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8XveWbcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8XveWbcl .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8XveWbcl .container {
    padding: 0 24px;
  }
}
.cid-uX8XveWbcl .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8XveWbcl .content-wrapper {
    padding: 0;
  }
}
.cid-uX8XveWbcl .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8XveWbcl .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8XveWbcl .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8XveWbcl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8XveWbcl .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8XveWbcl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8XveWbcl .mbr-section-title {
  color: #ffffff;
}
.cid-uX8XveWbcl .mbr-desc,
.cid-uX8XveWbcl .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8XveWbcl .mbr-text,
.cid-uX8XveWbcl .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8XveWbcl .mbr-section-title,
.cid-uX8XveWbcl .mbr-section-btn {
  text-align: center;
}
.cid-uX8Y7CGkcj {
  background-image: url("../../../assets/images/jpeg-3.jpg");
}
.cid-uX8Y7CGkcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8Y7CGkcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX8Y7CGkcj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX8Y7CGkcj .container {
    padding: 0 24px;
  }
}
.cid-uX8Y7CGkcj .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX8Y7CGkcj .content-wrapper {
    padding: 0;
  }
}
.cid-uX8Y7CGkcj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX8Y7CGkcj .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX8Y7CGkcj .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX8Y7CGkcj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX8Y7CGkcj .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX8Y7CGkcj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX8Y7CGkcj .mbr-section-title {
  color: #ffffff;
}
.cid-uX8Y7CGkcj .mbr-desc,
.cid-uX8Y7CGkcj .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8Y7CGkcj .mbr-text,
.cid-uX8Y7CGkcj .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX8Y7CGkcj .mbr-section-title,
.cid-uX8Y7CGkcj .mbr-section-btn {
  text-align: center;
}
.cid-uX8GxK5FMM {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uX8GxK5FMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8GxK5FMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8GxK5FMM .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uX8GxK5FMM .footer-col {
    flex-direction: column;
  }
}
.cid-uX8GxK5FMM .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uX8GxK5FMM .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX8GxK5FMM .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uX8GxK5FMM .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uX8GxK5FMM .mbr-section-btn {
    text-align: center;
  }
}
.cid-uX8GxK5FMM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX8GxK5FMM .soc-item {
  margin: 8px;
}
.cid-uX8GxK5FMM .soc-item a:hover .mbr-iconfont,
.cid-uX8GxK5FMM .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uX8GxK5FMM .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uX8GxK5FMM .row {
    text-align: center;
  }
  .cid-uX8GxK5FMM .social-row {
    justify-content: center;
  }
}
.cid-uX8GxK5FMM .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uX8GxK5FMM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX8GxK5FMM .list {
    margin-bottom: 0rem;
  }
}
.cid-uX8GxK5FMM .mbr-text {
  color: #bbbbbb;
}
.cid-uX8GxK5FMM .mbr-section-subtitle {
  color: #000000;
}
.cid-uX8GxK5FMM .list,
.cid-uX8GxK5FMM .item-wrap {
  color: #232323;
}
.cid-uX8GxK5FMM .copyright {
  color: #393193;
}
.cid-uX90DI9mC8 .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uX90DI9mC8 .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uX90DI9mC8 a {
  font-style: normal;
}
.cid-uX90DI9mC8 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uX90DI9mC8 .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uX90DI9mC8 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uX90DI9mC8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uX90DI9mC8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uX90DI9mC8 .nav-item:focus,
.cid-uX90DI9mC8 .nav-link:focus {
  outline: none;
}
.cid-uX90DI9mC8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uX90DI9mC8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uX90DI9mC8 .menu-logo {
  margin-right: auto;
}
.cid-uX90DI9mC8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uX90DI9mC8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uX90DI9mC8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uX90DI9mC8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uX90DI9mC8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uX90DI9mC8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uX90DI9mC8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uX90DI9mC8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uX90DI9mC8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uX90DI9mC8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX90DI9mC8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uX90DI9mC8 .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uX90DI9mC8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uX90DI9mC8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX90DI9mC8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uX90DI9mC8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX90DI9mC8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uX90DI9mC8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uX90DI9mC8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uX90DI9mC8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uX90DI9mC8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uX90DI9mC8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uX90DI9mC8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uX90DI9mC8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uX90DI9mC8 button.navbar-toggler:focus {
  outline: none;
}
.cid-uX90DI9mC8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uX90DI9mC8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uX90DI9mC8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uX90DI9mC8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uX90DI9mC8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uX90DI9mC8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX90DI9mC8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uX90DI9mC8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uX90DI9mC8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uX90DI9mC8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uX90DI9mC8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uX90DI9mC8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uX90DI9mC8 .collapsed .navbar-collapse.collapsing,
.cid-uX90DI9mC8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uX90DI9mC8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uX90DI9mC8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uX90DI9mC8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uX90DI9mC8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uX90DI9mC8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uX90DI9mC8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uX90DI9mC8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uX90DI9mC8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uX90DI9mC8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uX90DI9mC8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uX90DI9mC8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uX90DI9mC8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uX90DI9mC8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uX90DI9mC8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uX90DI9mC8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uX90DI9mC8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uX90DI9mC8 img {
    height: 3.8rem !important;
  }
  .cid-uX90DI9mC8 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uX90DI9mC8 .menu-wrap {
    flex-direction: column;
  }
  .cid-uX90DI9mC8 .btn {
    display: -webkit-flex;
  }
  .cid-uX90DI9mC8 button.navbar-toggler {
    display: block;
  }
  .cid-uX90DI9mC8 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uX90DI9mC8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uX90DI9mC8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uX90DI9mC8 .navbar-collapse.collapsing,
  .cid-uX90DI9mC8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uX90DI9mC8 .navbar-collapse.collapsing .navbar-nav,
  .cid-uX90DI9mC8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uX90DI9mC8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uX90DI9mC8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uX90DI9mC8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uX90DI9mC8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uX90DI9mC8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uX90DI9mC8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uX90DI9mC8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uX90DI9mC8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uX90DI9mC8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uX90DI9mC8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uX90DI9mC8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uX90DI9mC8 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uX90DI9mC8 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uX90DI9mC8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uX90DI9mC8 .nav-link:hover,
.cid-uX90DI9mC8 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uX90DJnEin {
  background-color: #f5f5f5;
}
.cid-uX90DJnEin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX90DJnEin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX90DJnEin .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX90DJnEin .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uX90DJnEin .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uX90DJnEin .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uX90DJnEin .mbr-section-title {
  color: #0f0f0f;
}
.cid-uX90DJnEin .mbr-text {
  color: #666666;
}
.cid-uX90DJUYys {
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-uX90DJUYys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX90DJUYys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX90DJUYys .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX90DJUYys .container {
    padding: 0 24px;
  }
}
.cid-uX90DJUYys .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX90DJUYys .content-wrapper {
    padding: 0;
  }
}
.cid-uX90DJUYys .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX90DJUYys .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX90DJUYys .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX90DJUYys .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX90DJUYys .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX90DJUYys .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX90DJUYys .mbr-section-title {
  color: #ffffff;
}
.cid-uX90DJUYys .mbr-desc,
.cid-uX90DJUYys .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX90DJUYys .mbr-text,
.cid-uX90DJUYys .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX90DJUYys .mbr-section-title,
.cid-uX90DJUYys .mbr-section-btn {
  text-align: center;
}
.cid-uX90DKkiFq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uX90DKkiFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX90DKkiFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX90DKkiFq .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uX90DKkiFq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uX90DKkiFq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX90DKkiFq .mbr-label {
  color: #666666;
}
.cid-uX90DKkiFq .mbr-text {
  color: #0f0f0f;
}
.cid-uX90DKkiFq .mbr-text,
.cid-uX90DKkiFq .text-wrapper {
  text-align: center;
}
.cid-uX90DKkiFq .mbr-label,
.cid-uX90DKkiFq .mbr-section-btn {
  text-align: center;
}
.cid-uX90DLtnGB {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX90DLtnGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX90DLtnGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX90DLtnGB .row {
  flex-direction: row-reverse;
}
.cid-uX90DLTCxq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uX90DLTCxq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uX90DLTCxq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uX90DLTCxq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uX90DLTCxq P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uX90DLTCxq img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uX90DLTCxq .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uX90DLTCxq .top,
  .cid-uX90DLTCxq .top-2 {
    margin-top: 0;
  }
}
.cid-uX90DMj0W0 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uX90DMj0W0 .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uX90DMj0W0 .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uX90DMj0W0 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uX90DMj0W0 h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uX90DMj0W0 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX90DMj0W0 .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uX90DMj0W0 .row {
    margin: 0;
  }
}
.cid-uX90DMj0W0 .mbr-text DIV {
  text-align: left;
}
.cid-uX90DMK2d8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uX90DMK2d8 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uX90DMK2d8 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uX90DMK2d8 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uX90DMK2d8 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uX90DMK2d8 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uX90DMK2d8 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uX90DMK2d8 .top,
  .cid-uX90DMK2d8 .top-2 {
    margin-top: 0;
  }
}
.cid-uX90DNz3Yh {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uX90DNz3Yh .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uX90DNz3Yh .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uX90DNz3Yh .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uX90DNz3Yh P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uX90DNz3Yh img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uX90DNz3Yh .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uX90DNz3Yh .top,
  .cid-uX90DNz3Yh .top-2 {
    margin-top: 0;
  }
}
.cid-uX90DNZiae {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uX90DNZiae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX90DNZiae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX90DNZiae .row {
  flex-direction: row-reverse;
}
.cid-uX97pM2aFk {
  background-image: url("../../../assets/images/macbook-ericone003.jpg");
}
.cid-uX97pM2aFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX97pM2aFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX97pM2aFk .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX97pM2aFk .container {
    padding: 0 24px;
  }
}
.cid-uX97pM2aFk .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX97pM2aFk .content-wrapper {
    padding: 0;
  }
}
.cid-uX97pM2aFk .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX97pM2aFk .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX97pM2aFk .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX97pM2aFk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX97pM2aFk .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX97pM2aFk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX97pM2aFk .mbr-section-title {
  color: #ffffff;
}
.cid-uX97pM2aFk .mbr-desc,
.cid-uX97pM2aFk .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX97pM2aFk .mbr-text,
.cid-uX97pM2aFk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX97pM2aFk .mbr-section-title,
.cid-uX97pM2aFk .mbr-section-btn {
  text-align: center;
}
.cid-uX90DOSdAc {
  padding-top: 150px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uX90DOSdAc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uX90DOSdAc .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uX90DOSdAc .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uX90DOSdAc P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uX90DOSdAc img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uX90DOSdAc .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uX90DOSdAc .top,
  .cid-uX90DOSdAc .top-2 {
    margin-top: 0;
  }
}
.cid-uX90DPkOV2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uX90DPkOV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX90DPkOV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX90DPkOV2 .row {
  flex-direction: row-reverse;
}
.cid-uX95UuCoGV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX95UuCoGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX95UuCoGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX95UuCoGV .row {
  flex-direction: row-reverse;
}
.cid-uX90DPNENO {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uX90DPNENO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX90DPNENO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX90DPNENO .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX90DPNENO .container {
    padding: 0 24px;
  }
}
.cid-uX90DPNENO .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX90DPNENO .content-wrapper {
    padding: 0;
  }
}
.cid-uX90DPNENO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX90DPNENO .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX90DPNENO .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX90DPNENO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX90DPNENO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX90DPNENO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX90DPNENO .mbr-section-title {
  color: #ffffff;
}
.cid-uX90DPNENO .mbr-desc,
.cid-uX90DPNENO .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX90DPNENO .mbr-text,
.cid-uX90DPNENO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX90DPNENO .mbr-section-title,
.cid-uX90DPNENO .mbr-section-btn {
  text-align: center;
}
.cid-uX94ZJ8hyl {
  background-image: url("../../../assets/images/1a-manualmarcaericsports002-pagina-21.jpg");
}
.cid-uX94ZJ8hyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX94ZJ8hyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX94ZJ8hyl .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX94ZJ8hyl .container {
    padding: 0 24px;
  }
}
.cid-uX94ZJ8hyl .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX94ZJ8hyl .content-wrapper {
    padding: 0;
  }
}
.cid-uX94ZJ8hyl .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX94ZJ8hyl .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX94ZJ8hyl .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX94ZJ8hyl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX94ZJ8hyl .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX94ZJ8hyl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX94ZJ8hyl .mbr-section-title {
  color: #ffffff;
}
.cid-uX94ZJ8hyl .mbr-desc,
.cid-uX94ZJ8hyl .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX94ZJ8hyl .mbr-text,
.cid-uX94ZJ8hyl .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX94ZJ8hyl .mbr-section-title,
.cid-uX94ZJ8hyl .mbr-section-btn {
  text-align: center;
}
.cid-uX950uuUbp {
  background-image: url("../../../assets/images/eric-bench-886x498.png");
}
.cid-uX950uuUbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX950uuUbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX950uuUbp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX950uuUbp .container {
    padding: 0 24px;
  }
}
.cid-uX950uuUbp .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX950uuUbp .content-wrapper {
    padding: 0;
  }
}
.cid-uX950uuUbp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX950uuUbp .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX950uuUbp .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX950uuUbp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX950uuUbp .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX950uuUbp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX950uuUbp .mbr-section-title {
  color: #ffffff;
}
.cid-uX950uuUbp .mbr-desc,
.cid-uX950uuUbp .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX950uuUbp .mbr-text,
.cid-uX950uuUbp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX950uuUbp .mbr-section-title,
.cid-uX950uuUbp .mbr-section-btn {
  text-align: center;
}
.cid-uX951CUG8S {
  background-image: url("../../../assets/images/slide002-handball-2000x1334.jpg");
}
.cid-uX951CUG8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX951CUG8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX951CUG8S .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX951CUG8S .container {
    padding: 0 24px;
  }
}
.cid-uX951CUG8S .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX951CUG8S .content-wrapper {
    padding: 0;
  }
}
.cid-uX951CUG8S .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX951CUG8S .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX951CUG8S .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX951CUG8S .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX951CUG8S .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX951CUG8S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX951CUG8S .mbr-section-title {
  color: #ffffff;
}
.cid-uX951CUG8S .mbr-desc,
.cid-uX951CUG8S .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX951CUG8S .mbr-text,
.cid-uX951CUG8S .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX951CUG8S .mbr-section-title,
.cid-uX951CUG8S .mbr-section-btn {
  text-align: center;
}
.cid-uX96JXSdxC {
  background-image: url("../../../assets/images/macbook-ericone004.jpg");
}
.cid-uX96JXSdxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX96JXSdxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX96JXSdxC .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX96JXSdxC .container {
    padding: 0 24px;
  }
}
.cid-uX96JXSdxC .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uX96JXSdxC .content-wrapper {
    padding: 0;
  }
}
.cid-uX96JXSdxC .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uX96JXSdxC .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uX96JXSdxC .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uX96JXSdxC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uX96JXSdxC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uX96JXSdxC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX96JXSdxC .mbr-section-title {
  color: #ffffff;
}
.cid-uX96JXSdxC .mbr-desc,
.cid-uX96JXSdxC .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX96JXSdxC .mbr-text,
.cid-uX96JXSdxC .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uX96JXSdxC .mbr-section-title,
.cid-uX96JXSdxC .mbr-section-btn {
  text-align: center;
}
.cid-uX90DQfFW0 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uX90DQfFW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX90DQfFW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX90DQfFW0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uX90DQfFW0 .footer-col {
    flex-direction: column;
  }
}
.cid-uX90DQfFW0 .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uX90DQfFW0 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uX90DQfFW0 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uX90DQfFW0 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uX90DQfFW0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uX90DQfFW0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX90DQfFW0 .soc-item {
  margin: 8px;
}
.cid-uX90DQfFW0 .soc-item a:hover .mbr-iconfont,
.cid-uX90DQfFW0 .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uX90DQfFW0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uX90DQfFW0 .row {
    text-align: center;
  }
  .cid-uX90DQfFW0 .social-row {
    justify-content: center;
  }
}
.cid-uX90DQfFW0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uX90DQfFW0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX90DQfFW0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uX90DQfFW0 .mbr-text {
  color: #bbbbbb;
}
.cid-uX90DQfFW0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uX90DQfFW0 .list,
.cid-uX90DQfFW0 .item-wrap {
  color: #232323;
}
.cid-uX90DQfFW0 .copyright {
  color: #393193;
}
.cid-uXe4JyQMSE .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uXe4JyQMSE .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uXe4JyQMSE a {
  font-style: normal;
}
.cid-uXe4JyQMSE .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uXe4JyQMSE .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uXe4JyQMSE .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uXe4JyQMSE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXe4JyQMSE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXe4JyQMSE .nav-item:focus,
.cid-uXe4JyQMSE .nav-link:focus {
  outline: none;
}
.cid-uXe4JyQMSE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXe4JyQMSE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXe4JyQMSE .menu-logo {
  margin-right: auto;
}
.cid-uXe4JyQMSE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXe4JyQMSE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXe4JyQMSE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uXe4JyQMSE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXe4JyQMSE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXe4JyQMSE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXe4JyQMSE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uXe4JyQMSE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uXe4JyQMSE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXe4JyQMSE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXe4JyQMSE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXe4JyQMSE .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uXe4JyQMSE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uXe4JyQMSE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXe4JyQMSE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXe4JyQMSE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXe4JyQMSE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXe4JyQMSE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uXe4JyQMSE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXe4JyQMSE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXe4JyQMSE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXe4JyQMSE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXe4JyQMSE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXe4JyQMSE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXe4JyQMSE button.navbar-toggler:focus {
  outline: none;
}
.cid-uXe4JyQMSE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uXe4JyQMSE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXe4JyQMSE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXe4JyQMSE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXe4JyQMSE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXe4JyQMSE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXe4JyQMSE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXe4JyQMSE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXe4JyQMSE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXe4JyQMSE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXe4JyQMSE .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXe4JyQMSE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXe4JyQMSE .collapsed .navbar-collapse.collapsing,
.cid-uXe4JyQMSE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXe4JyQMSE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXe4JyQMSE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXe4JyQMSE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXe4JyQMSE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXe4JyQMSE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXe4JyQMSE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXe4JyQMSE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXe4JyQMSE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uXe4JyQMSE .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXe4JyQMSE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXe4JyQMSE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXe4JyQMSE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXe4JyQMSE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXe4JyQMSE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXe4JyQMSE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uXe4JyQMSE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXe4JyQMSE img {
    height: 3.8rem !important;
  }
  .cid-uXe4JyQMSE .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uXe4JyQMSE .menu-wrap {
    flex-direction: column;
  }
  .cid-uXe4JyQMSE .btn {
    display: -webkit-flex;
  }
  .cid-uXe4JyQMSE button.navbar-toggler {
    display: block;
  }
  .cid-uXe4JyQMSE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uXe4JyQMSE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXe4JyQMSE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXe4JyQMSE .navbar-collapse.collapsing,
  .cid-uXe4JyQMSE .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXe4JyQMSE .navbar-collapse.collapsing .navbar-nav,
  .cid-uXe4JyQMSE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXe4JyQMSE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXe4JyQMSE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXe4JyQMSE .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXe4JyQMSE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXe4JyQMSE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXe4JyQMSE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXe4JyQMSE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXe4JyQMSE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXe4JyQMSE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXe4JyQMSE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uXe4JyQMSE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uXe4JyQMSE .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uXe4JyQMSE .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uXe4JyQMSE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXe4JyQMSE .nav-link:hover,
.cid-uXe4JyQMSE .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uXe4JAbmiU {
  background-color: #f5f5f5;
}
.cid-uXe4JAbmiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JAbmiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXe4JAbmiU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXe4JAbmiU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uXe4JAbmiU .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXe4JAbmiU .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uXe4JAbmiU .mbr-section-title {
  color: #0f0f0f;
}
.cid-uXe4JAbmiU .mbr-text {
  color: #666666;
}
.cid-uXe4JAIXOx {
  background-image: url("../../../assets/images/52687337398-c094c3f5ab-o.jpg");
}
.cid-uXe4JAIXOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JAIXOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXe4JAIXOx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXe4JAIXOx .container {
    padding: 0 24px;
  }
}
.cid-uXe4JAIXOx .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXe4JAIXOx .content-wrapper {
    padding: 0;
  }
}
.cid-uXe4JAIXOx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXe4JAIXOx .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXe4JAIXOx .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXe4JAIXOx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXe4JAIXOx .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXe4JAIXOx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXe4JAIXOx .mbr-section-title {
  color: #ffffff;
}
.cid-uXe4JAIXOx .mbr-desc,
.cid-uXe4JAIXOx .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JAIXOx .mbr-text,
.cid-uXe4JAIXOx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JAIXOx .mbr-section-title,
.cid-uXe4JAIXOx .mbr-section-btn {
  text-align: center;
}
.cid-uXe4JB7WbB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uXe4JB7WbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JB7WbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXe4JB7WbB .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uXe4JB7WbB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uXe4JB7WbB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXe4JB7WbB .mbr-label {
  color: #666666;
}
.cid-uXe4JB7WbB .mbr-text {
  color: #0f0f0f;
}
.cid-uXe4JB7WbB .mbr-text,
.cid-uXe4JB7WbB .text-wrapper {
  text-align: center;
}
.cid-uXe4JB7WbB .mbr-label,
.cid-uXe4JB7WbB .mbr-section-btn {
  text-align: center;
}
.cid-uXe4JCjB7L {
  background-image: url("../../../assets/images/captura-de-pantalla-2024-08-21-a-las-5.18.10a.m..png");
}
.cid-uXe4JCjB7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JCjB7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXe4JCjB7L .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXe4JCjB7L .container {
    padding: 0 24px;
  }
}
.cid-uXe4JCjB7L .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXe4JCjB7L .content-wrapper {
    padding: 0;
  }
}
.cid-uXe4JCjB7L .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXe4JCjB7L .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXe4JCjB7L .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXe4JCjB7L .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXe4JCjB7L .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXe4JCjB7L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXe4JCjB7L .mbr-section-title {
  color: #ffffff;
}
.cid-uXe4JCjB7L .mbr-desc,
.cid-uXe4JCjB7L .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JCjB7L .mbr-text,
.cid-uXe4JCjB7L .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JCjB7L .mbr-section-title,
.cid-uXe4JCjB7L .mbr-section-btn {
  text-align: center;
}
.cid-uXe4JCKfXG {
  background-image: url("../../../assets/images/50774339683-6772f01a23-o.jpg");
}
.cid-uXe4JCKfXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JCKfXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXe4JCKfXG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXe4JCKfXG .container {
    padding: 0 24px;
  }
}
.cid-uXe4JCKfXG .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXe4JCKfXG .content-wrapper {
    padding: 0;
  }
}
.cid-uXe4JCKfXG .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXe4JCKfXG .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXe4JCKfXG .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXe4JCKfXG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXe4JCKfXG .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXe4JCKfXG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXe4JCKfXG .mbr-section-title {
  color: #ffffff;
}
.cid-uXe4JCKfXG .mbr-desc,
.cid-uXe4JCKfXG .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JCKfXG .mbr-text,
.cid-uXe4JCKfXG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JCKfXG .mbr-section-title,
.cid-uXe4JCKfXG .mbr-section-btn {
  text-align: center;
}
.cid-uXe4JD9xQp {
  background-image: url("../../../assets/images/captura-de-pantalla-2024-01-09-a-las-11.44.44.png");
}
.cid-uXe4JD9xQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JD9xQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXe4JD9xQp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXe4JD9xQp .container {
    padding: 0 24px;
  }
}
.cid-uXe4JD9xQp .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXe4JD9xQp .content-wrapper {
    padding: 0;
  }
}
.cid-uXe4JD9xQp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXe4JD9xQp .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXe4JD9xQp .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXe4JD9xQp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXe4JD9xQp .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXe4JD9xQp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXe4JD9xQp .mbr-section-title {
  color: #ffffff;
}
.cid-uXe4JD9xQp .mbr-desc,
.cid-uXe4JD9xQp .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JD9xQp .mbr-text,
.cid-uXe4JD9xQp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JD9xQp .mbr-section-title,
.cid-uXe4JD9xQp .mbr-section-btn {
  text-align: center;
}
.cid-uXe4JDAp2H {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXe4JDAp2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JDAp2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXe4JDAp2H .row {
  flex-direction: row-reverse;
}
.cid-uXe4JE6b2v {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXe4JE6b2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JE6b2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXe4JE6b2v .row {
  flex-direction: row-reverse;
}
.cid-uXe4JEBTwj {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXe4JEBTwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JEBTwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXe4JEBTwj .row {
  flex-direction: row-reverse;
}
.cid-uXe4JFaXXp {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXe4JFaXXp .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXe4JFaXXp .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXe4JFaXXp .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uXe4JFaXXp P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uXe4JFaXXp img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uXe4JFaXXp .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uXe4JFaXXp .top,
  .cid-uXe4JFaXXp .top-2 {
    margin-top: 0;
  }
}
.cid-uXe4JFI6RX {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uXe4JFI6RX .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uXe4JFI6RX .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXe4JFI6RX .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uXe4JFI6RX h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uXe4JFI6RX .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXe4JFI6RX .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uXe4JFI6RX .row {
    margin: 0;
  }
}
.cid-uXe4JFI6RX .mbr-text DIV {
  text-align: left;
}
.cid-uXe4JGbcyU {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXe4JGbcyU .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXe4JGbcyU .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXe4JGbcyU .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uXe4JGbcyU P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uXe4JGbcyU img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uXe4JGbcyU .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uXe4JGbcyU .top,
  .cid-uXe4JGbcyU .top-2 {
    margin-top: 0;
  }
}
.cid-uXe4JGDgSz {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXe4JGDgSz .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXe4JGDgSz .smallImage {
    width: 100%;
  }
  .cid-uXe4JGDgSz .largeImage {
    width: 100%;
  }
  .cid-uXe4JGDgSz .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uXe4JGDgSz .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uXe4JGDgSz .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uXe4JGDgSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JGDgSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXe4JGDgSz .mbr-description {
  text-align: left;
}
.cid-uXe4JGDgSz .card-title,
.cid-uXe4JGDgSz .iconfont-wrapper {
  color: #000000;
}
.cid-uXe4JGDgSz .card-text {
  color: #000000;
}
.cid-uXe4JGDgSz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXe4JGDgSz .mbr-number {
  color: #9fe870;
}
.cid-uXe4JGDgSz .mbr-text,
.cid-uXe4JGDgSz .mbr-section-btn {
  text-align: center;
}
.cid-uXe4JGDgSz .card-text,
.cid-uXe4JGDgSz .item .mbr-section-btn {
  text-align: left;
}
.cid-uXe4JGDgSz .smallImage {
  width: 100%;
}
.cid-uXe4JGDgSz .largeImage {
  width: 100%;
}
.cid-uXe4JHm3Mv {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXe4JHm3Mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JHm3Mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXe4JHm3Mv .row {
  flex-direction: row-reverse;
}
.cid-uXenjmBJbt {
  background-image: url("../../../assets/images/captura-de-pantalla-2025-09-19-a-las-5.38.18a.m..png");
}
.cid-uXenjmBJbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXenjmBJbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXenjmBJbt .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXenjmBJbt .container {
    padding: 0 24px;
  }
}
.cid-uXenjmBJbt .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXenjmBJbt .content-wrapper {
    padding: 0;
  }
}
.cid-uXenjmBJbt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXenjmBJbt .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXenjmBJbt .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXenjmBJbt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXenjmBJbt .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXenjmBJbt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXenjmBJbt .mbr-section-title {
  color: #ffffff;
}
.cid-uXenjmBJbt .mbr-desc,
.cid-uXenjmBJbt .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXenjmBJbt .mbr-text,
.cid-uXenjmBJbt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXenjmBJbt .mbr-section-title,
.cid-uXenjmBJbt .mbr-section-btn {
  text-align: center;
}
.cid-uXe4JHWo0d {
  background-image: url("../../../assets/images/background-tornasolado.jpeg");
}
.cid-uXe4JHWo0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JHWo0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXe4JHWo0d .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXe4JHWo0d .container {
    padding: 0 24px;
  }
}
.cid-uXe4JHWo0d .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXe4JHWo0d .content-wrapper {
    padding: 0;
  }
}
.cid-uXe4JHWo0d .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXe4JHWo0d .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXe4JHWo0d .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXe4JHWo0d .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXe4JHWo0d .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXe4JHWo0d .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXe4JHWo0d .mbr-section-title {
  color: #ffffff;
}
.cid-uXe4JHWo0d .mbr-desc,
.cid-uXe4JHWo0d .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JHWo0d .mbr-text,
.cid-uXe4JHWo0d .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JHWo0d .mbr-section-title,
.cid-uXe4JHWo0d .mbr-section-btn {
  text-align: center;
}
.cid-uXe4JIxEXV {
  background-image: url("../../../assets/images/portada-1.jpg");
}
.cid-uXe4JIxEXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JIxEXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXe4JIxEXV .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXe4JIxEXV .container {
    padding: 0 24px;
  }
}
.cid-uXe4JIxEXV .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXe4JIxEXV .content-wrapper {
    padding: 0;
  }
}
.cid-uXe4JIxEXV .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXe4JIxEXV .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXe4JIxEXV .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXe4JIxEXV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXe4JIxEXV .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXe4JIxEXV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXe4JIxEXV .mbr-section-title {
  color: #ffffff;
}
.cid-uXe4JIxEXV .mbr-desc,
.cid-uXe4JIxEXV .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JIxEXV .mbr-text,
.cid-uXe4JIxEXV .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JIxEXV .mbr-section-title,
.cid-uXe4JIxEXV .mbr-section-btn {
  text-align: center;
}
.cid-uXe4JIZcqq {
  background-image: url("../../../assets/images/53182013271-8147a04e54-o.jpg");
}
.cid-uXe4JIZcqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JIZcqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXe4JIZcqq .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXe4JIZcqq .container {
    padding: 0 24px;
  }
}
.cid-uXe4JIZcqq .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXe4JIZcqq .content-wrapper {
    padding: 0;
  }
}
.cid-uXe4JIZcqq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXe4JIZcqq .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXe4JIZcqq .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXe4JIZcqq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXe4JIZcqq .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXe4JIZcqq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXe4JIZcqq .mbr-section-title {
  color: #ffffff;
}
.cid-uXe4JIZcqq .mbr-desc,
.cid-uXe4JIZcqq .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JIZcqq .mbr-text,
.cid-uXe4JIZcqq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JIZcqq .mbr-section-title,
.cid-uXe4JIZcqq .mbr-section-btn {
  text-align: center;
}
.cid-uXe4JJBUGs {
  background-image: url("../../../assets/images/52687266650-9550e014fb-o.jpg");
}
.cid-uXe4JJBUGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JJBUGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXe4JJBUGs .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXe4JJBUGs .container {
    padding: 0 24px;
  }
}
.cid-uXe4JJBUGs .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXe4JJBUGs .content-wrapper {
    padding: 0;
  }
}
.cid-uXe4JJBUGs .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXe4JJBUGs .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXe4JJBUGs .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXe4JJBUGs .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXe4JJBUGs .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXe4JJBUGs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXe4JJBUGs .mbr-section-title {
  color: #ffffff;
}
.cid-uXe4JJBUGs .mbr-desc,
.cid-uXe4JJBUGs .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JJBUGs .mbr-text,
.cid-uXe4JJBUGs .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JJBUGs .mbr-section-title,
.cid-uXe4JJBUGs .mbr-section-btn {
  text-align: center;
}
.cid-uXe4JKe4ce {
  background-image: url("../../../assets/images/05modelo3-solecester-doribarranco-52957910308-o.jpg");
}
.cid-uXe4JKe4ce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JKe4ce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXe4JKe4ce .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXe4JKe4ce .container {
    padding: 0 24px;
  }
}
.cid-uXe4JKe4ce .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXe4JKe4ce .content-wrapper {
    padding: 0;
  }
}
.cid-uXe4JKe4ce .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXe4JKe4ce .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXe4JKe4ce .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXe4JKe4ce .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXe4JKe4ce .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXe4JKe4ce .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXe4JKe4ce .mbr-section-title {
  color: #ffffff;
}
.cid-uXe4JKe4ce .mbr-desc,
.cid-uXe4JKe4ce .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JKe4ce .mbr-text,
.cid-uXe4JKe4ce .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXe4JKe4ce .mbr-section-title,
.cid-uXe4JKe4ce .mbr-section-btn {
  text-align: center;
}
.cid-uXe4JKPScL {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uXe4JKPScL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXe4JKPScL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXe4JKPScL .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXe4JKPScL .footer-col {
    flex-direction: column;
  }
}
.cid-uXe4JKPScL .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXe4JKPScL .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXe4JKPScL .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXe4JKPScL .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXe4JKPScL .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXe4JKPScL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXe4JKPScL .soc-item {
  margin: 8px;
}
.cid-uXe4JKPScL .soc-item a:hover .mbr-iconfont,
.cid-uXe4JKPScL .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uXe4JKPScL .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXe4JKPScL .row {
    text-align: center;
  }
  .cid-uXe4JKPScL .social-row {
    justify-content: center;
  }
}
.cid-uXe4JKPScL .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXe4JKPScL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXe4JKPScL .list {
    margin-bottom: 0rem;
  }
}
.cid-uXe4JKPScL .mbr-text {
  color: #bbbbbb;
}
.cid-uXe4JKPScL .mbr-section-subtitle {
  color: #000000;
}
.cid-uXe4JKPScL .list,
.cid-uXe4JKPScL .item-wrap {
  color: #232323;
}
.cid-uXe4JKPScL .copyright {
  color: #393193;
}
.cid-uXeqN7LeRi .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uXeqN7LeRi .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uXeqN7LeRi a {
  font-style: normal;
}
.cid-uXeqN7LeRi .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uXeqN7LeRi .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uXeqN7LeRi .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uXeqN7LeRi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXeqN7LeRi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXeqN7LeRi .nav-item:focus,
.cid-uXeqN7LeRi .nav-link:focus {
  outline: none;
}
.cid-uXeqN7LeRi .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXeqN7LeRi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXeqN7LeRi .menu-logo {
  margin-right: auto;
}
.cid-uXeqN7LeRi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXeqN7LeRi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXeqN7LeRi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uXeqN7LeRi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXeqN7LeRi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXeqN7LeRi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXeqN7LeRi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uXeqN7LeRi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uXeqN7LeRi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXeqN7LeRi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXeqN7LeRi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXeqN7LeRi .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uXeqN7LeRi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uXeqN7LeRi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXeqN7LeRi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXeqN7LeRi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXeqN7LeRi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXeqN7LeRi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uXeqN7LeRi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXeqN7LeRi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXeqN7LeRi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXeqN7LeRi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXeqN7LeRi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXeqN7LeRi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXeqN7LeRi button.navbar-toggler:focus {
  outline: none;
}
.cid-uXeqN7LeRi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uXeqN7LeRi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXeqN7LeRi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXeqN7LeRi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXeqN7LeRi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXeqN7LeRi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXeqN7LeRi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXeqN7LeRi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXeqN7LeRi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXeqN7LeRi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXeqN7LeRi .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXeqN7LeRi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXeqN7LeRi .collapsed .navbar-collapse.collapsing,
.cid-uXeqN7LeRi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXeqN7LeRi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXeqN7LeRi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXeqN7LeRi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXeqN7LeRi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXeqN7LeRi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXeqN7LeRi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXeqN7LeRi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXeqN7LeRi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uXeqN7LeRi .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXeqN7LeRi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXeqN7LeRi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXeqN7LeRi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXeqN7LeRi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXeqN7LeRi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXeqN7LeRi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uXeqN7LeRi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXeqN7LeRi img {
    height: 3.8rem !important;
  }
  .cid-uXeqN7LeRi .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uXeqN7LeRi .menu-wrap {
    flex-direction: column;
  }
  .cid-uXeqN7LeRi .btn {
    display: -webkit-flex;
  }
  .cid-uXeqN7LeRi button.navbar-toggler {
    display: block;
  }
  .cid-uXeqN7LeRi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uXeqN7LeRi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXeqN7LeRi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXeqN7LeRi .navbar-collapse.collapsing,
  .cid-uXeqN7LeRi .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXeqN7LeRi .navbar-collapse.collapsing .navbar-nav,
  .cid-uXeqN7LeRi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXeqN7LeRi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXeqN7LeRi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXeqN7LeRi .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXeqN7LeRi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXeqN7LeRi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXeqN7LeRi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXeqN7LeRi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXeqN7LeRi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXeqN7LeRi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXeqN7LeRi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uXeqN7LeRi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uXeqN7LeRi .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uXeqN7LeRi .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uXeqN7LeRi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXeqN7LeRi .nav-link:hover,
.cid-uXeqN7LeRi .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uXeqN90gE7 {
  background-color: #f5f5f5;
}
.cid-uXeqN90gE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeqN90gE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeqN90gE7 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXeqN90gE7 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uXeqN90gE7 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXeqN90gE7 .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uXeqN90gE7 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uXeqN90gE7 .mbr-text {
  color: #666666;
}
.cid-uXeqN9t5rE {
  background-image: url("../../../assets/images/vocabulario-en-ingles-que-todo-medico-debe-conocer-1920x1288.jpg");
}
.cid-uXeqN9t5rE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeqN9t5rE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeqN9t5rE .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeqN9t5rE .container {
    padding: 0 24px;
  }
}
.cid-uXeqN9t5rE .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeqN9t5rE .content-wrapper {
    padding: 0;
  }
}
.cid-uXeqN9t5rE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeqN9t5rE .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeqN9t5rE .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeqN9t5rE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeqN9t5rE .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeqN9t5rE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeqN9t5rE .mbr-section-title {
  color: #ffffff;
}
.cid-uXeqN9t5rE .mbr-desc,
.cid-uXeqN9t5rE .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeqN9t5rE .mbr-text,
.cid-uXeqN9t5rE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeqN9t5rE .mbr-section-title,
.cid-uXeqN9t5rE .mbr-section-btn {
  text-align: center;
}
.cid-uXeqN9UB4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uXeqN9UB4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeqN9UB4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeqN9UB4H .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uXeqN9UB4H .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uXeqN9UB4H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeqN9UB4H .mbr-label {
  color: #666666;
}
.cid-uXeqN9UB4H .mbr-text {
  color: #0f0f0f;
}
.cid-uXeqN9UB4H .mbr-text,
.cid-uXeqN9UB4H .text-wrapper {
  text-align: center;
}
.cid-uXeqN9UB4H .mbr-label,
.cid-uXeqN9UB4H .mbr-section-btn {
  text-align: center;
}
.cid-uXeqNb2A9A {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXeqNb2A9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeqNb2A9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeqNb2A9A .row {
  flex-direction: row-reverse;
}
.cid-uXeqNbtiwt {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXeqNbtiwt .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXeqNbtiwt .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXeqNbtiwt .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uXeqNbtiwt P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uXeqNbtiwt img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uXeqNbtiwt .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uXeqNbtiwt .top,
  .cid-uXeqNbtiwt .top-2 {
    margin-top: 0;
  }
}
.cid-uXeqNcoyAn {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uXeqNcoyAn .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uXeqNcoyAn .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXeqNcoyAn .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uXeqNcoyAn h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uXeqNcoyAn .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXeqNcoyAn .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uXeqNcoyAn .row {
    margin: 0;
  }
}
.cid-uXeqNcoyAn .mbr-text DIV {
  text-align: left;
}
.cid-uXeqNd9MJ9 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXeqNd9MJ9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXeqNd9MJ9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXeqNd9MJ9 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uXeqNd9MJ9 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uXeqNd9MJ9 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uXeqNd9MJ9 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uXeqNd9MJ9 .top,
  .cid-uXeqNd9MJ9 .top-2 {
    margin-top: 0;
  }
}
.cid-uXeqNdI3Lw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uXeqNdI3Lw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeqNdI3Lw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeqNdI3Lw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uXeqNdI3Lw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXeqNdI3Lw .container {
    padding: 0;
  }
}
.cid-uXeqNdI3Lw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXeqNdI3Lw .row {
    margin: 0;
  }
}
.cid-uXeqNdI3Lw .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uXeqNdI3Lw .card {
    padding: 0 16px;
  }
}
.cid-uXeqNdI3Lw .card .row.cards {
  position: relative;
}
.cid-uXeqNdI3Lw .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uXeqNdI3Lw .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uXeqNdI3Lw .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uXeqNdI3Lw .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uXeqNdI3Lw .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXeqNdI3Lw .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uXeqNdI3Lw .card .row.cards .image {
    padding: 0;
  }
}
.cid-uXeqNdI3Lw .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uXeqNdI3Lw .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXeqNdI3Lw .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uXeqNdI3Lw .mbr-section-title {
  color: #263652;
  text-align: right;
}
.cid-uXeqNdI3Lw .mbr-text {
  color: #263652;
  text-align: right;
}
.cid-uXewhOo7SP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXewhOo7SP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXewhOo7SP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXewhOo7SP .row {
  flex-direction: row-reverse;
}
.cid-uXewpSl7wQ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXewpSl7wQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXewpSl7wQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXewpSl7wQ .row {
  flex-direction: row-reverse;
}
.cid-uXeqNfzon1 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uXeqNfzon1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXeqNfzon1 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXeqNfzon1 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uXeqNfzon1 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uXeqNfzon1 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uXeqNfzon1 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uXeqNfzon1 .top,
  .cid-uXeqNfzon1 .top-2 {
    margin-top: 0;
  }
}
.cid-uXeqNfYrXv {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXeqNfYrXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeqNfYrXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeqNfYrXv .row {
  flex-direction: row-reverse;
}
.cid-uXeqNgnFt5 {
  background-image: url("../../../assets/images/img-5322-2000x1500.jpg");
}
.cid-uXeqNgnFt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeqNgnFt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeqNgnFt5 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeqNgnFt5 .container {
    padding: 0 24px;
  }
}
.cid-uXeqNgnFt5 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeqNgnFt5 .content-wrapper {
    padding: 0;
  }
}
.cid-uXeqNgnFt5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeqNgnFt5 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeqNgnFt5 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeqNgnFt5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeqNgnFt5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeqNgnFt5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeqNgnFt5 .mbr-section-title {
  color: #ffffff;
}
.cid-uXeqNgnFt5 .mbr-desc,
.cid-uXeqNgnFt5 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeqNgnFt5 .mbr-text,
.cid-uXeqNgnFt5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeqNgnFt5 .mbr-section-title,
.cid-uXeqNgnFt5 .mbr-section-btn {
  text-align: center;
}
.cid-uXeqNgTmRS {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uXeqNgTmRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeqNgTmRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeqNgTmRS .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXeqNgTmRS .footer-col {
    flex-direction: column;
  }
}
.cid-uXeqNgTmRS .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXeqNgTmRS .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXeqNgTmRS .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXeqNgTmRS .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXeqNgTmRS .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXeqNgTmRS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXeqNgTmRS .soc-item {
  margin: 8px;
}
.cid-uXeqNgTmRS .soc-item a:hover .mbr-iconfont,
.cid-uXeqNgTmRS .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uXeqNgTmRS .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXeqNgTmRS .row {
    text-align: center;
  }
  .cid-uXeqNgTmRS .social-row {
    justify-content: center;
  }
}
.cid-uXeqNgTmRS .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXeqNgTmRS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXeqNgTmRS .list {
    margin-bottom: 0rem;
  }
}
.cid-uXeqNgTmRS .mbr-text {
  color: #bbbbbb;
}
.cid-uXeqNgTmRS .mbr-section-subtitle {
  color: #000000;
}
.cid-uXeqNgTmRS .list,
.cid-uXeqNgTmRS .item-wrap {
  color: #232323;
}
.cid-uXeqNgTmRS .copyright {
  color: #393193;
}
.cid-uXeypYCU1L .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uXeypYCU1L .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uXeypYCU1L a {
  font-style: normal;
}
.cid-uXeypYCU1L .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uXeypYCU1L .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uXeypYCU1L .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uXeypYCU1L .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXeypYCU1L .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXeypYCU1L .nav-item:focus,
.cid-uXeypYCU1L .nav-link:focus {
  outline: none;
}
.cid-uXeypYCU1L .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXeypYCU1L .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXeypYCU1L .menu-logo {
  margin-right: auto;
}
.cid-uXeypYCU1L .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXeypYCU1L .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXeypYCU1L .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uXeypYCU1L .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXeypYCU1L .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXeypYCU1L .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXeypYCU1L .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uXeypYCU1L .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uXeypYCU1L .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXeypYCU1L .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXeypYCU1L .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXeypYCU1L .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uXeypYCU1L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uXeypYCU1L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXeypYCU1L .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXeypYCU1L .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXeypYCU1L .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXeypYCU1L .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uXeypYCU1L .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXeypYCU1L .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXeypYCU1L .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXeypYCU1L .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXeypYCU1L .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXeypYCU1L button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXeypYCU1L button.navbar-toggler:focus {
  outline: none;
}
.cid-uXeypYCU1L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uXeypYCU1L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXeypYCU1L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXeypYCU1L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXeypYCU1L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXeypYCU1L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXeypYCU1L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXeypYCU1L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXeypYCU1L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXeypYCU1L .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXeypYCU1L .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXeypYCU1L .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXeypYCU1L .collapsed .navbar-collapse.collapsing,
.cid-uXeypYCU1L .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXeypYCU1L .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXeypYCU1L .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXeypYCU1L .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXeypYCU1L .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXeypYCU1L .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXeypYCU1L .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXeypYCU1L .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXeypYCU1L .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uXeypYCU1L .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXeypYCU1L .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXeypYCU1L .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXeypYCU1L .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXeypYCU1L .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXeypYCU1L .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXeypYCU1L .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uXeypYCU1L.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXeypYCU1L img {
    height: 3.8rem !important;
  }
  .cid-uXeypYCU1L .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uXeypYCU1L .menu-wrap {
    flex-direction: column;
  }
  .cid-uXeypYCU1L .btn {
    display: -webkit-flex;
  }
  .cid-uXeypYCU1L button.navbar-toggler {
    display: block;
  }
  .cid-uXeypYCU1L .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uXeypYCU1L .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXeypYCU1L .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXeypYCU1L .navbar-collapse.collapsing,
  .cid-uXeypYCU1L .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXeypYCU1L .navbar-collapse.collapsing .navbar-nav,
  .cid-uXeypYCU1L .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXeypYCU1L .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXeypYCU1L .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXeypYCU1L .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXeypYCU1L .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXeypYCU1L .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXeypYCU1L .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXeypYCU1L .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXeypYCU1L .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXeypYCU1L .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXeypYCU1L .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uXeypYCU1L .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uXeypYCU1L .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uXeypYCU1L .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uXeypYCU1L .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXeypYCU1L .nav-link:hover,
.cid-uXeypYCU1L .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uXeypZJgWp {
  background-color: #f5f5f5;
}
.cid-uXeypZJgWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeypZJgWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeypZJgWp .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXeypZJgWp .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uXeypZJgWp .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXeypZJgWp .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uXeypZJgWp .mbr-section-title {
  color: #0f0f0f;
}
.cid-uXeypZJgWp .mbr-text {
  color: #666666;
}
.cid-uXeyq0cB2m {
  background-image: url("../../../assets/images/picture-med.jpg");
}
.cid-uXeyq0cB2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeyq0cB2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeyq0cB2m .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeyq0cB2m .container {
    padding: 0 24px;
  }
}
.cid-uXeyq0cB2m .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeyq0cB2m .content-wrapper {
    padding: 0;
  }
}
.cid-uXeyq0cB2m .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeyq0cB2m .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeyq0cB2m .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeyq0cB2m .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeyq0cB2m .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeyq0cB2m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeyq0cB2m .mbr-section-title {
  color: #ffffff;
}
.cid-uXeyq0cB2m .mbr-desc,
.cid-uXeyq0cB2m .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq0cB2m .mbr-text,
.cid-uXeyq0cB2m .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq0cB2m .mbr-section-title,
.cid-uXeyq0cB2m .mbr-section-btn {
  text-align: center;
}
.cid-uXeyq0ygjK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uXeyq0ygjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeyq0ygjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeyq0ygjK .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uXeyq0ygjK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uXeyq0ygjK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeyq0ygjK .mbr-label {
  color: #666666;
}
.cid-uXeyq0ygjK .mbr-text {
  color: #0f0f0f;
}
.cid-uXeyq0ygjK .mbr-text,
.cid-uXeyq0ygjK .text-wrapper {
  text-align: center;
}
.cid-uXeyq0ygjK .mbr-label,
.cid-uXeyq0ygjK .mbr-section-btn {
  text-align: center;
}
.cid-uXeyq0X13M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXeyq0X13M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeyq0X13M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeyq0X13M .row {
  flex-direction: row-reverse;
}
.cid-uXeE96oTOn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXeE96oTOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeE96oTOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeE96oTOn .row {
  flex-direction: row-reverse;
}
.cid-uXeEUinVuG {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXeEUinVuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeEUinVuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeEUinVuG .row {
  flex-direction: row-reverse;
}
.cid-uXeyq1jGwM {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uXeyq1jGwM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXeyq1jGwM .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXeyq1jGwM .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uXeyq1jGwM P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uXeyq1jGwM img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uXeyq1jGwM .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uXeyq1jGwM .top,
  .cid-uXeyq1jGwM .top-2 {
    margin-top: 0;
  }
}
.cid-uXeyq1Hi4U {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uXeyq1Hi4U .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uXeyq1Hi4U .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXeyq1Hi4U .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uXeyq1Hi4U h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uXeyq1Hi4U .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXeyq1Hi4U .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uXeyq1Hi4U .row {
    margin: 0;
  }
}
.cid-uXeyq1Hi4U .mbr-text DIV {
  text-align: left;
}
.cid-uXeyq25gkk {
  padding-top: 45px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-uXeyq25gkk .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXeyq25gkk .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXeyq25gkk .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uXeyq25gkk P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uXeyq25gkk img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uXeyq25gkk .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uXeyq25gkk .top,
  .cid-uXeyq25gkk .top-2 {
    margin-top: 0;
  }
}
.cid-uXeyq2sgeH {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uXeyq2sgeH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXeyq2sgeH .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXeyq2sgeH .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uXeyq2sgeH P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uXeyq2sgeH img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uXeyq2sgeH .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uXeyq2sgeH .top,
  .cid-uXeyq2sgeH .top-2 {
    margin-top: 0;
  }
}
.cid-uXeyq2Quvq {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uXeyq2Quvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeyq2Quvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeyq2Quvq .row {
  flex-direction: row-reverse;
}
.cid-uXeyq3eBug {
  background-image: url("../../../assets/images/captura-de-pantalla-2025-09-19-a-las-6.48.01a.m..png");
}
.cid-uXeyq3eBug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeyq3eBug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeyq3eBug .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeyq3eBug .container {
    padding: 0 24px;
  }
}
.cid-uXeyq3eBug .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeyq3eBug .content-wrapper {
    padding: 0;
  }
}
.cid-uXeyq3eBug .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeyq3eBug .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeyq3eBug .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeyq3eBug .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeyq3eBug .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeyq3eBug .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeyq3eBug .mbr-section-title {
  color: #ffffff;
}
.cid-uXeyq3eBug .mbr-desc,
.cid-uXeyq3eBug .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq3eBug .mbr-text,
.cid-uXeyq3eBug .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq3eBug .mbr-section-title,
.cid-uXeyq3eBug .mbr-section-btn {
  text-align: center;
}
.cid-uXeyq3FKU4 {
  padding-top: 150px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uXeyq3FKU4 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXeyq3FKU4 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXeyq3FKU4 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uXeyq3FKU4 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uXeyq3FKU4 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uXeyq3FKU4 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uXeyq3FKU4 .top,
  .cid-uXeyq3FKU4 .top-2 {
    margin-top: 0;
  }
}
.cid-uXeyq44jqe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXeyq44jqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeyq44jqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeyq44jqe .row {
  flex-direction: row-reverse;
}
.cid-uXeyq4tFWj {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXeyq4tFWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeyq4tFWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeyq4tFWj .row {
  flex-direction: row-reverse;
}
.cid-uXeyq4SFW8 {
  background-image: url("../../../assets/images/captura-de-pantalla-2025-09-19-a-las-6.48.20a.m..png");
}
.cid-uXeyq4SFW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeyq4SFW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeyq4SFW8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeyq4SFW8 .container {
    padding: 0 24px;
  }
}
.cid-uXeyq4SFW8 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeyq4SFW8 .content-wrapper {
    padding: 0;
  }
}
.cid-uXeyq4SFW8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeyq4SFW8 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeyq4SFW8 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeyq4SFW8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeyq4SFW8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeyq4SFW8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeyq4SFW8 .mbr-section-title {
  color: #ffffff;
}
.cid-uXeyq4SFW8 .mbr-desc,
.cid-uXeyq4SFW8 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq4SFW8 .mbr-text,
.cid-uXeyq4SFW8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq4SFW8 .mbr-section-title,
.cid-uXeyq4SFW8 .mbr-section-btn {
  text-align: center;
}
.cid-uXeyq5iTt4 {
  background-image: url("../../../assets/images/captura-de-pantalla-2025-09-19-a-las-6.35.57a.m..png");
}
.cid-uXeyq5iTt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeyq5iTt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeyq5iTt4 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeyq5iTt4 .container {
    padding: 0 24px;
  }
}
.cid-uXeyq5iTt4 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeyq5iTt4 .content-wrapper {
    padding: 0;
  }
}
.cid-uXeyq5iTt4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeyq5iTt4 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeyq5iTt4 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeyq5iTt4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeyq5iTt4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeyq5iTt4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeyq5iTt4 .mbr-section-title {
  color: #ffffff;
}
.cid-uXeyq5iTt4 .mbr-desc,
.cid-uXeyq5iTt4 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq5iTt4 .mbr-text,
.cid-uXeyq5iTt4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq5iTt4 .mbr-section-title,
.cid-uXeyq5iTt4 .mbr-section-btn {
  text-align: center;
}
.cid-uXeyq5NSpN {
  background-image: url("../../../assets/images/captura-de-pantalla-2024-05-10-a-las-8.26.49a.m..png");
}
.cid-uXeyq5NSpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeyq5NSpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeyq5NSpN .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeyq5NSpN .container {
    padding: 0 24px;
  }
}
.cid-uXeyq5NSpN .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeyq5NSpN .content-wrapper {
    padding: 0;
  }
}
.cid-uXeyq5NSpN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeyq5NSpN .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeyq5NSpN .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeyq5NSpN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeyq5NSpN .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeyq5NSpN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeyq5NSpN .mbr-section-title {
  color: #ffffff;
}
.cid-uXeyq5NSpN .mbr-desc,
.cid-uXeyq5NSpN .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq5NSpN .mbr-text,
.cid-uXeyq5NSpN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq5NSpN .mbr-section-title,
.cid-uXeyq5NSpN .mbr-section-btn {
  text-align: center;
}
.cid-uXeyq6dThY {
  background-image: url("../../../assets/images/captura-de-pantalla-2025-09-19-a-las-6.48.32a.m..png");
}
.cid-uXeyq6dThY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeyq6dThY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeyq6dThY .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeyq6dThY .container {
    padding: 0 24px;
  }
}
.cid-uXeyq6dThY .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeyq6dThY .content-wrapper {
    padding: 0;
  }
}
.cid-uXeyq6dThY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeyq6dThY .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeyq6dThY .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeyq6dThY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeyq6dThY .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeyq6dThY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeyq6dThY .mbr-section-title {
  color: #ffffff;
}
.cid-uXeyq6dThY .mbr-desc,
.cid-uXeyq6dThY .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq6dThY .mbr-text,
.cid-uXeyq6dThY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq6dThY .mbr-section-title,
.cid-uXeyq6dThY .mbr-section-btn {
  text-align: center;
}
.cid-uXeyq6E4NB {
  background-image: url("../../../assets/images/pexels-karolina-grabowska-4021775.jpg");
}
.cid-uXeyq6E4NB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeyq6E4NB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeyq6E4NB .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeyq6E4NB .container {
    padding: 0 24px;
  }
}
.cid-uXeyq6E4NB .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeyq6E4NB .content-wrapper {
    padding: 0;
  }
}
.cid-uXeyq6E4NB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeyq6E4NB .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeyq6E4NB .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeyq6E4NB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeyq6E4NB .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeyq6E4NB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeyq6E4NB .mbr-section-title {
  color: #ffffff;
}
.cid-uXeyq6E4NB .mbr-desc,
.cid-uXeyq6E4NB .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq6E4NB .mbr-text,
.cid-uXeyq6E4NB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeyq6E4NB .mbr-section-title,
.cid-uXeyq6E4NB .mbr-section-btn {
  text-align: center;
}
.cid-uXeyq77YW6 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uXeyq77YW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeyq77YW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeyq77YW6 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXeyq77YW6 .footer-col {
    flex-direction: column;
  }
}
.cid-uXeyq77YW6 .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXeyq77YW6 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXeyq77YW6 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXeyq77YW6 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXeyq77YW6 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXeyq77YW6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXeyq77YW6 .soc-item {
  margin: 8px;
}
.cid-uXeyq77YW6 .soc-item a:hover .mbr-iconfont,
.cid-uXeyq77YW6 .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uXeyq77YW6 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXeyq77YW6 .row {
    text-align: center;
  }
  .cid-uXeyq77YW6 .social-row {
    justify-content: center;
  }
}
.cid-uXeyq77YW6 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXeyq77YW6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXeyq77YW6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uXeyq77YW6 .mbr-text {
  color: #bbbbbb;
}
.cid-uXeyq77YW6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uXeyq77YW6 .list,
.cid-uXeyq77YW6 .item-wrap {
  color: #232323;
}
.cid-uXeyq77YW6 .copyright {
  color: #393193;
}
.cid-uXeJmV7dK2 .navbar {
  background: #fbfbfb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uXeJmV7dK2 .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-uXeJmV7dK2 a {
  font-style: normal;
}
.cid-uXeJmV7dK2 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uXeJmV7dK2 .top-icon {
  font-size: 1rem;
  color: #393193;
  padding: 0.4rem;
}
.cid-uXeJmV7dK2 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uXeJmV7dK2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXeJmV7dK2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXeJmV7dK2 .nav-item:focus,
.cid-uXeJmV7dK2 .nav-link:focus {
  outline: none;
}
.cid-uXeJmV7dK2 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXeJmV7dK2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXeJmV7dK2 .menu-logo {
  margin-right: auto;
}
.cid-uXeJmV7dK2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXeJmV7dK2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXeJmV7dK2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uXeJmV7dK2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXeJmV7dK2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXeJmV7dK2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXeJmV7dK2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uXeJmV7dK2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uXeJmV7dK2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXeJmV7dK2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXeJmV7dK2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXeJmV7dK2 .dropdown .dropdown-menu {
  background: #fbfbfb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uXeJmV7dK2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uXeJmV7dK2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXeJmV7dK2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXeJmV7dK2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXeJmV7dK2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXeJmV7dK2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uXeJmV7dK2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXeJmV7dK2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXeJmV7dK2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXeJmV7dK2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXeJmV7dK2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXeJmV7dK2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXeJmV7dK2 button.navbar-toggler:focus {
  outline: none;
}
.cid-uXeJmV7dK2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uXeJmV7dK2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXeJmV7dK2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXeJmV7dK2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXeJmV7dK2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXeJmV7dK2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXeJmV7dK2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXeJmV7dK2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXeJmV7dK2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXeJmV7dK2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXeJmV7dK2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXeJmV7dK2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXeJmV7dK2 .collapsed .navbar-collapse.collapsing,
.cid-uXeJmV7dK2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXeJmV7dK2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXeJmV7dK2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXeJmV7dK2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXeJmV7dK2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXeJmV7dK2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXeJmV7dK2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXeJmV7dK2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXeJmV7dK2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uXeJmV7dK2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXeJmV7dK2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXeJmV7dK2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXeJmV7dK2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXeJmV7dK2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXeJmV7dK2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXeJmV7dK2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uXeJmV7dK2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXeJmV7dK2 img {
    height: 3.8rem !important;
  }
  .cid-uXeJmV7dK2 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uXeJmV7dK2 .menu-wrap {
    flex-direction: column;
  }
  .cid-uXeJmV7dK2 .btn {
    display: -webkit-flex;
  }
  .cid-uXeJmV7dK2 button.navbar-toggler {
    display: block;
  }
  .cid-uXeJmV7dK2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uXeJmV7dK2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXeJmV7dK2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXeJmV7dK2 .navbar-collapse.collapsing,
  .cid-uXeJmV7dK2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXeJmV7dK2 .navbar-collapse.collapsing .navbar-nav,
  .cid-uXeJmV7dK2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXeJmV7dK2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXeJmV7dK2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXeJmV7dK2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXeJmV7dK2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXeJmV7dK2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXeJmV7dK2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXeJmV7dK2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXeJmV7dK2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXeJmV7dK2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXeJmV7dK2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uXeJmV7dK2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uXeJmV7dK2 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uXeJmV7dK2 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uXeJmV7dK2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXeJmV7dK2 .nav-link:hover,
.cid-uXeJmV7dK2 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uXeJmWg5tK {
  background-color: #f5f5f5;
}
.cid-uXeJmWg5tK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJmWg5tK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeJmWg5tK .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXeJmWg5tK .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uXeJmWg5tK .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXeJmWg5tK .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uXeJmWg5tK .mbr-section-title {
  color: #0f0f0f;
}
.cid-uXeJmWg5tK .mbr-text {
  color: #666666;
}
.cid-uXeJmWMb6K {
  background-image: url("../../../assets/images/seleccionada-9.png");
}
.cid-uXeJmWMb6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJmWMb6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeJmWMb6K .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeJmWMb6K .container {
    padding: 0 24px;
  }
}
.cid-uXeJmWMb6K .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeJmWMb6K .content-wrapper {
    padding: 0;
  }
}
.cid-uXeJmWMb6K .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeJmWMb6K .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeJmWMb6K .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeJmWMb6K .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeJmWMb6K .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeJmWMb6K .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeJmWMb6K .mbr-section-title {
  color: #ffffff;
}
.cid-uXeJmWMb6K .mbr-desc,
.cid-uXeJmWMb6K .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJmWMb6K .mbr-text,
.cid-uXeJmWMb6K .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJmWMb6K .mbr-section-title,
.cid-uXeJmWMb6K .mbr-section-btn {
  text-align: center;
}
.cid-uXeJmXbipZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uXeJmXbipZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJmXbipZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeJmXbipZ .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uXeJmXbipZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uXeJmXbipZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeJmXbipZ .mbr-label {
  color: #666666;
}
.cid-uXeJmXbipZ .mbr-text {
  color: #0f0f0f;
}
.cid-uXeJmXbipZ .mbr-text,
.cid-uXeJmXbipZ .text-wrapper {
  text-align: center;
}
.cid-uXeJmXbipZ .mbr-label,
.cid-uXeJmXbipZ .mbr-section-btn {
  text-align: center;
}
.cid-uXeQElXpoF {
  background-image: url("../../../assets/images/captura-de-pantalla-2025-09-19-a-las-7.11.06a.m..png");
}
.cid-uXeQElXpoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeQElXpoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeQElXpoF .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeQElXpoF .container {
    padding: 0 24px;
  }
}
.cid-uXeQElXpoF .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeQElXpoF .content-wrapper {
    padding: 0;
  }
}
.cid-uXeQElXpoF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeQElXpoF .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeQElXpoF .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeQElXpoF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeQElXpoF .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeQElXpoF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeQElXpoF .mbr-section-title {
  color: #ffffff;
}
.cid-uXeQElXpoF .mbr-desc,
.cid-uXeQElXpoF .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeQElXpoF .mbr-text,
.cid-uXeQElXpoF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeQElXpoF .mbr-section-title,
.cid-uXeQElXpoF .mbr-section-btn {
  text-align: center;
}
.cid-uXeJmXypYt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXeJmXypYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJmXypYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeJmXypYt .row {
  flex-direction: row-reverse;
}
.cid-uXeJmY19zQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXeJmY19zQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJmY19zQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeJmY19zQ .row {
  flex-direction: row-reverse;
}
.cid-uXeJmYwwCq {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXeJmYwwCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJmYwwCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeJmYwwCq .row {
  flex-direction: row-reverse;
}
.cid-uXeJmZ2tIh {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uXeJmZ2tIh .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXeJmZ2tIh .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXeJmZ2tIh .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uXeJmZ2tIh P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uXeJmZ2tIh img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uXeJmZ2tIh .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uXeJmZ2tIh .top,
  .cid-uXeJmZ2tIh .top-2 {
    margin-top: 0;
  }
}
.cid-uXeJmZvvtJ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uXeJmZvvtJ .mbr-text {
  color: #757b62;
  text-align: left;
}
.cid-uXeJmZvvtJ .mbr-title {
  color: #101010;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uXeJmZvvtJ .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uXeJmZvvtJ h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uXeJmZvvtJ .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXeJmZvvtJ .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uXeJmZvvtJ .row {
    margin: 0;
  }
}
.cid-uXeJmZvvtJ .mbr-text DIV {
  text-align: left;
}
.cid-uXeJmZX2E7 {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uXeJmZX2E7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXeJmZX2E7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXeJmZX2E7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uXeJmZX2E7 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uXeJmZX2E7 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uXeJmZX2E7 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uXeJmZX2E7 .top,
  .cid-uXeJmZX2E7 .top-2 {
    margin-top: 0;
  }
}
.cid-uXeJn0MwVe {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uXeJn0MwVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJn0MwVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeJn0MwVe .row {
  flex-direction: row-reverse;
}
.cid-uXeJn1exR3 {
  background-image: url("../../../assets/images/captura-de-pantalla-2025-09-19-a-las-7.10.40a.m..png");
}
.cid-uXeJn1exR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJn1exR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeJn1exR3 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeJn1exR3 .container {
    padding: 0 24px;
  }
}
.cid-uXeJn1exR3 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeJn1exR3 .content-wrapper {
    padding: 0;
  }
}
.cid-uXeJn1exR3 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeJn1exR3 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeJn1exR3 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeJn1exR3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeJn1exR3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeJn1exR3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeJn1exR3 .mbr-section-title {
  color: #ffffff;
}
.cid-uXeJn1exR3 .mbr-desc,
.cid-uXeJn1exR3 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJn1exR3 .mbr-text,
.cid-uXeJn1exR3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJn1exR3 .mbr-section-title,
.cid-uXeJn1exR3 .mbr-section-btn {
  text-align: center;
}
.cid-uXeJn1Hpse {
  padding-top: 150px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uXeJn1Hpse .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXeJn1Hpse .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXeJn1Hpse .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uXeJn1Hpse P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uXeJn1Hpse img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-uXeJn1Hpse .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uXeJn1Hpse .top,
  .cid-uXeJn1Hpse .top-2 {
    margin-top: 0;
  }
}
.cid-uXeJn2bDGB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXeJn2bDGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJn2bDGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeJn2bDGB .row {
  flex-direction: row-reverse;
}
.cid-uXeJn2CB28 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXeJn2CB28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJn2CB28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeJn2CB28 .row {
  flex-direction: row-reverse;
}
.cid-uXeJn33N2f {
  background-image: url("../../../assets/images/mbr-1414x943.jpg");
}
.cid-uXeJn33N2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJn33N2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeJn33N2f .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeJn33N2f .container {
    padding: 0 24px;
  }
}
.cid-uXeJn33N2f .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeJn33N2f .content-wrapper {
    padding: 0;
  }
}
.cid-uXeJn33N2f .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeJn33N2f .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeJn33N2f .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeJn33N2f .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeJn33N2f .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeJn33N2f .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeJn33N2f .mbr-section-title {
  color: #ffffff;
}
.cid-uXeJn33N2f .mbr-desc,
.cid-uXeJn33N2f .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJn33N2f .mbr-text,
.cid-uXeJn33N2f .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJn33N2f .mbr-section-title,
.cid-uXeJn33N2f .mbr-section-btn {
  text-align: center;
}
.cid-uXeJn3AUEM {
  background-image: url("../../../assets/images/79a7018-2000x1334.jpg");
}
.cid-uXeJn3AUEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJn3AUEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeJn3AUEM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeJn3AUEM .container {
    padding: 0 24px;
  }
}
.cid-uXeJn3AUEM .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeJn3AUEM .content-wrapper {
    padding: 0;
  }
}
.cid-uXeJn3AUEM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeJn3AUEM .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeJn3AUEM .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeJn3AUEM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeJn3AUEM .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeJn3AUEM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeJn3AUEM .mbr-section-title {
  color: #ffffff;
}
.cid-uXeJn3AUEM .mbr-desc,
.cid-uXeJn3AUEM .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJn3AUEM .mbr-text,
.cid-uXeJn3AUEM .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJn3AUEM .mbr-section-title,
.cid-uXeJn3AUEM .mbr-section-btn {
  text-align: center;
}
.cid-uXeJn43Ci2 {
  background-image: url("../../../assets/images/053moonwalk-1500x1000.jpg");
}
.cid-uXeJn43Ci2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJn43Ci2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeJn43Ci2 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeJn43Ci2 .container {
    padding: 0 24px;
  }
}
.cid-uXeJn43Ci2 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeJn43Ci2 .content-wrapper {
    padding: 0;
  }
}
.cid-uXeJn43Ci2 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeJn43Ci2 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeJn43Ci2 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeJn43Ci2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeJn43Ci2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeJn43Ci2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeJn43Ci2 .mbr-section-title {
  color: #ffffff;
}
.cid-uXeJn43Ci2 .mbr-desc,
.cid-uXeJn43Ci2 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJn43Ci2 .mbr-text,
.cid-uXeJn43Ci2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJn43Ci2 .mbr-section-title,
.cid-uXeJn43Ci2 .mbr-section-btn {
  text-align: center;
}
.cid-uXeJn4wvS1 {
  background-image: url("../../../assets/images/79a6924-2000x1333.jpg");
}
.cid-uXeJn4wvS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJn4wvS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeJn4wvS1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeJn4wvS1 .container {
    padding: 0 24px;
  }
}
.cid-uXeJn4wvS1 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeJn4wvS1 .content-wrapper {
    padding: 0;
  }
}
.cid-uXeJn4wvS1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeJn4wvS1 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeJn4wvS1 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeJn4wvS1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeJn4wvS1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeJn4wvS1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeJn4wvS1 .mbr-section-title {
  color: #ffffff;
}
.cid-uXeJn4wvS1 .mbr-desc,
.cid-uXeJn4wvS1 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJn4wvS1 .mbr-text,
.cid-uXeJn4wvS1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJn4wvS1 .mbr-section-title,
.cid-uXeJn4wvS1 .mbr-section-btn {
  text-align: center;
}
.cid-uXeJn501VG {
  background-image: url("../../../assets/images/seleccionada-31.png");
}
.cid-uXeJn501VG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJn501VG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXeJn501VG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uXeJn501VG .container {
    padding: 0 24px;
  }
}
.cid-uXeJn501VG .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uXeJn501VG .content-wrapper {
    padding: 0;
  }
}
.cid-uXeJn501VG .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uXeJn501VG .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uXeJn501VG .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uXeJn501VG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXeJn501VG .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uXeJn501VG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXeJn501VG .mbr-section-title {
  color: #ffffff;
}
.cid-uXeJn501VG .mbr-desc,
.cid-uXeJn501VG .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJn501VG .mbr-text,
.cid-uXeJn501VG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXeJn501VG .mbr-section-title,
.cid-uXeJn501VG .mbr-section-btn {
  text-align: center;
}
.cid-uXeJn5zM7a {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a6d6e6;
}
.cid-uXeJn5zM7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeJn5zM7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeJn5zM7a .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uXeJn5zM7a .footer-col {
    flex-direction: column;
  }
}
.cid-uXeJn5zM7a .row {
  background: #a6d6e6;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXeJn5zM7a .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXeJn5zM7a .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXeJn5zM7a .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXeJn5zM7a .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXeJn5zM7a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXeJn5zM7a .soc-item {
  margin: 8px;
}
.cid-uXeJn5zM7a .soc-item a:hover .mbr-iconfont,
.cid-uXeJn5zM7a .soc-item a:focus .mbr-iconfont {
  background-color: #a6d6e6;
}
.cid-uXeJn5zM7a .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXeJn5zM7a .row {
    text-align: center;
  }
  .cid-uXeJn5zM7a .social-row {
    justify-content: center;
  }
}
.cid-uXeJn5zM7a .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uXeJn5zM7a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXeJn5zM7a .list {
    margin-bottom: 0rem;
  }
}
.cid-uXeJn5zM7a .mbr-text {
  color: #bbbbbb;
}
.cid-uXeJn5zM7a .mbr-section-subtitle {
  color: #000000;
}
.cid-uXeJn5zM7a .list,
.cid-uXeJn5zM7a .item-wrap {
  color: #232323;
}
.cid-uXeJn5zM7a .copyright {
  color: #393193;
}
