body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %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;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toEKjDHlQj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-u5p539bMmc {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-u5p539bMmc .carousel {
  width: 100%;
}
.cid-u5p539bMmc .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-u5p539bMmc .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-u5p539bMmc .carousel-caption {
  bottom: 40px;
}
.cid-u5p539bMmc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u5p539bMmc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u5p539bMmc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u5p539bMmc .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u5p539bMmc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u5p539bMmc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u5p539bMmc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u5p539bMmc .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u5p539bMmc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5p539bMmc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u5p539bMmc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u5p539bMmc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u5p539bMmc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u5p539bMmc .carousel-indicators li.active,
.cid-u5p539bMmc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u5p539bMmc .carousel-indicators li::after,
.cid-u5p539bMmc .carousel-indicators li::before {
  content: none;
}
.cid-u5p539bMmc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u5p539bMmc .carousel-indicators {
    display: none !important;
  }
}
.cid-u5p539bMmc P {
  color: #353535;
}
.cid-to5SXSKiiQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-to5SXSKiiQ img,
.cid-to5SXSKiiQ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-to5SXSKiiQ .item:focus,
.cid-to5SXSKiiQ span:focus {
  outline: none;
}
.cid-to5SXSKiiQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-to5SXSKiiQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-to5SXSKiiQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-to5SXSKiiQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to5SXSKiiQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-to5SXSKiiQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-to5SXSKiiQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-to5SXSKiiQ .mbr-section-title {
  color: #232323;
}
.cid-to5SXSKiiQ .mbr-text,
.cid-to5SXSKiiQ .mbr-section-btn {
  text-align: left;
}
.cid-to5SXSKiiQ .item-title {
  text-align: left;
}
.cid-to5SXSKiiQ .item-subtitle {
  text-align: center;
}
.cid-toEKgiinSu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6f5ed;
}
.cid-toEKgiinSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEKgiinSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEKgiinSu .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-toEKgiinSu .card {
    margin-bottom: 2rem!important;
  }
  .cid-toEKgiinSu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toEKgiinSu .link-wrap {
    align-items: center;
  }
}
.cid-toEKgiinSu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toEFn8LeyU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-totGl2UDeo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondodm-2000x1066.jpg");
}
.cid-totGl2UDeo .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-totGl2UDeo img,
.cid-totGl2UDeo .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-totGl2UDeo .item:focus,
.cid-totGl2UDeo span:focus {
  outline: none;
}
.cid-totGl2UDeo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-totGl2UDeo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-totGl2UDeo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-totGl2UDeo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-totGl2UDeo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-totGl2UDeo .mbr-section-title {
  color: #232323;
}
.cid-totGl2UDeo .mbr-text,
.cid-totGl2UDeo .mbr-section-btn {
  text-align: left;
}
.cid-totGl2UDeo .item-title {
  text-align: left;
}
.cid-totGl2UDeo .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-toEEEv6Ysm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e9dede;
}
.cid-toEFj0riSm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-totGScMZZX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondocarton-2000x1066.jpg");
}
.cid-totGScMZZX .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-totGScMZZX img,
.cid-totGScMZZX .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-totGScMZZX .item:focus,
.cid-totGScMZZX span:focus {
  outline: none;
}
.cid-totGScMZZX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-totGScMZZX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-totGScMZZX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-totGScMZZX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-totGScMZZX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-totGScMZZX .mbr-section-title {
  color: #232323;
}
.cid-totGScMZZX .mbr-text,
.cid-totGScMZZX .mbr-section-btn {
  text-align: left;
}
.cid-totGScMZZX .item-title {
  text-align: left;
}
.cid-totGScMZZX .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-toEGTcLIwo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #eef4ea;
}
.cid-toEFfi98F4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-touCghsrO0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/planta-1600x2033.jpg");
}
.cid-touCghsrO0 .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-touCghsrO0 img,
.cid-touCghsrO0 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-touCghsrO0 .item:focus,
.cid-touCghsrO0 span:focus {
  outline: none;
}
.cid-touCghsrO0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-touCghsrO0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-touCghsrO0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-touCghsrO0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-touCghsrO0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-touCghsrO0 .mbr-section-title {
  color: #232323;
}
.cid-touCghsrO0 .mbr-text,
.cid-touCghsrO0 .mbr-section-btn {
  text-align: left;
}
.cid-touCghsrO0 .item-title {
  text-align: left;
}
.cid-touCghsrO0 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-toEGvlZhLl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f6f5ed;
}
.cid-toEFkxRsSX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-tobIrGjDsC {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tobIrGjDsC .video-wrapper iframe {
  width: 100%;
}
.cid-tobIrGjDsC .mbr-section-title,
.cid-tobIrGjDsC .mbr-section-subtitle,
.cid-tobIrGjDsC .mbr-text {
  text-align: center;
}
.cid-sRFGxFT0wA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRFGxFT0wA .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sQr0q3WVOv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4dd6cf;
}
.cid-tqa4xFhYPS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqa4xFhYPS img,
.cid-tqa4xFhYPS .item-img {
  width: 100%;
}
.cid-tqa4xFhYPS .item:focus,
.cid-tqa4xFhYPS span:focus {
  outline: none;
}
.cid-tqa4xFhYPS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqa4xFhYPS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqa4xFhYPS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tqa4xFhYPS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqa4xFhYPS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tqa4xFhYPS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tqa4xFhYPS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqa4xFhYPS .mbr-section-title {
  color: #232323;
}
.cid-tqa4xFhYPS .mbr-text,
.cid-tqa4xFhYPS .mbr-section-btn {
  text-align: left;
}
.cid-tqa4xFhYPS .item-title {
  text-align: left;
}
.cid-tqa4xFhYPS .item-subtitle {
  text-align: center;
}
.cid-sZ0OiZ41OY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sR6MWnJByc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1078.png");
}
.cid-sR6MWnJByc .mbr-overlay {
  background: #ffffff;
  opacity: 0.3;
}
.cid-sR6MWnJByc img,
.cid-sR6MWnJByc .item-img {
  width: 100%;
}
.cid-sR6MWnJByc .item:focus,
.cid-sR6MWnJByc span:focus {
  outline: none;
}
.cid-sR6MWnJByc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sR6MWnJByc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sR6MWnJByc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sR6MWnJByc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR6MWnJByc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sR6MWnJByc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sR6MWnJByc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sR6MWnJByc .mbr-section-title {
  color: #ffffff;
}
.cid-sR6MWnJByc .mbr-text,
.cid-sR6MWnJByc .mbr-section-btn {
  text-align: center;
}
.cid-sR6MWnJByc .item-title {
  text-align: center;
}
.cid-sR6MWnJByc .item-subtitle {
  text-align: left;
}
.cid-sR6MWnJByc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sR6yTirusX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sRccvnM9rd {
  display: flex;
  background-image: url("../../../assets/images/pinceles2-1920x1280.jpg");
}
.cid-sRccvnM9rd .mbr-overlay {
  background-color: #4dd6d6;
  opacity: 0.4;
}
.cid-sRccvnM9rd .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sRccvnM9rd {
    align-items: center;
  }
  .cid-sRccvnM9rd .row {
    justify-content: flex-start;
  }
  .cid-sRccvnM9rd .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sRccvnM9rd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sRccvnM9rd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sRccvnM9rd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sRccvnM9rd .content-wrap {
    width: 100%;
  }
}
.cid-sRccvnM9rd .mbr-section-title {
  color: #ffffff;
}
.cid-sRsQQHijtj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sRsMXXvvIi {
  display: flex;
  background-image: url("../../../assets/images/soportes2-2000x1186.jpg");
}
.cid-sRsMXXvvIi .mbr-overlay {
  background-color: #353535;
  opacity: 0;
}
.cid-sRsMXXvvIi .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sRsMXXvvIi {
    align-items: center;
  }
  .cid-sRsMXXvvIi .row {
    justify-content: flex-start;
  }
  .cid-sRsMXXvvIi .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sRsMXXvvIi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sRsMXXvvIi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sRsMXXvvIi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sRsMXXvvIi .content-wrap {
    width: 100%;
  }
}
.cid-sQsePQkxNL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTDEBoQqjH {
  background-image: url("../../../assets/images/mbr-1918x1920.jpg");
}
.cid-sTDEBoQqjH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sTDEBoQqjH .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sTDEBoQqjH .mbr-section-title {
  color: #ffffff;
}
.cid-sTDEBoQqjH .mbr-text,
.cid-sTDEBoQqjH .mbr-section-btn {
  color: #ffffff;
}
.cid-sQsmq6b39N {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sRQpk4Wrzl {
  background-image: url("../../../assets/images/herramientas3-1-2000x1186.jpg");
}
.cid-sRQpk4Wrzl .mbr-section-title {
  color: #ffffff;
}
.cid-sRQpk4Wrzl .mbr-text,
.cid-sRQpk4Wrzl .mbr-section-btn {
  color: #ffffff;
}
.cid-sRQxUmGuNl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sQwWCOv2wH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sQwWCOv2wH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-sQwWCOv2wH form {
    width: 50%;
  }
}
.cid-sQwWCOv2wH form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sQwWCOv2wH form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sRQcs1vvBC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sR6DvmKupB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-sR6DvmKupB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sR6DvmKupB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sR6DvmKupB .row {
    text-align: center;
  }
  .cid-sR6DvmKupB .row > div {
    margin: auto;
  }
  .cid-sR6DvmKupB .social-row {
    justify-content: center;
  }
}
.cid-sR6DvmKupB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sR6DvmKupB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sR6DvmKupB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sR6DvmKupB .list {
    margin-bottom: 0rem;
  }
}
.cid-sR6DvmKupB .mbr-text {
  color: #232323;
}
.cid-sR6DvmKupB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sR6DvmKupB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sR6DvmKupB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sR6DvmKupB H5 {
  color: #232323;
}
.cid-sRQAW35Zcl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sS7YLelQmq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sS7YLelQmq nav.navbar {
  position: fixed;
}
.cid-sS7YLelQmq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sS7YLelQmq .dropdown-menu {
  padding: 0;
}
.cid-sS7YLelQmq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sS7YLelQmq .dropdown-item:hover,
.cid-sS7YLelQmq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sS7YLelQmq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sS7YLelQmq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sS7YLelQmq .nav-link {
  position: relative;
}
.cid-sS7YLelQmq .container {
  display: flex;
  margin: auto;
}
.cid-sS7YLelQmq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sS7YLelQmq .navbar-caption {
  padding-right: 4rem;
}
.cid-sS7YLelQmq .dropdown-menu,
.cid-sS7YLelQmq .navbar.opened {
  background: #ffffff !important;
}
.cid-sS7YLelQmq .nav-item:focus,
.cid-sS7YLelQmq .nav-link:focus {
  outline: none;
}
.cid-sS7YLelQmq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sS7YLelQmq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS7YLelQmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sS7YLelQmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sS7YLelQmq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sS7YLelQmq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sS7YLelQmq .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sS7YLelQmq .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sS7YLelQmq .navbar.opened {
  transition: all .3s;
}
.cid-sS7YLelQmq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sS7YLelQmq .navbar .navbar-logo img {
  width: auto;
}
.cid-sS7YLelQmq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sS7YLelQmq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sS7YLelQmq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sS7YLelQmq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sS7YLelQmq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sS7YLelQmq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sS7YLelQmq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sS7YLelQmq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sS7YLelQmq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sS7YLelQmq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sS7YLelQmq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS7YLelQmq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS7YLelQmq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS7YLelQmq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS7YLelQmq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sS7YLelQmq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sS7YLelQmq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS7YLelQmq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS7YLelQmq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sS7YLelQmq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sS7YLelQmq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sS7YLelQmq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sS7YLelQmq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sS7YLelQmq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sS7YLelQmq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sS7YLelQmq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS7YLelQmq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS7YLelQmq .dropdown-item.active,
.cid-sS7YLelQmq .dropdown-item:active {
  background-color: transparent;
}
.cid-sS7YLelQmq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS7YLelQmq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS7YLelQmq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS7YLelQmq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sS7YLelQmq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS7YLelQmq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS7YLelQmq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sS7YLelQmq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sS7YLelQmq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sS7YLelQmq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sS7YLelQmq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS7YLelQmq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS7YLelQmq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS7YLelQmq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS7YLelQmq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS7YLelQmq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS7YLelQmq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS7YLelQmq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS7YLelQmq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sS7YLelQmq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sS7YLelQmq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sS7YLelQmq .navbar {
    height: 77px;
  }
  .cid-sS7YLelQmq .navbar.opened {
    height: auto;
  }
  .cid-sS7YLelQmq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sS91wzDp8t {
  background-image: url("../../../assets/images/fachada-dm-2000x1056.jpg");
}
@media (max-width: 991px) {
  .cid-sS91wzDp8t .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sS91wzDp8t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sS91wzDp8t .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sS91wzDp8t .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sS91wzDp8t .mbr-section-title {
  text-align: left;
}
.cid-sS91wzDp8t .mbr-text,
.cid-sS91wzDp8t .mbr-section-btn {
  text-align: left;
}
.cid-sS7YL8uF1Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sS7YL8uF1Q .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sS7YL8Nk5Z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sS82zgRST3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-sS82zgRST3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sS82zgRST3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sS82zgRST3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sS7YL9Sqhi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sS83efc7qD {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sS83efc7qD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sS83efc7qD .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sS83Xanidw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sS83Xanidw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sS83Xanidw .row {
  flex-direction: row-reverse;
}
.cid-sS83Xanidw img {
  width: 100%;
}
.cid-sS851081pi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sS851081pi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sS851081pi .row {
  flex-direction: row-reverse;
}
.cid-sS851081pi img {
  width: 100%;
}
.cid-sS94dJEZ0p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sS94dJEZ0p .item {
  padding-bottom: 2rem;
}
.cid-sS94dJEZ0p .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sS94dJEZ0p .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sS94dJEZ0p .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sS94dJEZ0p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sS94dJEZ0p .carousel-control,
.cid-sS94dJEZ0p .close {
  background: #1b1b1b;
}
.cid-sS94dJEZ0p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sS94dJEZ0p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sS94dJEZ0p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sS94dJEZ0p .carousel-control-next span {
  margin-left: 5px;
}
.cid-sS94dJEZ0p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sS94dJEZ0p .close::before {
  content: '\e91a';
}
.cid-sS94dJEZ0p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sS94dJEZ0p .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sS94dJEZ0p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sS94dJEZ0p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sS94dJEZ0p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sS94dJEZ0p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sS94dJEZ0p .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sS94dJEZ0p .carousel-indicators li.active,
.cid-sS94dJEZ0p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sS94dJEZ0p .carousel-indicators li::after,
.cid-sS94dJEZ0p .carousel-indicators li::before {
  content: none;
}
.cid-sS94dJEZ0p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sS94dJEZ0p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sS94dJEZ0p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sS94dJEZ0p .carousel-indicators {
    display: none;
  }
}
.cid-sS94dJEZ0p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sS94dJEZ0p .carousel-inner > .active {
  display: block;
}
.cid-sS94dJEZ0p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sS94dJEZ0p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sS94dJEZ0p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sS94dJEZ0p .carousel-control,
  .cid-sS94dJEZ0p .carousel-indicators,
  .cid-sS94dJEZ0p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sS94dJEZ0p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sS94dJEZ0p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sS94dJEZ0p .carousel-indicators .active,
.cid-sS94dJEZ0p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sS94dJEZ0p .carousel-indicators .active {
  background: #fff;
}
.cid-sS94dJEZ0p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sS94dJEZ0p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sS94dJEZ0p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sS94dJEZ0p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sS94dJEZ0p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sS94dJEZ0p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sS94dJEZ0p .carousel {
  width: 100%;
}
.cid-sS94dJEZ0p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sS94dJEZ0p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sS94dJEZ0p .modal.fade .modal-dialog,
.cid-sS94dJEZ0p .modal.in .modal-dialog {
  transform: none;
}
.cid-sS94dJEZ0p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sS94dJEZ0p H6 {
  text-align: center;
}
.cid-sS959IbKQi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sS959IbKQi .item {
  padding-bottom: 2rem;
}
.cid-sS959IbKQi .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sS959IbKQi .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sS959IbKQi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sS959IbKQi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sS959IbKQi .carousel-control,
.cid-sS959IbKQi .close {
  background: #1b1b1b;
}
.cid-sS959IbKQi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sS959IbKQi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sS959IbKQi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sS959IbKQi .carousel-control-next span {
  margin-left: 5px;
}
.cid-sS959IbKQi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sS959IbKQi .close::before {
  content: '\e91a';
}
.cid-sS959IbKQi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sS959IbKQi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sS959IbKQi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sS959IbKQi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sS959IbKQi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sS959IbKQi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sS959IbKQi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sS959IbKQi .carousel-indicators li.active,
.cid-sS959IbKQi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sS959IbKQi .carousel-indicators li::after,
.cid-sS959IbKQi .carousel-indicators li::before {
  content: none;
}
.cid-sS959IbKQi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sS959IbKQi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sS959IbKQi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sS959IbKQi .carousel-indicators {
    display: none;
  }
}
.cid-sS959IbKQi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sS959IbKQi .carousel-inner > .active {
  display: block;
}
.cid-sS959IbKQi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sS959IbKQi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sS959IbKQi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sS959IbKQi .carousel-control,
  .cid-sS959IbKQi .carousel-indicators,
  .cid-sS959IbKQi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sS959IbKQi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sS959IbKQi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sS959IbKQi .carousel-indicators .active,
.cid-sS959IbKQi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sS959IbKQi .carousel-indicators .active {
  background: #fff;
}
.cid-sS959IbKQi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sS959IbKQi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sS959IbKQi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sS959IbKQi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sS959IbKQi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sS959IbKQi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sS959IbKQi .carousel {
  width: 100%;
}
.cid-sS959IbKQi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sS959IbKQi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sS959IbKQi .modal.fade .modal-dialog,
.cid-sS959IbKQi .modal.in .modal-dialog {
  transform: none;
}
.cid-sS959IbKQi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sS959IbKQi H6 {
  text-align: center;
}
.cid-sS8k01fy8J {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sS88At6Nau {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sS88At6Nau .item {
  padding-bottom: 2rem;
}
.cid-sS88At6Nau .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sS88At6Nau .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sS88At6Nau .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sS88At6Nau .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sS88At6Nau .carousel-control,
.cid-sS88At6Nau .close {
  background: #1b1b1b;
}
.cid-sS88At6Nau .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sS88At6Nau .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sS88At6Nau .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sS88At6Nau .carousel-control-next span {
  margin-left: 5px;
}
.cid-sS88At6Nau .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sS88At6Nau .close::before {
  content: '\e91a';
}
.cid-sS88At6Nau .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sS88At6Nau .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sS88At6Nau .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sS88At6Nau .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sS88At6Nau .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sS88At6Nau .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sS88At6Nau .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sS88At6Nau .carousel-indicators li.active,
.cid-sS88At6Nau .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sS88At6Nau .carousel-indicators li::after,
.cid-sS88At6Nau .carousel-indicators li::before {
  content: none;
}
.cid-sS88At6Nau .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sS88At6Nau .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sS88At6Nau .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sS88At6Nau .carousel-indicators {
    display: none;
  }
}
.cid-sS88At6Nau .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sS88At6Nau .carousel-inner > .active {
  display: block;
}
.cid-sS88At6Nau .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sS88At6Nau .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sS88At6Nau .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sS88At6Nau .carousel-control,
  .cid-sS88At6Nau .carousel-indicators,
  .cid-sS88At6Nau .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sS88At6Nau .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sS88At6Nau .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sS88At6Nau .carousel-indicators .active,
.cid-sS88At6Nau .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sS88At6Nau .carousel-indicators .active {
  background: #fff;
}
.cid-sS88At6Nau .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sS88At6Nau .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sS88At6Nau .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sS88At6Nau .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sS88At6Nau .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sS88At6Nau .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sS88At6Nau .carousel {
  width: 100%;
}
.cid-sS88At6Nau .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sS88At6Nau .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sS88At6Nau .modal.fade .modal-dialog,
.cid-sS88At6Nau .modal.in .modal-dialog {
  transform: none;
}
.cid-sS88At6Nau .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sS88At6Nau H6 {
  text-align: center;
}
.cid-sS7YLae1ld {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mapadeco2-2000x1106.jpg");
}
.cid-sS7YLae1ld .mbr-overlay {
  background-color: #4dd6d6;
  opacity: 0;
}
.cid-sS7YLae1ld .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sS7YLae1ld {
    align-items: center;
  }
  .cid-sS7YLae1ld .row {
    justify-content: flex-start;
  }
  .cid-sS7YLae1ld .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sS7YLae1ld .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sS7YLae1ld {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sS7YLae1ld .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sS7YLae1ld .content-wrap {
    width: 100%;
  }
}
.cid-sS7YLae1ld .mbr-section-title {
  color: #232323;
}
.cid-sS7YLae1ld .mbr-text,
.cid-sS7YLae1ld .mbr-section-btn {
  color: #232323;
}
.cid-t5vzCnChu4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-t4Fyq1QJ3y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-t4Fyq1QJ3y .google-map {
  height: 30rem;
  position: relative;
}
.cid-t4Fyq1QJ3y .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t4Fyq1QJ3y .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t4Fyq1QJ3y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t4Fyq1QJ3y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sS90XtEE0m {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sS86xt8RAw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-20211220-115550-2000x1500.jpg");
}
.cid-sS86xt8RAw .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sS86xt8RAw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sS86xt8RAw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sS86xt8RAw .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sS86xt8RAw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sS8tvXsChO {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sS8tvXsChO .content-wrapper {
  background: #4dd6cf;
}
@media (max-width: 991px) {
  .cid-sS8tvXsChO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sS8tvXsChO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sS8tvXsChO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sS8tvXsChO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sS8tvXsChO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sS8tvXsChO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sS96WM5AmT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/showroom-2000x471.jpg");
}
.cid-sS96WM5AmT .mbr-section-title {
  color: #ffffff;
}
.cid-sS98680bUH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sS98680bUH .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sS98680bUH .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sS98680bUH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sS98680bUH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sS98680bUH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sS98680bUH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sS98680bUH .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sS98680bUH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sS7YLcua6d {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sS7YLcMq9I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sS7YLcMq9I .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-sS7YLcMq9I form {
    width: 50%;
  }
}
.cid-sS7YLcMq9I form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sS7YLcMq9I form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sS7YLd8l58 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sS7YLdsRdV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-sS7YLdsRdV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sS7YLdsRdV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sS7YLdsRdV .row {
    text-align: center;
  }
  .cid-sS7YLdsRdV .row > div {
    margin: auto;
  }
  .cid-sS7YLdsRdV .social-row {
    justify-content: center;
  }
}
.cid-sS7YLdsRdV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sS7YLdsRdV .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sS7YLdsRdV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sS7YLdsRdV .list {
    margin-bottom: 0rem;
  }
}
.cid-sS7YLdsRdV .mbr-text {
  color: #232323;
}
.cid-sS7YLdsRdV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sS7YLdsRdV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sS7YLdsRdV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sS7YLdsRdV H5 {
  color: #232323;
}
.cid-sS7YLdXM0X {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSdhlDRaDn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSdhlDRaDn nav.navbar {
  position: fixed;
}
.cid-sSdhlDRaDn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSdhlDRaDn .dropdown-menu {
  padding: 0;
}
.cid-sSdhlDRaDn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSdhlDRaDn .dropdown-item:hover,
.cid-sSdhlDRaDn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sSdhlDRaDn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSdhlDRaDn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSdhlDRaDn .nav-link {
  position: relative;
}
.cid-sSdhlDRaDn .container {
  display: flex;
  margin: auto;
}
.cid-sSdhlDRaDn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSdhlDRaDn .navbar-caption {
  padding-right: 4rem;
}
.cid-sSdhlDRaDn .dropdown-menu,
.cid-sSdhlDRaDn .navbar.opened {
  background: #ffffff !important;
}
.cid-sSdhlDRaDn .nav-item:focus,
.cid-sSdhlDRaDn .nav-link:focus {
  outline: none;
}
.cid-sSdhlDRaDn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSdhlDRaDn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSdhlDRaDn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSdhlDRaDn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSdhlDRaDn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSdhlDRaDn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSdhlDRaDn .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sSdhlDRaDn .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSdhlDRaDn .navbar.opened {
  transition: all .3s;
}
.cid-sSdhlDRaDn .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sSdhlDRaDn .navbar .navbar-logo img {
  width: auto;
}
.cid-sSdhlDRaDn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSdhlDRaDn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSdhlDRaDn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSdhlDRaDn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sSdhlDRaDn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSdhlDRaDn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSdhlDRaDn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSdhlDRaDn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSdhlDRaDn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSdhlDRaDn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSdhlDRaDn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSdhlDRaDn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSdhlDRaDn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSdhlDRaDn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSdhlDRaDn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSdhlDRaDn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSdhlDRaDn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSdhlDRaDn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSdhlDRaDn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSdhlDRaDn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSdhlDRaDn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSdhlDRaDn .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSdhlDRaDn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSdhlDRaDn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSdhlDRaDn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSdhlDRaDn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSdhlDRaDn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSdhlDRaDn .dropdown-item.active,
.cid-sSdhlDRaDn .dropdown-item:active {
  background-color: transparent;
}
.cid-sSdhlDRaDn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSdhlDRaDn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSdhlDRaDn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSdhlDRaDn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSdhlDRaDn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSdhlDRaDn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSdhlDRaDn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSdhlDRaDn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSdhlDRaDn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSdhlDRaDn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sSdhlDRaDn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSdhlDRaDn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSdhlDRaDn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSdhlDRaDn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSdhlDRaDn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSdhlDRaDn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSdhlDRaDn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSdhlDRaDn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSdhlDRaDn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sSdhlDRaDn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSdhlDRaDn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSdhlDRaDn .navbar {
    height: 77px;
  }
  .cid-sSdhlDRaDn .navbar.opened {
    height: auto;
  }
  .cid-sSdhlDRaDn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0MIMQuvdu {
  background-image: url("../../../assets/images/pinturas-2000x1250.jpg");
}
.cid-u0MIMQuvdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MIMQuvdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0MIMQuvdu .mbr-text,
.cid-u0MIMQuvdu .mbr-section-btn {
  color: #ffffff;
}
.cid-u0MIMQuvdu .mbr-section-title {
  color: #ffffff;
}
.cid-sSdhlvbxln {
  background-image: url("../../../assets/images/efecto-chlak-2000x1214.jpg");
}
@media (max-width: 991px) {
  .cid-sSdhlvbxln .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sSdhlvbxln .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sSdhlvbxln .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sSdhlvbxln .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sSdhlvbxln .mbr-section-title {
  text-align: left;
}
.cid-sSdhlvbxln .mbr-text,
.cid-sSdhlvbxln .mbr-section-btn {
  text-align: left;
}
.cid-sSdS9wYSOw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSdhlvsqkw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sSdhlvsqkw .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sSdhlvHujm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSdhlw0Alp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sSdhlw0Alp .row {
  flex-direction: row-reverse;
}
.cid-sSdhlw0Alp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSdhlw0Alp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSdhlw0Alp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sSdhlw0Alp .mbr-section-title {
  text-align: left;
}
.cid-sSdhlwl682 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSe79FIQE5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e2eaf9;
}
.cid-sSe79FIQE5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSe79FIQE5 .row {
    flex-direction: column-reverse;
  }
  .cid-sSe79FIQE5 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sSe79FIQE5 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSe79FIQE5 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sSe79FIQE5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSdhlBznMc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSef36CcBj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sSef36CcBj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSef36CcBj .row {
    flex-direction: column-reverse;
  }
  .cid-sSef36CcBj .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sSef36CcBj .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSef36CcBj .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sSef36CcBj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSeh6dCrxL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSdhlC2pdY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sSdhlC2pdY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-sSdhlC2pdY form {
    width: 50%;
  }
}
.cid-sSdhlC2pdY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sSdhlC2pdY form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sSdhlCztFe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSdhlD9KvR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-sSdhlD9KvR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSdhlD9KvR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSdhlD9KvR .row {
    text-align: center;
  }
  .cid-sSdhlD9KvR .row > div {
    margin: auto;
  }
  .cid-sSdhlD9KvR .social-row {
    justify-content: center;
  }
}
.cid-sSdhlD9KvR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSdhlD9KvR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sSdhlD9KvR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSdhlD9KvR .list {
    margin-bottom: 0rem;
  }
}
.cid-sSdhlD9KvR .mbr-text {
  color: #232323;
}
.cid-sSdhlD9KvR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSdhlD9KvR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSdhlD9KvR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSdhlD9KvR H5 {
  color: #232323;
}
.cid-sSdhlDxEIY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSk2sZPG9h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSk2sZPG9h nav.navbar {
  position: fixed;
}
.cid-sSk2sZPG9h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSk2sZPG9h .dropdown-menu {
  padding: 0;
}
.cid-sSk2sZPG9h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSk2sZPG9h .dropdown-item:hover,
.cid-sSk2sZPG9h .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sSk2sZPG9h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSk2sZPG9h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSk2sZPG9h .nav-link {
  position: relative;
}
.cid-sSk2sZPG9h .container {
  display: flex;
  margin: auto;
}
.cid-sSk2sZPG9h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSk2sZPG9h .navbar-caption {
  padding-right: 4rem;
}
.cid-sSk2sZPG9h .dropdown-menu,
.cid-sSk2sZPG9h .navbar.opened {
  background: #ffffff !important;
}
.cid-sSk2sZPG9h .nav-item:focus,
.cid-sSk2sZPG9h .nav-link:focus {
  outline: none;
}
.cid-sSk2sZPG9h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSk2sZPG9h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSk2sZPG9h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSk2sZPG9h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSk2sZPG9h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSk2sZPG9h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSk2sZPG9h .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sSk2sZPG9h .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSk2sZPG9h .navbar.opened {
  transition: all .3s;
}
.cid-sSk2sZPG9h .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sSk2sZPG9h .navbar .navbar-logo img {
  width: auto;
}
.cid-sSk2sZPG9h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSk2sZPG9h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSk2sZPG9h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSk2sZPG9h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sSk2sZPG9h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSk2sZPG9h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSk2sZPG9h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSk2sZPG9h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSk2sZPG9h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSk2sZPG9h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSk2sZPG9h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSk2sZPG9h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSk2sZPG9h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSk2sZPG9h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSk2sZPG9h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSk2sZPG9h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSk2sZPG9h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSk2sZPG9h .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSk2sZPG9h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSk2sZPG9h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSk2sZPG9h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSk2sZPG9h .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSk2sZPG9h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSk2sZPG9h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSk2sZPG9h .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSk2sZPG9h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSk2sZPG9h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSk2sZPG9h .dropdown-item.active,
.cid-sSk2sZPG9h .dropdown-item:active {
  background-color: transparent;
}
.cid-sSk2sZPG9h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSk2sZPG9h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSk2sZPG9h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSk2sZPG9h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSk2sZPG9h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSk2sZPG9h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSk2sZPG9h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSk2sZPG9h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSk2sZPG9h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSk2sZPG9h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sSk2sZPG9h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSk2sZPG9h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSk2sZPG9h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSk2sZPG9h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSk2sZPG9h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSk2sZPG9h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSk2sZPG9h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSk2sZPG9h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSk2sZPG9h .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sSk2sZPG9h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSk2sZPG9h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSk2sZPG9h .navbar {
    height: 77px;
  }
  .cid-sSk2sZPG9h .navbar.opened {
    height: auto;
  }
  .cid-sSk2sZPG9h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0MLQVwFxi {
  background-image: url("../../../assets/images/pinturas2-2000x1250.jpg");
}
.cid-u0MLQVwFxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MLQVwFxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0MLQVwFxi .mbr-text,
.cid-u0MLQVwFxi .mbr-section-btn {
  color: #ffffff;
}
.cid-u0MLQVwFxi .mbr-section-title {
  color: #ffffff;
}
.cid-sSk2sVeUsz {
  background-image: url("../../../assets/images/mixmediapage-1-2000x1214.jpg");
}
@media (max-width: 991px) {
  .cid-sSk2sVeUsz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sSk2sVeUsz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sSk2sVeUsz .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sSk2sVeUsz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sSk2sVeUsz .mbr-section-title {
  text-align: right;
}
.cid-sSk2sVeUsz .mbr-text,
.cid-sSk2sVeUsz .mbr-section-btn {
  text-align: left;
}
.cid-sSk8h4XGJh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sSk8h4XGJh .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sSk8h4XGJh img,
.cid-sSk8h4XGJh .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-sSk8h4XGJh .item:focus,
.cid-sSk8h4XGJh span:focus {
  outline: none;
}
.cid-sSk8h4XGJh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSk8h4XGJh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sSk8h4XGJh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSk8h4XGJh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sSk8h4XGJh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sSk8h4XGJh .mbr-section-title {
  color: #232323;
}
.cid-sSk8h4XGJh .mbr-text,
.cid-sSk8h4XGJh .mbr-section-btn {
  text-align: left;
}
.cid-sSk8h4XGJh .item-title {
  text-align: left;
}
.cid-sSk8h4XGJh .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sSk2sVEPDG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSk2sVZUCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sSk2sVZUCl .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sSk2sWcM5d {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSk2sWu5Gb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sSk2sWu5Gb .row {
  flex-direction: row-reverse;
}
.cid-sSk2sWu5Gb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSk2sWu5Gb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSk2sWu5Gb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sSk2sWu5Gb .mbr-section-title {
  text-align: left;
}
.cid-sSk2sWPija {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSk2sX90YM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb18a;
}
.cid-sSk2sX90YM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSk2sX90YM .row {
    flex-direction: column-reverse;
  }
  .cid-sSk2sX90YM .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sSk2sX90YM .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSk2sX90YM .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sSk2sX90YM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSk2sXtHes {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSk2sXK60M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sSk2sXK60M .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSk2sXK60M .row {
    flex-direction: column-reverse;
  }
  .cid-sSk2sXK60M .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sSk2sXK60M .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSk2sXK60M .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sSk2sXK60M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSk2sY442D {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSk2sYnBms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sSk2sYnBms .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-sSk2sYnBms form {
    width: 50%;
  }
}
.cid-sSk2sYnBms form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sSk2sYnBms form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sSk2sYHt4k {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSk2sZ173s {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-sSk2sZ173s .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSk2sZ173s .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSk2sZ173s .row {
    text-align: center;
  }
  .cid-sSk2sZ173s .row > div {
    margin: auto;
  }
  .cid-sSk2sZ173s .social-row {
    justify-content: center;
  }
}
.cid-sSk2sZ173s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSk2sZ173s .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sSk2sZ173s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSk2sZ173s .list {
    margin-bottom: 0rem;
  }
}
.cid-sSk2sZ173s .mbr-text {
  color: #232323;
}
.cid-sSk2sZ173s .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSk2sZ173s .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSk2sZ173s div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSk2sZ173s H5 {
  color: #232323;
}
.cid-sSk2sZrTjV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSp8rybwEY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSp8rybwEY nav.navbar {
  position: fixed;
}
.cid-sSp8rybwEY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSp8rybwEY .dropdown-menu {
  padding: 0;
}
.cid-sSp8rybwEY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSp8rybwEY .dropdown-item:hover,
.cid-sSp8rybwEY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sSp8rybwEY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSp8rybwEY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSp8rybwEY .nav-link {
  position: relative;
}
.cid-sSp8rybwEY .container {
  display: flex;
  margin: auto;
}
.cid-sSp8rybwEY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSp8rybwEY .navbar-caption {
  padding-right: 4rem;
}
.cid-sSp8rybwEY .dropdown-menu,
.cid-sSp8rybwEY .navbar.opened {
  background: #ffffff !important;
}
.cid-sSp8rybwEY .nav-item:focus,
.cid-sSp8rybwEY .nav-link:focus {
  outline: none;
}
.cid-sSp8rybwEY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSp8rybwEY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSp8rybwEY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSp8rybwEY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSp8rybwEY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSp8rybwEY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSp8rybwEY .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sSp8rybwEY .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSp8rybwEY .navbar.opened {
  transition: all .3s;
}
.cid-sSp8rybwEY .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sSp8rybwEY .navbar .navbar-logo img {
  width: auto;
}
.cid-sSp8rybwEY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSp8rybwEY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSp8rybwEY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSp8rybwEY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sSp8rybwEY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSp8rybwEY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSp8rybwEY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSp8rybwEY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSp8rybwEY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSp8rybwEY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSp8rybwEY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSp8rybwEY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSp8rybwEY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSp8rybwEY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSp8rybwEY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSp8rybwEY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSp8rybwEY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSp8rybwEY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSp8rybwEY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSp8rybwEY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSp8rybwEY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSp8rybwEY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSp8rybwEY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSp8rybwEY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSp8rybwEY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSp8rybwEY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSp8rybwEY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSp8rybwEY .dropdown-item.active,
.cid-sSp8rybwEY .dropdown-item:active {
  background-color: transparent;
}
.cid-sSp8rybwEY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSp8rybwEY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSp8rybwEY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSp8rybwEY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSp8rybwEY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSp8rybwEY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSp8rybwEY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSp8rybwEY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSp8rybwEY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSp8rybwEY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sSp8rybwEY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSp8rybwEY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSp8rybwEY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSp8rybwEY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSp8rybwEY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSp8rybwEY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSp8rybwEY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSp8rybwEY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSp8rybwEY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sSp8rybwEY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSp8rybwEY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSp8rybwEY .navbar {
    height: 77px;
  }
  .cid-sSp8rybwEY .navbar.opened {
    height: auto;
  }
  .cid-sSp8rybwEY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0MLZIkMOp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondoacuarela-1-2000x1250.jpg");
}
.cid-u0MLZIkMOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MLZIkMOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0MLZIkMOp .mbr-text,
.cid-u0MLZIkMOp .mbr-section-btn {
  color: #353535;
}
.cid-u0MLZIkMOp .mbr-section-title {
  color: #353535;
}
.cid-sSp8rsu16D {
  background-image: url("../../../assets/images/acuarelaspage-3-2000x1070.jpg");
}
@media (max-width: 991px) {
  .cid-sSp8rsu16D .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sSp8rsu16D .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sSp8rsu16D .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sSp8rsu16D .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sSp8rsu16D .mbr-section-title {
  text-align: left;
}
.cid-sSp8rsu16D .mbr-text,
.cid-sSp8rsu16D .mbr-section-btn {
  text-align: left;
}
.cid-sSpYBiH4QX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSpZiJbDxl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1152.jpg");
}
.cid-sSpZiJbDxl .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSpZiJbDxl .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sSp8rtDkMD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSp8rtZGVY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sSp8rtZGVY .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sSp8rudLN9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-tYXLEa3tPq {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondocompowebestucheplastico-2000x1066.jpg");
}
.cid-tYXLEa3tPq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYXLEa3tPq .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tYXLFy8RYM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-tYXWlQmPvQ {
  background-image: url("../../../assets/images/fondocompowebgodetsmetallic-2000x1066.jpg");
}
.cid-tYXWlQmPvQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYXWlQmPvQ .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-tYXYe6nU8h {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6d6;
}
.cid-tYY0Q9NMWi {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondocompowebgodetsmetallic2-2000x838.jpg");
}
.cid-tYY0Q9NMWi .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYY0Q9NMWi .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sSp8ruBbEw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cajacolor-2-1280x897.jpg");
}
.cid-sSp8ruBbEw .row {
  flex-direction: row-reverse;
}
.cid-sSp8ruBbEw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSp8ruBbEw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSp8ruBbEw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sSp8ruBbEw .mbr-section-title {
  text-align: left;
}
.cid-sSp8rv6t0N {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSqatKNhwR {
  background-image: url("../../../assets/images/acuarlaabiertametalizada-2000x1125.jpg");
}
.cid-sSqatKNhwR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSqatKNhwR .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sSq6Db0LCg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSq4yrrItM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondoespacuarela-1920x1080.jpg");
}
.cid-sSq4yrrItM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSq4yrrItM .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sSp8rvNwfV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSp8rw7Ra6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sSp8rw7Ra6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSp8rw7Ra6 .row {
    flex-direction: column-reverse;
  }
  .cid-sSp8rw7Ra6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sSp8rw7Ra6 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSp8rw7Ra6 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sSp8rw7Ra6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSp8rwruVM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSp8rwJ2gs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sSp8rwJ2gs .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-sSp8rwJ2gs form {
    width: 50%;
  }
}
.cid-sSp8rwJ2gs form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sSp8rwJ2gs form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sSp8rx2ZcM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSp8rxp3ro {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-sSp8rxp3ro .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSp8rxp3ro .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSp8rxp3ro .row {
    text-align: center;
  }
  .cid-sSp8rxp3ro .row > div {
    margin: auto;
  }
  .cid-sSp8rxp3ro .social-row {
    justify-content: center;
  }
}
.cid-sSp8rxp3ro .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSp8rxp3ro .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sSp8rxp3ro .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSp8rxp3ro .list {
    margin-bottom: 0rem;
  }
}
.cid-sSp8rxp3ro .mbr-text {
  color: #232323;
}
.cid-sSp8rxp3ro .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSp8rxp3ro .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSp8rxp3ro div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSp8rxp3ro H5 {
  color: #232323;
}
.cid-sSp8rxRKZu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSqGn6jwDv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSqGn6jwDv nav.navbar {
  position: fixed;
}
.cid-sSqGn6jwDv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSqGn6jwDv .dropdown-menu {
  padding: 0;
}
.cid-sSqGn6jwDv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSqGn6jwDv .dropdown-item:hover,
.cid-sSqGn6jwDv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sSqGn6jwDv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSqGn6jwDv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSqGn6jwDv .nav-link {
  position: relative;
}
.cid-sSqGn6jwDv .container {
  display: flex;
  margin: auto;
}
.cid-sSqGn6jwDv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSqGn6jwDv .navbar-caption {
  padding-right: 4rem;
}
.cid-sSqGn6jwDv .dropdown-menu,
.cid-sSqGn6jwDv .navbar.opened {
  background: #ffffff !important;
}
.cid-sSqGn6jwDv .nav-item:focus,
.cid-sSqGn6jwDv .nav-link:focus {
  outline: none;
}
.cid-sSqGn6jwDv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSqGn6jwDv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSqGn6jwDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSqGn6jwDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSqGn6jwDv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSqGn6jwDv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSqGn6jwDv .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sSqGn6jwDv .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSqGn6jwDv .navbar.opened {
  transition: all .3s;
}
.cid-sSqGn6jwDv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sSqGn6jwDv .navbar .navbar-logo img {
  width: auto;
}
.cid-sSqGn6jwDv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSqGn6jwDv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSqGn6jwDv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSqGn6jwDv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sSqGn6jwDv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSqGn6jwDv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSqGn6jwDv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSqGn6jwDv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSqGn6jwDv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSqGn6jwDv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSqGn6jwDv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSqGn6jwDv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSqGn6jwDv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSqGn6jwDv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSqGn6jwDv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSqGn6jwDv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSqGn6jwDv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSqGn6jwDv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSqGn6jwDv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSqGn6jwDv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSqGn6jwDv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSqGn6jwDv .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSqGn6jwDv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSqGn6jwDv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSqGn6jwDv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSqGn6jwDv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSqGn6jwDv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSqGn6jwDv .dropdown-item.active,
.cid-sSqGn6jwDv .dropdown-item:active {
  background-color: transparent;
}
.cid-sSqGn6jwDv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSqGn6jwDv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSqGn6jwDv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSqGn6jwDv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSqGn6jwDv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSqGn6jwDv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSqGn6jwDv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSqGn6jwDv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSqGn6jwDv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSqGn6jwDv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sSqGn6jwDv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSqGn6jwDv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSqGn6jwDv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSqGn6jwDv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSqGn6jwDv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSqGn6jwDv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSqGn6jwDv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSqGn6jwDv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSqGn6jwDv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sSqGn6jwDv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSqGn6jwDv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSqGn6jwDv .navbar {
    height: 77px;
  }
  .cid-sSqGn6jwDv .navbar.opened {
    height: auto;
  }
  .cid-sSqGn6jwDv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0MMaijLdR {
  background-image: url("../../../assets/images/pinturas4-2000x1250.jpg");
}
.cid-u0MMaijLdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MMaijLdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0MMaijLdR .mbr-text,
.cid-u0MMaijLdR .mbr-section-btn {
  color: #ffffff;
}
.cid-u0MMaijLdR .mbr-section-title {
  color: #ffffff;
}
.cid-sSqGmZxR6Z {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-sSqGmZxR6Z .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sSqGmZxR6Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sSqGmZxR6Z .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sSqGmZxR6Z .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sSqGmZxR6Z .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sSqGmZxR6Z .mbr-text,
.cid-sSqGmZxR6Z .mbr-section-btn {
  text-align: left;
}
.cid-sSqGn0eBF8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSN6t32WWe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-sSN6t32WWe .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSN6t32WWe .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sSN6t32WWe .mbr-section-title {
  color: #ffffff;
}
.cid-sSN6t32WWe .mbr-text,
.cid-sSN6t32WWe .mbr-section-btn {
  color: #ffffff;
}
.cid-sSYeuIGhR2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSNkXrNABe {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1-1920x1277.jpg");
}
.cid-sSNkXrNABe .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSNkXrNABe .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sSYetSqSLi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSqGn0Hm4x {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-sSqGn0Hm4x .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSqGn0Hm4x .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sSqGn0Hm4x .mbr-section-title {
  color: #ffffff;
}
.cid-sSqGn0Hm4x .mbr-text,
.cid-sSqGn0Hm4x .mbr-section-btn {
  color: #ffffff;
}
.cid-sSqGn1UrbU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSqGn2hLdd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gessofondo-1280x720.jpg");
}
.cid-sSqGn2hLdd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSqGn2hLdd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSqGn2hLdd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sSqGn2hLdd .mbr-section-title {
  text-align: left;
}
.cid-sSqGn2FDIH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSYZcHZQdc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sSYZcHZQdc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSYZcHZQdc .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sSqGn3UtUR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSqGn4c5PL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sSqGn4c5PL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSqGn4c5PL .row {
    flex-direction: column-reverse;
  }
  .cid-sSqGn4c5PL .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sSqGn4c5PL .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSqGn4c5PL .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sSqGn4c5PL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSqGn4wYiB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSqGn4VPEn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sSqGn4VPEn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-sSqGn4VPEn form {
    width: 50%;
  }
}
.cid-sSqGn4VPEn form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sSqGn4VPEn form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sSqGn5e7wr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSqGn5xC6Y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-sSqGn5xC6Y .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSqGn5xC6Y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSqGn5xC6Y .row {
    text-align: center;
  }
  .cid-sSqGn5xC6Y .row > div {
    margin: auto;
  }
  .cid-sSqGn5xC6Y .social-row {
    justify-content: center;
  }
}
.cid-sSqGn5xC6Y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSqGn5xC6Y .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sSqGn5xC6Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSqGn5xC6Y .list {
    margin-bottom: 0rem;
  }
}
.cid-sSqGn5xC6Y .mbr-text {
  color: #232323;
}
.cid-sSqGn5xC6Y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSqGn5xC6Y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSqGn5xC6Y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSqGn5xC6Y H5 {
  color: #232323;
}
.cid-sSqGn60hsN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSZUuuAC0M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sSZUuuAC0M nav.navbar {
  position: fixed;
}
.cid-sSZUuuAC0M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSZUuuAC0M .dropdown-menu {
  padding: 0;
}
.cid-sSZUuuAC0M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSZUuuAC0M .dropdown-item:hover,
.cid-sSZUuuAC0M .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sSZUuuAC0M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSZUuuAC0M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSZUuuAC0M .nav-link {
  position: relative;
}
.cid-sSZUuuAC0M .container {
  display: flex;
  margin: auto;
}
.cid-sSZUuuAC0M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSZUuuAC0M .navbar-caption {
  padding-right: 4rem;
}
.cid-sSZUuuAC0M .dropdown-menu,
.cid-sSZUuuAC0M .navbar.opened {
  background: #ffffff !important;
}
.cid-sSZUuuAC0M .nav-item:focus,
.cid-sSZUuuAC0M .nav-link:focus {
  outline: none;
}
.cid-sSZUuuAC0M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSZUuuAC0M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSZUuuAC0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSZUuuAC0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSZUuuAC0M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSZUuuAC0M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSZUuuAC0M .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sSZUuuAC0M .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSZUuuAC0M .navbar.opened {
  transition: all .3s;
}
.cid-sSZUuuAC0M .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sSZUuuAC0M .navbar .navbar-logo img {
  width: auto;
}
.cid-sSZUuuAC0M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSZUuuAC0M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSZUuuAC0M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSZUuuAC0M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sSZUuuAC0M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSZUuuAC0M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSZUuuAC0M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSZUuuAC0M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSZUuuAC0M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSZUuuAC0M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSZUuuAC0M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSZUuuAC0M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSZUuuAC0M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSZUuuAC0M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSZUuuAC0M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSZUuuAC0M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSZUuuAC0M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSZUuuAC0M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSZUuuAC0M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSZUuuAC0M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSZUuuAC0M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSZUuuAC0M .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSZUuuAC0M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSZUuuAC0M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSZUuuAC0M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSZUuuAC0M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSZUuuAC0M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSZUuuAC0M .dropdown-item.active,
.cid-sSZUuuAC0M .dropdown-item:active {
  background-color: transparent;
}
.cid-sSZUuuAC0M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSZUuuAC0M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSZUuuAC0M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSZUuuAC0M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSZUuuAC0M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSZUuuAC0M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSZUuuAC0M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSZUuuAC0M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSZUuuAC0M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sSZUuuAC0M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sSZUuuAC0M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSZUuuAC0M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSZUuuAC0M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSZUuuAC0M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSZUuuAC0M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSZUuuAC0M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSZUuuAC0M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSZUuuAC0M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSZUuuAC0M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sSZUuuAC0M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSZUuuAC0M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSZUuuAC0M .navbar {
    height: 77px;
  }
  .cid-sSZUuuAC0M .navbar.opened {
    height: auto;
  }
  .cid-sSZUuuAC0M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sT4Tg42ZXX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1483.jpg");
}
.cid-sT4Tg42ZXX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sT4Tg42ZXX .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sSZUuoCHWC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sT60K6065q {
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-sT60K6065q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sT60K6065q .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sT60K6065q .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sT60K6065q .mbr-text,
.cid-sT60K6065q .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sT9z0wuwPt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSZUup45mg {
  background-image: url("../../../assets/images/fondosorolla-1800x936.jpg");
}
.cid-sSZUup45mg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSZUup45mg .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sSZUup45mg .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-sSZUup45mg .mbr-text,
.cid-sSZUup45mg .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-sTyRA9FhMd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondosorolla-1800x936.jpg");
}
.cid-sTyRA9FhMd .content-wrapper {
  background: #4dd6cf;
}
@media (max-width: 991px) {
  .cid-sTyRA9FhMd .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sTyRA9FhMd .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTyRA9FhMd .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sTyRA9FhMd .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTyRA9FhMd .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sTyRA9FhMd .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sTyRA9FhMd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSZUupuJL8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSZUupSkc5 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-sSZUupSkc5 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSZUupSkc5 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sSZUuqX58q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTssB9DNIx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-11-1920x1280.jpg");
}
.cid-sTssB9DNIx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sTssB9DNIx .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sTssB9DNIx .mbr-section-title {
  color: #ffffff;
}
.cid-sTssB9DNIx .mbr-text,
.cid-sTssB9DNIx .mbr-section-btn {
  color: #ffffff;
}
.cid-sSZUurEZZX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSZUurWOM4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-sSZUurWOM4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSZUurWOM4 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sTstSQL1BY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTstRPswsp {
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-sTstRPswsp .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sTstRPswsp .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sTstRPswsp .mbr-section-title {
  color: #ffffff;
}
.cid-sTstRPswsp .mbr-text,
.cid-sTstRPswsp .mbr-section-btn {
  color: #ffffff;
}
.cid-sTsS7yC1Tm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTt0Nw43kV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-sTt0Nw43kV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sTt0Nw43kV .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sTt17GPIrn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-sTt17GPIrn .content-wrapper {
  background: #4dd6cf;
}
@media (max-width: 991px) {
  .cid-sTt17GPIrn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTt17GPIrn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sTt17GPIrn .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTt17GPIrn .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sTt17GPIrn .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sTt17GPIrn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTt17GPIrn .mbr-text,
.cid-sTt17GPIrn .mbr-section-btn {
  color: #ffffff;
}
.cid-sTt17GPIrn .card-title {
  color: #ffffff;
}
.cid-sSZUusgXVk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTsMDGIZ32 {
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpg");
}
.cid-sTsMDGIZ32 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sTsMDGIZ32 .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-sTt0OCs9w1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTsS4oY5Wt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-sTsS4oY5Wt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sTsS4oY5Wt .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sTsMEUTCAN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSZUuszWLp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sSZUuszWLp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSZUuszWLp .row {
    flex-direction: column-reverse;
  }
  .cid-sSZUuszWLp .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sSZUuszWLp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sSZUuszWLp .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sSZUuszWLp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSZUusSMCd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSZUutbN59 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sSZUutbN59 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-sSZUutbN59 form {
    width: 50%;
  }
}
.cid-sSZUutbN59 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sSZUutbN59 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sSZUutwP6S {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sSZUutP4Ot {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-sSZUutP4Ot .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSZUutP4Ot .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSZUutP4Ot .row {
    text-align: center;
  }
  .cid-sSZUutP4Ot .row > div {
    margin: auto;
  }
  .cid-sSZUutP4Ot .social-row {
    justify-content: center;
  }
}
.cid-sSZUutP4Ot .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSZUutP4Ot .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sSZUutP4Ot .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSZUutP4Ot .list {
    margin-bottom: 0rem;
  }
}
.cid-sSZUutP4Ot .mbr-text {
  color: #232323;
}
.cid-sSZUutP4Ot .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSZUutP4Ot .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSZUutP4Ot div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSZUutP4Ot H5 {
  color: #232323;
}
.cid-sSZUuufJA8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTCXGa9QNQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTCXGa9QNQ nav.navbar {
  position: fixed;
}
.cid-sTCXGa9QNQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTCXGa9QNQ .dropdown-menu {
  padding: 0;
}
.cid-sTCXGa9QNQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTCXGa9QNQ .dropdown-item:hover,
.cid-sTCXGa9QNQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sTCXGa9QNQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sTCXGa9QNQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTCXGa9QNQ .nav-link {
  position: relative;
}
.cid-sTCXGa9QNQ .container {
  display: flex;
  margin: auto;
}
.cid-sTCXGa9QNQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sTCXGa9QNQ .navbar-caption {
  padding-right: 4rem;
}
.cid-sTCXGa9QNQ .dropdown-menu,
.cid-sTCXGa9QNQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sTCXGa9QNQ .nav-item:focus,
.cid-sTCXGa9QNQ .nav-link:focus {
  outline: none;
}
.cid-sTCXGa9QNQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTCXGa9QNQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTCXGa9QNQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sTCXGa9QNQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTCXGa9QNQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTCXGa9QNQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTCXGa9QNQ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sTCXGa9QNQ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTCXGa9QNQ .navbar.opened {
  transition: all .3s;
}
.cid-sTCXGa9QNQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sTCXGa9QNQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sTCXGa9QNQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTCXGa9QNQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTCXGa9QNQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTCXGa9QNQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sTCXGa9QNQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTCXGa9QNQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTCXGa9QNQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sTCXGa9QNQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTCXGa9QNQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sTCXGa9QNQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sTCXGa9QNQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTCXGa9QNQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTCXGa9QNQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTCXGa9QNQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTCXGa9QNQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sTCXGa9QNQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sTCXGa9QNQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTCXGa9QNQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTCXGa9QNQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTCXGa9QNQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTCXGa9QNQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sTCXGa9QNQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTCXGa9QNQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sTCXGa9QNQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTCXGa9QNQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTCXGa9QNQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTCXGa9QNQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTCXGa9QNQ .dropdown-item.active,
.cid-sTCXGa9QNQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sTCXGa9QNQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTCXGa9QNQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTCXGa9QNQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTCXGa9QNQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTCXGa9QNQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTCXGa9QNQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTCXGa9QNQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTCXGa9QNQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTCXGa9QNQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sTCXGa9QNQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sTCXGa9QNQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sTCXGa9QNQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sTCXGa9QNQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sTCXGa9QNQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sTCXGa9QNQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTCXGa9QNQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sTCXGa9QNQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sTCXGa9QNQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTCXGa9QNQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sTCXGa9QNQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTCXGa9QNQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTCXGa9QNQ .navbar {
    height: 77px;
  }
  .cid-sTCXGa9QNQ .navbar.opened {
    height: auto;
  }
  .cid-sTCXGa9QNQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTDyStktHL {
  background-image: url("../../../assets/images/fondo-papeles-2000x1066.jpg");
}
.cid-sTDyStktHL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sTDyStktHL .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sTDyStktHL .mbr-section-title {
  color: #ffffff;
}
.cid-sTDyStktHL .mbr-text,
.cid-sTDyStktHL .mbr-section-btn {
  color: #ffffff;
}
.cid-sTCXG6VmTw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTDE8OQkne {
  background-image: url("../../../assets/images/muestracoleccion2-2000x1294.jpg");
}
.cid-sTDE8OQkne .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sTDE8OQkne .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sTDE8OQkne .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sTDE8OQkne .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sTDE8OQkne .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sTDE8OQkne .mbr-text,
.cid-sTDE8OQkne .mbr-section-btn {
  color: #ffffff;
}
.cid-sTDE8OQkne .mbr-section-title {
  color: #ffffff;
}
.cid-sTCXG7r4U1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-u5uviXGFD8 {
  background-color: #ffffff;
}
.cid-u5uviXGFD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5uviXGFD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5uviXGFD8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5uviXGFD8 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sTDGx7ffWu {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-flores-951x708.jpg");
}
.cid-sTDGx7ffWu .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sTDGx7ffWu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sTDGx7ffWu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sTDGx7ffWu .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sTDGx7ffWu .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sTCXG83NBj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTDIJPhxj0 {
  background-image: url("../../../assets/images/fondopostales-770x473.jpg");
}
@media (max-width: 991px) {
  .cid-sTDIJPhxj0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sTDIJPhxj0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sTDIJPhxj0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sTDIJPhxj0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sTEsoIz8io {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTEsm8GeUP {
  background-image: url("../../../assets/images/fondo-vellum1-2000x1066.jpg");
}
.cid-sTEsm8GeUP .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sTEsm8GeUP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sTEsm8GeUP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sTEsm8GeUP .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sTEsm8GeUP .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sTEGKkg6JR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTEHCKazpu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e2eaf9;
}
.cid-sTEHCKazpu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sTEHCKazpu .row {
    flex-direction: column-reverse;
  }
  .cid-sTEHCKazpu .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sTEHCKazpu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sTEHCKazpu .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sTEHCKazpu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTEHDW9TcZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTEGzYcnlg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sTEGzYcnlg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-sTEGzYcnlg form {
    width: 50%;
  }
}
.cid-sTEGzYcnlg form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sTEGzYcnlg form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sTEGIZ2uy6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTCXGaIVO3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-sTCXGaIVO3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sTCXGaIVO3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sTCXGaIVO3 .row {
    text-align: center;
  }
  .cid-sTCXGaIVO3 .row > div {
    margin: auto;
  }
  .cid-sTCXGaIVO3 .social-row {
    justify-content: center;
  }
}
.cid-sTCXGaIVO3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTCXGaIVO3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sTCXGaIVO3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTCXGaIVO3 .list {
    margin-bottom: 0rem;
  }
}
.cid-sTCXGaIVO3 .mbr-text {
  color: #232323;
}
.cid-sTCXGaIVO3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sTCXGaIVO3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sTCXGaIVO3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sTCXGaIVO3 H5 {
  color: #232323;
}
.cid-sTEGIhedoI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTPsU3aBxQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTPsU3aBxQ nav.navbar {
  position: fixed;
}
.cid-sTPsU3aBxQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTPsU3aBxQ .dropdown-menu {
  padding: 0;
}
.cid-sTPsU3aBxQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTPsU3aBxQ .dropdown-item:hover,
.cid-sTPsU3aBxQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sTPsU3aBxQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sTPsU3aBxQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTPsU3aBxQ .nav-link {
  position: relative;
}
.cid-sTPsU3aBxQ .container {
  display: flex;
  margin: auto;
}
.cid-sTPsU3aBxQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sTPsU3aBxQ .navbar-caption {
  padding-right: 4rem;
}
.cid-sTPsU3aBxQ .dropdown-menu,
.cid-sTPsU3aBxQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sTPsU3aBxQ .nav-item:focus,
.cid-sTPsU3aBxQ .nav-link:focus {
  outline: none;
}
.cid-sTPsU3aBxQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTPsU3aBxQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTPsU3aBxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sTPsU3aBxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTPsU3aBxQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTPsU3aBxQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTPsU3aBxQ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sTPsU3aBxQ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTPsU3aBxQ .navbar.opened {
  transition: all .3s;
}
.cid-sTPsU3aBxQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sTPsU3aBxQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sTPsU3aBxQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTPsU3aBxQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTPsU3aBxQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTPsU3aBxQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sTPsU3aBxQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTPsU3aBxQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTPsU3aBxQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sTPsU3aBxQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTPsU3aBxQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sTPsU3aBxQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sTPsU3aBxQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTPsU3aBxQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTPsU3aBxQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTPsU3aBxQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTPsU3aBxQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sTPsU3aBxQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sTPsU3aBxQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTPsU3aBxQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTPsU3aBxQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTPsU3aBxQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTPsU3aBxQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sTPsU3aBxQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTPsU3aBxQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sTPsU3aBxQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTPsU3aBxQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTPsU3aBxQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTPsU3aBxQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTPsU3aBxQ .dropdown-item.active,
.cid-sTPsU3aBxQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sTPsU3aBxQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTPsU3aBxQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTPsU3aBxQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTPsU3aBxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTPsU3aBxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTPsU3aBxQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTPsU3aBxQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTPsU3aBxQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTPsU3aBxQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sTPsU3aBxQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sTPsU3aBxQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sTPsU3aBxQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sTPsU3aBxQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sTPsU3aBxQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sTPsU3aBxQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTPsU3aBxQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sTPsU3aBxQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sTPsU3aBxQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTPsU3aBxQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sTPsU3aBxQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTPsU3aBxQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTPsU3aBxQ .navbar {
    height: 77px;
  }
  .cid-sTPsU3aBxQ .navbar.opened {
    height: auto;
  }
  .cid-sTPsU3aBxQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTPvP647Gi {
  display: flex;
  background-image: url("../../../assets/images/soportes2-2000x1186.jpg");
}
.cid-sTPvP647Gi .mbr-overlay {
  background-color: #353535;
  opacity: 0.6;
}
.cid-sTPvP647Gi .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sTPvP647Gi {
    align-items: flex-end;
  }
  .cid-sTPvP647Gi .row {
    justify-content: flex-start;
  }
  .cid-sTPvP647Gi .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sTPvP647Gi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sTPvP647Gi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sTPvP647Gi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sTPvP647Gi .content-wrap {
    width: 100%;
  }
}
.cid-sU6Xxbziz4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-toESH9yv5a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondocarton-2000x1066.jpg");
}
.cid-toESH9yv5a .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-toESH9yv5a img,
.cid-toESH9yv5a .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-toESH9yv5a .item:focus,
.cid-toESH9yv5a span:focus {
  outline: none;
}
.cid-toESH9yv5a .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-toESH9yv5a .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toESH9yv5a .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toESH9yv5a .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-toESH9yv5a .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toESH9yv5a .mbr-section-title {
  color: #232323;
}
.cid-toESH9yv5a .mbr-text,
.cid-toESH9yv5a .mbr-section-btn {
  text-align: left;
}
.cid-toESH9yv5a .item-title {
  text-align: left;
}
.cid-toESH9yv5a .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-toESNaqLNh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTPvG2VCLb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondochopo-2000x1066.jpg");
}
.cid-sTPvG2VCLb .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sTPvG2VCLb .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-sU67sLPebt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sU67sLPebt .carousel {
  height: 800px;
}
.cid-sU67sLPebt .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sU67sLPebt .carousel-item,
.cid-sU67sLPebt .carousel-inner {
  height: 100%;
}
.cid-sU67sLPebt .carousel-caption {
  bottom: 40px;
}
.cid-sU67sLPebt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sU67sLPebt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sU67sLPebt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sU67sLPebt .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sU67sLPebt .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sU67sLPebt .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sU67sLPebt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sU67sLPebt .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sU67sLPebt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU67sLPebt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sU67sLPebt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sU67sLPebt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sU67sLPebt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sU67sLPebt .carousel-indicators li.active,
.cid-sU67sLPebt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sU67sLPebt .carousel-indicators li::after,
.cid-sU67sLPebt .carousel-indicators li::before {
  content: none;
}
.cid-sU67sLPebt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU67sLPebt .carousel-indicators {
    display: none !important;
  }
}
.cid-toESd2VSCU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/planta-1600x2033.jpg");
}
.cid-toESd2VSCU .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-toESd2VSCU img,
.cid-toESd2VSCU .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-toESd2VSCU .item:focus,
.cid-toESd2VSCU span:focus {
  outline: none;
}
.cid-toESd2VSCU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-toESd2VSCU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toESd2VSCU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toESd2VSCU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-toESd2VSCU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toESd2VSCU .mbr-section-title {
  color: #232323;
}
.cid-toESd2VSCU .mbr-text,
.cid-toESd2VSCU .mbr-section-btn {
  text-align: left;
}
.cid-toESd2VSCU .item-title {
  text-align: left;
}
.cid-toESd2VSCU .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sU6Xy5pI0C {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sU87urkvhf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondo-dm-2000x1066.jpg");
}
.cid-sU87urkvhf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sU87urkvhf .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-sU87rCCKb0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sU87rCCKb0 .carousel {
  height: 800px;
}
.cid-sU87rCCKb0 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sU87rCCKb0 .carousel-item,
.cid-sU87rCCKb0 .carousel-inner {
  height: 100%;
}
.cid-sU87rCCKb0 .carousel-caption {
  bottom: 40px;
}
.cid-sU87rCCKb0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sU87rCCKb0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sU87rCCKb0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sU87rCCKb0 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sU87rCCKb0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sU87rCCKb0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sU87rCCKb0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sU87rCCKb0 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sU87rCCKb0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU87rCCKb0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sU87rCCKb0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sU87rCCKb0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sU87rCCKb0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sU87rCCKb0 .carousel-indicators li.active,
.cid-sU87rCCKb0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sU87rCCKb0 .carousel-indicators li::after,
.cid-sU87rCCKb0 .carousel-indicators li::before {
  content: none;
}
.cid-sU87rCCKb0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sU87rCCKb0 .carousel-indicators {
    display: none !important;
  }
}
.cid-toESuPWlXx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e2eaf9;
}
.cid-toESuPWlXx img,
.cid-toESuPWlXx .item-img {
  height: 100%;
  object-fit: cover;
}
.cid-toESuPWlXx .item:focus,
.cid-toESuPWlXx span:focus {
  outline: none;
}
.cid-toESuPWlXx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-toESuPWlXx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toESuPWlXx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toESuPWlXx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-toESuPWlXx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toESuPWlXx .mbr-section-title {
  color: #232323;
}
.cid-toESuPWlXx .mbr-text,
.cid-toESuPWlXx .mbr-section-btn {
  text-align: left;
}
.cid-toESuPWlXx .item-title {
  text-align: left;
}
.cid-toESuPWlXx .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sU6XzyRWpM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTPsTZbgkC {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/loneta-02-1000x624.jpg");
}
.cid-sTPsTZbgkC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sTPsTZbgkC .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sTPsTZbgkC .mbr-section-title {
  color: #ffffff;
}
.cid-sTPsTZbgkC .mbr-text,
.cid-sTPsTZbgkC .mbr-section-btn {
  color: #ffffff;
}
.cid-sTPsTZsTwc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUdNTIrcBO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sUdNTIrcBO .carousel {
  height: 800px;
}
.cid-sUdNTIrcBO .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUdNTIrcBO .carousel-item,
.cid-sUdNTIrcBO .carousel-inner {
  height: 100%;
}
.cid-sUdNTIrcBO .carousel-caption {
  bottom: 40px;
}
.cid-sUdNTIrcBO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sUdNTIrcBO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sUdNTIrcBO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sUdNTIrcBO .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sUdNTIrcBO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sUdNTIrcBO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sUdNTIrcBO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sUdNTIrcBO .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sUdNTIrcBO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUdNTIrcBO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUdNTIrcBO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUdNTIrcBO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sUdNTIrcBO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sUdNTIrcBO .carousel-indicators li.active,
.cid-sUdNTIrcBO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUdNTIrcBO .carousel-indicators li::after,
.cid-sUdNTIrcBO .carousel-indicators li::before {
  content: none;
}
.cid-sUdNTIrcBO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUdNTIrcBO .carousel-indicators {
    display: none !important;
  }
}
.cid-sTPsU1iBSh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTPsU1ClFV {
  background-image: url("../../../assets/images/mbr-1920x1536.jpg");
}
.cid-sTPsU1ClFV .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sTPsU1ClFV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sTPsU1ClFV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sTPsU1ClFV .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sTPsU1ClFV .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sTPsU1ClFV .mbr-text,
.cid-sTPsU1ClFV .mbr-section-btn {
  color: #ffffff;
}
.cid-sTPsU1ClFV .mbr-section-title {
  color: #ffffff;
}
.cid-sTPsU1VQFq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sU6V0maRHv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1080.png");
}
.cid-sU6V0maRHv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sU6V0maRHv .row {
    flex-direction: column-reverse;
  }
  .cid-sU6V0maRHv .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sU6V0maRHv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sU6V0maRHv .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sU6V0maRHv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sU6V0maRHv .card-title {
  color: #ffffff;
}
.cid-sU6V0maRHv .mbr-text,
.cid-sU6V0maRHv .mbr-section-btn {
  color: #ffffff;
}
.cid-sTPsU2zUH9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTPsU2RX8C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sTPsU2RX8C .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-sTPsU2RX8C form {
    width: 50%;
  }
}
.cid-sTPsU2RX8C form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sTPsU2RX8C form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sTPsU40lII {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sTPsU4ieGP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-sTPsU4ieGP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sTPsU4ieGP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sTPsU4ieGP .row {
    text-align: center;
  }
  .cid-sTPsU4ieGP .row > div {
    margin: auto;
  }
  .cid-sTPsU4ieGP .social-row {
    justify-content: center;
  }
}
.cid-sTPsU4ieGP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTPsU4ieGP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sTPsU4ieGP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTPsU4ieGP .list {
    margin-bottom: 0rem;
  }
}
.cid-sTPsU4ieGP .mbr-text {
  color: #232323;
}
.cid-sTPsU4ieGP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sTPsU4ieGP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sTPsU4ieGP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sTPsU4ieGP H5 {
  color: #232323;
}
.cid-sTPsU4JOqB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUi4f1TB9l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUi4f1TB9l nav.navbar {
  position: fixed;
}
.cid-sUi4f1TB9l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUi4f1TB9l .dropdown-menu {
  padding: 0;
}
.cid-sUi4f1TB9l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUi4f1TB9l .dropdown-item:hover,
.cid-sUi4f1TB9l .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sUi4f1TB9l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUi4f1TB9l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUi4f1TB9l .nav-link {
  position: relative;
}
.cid-sUi4f1TB9l .container {
  display: flex;
  margin: auto;
}
.cid-sUi4f1TB9l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUi4f1TB9l .navbar-caption {
  padding-right: 4rem;
}
.cid-sUi4f1TB9l .dropdown-menu,
.cid-sUi4f1TB9l .navbar.opened {
  background: #ffffff !important;
}
.cid-sUi4f1TB9l .nav-item:focus,
.cid-sUi4f1TB9l .nav-link:focus {
  outline: none;
}
.cid-sUi4f1TB9l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUi4f1TB9l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUi4f1TB9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUi4f1TB9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUi4f1TB9l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUi4f1TB9l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUi4f1TB9l .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sUi4f1TB9l .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUi4f1TB9l .navbar.opened {
  transition: all .3s;
}
.cid-sUi4f1TB9l .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUi4f1TB9l .navbar .navbar-logo img {
  width: auto;
}
.cid-sUi4f1TB9l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUi4f1TB9l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUi4f1TB9l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUi4f1TB9l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUi4f1TB9l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUi4f1TB9l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUi4f1TB9l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sUi4f1TB9l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUi4f1TB9l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUi4f1TB9l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUi4f1TB9l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUi4f1TB9l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUi4f1TB9l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUi4f1TB9l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUi4f1TB9l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sUi4f1TB9l .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUi4f1TB9l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUi4f1TB9l .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUi4f1TB9l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUi4f1TB9l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUi4f1TB9l .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUi4f1TB9l .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUi4f1TB9l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUi4f1TB9l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUi4f1TB9l .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUi4f1TB9l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUi4f1TB9l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUi4f1TB9l .dropdown-item.active,
.cid-sUi4f1TB9l .dropdown-item:active {
  background-color: transparent;
}
.cid-sUi4f1TB9l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUi4f1TB9l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUi4f1TB9l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUi4f1TB9l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUi4f1TB9l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUi4f1TB9l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUi4f1TB9l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUi4f1TB9l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUi4f1TB9l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUi4f1TB9l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUi4f1TB9l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUi4f1TB9l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUi4f1TB9l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUi4f1TB9l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUi4f1TB9l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUi4f1TB9l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUi4f1TB9l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUi4f1TB9l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUi4f1TB9l .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUi4f1TB9l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUi4f1TB9l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUi4f1TB9l .navbar {
    height: 77px;
  }
  .cid-sUi4f1TB9l .navbar.opened {
    height: auto;
  }
  .cid-sUi4f1TB9l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUi4eVHbFO {
  display: flex;
  background-image: url("../../../assets/images/fondoherramientasdesk-2000x1042.jpg");
}
.cid-sUi4eVHbFO .mbr-overlay {
  background-color: #4dd6cf;
  opacity: 0;
}
.cid-sUi4eVHbFO .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sUi4eVHbFO {
    align-items: flex-end;
  }
  .cid-sUi4eVHbFO .row {
    justify-content: flex-start;
  }
  .cid-sUi4eVHbFO .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sUi4eVHbFO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sUi4eVHbFO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sUi4eVHbFO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sUi4eVHbFO .content-wrap {
    width: 100%;
  }
}
.cid-sUi4eVHbFO .mbr-section-title {
  color: #fc0000;
}
.cid-sUi4eVHbFO .mbr-text,
.cid-sUi4eVHbFO .mbr-section-btn {
  color: #fc0000;
}
.cid-sUi4eWaPgL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-tbDAInE6oK {
  background-image: url("../../../assets/images/mia1-2000x1125.jpg");
}
.cid-tbDAInE6oK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbDAInE6oK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbDAInE6oK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tbDAInE6oK .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tbDAInE6oK .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tbDAMs2XmK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e2eaf9;
}
.cid-tbDAMs2XmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbDAMs2XmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbDAMs2XmK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tbDAMs2XmK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tbDAMs2XmK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tbDBJGHTVx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #e2eaf9;
}
.cid-tbDBJGHTVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbDBJGHTVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbDBJGHTVx .row {
  flex-direction: row-reverse;
}
.cid-tbDBJGHTVx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tbDBJGHTVx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tbDBJGHTVx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tbDEyR4FJz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUi4eXuTJq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sUi4eXuTJq .carousel {
  height: 800px;
}
.cid-sUi4eXuTJq .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUi4eXuTJq .carousel-item,
.cid-sUi4eXuTJq .carousel-inner {
  height: 100%;
}
.cid-sUi4eXuTJq .carousel-caption {
  bottom: 40px;
}
.cid-sUi4eXuTJq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sUi4eXuTJq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sUi4eXuTJq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sUi4eXuTJq .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sUi4eXuTJq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sUi4eXuTJq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sUi4eXuTJq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sUi4eXuTJq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sUi4eXuTJq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUi4eXuTJq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUi4eXuTJq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUi4eXuTJq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sUi4eXuTJq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sUi4eXuTJq .carousel-indicators li.active,
.cid-sUi4eXuTJq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUi4eXuTJq .carousel-indicators li::after,
.cid-sUi4eXuTJq .carousel-indicators li::before {
  content: none;
}
.cid-sUi4eXuTJq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUi4eXuTJq .carousel-indicators {
    display: none !important;
  }
}
.cid-sUi4eXuTJq P {
  color: #232323;
}
.cid-sUi4eXuTJq H5 {
  color: #232323;
}
.cid-sUi4eZ6Lgm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUi4eZmEwu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fondopunch-2000x1066.jpg");
}
.cid-sUi4eZmEwu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sUi4eZmEwu .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sUi4eZmEwu .mbr-section-title {
  color: #ffffff;
}
.cid-sUi4eZmEwu .mbr-text,
.cid-sUi4eZmEwu .mbr-section-btn {
  color: #ffffff;
}
.cid-sUnMDrePUQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fondopunch2-2000x1066.jpg");
}
.cid-sUnMDrePUQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sUnMDrePUQ .row {
    flex-direction: column-reverse;
  }
  .cid-sUnMDrePUQ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sUnMDrePUQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sUnMDrePUQ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sUnMDrePUQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUnMDrePUQ .card-title {
  color: #ffffff;
}
.cid-sUnMDrePUQ .mbr-text,
.cid-sUnMDrePUQ .mbr-section-btn {
  color: #ffffff;
}
.cid-sUi4f0eLXx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUi4f0v7ZB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondopaletinas2-2000x1186.jpg");
}
.cid-sUi4f0v7ZB .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sUi4f0v7ZB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUi4f0v7ZB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sUi4f0v7ZB .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sUi4f0v7ZB .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUi4f0v7ZB .mbr-text,
.cid-sUi4f0v7ZB .mbr-section-btn {
  color: #232323;
}
.cid-sUi4f0v7ZB .mbr-section-title {
  color: #232323;
}
.cid-sUolfgs8Nd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUolJWKmCL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-12-1920x1280.jpg");
}
.cid-sUolJWKmCL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sUolJWKmCL .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sUi4f0LVSr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUi4f13vxs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1114.jpg");
}
.cid-sUi4f13vxs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sUi4f13vxs .row {
    flex-direction: column-reverse;
  }
  .cid-sUi4f13vxs .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sUi4f13vxs .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sUi4f13vxs .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sUi4f13vxs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUi4f13vxs .card-title {
  color: #ffffff;
}
.cid-sUi4f13vxs .mbr-text,
.cid-sUi4f13vxs .mbr-section-btn {
  color: #ffffff;
}
.cid-sUi4f1kwbl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUi4f1BgYF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUi4f1BgYF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-sUi4f1BgYF form {
    width: 50%;
  }
}
.cid-sUi4f1BgYF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sUi4f1BgYF form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sUi4f2nKcV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUi4f2EnAa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-sUi4f2EnAa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUi4f2EnAa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUi4f2EnAa .row {
    text-align: center;
  }
  .cid-sUi4f2EnAa .row > div {
    margin: auto;
  }
  .cid-sUi4f2EnAa .social-row {
    justify-content: center;
  }
}
.cid-sUi4f2EnAa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUi4f2EnAa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sUi4f2EnAa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUi4f2EnAa .list {
    margin-bottom: 0rem;
  }
}
.cid-sUi4f2EnAa .mbr-text {
  color: #232323;
}
.cid-sUi4f2EnAa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUi4f2EnAa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUi4f2EnAa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUi4f2EnAa H5 {
  color: #232323;
}
.cid-sUi4f32ab2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUoyiCBvjN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUoyiCBvjN nav.navbar {
  position: fixed;
}
.cid-sUoyiCBvjN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUoyiCBvjN .dropdown-menu {
  padding: 0;
}
.cid-sUoyiCBvjN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUoyiCBvjN .dropdown-item:hover,
.cid-sUoyiCBvjN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sUoyiCBvjN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUoyiCBvjN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUoyiCBvjN .nav-link {
  position: relative;
}
.cid-sUoyiCBvjN .container {
  display: flex;
  margin: auto;
}
.cid-sUoyiCBvjN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUoyiCBvjN .navbar-caption {
  padding-right: 4rem;
}
.cid-sUoyiCBvjN .dropdown-menu,
.cid-sUoyiCBvjN .navbar.opened {
  background: #ffffff !important;
}
.cid-sUoyiCBvjN .nav-item:focus,
.cid-sUoyiCBvjN .nav-link:focus {
  outline: none;
}
.cid-sUoyiCBvjN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUoyiCBvjN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUoyiCBvjN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUoyiCBvjN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUoyiCBvjN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUoyiCBvjN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUoyiCBvjN .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sUoyiCBvjN .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUoyiCBvjN .navbar.opened {
  transition: all .3s;
}
.cid-sUoyiCBvjN .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUoyiCBvjN .navbar .navbar-logo img {
  width: auto;
}
.cid-sUoyiCBvjN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUoyiCBvjN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUoyiCBvjN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUoyiCBvjN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUoyiCBvjN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUoyiCBvjN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUoyiCBvjN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sUoyiCBvjN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUoyiCBvjN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUoyiCBvjN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUoyiCBvjN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUoyiCBvjN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUoyiCBvjN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUoyiCBvjN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUoyiCBvjN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sUoyiCBvjN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUoyiCBvjN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUoyiCBvjN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUoyiCBvjN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUoyiCBvjN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUoyiCBvjN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUoyiCBvjN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUoyiCBvjN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUoyiCBvjN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUoyiCBvjN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUoyiCBvjN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUoyiCBvjN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUoyiCBvjN .dropdown-item.active,
.cid-sUoyiCBvjN .dropdown-item:active {
  background-color: transparent;
}
.cid-sUoyiCBvjN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUoyiCBvjN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUoyiCBvjN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUoyiCBvjN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUoyiCBvjN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUoyiCBvjN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUoyiCBvjN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUoyiCBvjN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUoyiCBvjN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUoyiCBvjN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUoyiCBvjN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUoyiCBvjN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUoyiCBvjN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUoyiCBvjN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUoyiCBvjN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUoyiCBvjN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUoyiCBvjN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUoyiCBvjN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUoyiCBvjN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUoyiCBvjN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUoyiCBvjN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUoyiCBvjN .navbar {
    height: 77px;
  }
  .cid-sUoyiCBvjN .navbar.opened {
    height: auto;
  }
  .cid-sUoyiCBvjN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUoyixdQzm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUoDhOsTzd {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1920.jpg");
}
.cid-sUoDhOsTzd .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sUoDhOsTzd .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sUoDhOsTzd .mbr-section-title {
  color: #ffffff;
}
.cid-sUoDhOsTzd .mbr-text,
.cid-sUoDhOsTzd .mbr-section-btn {
  color: #ffffff;
}
.cid-sUoyiyxCsW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUoKZbjaMo {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #98dee8;
}
.cid-sUoKZbjaMo img,
.cid-sUoKZbjaMo .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUoKZbjaMo .item:focus,
.cid-sUoKZbjaMo span:focus {
  outline: none;
}
.cid-sUoKZbjaMo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUoKZbjaMo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sUoKZbjaMo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUoKZbjaMo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sUoKZbjaMo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sUoKZbjaMo .mbr-section-title {
  color: #232323;
}
.cid-sUoKZbjaMo .mbr-text,
.cid-sUoKZbjaMo .mbr-section-btn {
  text-align: left;
}
.cid-sUoKZbjaMo .item-title {
  text-align: left;
}
.cid-sUoKZbjaMo .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sUoMsFiYjG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #98dee8;
}
.cid-sUoMsFiYjG img,
.cid-sUoMsFiYjG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUoMsFiYjG .item:focus,
.cid-sUoMsFiYjG span:focus {
  outline: none;
}
.cid-sUoMsFiYjG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUoMsFiYjG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #98dee8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sUoMsFiYjG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUoMsFiYjG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sUoMsFiYjG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sUoMsFiYjG .mbr-section-title {
  color: #232323;
}
.cid-sUoMsFiYjG .mbr-text,
.cid-sUoMsFiYjG .mbr-section-btn {
  text-align: left;
}
.cid-sUoMsFiYjG .item-title {
  text-align: left;
}
.cid-sUoMsFiYjG .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tPPuXsNEXo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #98dee8;
}
.cid-tPPuXsNEXo img,
.cid-tPPuXsNEXo .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tPPuXsNEXo .item:focus,
.cid-tPPuXsNEXo span:focus {
  outline: none;
}
.cid-tPPuXsNEXo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tPPuXsNEXo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #98dee8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tPPuXsNEXo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPPuXsNEXo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tPPuXsNEXo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tPPuXsNEXo .mbr-section-title {
  color: #232323;
}
.cid-tPPuXsNEXo .mbr-text,
.cid-tPPuXsNEXo .mbr-section-btn {
  text-align: left;
}
.cid-tPPuXsNEXo .item-title {
  text-align: left;
}
.cid-tPPuXsNEXo .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sUoyiBZFzh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUoyiChobQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUoyiChobQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-sUoyiChobQ form {
    width: 50%;
  }
}
.cid-sUoyiChobQ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sUoyiChobQ form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sUoyiD3l4p {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUoyiDlQs6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-sUoyiDlQs6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUoyiDlQs6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUoyiDlQs6 .row {
    text-align: center;
  }
  .cid-sUoyiDlQs6 .row > div {
    margin: auto;
  }
  .cid-sUoyiDlQs6 .social-row {
    justify-content: center;
  }
}
.cid-sUoyiDlQs6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUoyiDlQs6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sUoyiDlQs6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUoyiDlQs6 .list {
    margin-bottom: 0rem;
  }
}
.cid-sUoyiDlQs6 .mbr-text {
  color: #232323;
}
.cid-sUoyiDlQs6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUoyiDlQs6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUoyiDlQs6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUoyiDlQs6 H5 {
  color: #232323;
}
.cid-sUoyiDLqkk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUpP6Ia48S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUpP6Ia48S nav.navbar {
  position: fixed;
}
.cid-sUpP6Ia48S .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUpP6Ia48S .dropdown-menu {
  padding: 0;
}
.cid-sUpP6Ia48S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUpP6Ia48S .dropdown-item:hover,
.cid-sUpP6Ia48S .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sUpP6Ia48S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUpP6Ia48S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUpP6Ia48S .nav-link {
  position: relative;
}
.cid-sUpP6Ia48S .container {
  display: flex;
  margin: auto;
}
.cid-sUpP6Ia48S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUpP6Ia48S .navbar-caption {
  padding-right: 4rem;
}
.cid-sUpP6Ia48S .dropdown-menu,
.cid-sUpP6Ia48S .navbar.opened {
  background: #ffffff !important;
}
.cid-sUpP6Ia48S .nav-item:focus,
.cid-sUpP6Ia48S .nav-link:focus {
  outline: none;
}
.cid-sUpP6Ia48S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUpP6Ia48S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUpP6Ia48S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUpP6Ia48S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUpP6Ia48S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUpP6Ia48S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUpP6Ia48S .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sUpP6Ia48S .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUpP6Ia48S .navbar.opened {
  transition: all .3s;
}
.cid-sUpP6Ia48S .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUpP6Ia48S .navbar .navbar-logo img {
  width: auto;
}
.cid-sUpP6Ia48S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUpP6Ia48S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUpP6Ia48S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUpP6Ia48S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUpP6Ia48S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUpP6Ia48S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUpP6Ia48S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sUpP6Ia48S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUpP6Ia48S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUpP6Ia48S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUpP6Ia48S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUpP6Ia48S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUpP6Ia48S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUpP6Ia48S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUpP6Ia48S .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sUpP6Ia48S .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUpP6Ia48S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUpP6Ia48S .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUpP6Ia48S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUpP6Ia48S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUpP6Ia48S .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUpP6Ia48S .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUpP6Ia48S .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUpP6Ia48S .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUpP6Ia48S .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUpP6Ia48S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUpP6Ia48S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUpP6Ia48S .dropdown-item.active,
.cid-sUpP6Ia48S .dropdown-item:active {
  background-color: transparent;
}
.cid-sUpP6Ia48S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUpP6Ia48S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUpP6Ia48S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUpP6Ia48S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUpP6Ia48S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUpP6Ia48S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUpP6Ia48S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUpP6Ia48S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUpP6Ia48S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUpP6Ia48S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUpP6Ia48S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUpP6Ia48S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUpP6Ia48S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUpP6Ia48S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUpP6Ia48S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUpP6Ia48S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUpP6Ia48S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUpP6Ia48S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUpP6Ia48S .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUpP6Ia48S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUpP6Ia48S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUpP6Ia48S .navbar {
    height: 77px;
  }
  .cid-sUpP6Ia48S .navbar.opened {
    height: auto;
  }
  .cid-sUpP6Ia48S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUpP6FmAvx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUpPyPTHhE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUpRgk1kPo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUpQGIojvT {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUpP6IyzHw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUpP6IPTH7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-sUpP6IPTH7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUpP6IPTH7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUpP6IPTH7 .row {
    text-align: center;
  }
  .cid-sUpP6IPTH7 .row > div {
    margin: auto;
  }
  .cid-sUpP6IPTH7 .social-row {
    justify-content: center;
  }
}
.cid-sUpP6IPTH7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUpP6IPTH7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sUpP6IPTH7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUpP6IPTH7 .list {
    margin-bottom: 0rem;
  }
}
.cid-sUpP6IPTH7 .mbr-text {
  color: #232323;
}
.cid-sUpP6IPTH7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUpP6IPTH7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUpP6IPTH7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUpP6IPTH7 H5 {
  color: #232323;
}
.cid-sUpP6JfEbT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUpRUFLNku {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUpRUFLNku nav.navbar {
  position: fixed;
}
.cid-sUpRUFLNku .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUpRUFLNku .dropdown-menu {
  padding: 0;
}
.cid-sUpRUFLNku .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUpRUFLNku .dropdown-item:hover,
.cid-sUpRUFLNku .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sUpRUFLNku .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUpRUFLNku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUpRUFLNku .nav-link {
  position: relative;
}
.cid-sUpRUFLNku .container {
  display: flex;
  margin: auto;
}
.cid-sUpRUFLNku .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUpRUFLNku .navbar-caption {
  padding-right: 4rem;
}
.cid-sUpRUFLNku .dropdown-menu,
.cid-sUpRUFLNku .navbar.opened {
  background: #ffffff !important;
}
.cid-sUpRUFLNku .nav-item:focus,
.cid-sUpRUFLNku .nav-link:focus {
  outline: none;
}
.cid-sUpRUFLNku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUpRUFLNku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUpRUFLNku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUpRUFLNku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUpRUFLNku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUpRUFLNku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUpRUFLNku .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sUpRUFLNku .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUpRUFLNku .navbar.opened {
  transition: all .3s;
}
.cid-sUpRUFLNku .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUpRUFLNku .navbar .navbar-logo img {
  width: auto;
}
.cid-sUpRUFLNku .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUpRUFLNku .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUpRUFLNku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUpRUFLNku .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUpRUFLNku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUpRUFLNku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUpRUFLNku .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sUpRUFLNku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUpRUFLNku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUpRUFLNku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUpRUFLNku .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUpRUFLNku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUpRUFLNku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUpRUFLNku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUpRUFLNku .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sUpRUFLNku .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUpRUFLNku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUpRUFLNku .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUpRUFLNku .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUpRUFLNku .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUpRUFLNku .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUpRUFLNku .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUpRUFLNku .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUpRUFLNku .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUpRUFLNku .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUpRUFLNku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUpRUFLNku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUpRUFLNku .dropdown-item.active,
.cid-sUpRUFLNku .dropdown-item:active {
  background-color: transparent;
}
.cid-sUpRUFLNku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUpRUFLNku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUpRUFLNku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUpRUFLNku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUpRUFLNku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUpRUFLNku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUpRUFLNku ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUpRUFLNku .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUpRUFLNku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUpRUFLNku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUpRUFLNku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUpRUFLNku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUpRUFLNku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUpRUFLNku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUpRUFLNku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUpRUFLNku nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUpRUFLNku nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUpRUFLNku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUpRUFLNku .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUpRUFLNku a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUpRUFLNku .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUpRUFLNku .navbar {
    height: 77px;
  }
  .cid-sUpRUFLNku .navbar.opened {
    height: auto;
  }
  .cid-sUpRUFLNku .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUpRUE8pnd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUpRUEI0J1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUpRUF8PzE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4dd6cf;
}
.cid-sUpVr4HKCw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUpRUFt9JY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUpUB81MfT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUpUB81MfT .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sUpUB81MfT .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sUpUSsjLvK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUpRUGjNiQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-sUpRUGJYz2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-sUpRUGJYz2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUpRUGJYz2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUpRUGJYz2 .row {
    text-align: center;
  }
  .cid-sUpRUGJYz2 .row > div {
    margin: auto;
  }
  .cid-sUpRUGJYz2 .social-row {
    justify-content: center;
  }
}
.cid-sUpRUGJYz2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUpRUGJYz2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sUpRUGJYz2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUpRUGJYz2 .list {
    margin-bottom: 0rem;
  }
}
.cid-sUpRUGJYz2 .mbr-text {
  color: #232323;
}
.cid-sUpRUGJYz2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUpRUGJYz2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUpRUGJYz2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUpRUGJYz2 H5 {
  color: #232323;
}
.cid-sUpRUHzw3d {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-t2G61xa4CO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2G61xa4CO nav.navbar {
  position: fixed;
}
.cid-t2G61xa4CO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2G61xa4CO .dropdown-menu {
  padding: 0;
}
.cid-t2G61xa4CO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2G61xa4CO .dropdown-item:hover,
.cid-t2G61xa4CO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-t2G61xa4CO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t2G61xa4CO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2G61xa4CO .nav-link {
  position: relative;
}
.cid-t2G61xa4CO .container {
  display: flex;
  margin: auto;
}
.cid-t2G61xa4CO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t2G61xa4CO .navbar-caption {
  padding-right: 4rem;
}
.cid-t2G61xa4CO .dropdown-menu,
.cid-t2G61xa4CO .navbar.opened {
  background: #ffffff !important;
}
.cid-t2G61xa4CO .nav-item:focus,
.cid-t2G61xa4CO .nav-link:focus {
  outline: none;
}
.cid-t2G61xa4CO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2G61xa4CO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2G61xa4CO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t2G61xa4CO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2G61xa4CO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2G61xa4CO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2G61xa4CO .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t2G61xa4CO .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2G61xa4CO .navbar.opened {
  transition: all .3s;
}
.cid-t2G61xa4CO .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t2G61xa4CO .navbar .navbar-logo img {
  width: auto;
}
.cid-t2G61xa4CO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2G61xa4CO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2G61xa4CO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2G61xa4CO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t2G61xa4CO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2G61xa4CO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2G61xa4CO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t2G61xa4CO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2G61xa4CO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t2G61xa4CO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t2G61xa4CO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2G61xa4CO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2G61xa4CO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2G61xa4CO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2G61xa4CO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t2G61xa4CO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t2G61xa4CO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2G61xa4CO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2G61xa4CO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2G61xa4CO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2G61xa4CO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t2G61xa4CO .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2G61xa4CO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t2G61xa4CO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t2G61xa4CO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2G61xa4CO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2G61xa4CO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2G61xa4CO .dropdown-item.active,
.cid-t2G61xa4CO .dropdown-item:active {
  background-color: transparent;
}
.cid-t2G61xa4CO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2G61xa4CO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2G61xa4CO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2G61xa4CO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2G61xa4CO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2G61xa4CO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2G61xa4CO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2G61xa4CO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2G61xa4CO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t2G61xa4CO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t2G61xa4CO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2G61xa4CO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2G61xa4CO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2G61xa4CO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2G61xa4CO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2G61xa4CO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t2G61xa4CO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t2G61xa4CO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2G61xa4CO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t2G61xa4CO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2G61xa4CO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2G61xa4CO .navbar {
    height: 77px;
  }
  .cid-t2G61xa4CO .navbar.opened {
    height: auto;
  }
  .cid-t2G61xa4CO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2G61qGGkW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-20211220-115550-2000x1500.jpg");
}
.cid-t2G61qGGkW .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-t2G61qGGkW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t2G61qGGkW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t2G61qGGkW .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t2G61qGGkW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t2HC8uSqsv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2G61tgLip {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-t2IbCrrLa5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffd7c3;
}
.cid-t2HPoYHnP0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2Ib8nRsFq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/manchasblancas-2000x1188.jpg");
}
@media (max-width: 767px) {
  .cid-t2Ib8nRsFq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2Ib8nRsFq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2Ib8nRsFq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2Ib8nRsFq .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-t2Ib8nRsFq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2Ib8nRsFq .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2HP5jFWJS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2HP5jFWJS .video-wrapper iframe {
  width: 100%;
}
.cid-t2HP5jFWJS .mbr-section-title,
.cid-t2HP5jFWJS .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t2HP5jFWJS .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2I3TN9a5o {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2I3TN9a5o .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2I3TN9a5o .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2I3TN9a5o .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t2I3TN9a5o .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2I3TN9a5o .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2I3TN9a5o .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2I3TN9a5o .carousel-control,
.cid-t2I3TN9a5o .close {
  background: #1b1b1b;
}
.cid-t2I3TN9a5o .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2I3TN9a5o .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2I3TN9a5o .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2I3TN9a5o .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2I3TN9a5o .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2I3TN9a5o .close::before {
  content: '\e91a';
}
.cid-t2I3TN9a5o .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2I3TN9a5o .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2I3TN9a5o .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2I3TN9a5o .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2I3TN9a5o .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2I3TN9a5o .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2I3TN9a5o .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t2I3TN9a5o .carousel-indicators li.active,
.cid-t2I3TN9a5o .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2I3TN9a5o .carousel-indicators li::after,
.cid-t2I3TN9a5o .carousel-indicators li::before {
  content: none;
}
.cid-t2I3TN9a5o .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2I3TN9a5o .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2I3TN9a5o .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2I3TN9a5o .carousel-indicators {
    display: none;
  }
}
.cid-t2I3TN9a5o .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2I3TN9a5o .carousel-inner > .active {
  display: block;
}
.cid-t2I3TN9a5o .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2I3TN9a5o .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2I3TN9a5o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2I3TN9a5o .carousel-control,
  .cid-t2I3TN9a5o .carousel-indicators,
  .cid-t2I3TN9a5o .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2I3TN9a5o .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2I3TN9a5o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2I3TN9a5o .carousel-indicators .active,
.cid-t2I3TN9a5o .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2I3TN9a5o .carousel-indicators .active {
  background: #fff;
}
.cid-t2I3TN9a5o .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2I3TN9a5o .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2I3TN9a5o .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2I3TN9a5o .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2I3TN9a5o .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2I3TN9a5o .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2I3TN9a5o .carousel {
  width: 100%;
}
.cid-t2I3TN9a5o .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2I3TN9a5o .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2I3TN9a5o .modal.fade .modal-dialog,
.cid-t2I3TN9a5o .modal.in .modal-dialog {
  transform: none;
}
.cid-t2I3TN9a5o .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2I3TN9a5o H6 {
  text-align: center;
}
.cid-t2I7NEMBeM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffd7c3;
}
.cid-t2NSFuZYzS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2NRROJf5q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t2NRROJf5q .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2NRROJf5q .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2NRROJf5q .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2NRROJf5q .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-t2NRROJf5q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2NRROJf5q .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2N1sZdg0p {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2N1sZdg0p .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2N1sZdg0p .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2N1sZdg0p .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t2N1sZdg0p .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2N1sZdg0p .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2N1sZdg0p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2N1sZdg0p .carousel-control,
.cid-t2N1sZdg0p .close {
  background: #1b1b1b;
}
.cid-t2N1sZdg0p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2N1sZdg0p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2N1sZdg0p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2N1sZdg0p .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2N1sZdg0p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2N1sZdg0p .close::before {
  content: '\e91a';
}
.cid-t2N1sZdg0p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2N1sZdg0p .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2N1sZdg0p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2N1sZdg0p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2N1sZdg0p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2N1sZdg0p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2N1sZdg0p .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t2N1sZdg0p .carousel-indicators li.active,
.cid-t2N1sZdg0p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2N1sZdg0p .carousel-indicators li::after,
.cid-t2N1sZdg0p .carousel-indicators li::before {
  content: none;
}
.cid-t2N1sZdg0p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2N1sZdg0p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2N1sZdg0p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2N1sZdg0p .carousel-indicators {
    display: none;
  }
}
.cid-t2N1sZdg0p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2N1sZdg0p .carousel-inner > .active {
  display: block;
}
.cid-t2N1sZdg0p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2N1sZdg0p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2N1sZdg0p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2N1sZdg0p .carousel-control,
  .cid-t2N1sZdg0p .carousel-indicators,
  .cid-t2N1sZdg0p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2N1sZdg0p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2N1sZdg0p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2N1sZdg0p .carousel-indicators .active,
.cid-t2N1sZdg0p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2N1sZdg0p .carousel-indicators .active {
  background: #fff;
}
.cid-t2N1sZdg0p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2N1sZdg0p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2N1sZdg0p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2N1sZdg0p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2N1sZdg0p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2N1sZdg0p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2N1sZdg0p .carousel {
  width: 100%;
}
.cid-t2N1sZdg0p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2N1sZdg0p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2N1sZdg0p .modal.fade .modal-dialog,
.cid-t2N1sZdg0p .modal.in .modal-dialog {
  transform: none;
}
.cid-t2N1sZdg0p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2N1sZdg0p H6 {
  text-align: center;
}
.cid-t2NVGvBtck {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffd7c3;
}
.cid-t2O2sekTsk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2NXIDfGIn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t2NXIDfGIn .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2NXIDfGIn .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2NXIDfGIn .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2NXIDfGIn .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-t2NXIDfGIn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2NXIDfGIn .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2NWMwRIQm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2NWMwRIQm .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2NWMwRIQm .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2NWMwRIQm .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t2NWMwRIQm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2NWMwRIQm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2NWMwRIQm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2NWMwRIQm .carousel-control,
.cid-t2NWMwRIQm .close {
  background: #1b1b1b;
}
.cid-t2NWMwRIQm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2NWMwRIQm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2NWMwRIQm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2NWMwRIQm .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2NWMwRIQm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2NWMwRIQm .close::before {
  content: '\e91a';
}
.cid-t2NWMwRIQm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2NWMwRIQm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2NWMwRIQm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2NWMwRIQm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2NWMwRIQm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2NWMwRIQm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2NWMwRIQm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t2NWMwRIQm .carousel-indicators li.active,
.cid-t2NWMwRIQm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2NWMwRIQm .carousel-indicators li::after,
.cid-t2NWMwRIQm .carousel-indicators li::before {
  content: none;
}
.cid-t2NWMwRIQm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2NWMwRIQm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2NWMwRIQm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2NWMwRIQm .carousel-indicators {
    display: none;
  }
}
.cid-t2NWMwRIQm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2NWMwRIQm .carousel-inner > .active {
  display: block;
}
.cid-t2NWMwRIQm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2NWMwRIQm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2NWMwRIQm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2NWMwRIQm .carousel-control,
  .cid-t2NWMwRIQm .carousel-indicators,
  .cid-t2NWMwRIQm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2NWMwRIQm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2NWMwRIQm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2NWMwRIQm .carousel-indicators .active,
.cid-t2NWMwRIQm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2NWMwRIQm .carousel-indicators .active {
  background: #fff;
}
.cid-t2NWMwRIQm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2NWMwRIQm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2NWMwRIQm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2NWMwRIQm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2NWMwRIQm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2NWMwRIQm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2NWMwRIQm .carousel {
  width: 100%;
}
.cid-t2NWMwRIQm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2NWMwRIQm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2NWMwRIQm .modal.fade .modal-dialog,
.cid-t2NWMwRIQm .modal.in .modal-dialog {
  transform: none;
}
.cid-t2NWMwRIQm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2NWMwRIQm H6 {
  text-align: center;
}
.cid-t2O2gdS4VS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffd7c3;
}
.cid-t2O2tEd31p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2O2hgmKmQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t2O2hgmKmQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2O2hgmKmQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2O2hgmKmQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2O2hgmKmQ .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-t2O2hgmKmQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2O2hgmKmQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2O2kfpkFW {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2O2kfpkFW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2O2kfpkFW .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2O2kfpkFW .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t2O2kfpkFW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2O2kfpkFW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2O2kfpkFW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2O2kfpkFW .carousel-control,
.cid-t2O2kfpkFW .close {
  background: #1b1b1b;
}
.cid-t2O2kfpkFW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2O2kfpkFW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2O2kfpkFW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2O2kfpkFW .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2O2kfpkFW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2O2kfpkFW .close::before {
  content: '\e91a';
}
.cid-t2O2kfpkFW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2O2kfpkFW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2O2kfpkFW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2O2kfpkFW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2O2kfpkFW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2O2kfpkFW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2O2kfpkFW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t2O2kfpkFW .carousel-indicators li.active,
.cid-t2O2kfpkFW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2O2kfpkFW .carousel-indicators li::after,
.cid-t2O2kfpkFW .carousel-indicators li::before {
  content: none;
}
.cid-t2O2kfpkFW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2O2kfpkFW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2O2kfpkFW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2O2kfpkFW .carousel-indicators {
    display: none;
  }
}
.cid-t2O2kfpkFW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2O2kfpkFW .carousel-inner > .active {
  display: block;
}
.cid-t2O2kfpkFW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2O2kfpkFW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2O2kfpkFW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2O2kfpkFW .carousel-control,
  .cid-t2O2kfpkFW .carousel-indicators,
  .cid-t2O2kfpkFW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2O2kfpkFW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2O2kfpkFW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2O2kfpkFW .carousel-indicators .active,
.cid-t2O2kfpkFW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2O2kfpkFW .carousel-indicators .active {
  background: #fff;
}
.cid-t2O2kfpkFW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2O2kfpkFW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2O2kfpkFW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2O2kfpkFW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2O2kfpkFW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2O2kfpkFW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2O2kfpkFW .carousel {
  width: 100%;
}
.cid-t2O2kfpkFW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2O2kfpkFW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2O2kfpkFW .modal.fade .modal-dialog,
.cid-t2O2kfpkFW .modal.in .modal-dialog {
  transform: none;
}
.cid-t2O2kfpkFW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2O2kfpkFW H6 {
  text-align: center;
}
.cid-t2RKmiwy9N {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffd7c3;
}
.cid-t2SKlHAExT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2SKqDOEH2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t2SKqDOEH2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2SKqDOEH2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2SKqDOEH2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2SKqDOEH2 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-t2SKqDOEH2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2SKqDOEH2 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2SKsylXtM {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2SKsylXtM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2SKsylXtM .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2SKsylXtM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t2SKsylXtM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2SKsylXtM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2SKsylXtM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2SKsylXtM .carousel-control,
.cid-t2SKsylXtM .close {
  background: #1b1b1b;
}
.cid-t2SKsylXtM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2SKsylXtM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2SKsylXtM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2SKsylXtM .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2SKsylXtM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2SKsylXtM .close::before {
  content: '\e91a';
}
.cid-t2SKsylXtM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2SKsylXtM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2SKsylXtM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2SKsylXtM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2SKsylXtM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2SKsylXtM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2SKsylXtM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t2SKsylXtM .carousel-indicators li.active,
.cid-t2SKsylXtM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2SKsylXtM .carousel-indicators li::after,
.cid-t2SKsylXtM .carousel-indicators li::before {
  content: none;
}
.cid-t2SKsylXtM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2SKsylXtM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2SKsylXtM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2SKsylXtM .carousel-indicators {
    display: none;
  }
}
.cid-t2SKsylXtM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2SKsylXtM .carousel-inner > .active {
  display: block;
}
.cid-t2SKsylXtM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2SKsylXtM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2SKsylXtM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2SKsylXtM .carousel-control,
  .cid-t2SKsylXtM .carousel-indicators,
  .cid-t2SKsylXtM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2SKsylXtM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2SKsylXtM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2SKsylXtM .carousel-indicators .active,
.cid-t2SKsylXtM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2SKsylXtM .carousel-indicators .active {
  background: #fff;
}
.cid-t2SKsylXtM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2SKsylXtM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2SKsylXtM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2SKsylXtM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2SKsylXtM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2SKsylXtM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2SKsylXtM .carousel {
  width: 100%;
}
.cid-t2SKsylXtM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2SKsylXtM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2SKsylXtM .modal.fade .modal-dialog,
.cid-t2SKsylXtM .modal.in .modal-dialog {
  transform: none;
}
.cid-t2SKsylXtM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2SKsylXtM H6 {
  text-align: center;
}
.cid-t2TiJEirQy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffd7c3;
}
.cid-t2HOVHOcOz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-t2SwgFntfP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #b8dab0;
}
.cid-t2SEh3WPz9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2RKMs7tcQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b8dab0;
}
@media (max-width: 767px) {
  .cid-t2RKMs7tcQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2RKMs7tcQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2RKMs7tcQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2RKMs7tcQ .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-t2RKMs7tcQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2RKMs7tcQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2S3H63yLx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2S3rLwkQ1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t2S3rLwkQ1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2S3rLwkQ1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2S3rLwkQ1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2S3rLwkQ1 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-t2S3rLwkQ1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2S3rLwkQ1 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2S3ucsF0Z {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2S3ucsF0Z .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2S3ucsF0Z .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2S3ucsF0Z .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t2S3ucsF0Z .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2S3ucsF0Z .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2S3ucsF0Z .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2S3ucsF0Z .carousel-control,
.cid-t2S3ucsF0Z .close {
  background: #1b1b1b;
}
.cid-t2S3ucsF0Z .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2S3ucsF0Z .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2S3ucsF0Z .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2S3ucsF0Z .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2S3ucsF0Z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2S3ucsF0Z .close::before {
  content: '\e91a';
}
.cid-t2S3ucsF0Z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2S3ucsF0Z .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2S3ucsF0Z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2S3ucsF0Z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2S3ucsF0Z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2S3ucsF0Z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2S3ucsF0Z .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t2S3ucsF0Z .carousel-indicators li.active,
.cid-t2S3ucsF0Z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2S3ucsF0Z .carousel-indicators li::after,
.cid-t2S3ucsF0Z .carousel-indicators li::before {
  content: none;
}
.cid-t2S3ucsF0Z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2S3ucsF0Z .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2S3ucsF0Z .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2S3ucsF0Z .carousel-indicators {
    display: none;
  }
}
.cid-t2S3ucsF0Z .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2S3ucsF0Z .carousel-inner > .active {
  display: block;
}
.cid-t2S3ucsF0Z .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2S3ucsF0Z .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2S3ucsF0Z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2S3ucsF0Z .carousel-control,
  .cid-t2S3ucsF0Z .carousel-indicators,
  .cid-t2S3ucsF0Z .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2S3ucsF0Z .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2S3ucsF0Z .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2S3ucsF0Z .carousel-indicators .active,
.cid-t2S3ucsF0Z .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2S3ucsF0Z .carousel-indicators .active {
  background: #fff;
}
.cid-t2S3ucsF0Z .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2S3ucsF0Z .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2S3ucsF0Z .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2S3ucsF0Z .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2S3ucsF0Z .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2S3ucsF0Z .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2S3ucsF0Z .carousel {
  width: 100%;
}
.cid-t2S3ucsF0Z .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2S3ucsF0Z .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2S3ucsF0Z .modal.fade .modal-dialog,
.cid-t2S3ucsF0Z .modal.in .modal-dialog {
  transform: none;
}
.cid-t2S3ucsF0Z .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2S3ucsF0Z H6 {
  text-align: center;
}
.cid-t2Sx67xc3T {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #b8dab0;
}
.cid-t2SxbonQYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2SxdDihPE {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t2SxdDihPE .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2SxdDihPE .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2SxdDihPE .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2SxdDihPE .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-t2SxdDihPE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2SxdDihPE .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2SxeGclxX {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2SxeGclxX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2SxeGclxX .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2SxeGclxX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t2SxeGclxX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2SxeGclxX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2SxeGclxX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2SxeGclxX .carousel-control,
.cid-t2SxeGclxX .close {
  background: #1b1b1b;
}
.cid-t2SxeGclxX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2SxeGclxX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2SxeGclxX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2SxeGclxX .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2SxeGclxX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2SxeGclxX .close::before {
  content: '\e91a';
}
.cid-t2SxeGclxX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2SxeGclxX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2SxeGclxX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2SxeGclxX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2SxeGclxX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2SxeGclxX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2SxeGclxX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t2SxeGclxX .carousel-indicators li.active,
.cid-t2SxeGclxX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2SxeGclxX .carousel-indicators li::after,
.cid-t2SxeGclxX .carousel-indicators li::before {
  content: none;
}
.cid-t2SxeGclxX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2SxeGclxX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2SxeGclxX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2SxeGclxX .carousel-indicators {
    display: none;
  }
}
.cid-t2SxeGclxX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2SxeGclxX .carousel-inner > .active {
  display: block;
}
.cid-t2SxeGclxX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2SxeGclxX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2SxeGclxX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2SxeGclxX .carousel-control,
  .cid-t2SxeGclxX .carousel-indicators,
  .cid-t2SxeGclxX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2SxeGclxX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2SxeGclxX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2SxeGclxX .carousel-indicators .active,
.cid-t2SxeGclxX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2SxeGclxX .carousel-indicators .active {
  background: #fff;
}
.cid-t2SxeGclxX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2SxeGclxX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2SxeGclxX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2SxeGclxX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2SxeGclxX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2SxeGclxX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2SxeGclxX .carousel {
  width: 100%;
}
.cid-t2SxeGclxX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2SxeGclxX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2SxeGclxX .modal.fade .modal-dialog,
.cid-t2SxeGclxX .modal.in .modal-dialog {
  transform: none;
}
.cid-t2SxeGclxX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2SxeGclxX H6 {
  text-align: center;
}
.cid-t2SWsNNgmV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #b8dab0;
}
.cid-t2RKOGGBnz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-t2SDdPsBwO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f1d4d4;
}
.cid-t2TiAoum4t {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2SWu7dk1Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1d4d4;
}
@media (max-width: 767px) {
  .cid-t2SWu7dk1Z .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2SWu7dk1Z .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2SWu7dk1Z .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2SWu7dk1Z .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-t2SWu7dk1Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2SWu7dk1Z .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2SD9xO5uA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2Tlz7HQFT {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t2Tlz7HQFT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2Tlz7HQFT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2Tlz7HQFT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2Tlz7HQFT .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-t2Tlz7HQFT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2Tlz7HQFT .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2TlA8eA63 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2TlA8eA63 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2TlA8eA63 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2TlA8eA63 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t2TlA8eA63 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2TlA8eA63 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2TlA8eA63 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2TlA8eA63 .carousel-control,
.cid-t2TlA8eA63 .close {
  background: #1b1b1b;
}
.cid-t2TlA8eA63 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2TlA8eA63 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2TlA8eA63 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2TlA8eA63 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2TlA8eA63 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2TlA8eA63 .close::before {
  content: '\e91a';
}
.cid-t2TlA8eA63 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2TlA8eA63 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2TlA8eA63 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2TlA8eA63 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2TlA8eA63 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2TlA8eA63 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2TlA8eA63 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t2TlA8eA63 .carousel-indicators li.active,
.cid-t2TlA8eA63 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2TlA8eA63 .carousel-indicators li::after,
.cid-t2TlA8eA63 .carousel-indicators li::before {
  content: none;
}
.cid-t2TlA8eA63 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2TlA8eA63 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2TlA8eA63 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2TlA8eA63 .carousel-indicators {
    display: none;
  }
}
.cid-t2TlA8eA63 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2TlA8eA63 .carousel-inner > .active {
  display: block;
}
.cid-t2TlA8eA63 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2TlA8eA63 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2TlA8eA63 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2TlA8eA63 .carousel-control,
  .cid-t2TlA8eA63 .carousel-indicators,
  .cid-t2TlA8eA63 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2TlA8eA63 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2TlA8eA63 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2TlA8eA63 .carousel-indicators .active,
.cid-t2TlA8eA63 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2TlA8eA63 .carousel-indicators .active {
  background: #fff;
}
.cid-t2TlA8eA63 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2TlA8eA63 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2TlA8eA63 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2TlA8eA63 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2TlA8eA63 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2TlA8eA63 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2TlA8eA63 .carousel {
  width: 100%;
}
.cid-t2TlA8eA63 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2TlA8eA63 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2TlA8eA63 .modal.fade .modal-dialog,
.cid-t2TlA8eA63 .modal.in .modal-dialog {
  transform: none;
}
.cid-t2TlA8eA63 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2TlA8eA63 H6 {
  text-align: center;
}
.cid-t2TlKhwz86 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f1d4d4;
}
.cid-t2Tm2kxPqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2Tm5iAqmz {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t2Tm5iAqmz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2Tm5iAqmz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2Tm5iAqmz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2Tm5iAqmz .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-t2Tm5iAqmz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2Tm5iAqmz .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2Tm634G9k {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2Tm634G9k .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2Tm634G9k .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2Tm634G9k .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t2Tm634G9k .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2Tm634G9k .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2Tm634G9k .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2Tm634G9k .carousel-control,
.cid-t2Tm634G9k .close {
  background: #1b1b1b;
}
.cid-t2Tm634G9k .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2Tm634G9k .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2Tm634G9k .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2Tm634G9k .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2Tm634G9k .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2Tm634G9k .close::before {
  content: '\e91a';
}
.cid-t2Tm634G9k .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2Tm634G9k .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2Tm634G9k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2Tm634G9k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2Tm634G9k .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2Tm634G9k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2Tm634G9k .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t2Tm634G9k .carousel-indicators li.active,
.cid-t2Tm634G9k .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2Tm634G9k .carousel-indicators li::after,
.cid-t2Tm634G9k .carousel-indicators li::before {
  content: none;
}
.cid-t2Tm634G9k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2Tm634G9k .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2Tm634G9k .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2Tm634G9k .carousel-indicators {
    display: none;
  }
}
.cid-t2Tm634G9k .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2Tm634G9k .carousel-inner > .active {
  display: block;
}
.cid-t2Tm634G9k .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2Tm634G9k .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2Tm634G9k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2Tm634G9k .carousel-control,
  .cid-t2Tm634G9k .carousel-indicators,
  .cid-t2Tm634G9k .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2Tm634G9k .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2Tm634G9k .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2Tm634G9k .carousel-indicators .active,
.cid-t2Tm634G9k .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2Tm634G9k .carousel-indicators .active {
  background: #fff;
}
.cid-t2Tm634G9k .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2Tm634G9k .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2Tm634G9k .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2Tm634G9k .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2Tm634G9k .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2Tm634G9k .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2Tm634G9k .carousel {
  width: 100%;
}
.cid-t2Tm634G9k .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2Tm634G9k .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2Tm634G9k .modal.fade .modal-dialog,
.cid-t2Tm634G9k .modal.in .modal-dialog {
  transform: none;
}
.cid-t2Tm634G9k .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2Tm634G9k H6 {
  text-align: center;
}
.cid-t2TmrB4ZjD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f1d4d4;
}
.cid-t2TmteIsZC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-t2G61tXvkf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t2G61tXvkf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-t2G61tXvkf form {
    width: 50%;
  }
}
.cid-t2G61tXvkf form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t2G61tXvkf form .mbr-section-btn .btn {
  width: 100%;
}
.cid-t2G61uFVZA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-t2G61vdzDN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-t2G61vdzDN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t2G61vdzDN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t2G61vdzDN .row {
    text-align: center;
  }
  .cid-t2G61vdzDN .row > div {
    margin: auto;
  }
  .cid-t2G61vdzDN .social-row {
    justify-content: center;
  }
}
.cid-t2G61vdzDN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2G61vdzDN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t2G61vdzDN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2G61vdzDN .list {
    margin-bottom: 0rem;
  }
}
.cid-t2G61vdzDN .mbr-text {
  color: #232323;
}
.cid-t2G61vdzDN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2G61vdzDN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2G61vdzDN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2G61vdzDN H5 {
  color: #232323;
}
.cid-t2G61wjEnx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-t4FzNYTuiA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4FzNYTuiA nav.navbar {
  position: fixed;
}
.cid-t4FzNYTuiA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4FzNYTuiA .dropdown-menu {
  padding: 0;
}
.cid-t4FzNYTuiA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4FzNYTuiA .dropdown-item:hover,
.cid-t4FzNYTuiA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-t4FzNYTuiA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t4FzNYTuiA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4FzNYTuiA .nav-link {
  position: relative;
}
.cid-t4FzNYTuiA .container {
  display: flex;
  margin: auto;
}
.cid-t4FzNYTuiA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t4FzNYTuiA .navbar-caption {
  padding-right: 4rem;
}
.cid-t4FzNYTuiA .dropdown-menu,
.cid-t4FzNYTuiA .navbar.opened {
  background: #ffffff !important;
}
.cid-t4FzNYTuiA .nav-item:focus,
.cid-t4FzNYTuiA .nav-link:focus {
  outline: none;
}
.cid-t4FzNYTuiA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4FzNYTuiA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4FzNYTuiA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4FzNYTuiA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4FzNYTuiA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4FzNYTuiA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4FzNYTuiA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t4FzNYTuiA .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4FzNYTuiA .navbar.opened {
  transition: all .3s;
}
.cid-t4FzNYTuiA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t4FzNYTuiA .navbar .navbar-logo img {
  width: auto;
}
.cid-t4FzNYTuiA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4FzNYTuiA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4FzNYTuiA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4FzNYTuiA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t4FzNYTuiA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4FzNYTuiA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4FzNYTuiA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t4FzNYTuiA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4FzNYTuiA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t4FzNYTuiA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4FzNYTuiA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4FzNYTuiA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4FzNYTuiA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4FzNYTuiA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4FzNYTuiA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t4FzNYTuiA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t4FzNYTuiA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4FzNYTuiA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4FzNYTuiA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4FzNYTuiA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4FzNYTuiA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t4FzNYTuiA .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4FzNYTuiA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t4FzNYTuiA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4FzNYTuiA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4FzNYTuiA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4FzNYTuiA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4FzNYTuiA .dropdown-item.active,
.cid-t4FzNYTuiA .dropdown-item:active {
  background-color: transparent;
}
.cid-t4FzNYTuiA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4FzNYTuiA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4FzNYTuiA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4FzNYTuiA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4FzNYTuiA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4FzNYTuiA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4FzNYTuiA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4FzNYTuiA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4FzNYTuiA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t4FzNYTuiA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t4FzNYTuiA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4FzNYTuiA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4FzNYTuiA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4FzNYTuiA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4FzNYTuiA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4FzNYTuiA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4FzNYTuiA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4FzNYTuiA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4FzNYTuiA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t4FzNYTuiA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4FzNYTuiA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4FzNYTuiA .navbar {
    height: 77px;
  }
  .cid-t4FzNYTuiA .navbar.opened {
    height: auto;
  }
  .cid-t4FzNYTuiA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4FzNLvNOu {
  background-image: url("../../../assets/images/mbr-1440x1080.jpg");
}
@media (max-width: 991px) {
  .cid-t4FzNLvNOu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t4FzNLvNOu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t4FzNLvNOu .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t4FzNLvNOu .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t4FzNLvNOu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-t4FzNLvNOu .mbr-text,
.cid-t4FzNLvNOu .mbr-section-btn {
  text-align: left;
}
.cid-t4FzNNnnGF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-t4FBc5LbM3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4FBc5LbM3 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t4FBc5LbM3 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t4FBc5LbM3 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-t4FBjDleyW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4FBjDleyW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t4FBjDleyW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t4FBjDleyW .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-t4FBkGxbNw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4FBkGxbNw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t4FBkGxbNw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t4FBkGxbNw .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-t4FzNREI79 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-t4FzNWrBnf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-t4FzNWVeJO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t4FzNWVeJO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-t4FzNWVeJO form {
    width: 50%;
  }
}
.cid-t4FzNWVeJO form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t4FzNWVeJO form .mbr-section-btn .btn {
  width: 100%;
}
.cid-t4FzNXnObp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-t4FzNXOwjK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-t4FzNXOwjK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t4FzNXOwjK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4FzNXOwjK .row {
    text-align: center;
  }
  .cid-t4FzNXOwjK .row > div {
    margin: auto;
  }
  .cid-t4FzNXOwjK .social-row {
    justify-content: center;
  }
}
.cid-t4FzNXOwjK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4FzNXOwjK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t4FzNXOwjK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4FzNXOwjK .list {
    margin-bottom: 0rem;
  }
}
.cid-t4FzNXOwjK .mbr-text {
  color: #232323;
}
.cid-t4FzNXOwjK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t4FzNXOwjK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t4FzNXOwjK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4FzNXOwjK H5 {
  color: #232323;
}
.cid-t4FzNYpPlR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-tu81JBJGob {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tu81JBJGob nav.navbar {
  position: fixed;
}
.cid-tu81JBJGob .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tu81JBJGob .dropdown-menu {
  padding: 0;
}
.cid-tu81JBJGob .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tu81JBJGob .dropdown-item:hover,
.cid-tu81JBJGob .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tu81JBJGob .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tu81JBJGob .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tu81JBJGob .nav-link {
  position: relative;
}
.cid-tu81JBJGob .container {
  display: flex;
  margin: auto;
}
.cid-tu81JBJGob .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tu81JBJGob .navbar-caption {
  padding-right: 4rem;
}
.cid-tu81JBJGob .dropdown-menu,
.cid-tu81JBJGob .navbar.opened {
  background: #ffffff !important;
}
.cid-tu81JBJGob .nav-item:focus,
.cid-tu81JBJGob .nav-link:focus {
  outline: none;
}
.cid-tu81JBJGob .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tu81JBJGob .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tu81JBJGob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tu81JBJGob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tu81JBJGob .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tu81JBJGob .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tu81JBJGob .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tu81JBJGob .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tu81JBJGob .navbar.opened {
  transition: all .3s;
}
.cid-tu81JBJGob .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tu81JBJGob .navbar .navbar-logo img {
  width: auto;
}
.cid-tu81JBJGob .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tu81JBJGob .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tu81JBJGob .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tu81JBJGob .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tu81JBJGob .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tu81JBJGob .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tu81JBJGob .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tu81JBJGob .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tu81JBJGob .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tu81JBJGob .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tu81JBJGob .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tu81JBJGob .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tu81JBJGob .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tu81JBJGob .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tu81JBJGob .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tu81JBJGob .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tu81JBJGob .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tu81JBJGob .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tu81JBJGob .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tu81JBJGob .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tu81JBJGob .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tu81JBJGob .navbar.navbar-short {
  min-height: 60px;
}
.cid-tu81JBJGob .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tu81JBJGob .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tu81JBJGob .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tu81JBJGob .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tu81JBJGob .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tu81JBJGob .dropdown-item.active,
.cid-tu81JBJGob .dropdown-item:active {
  background-color: transparent;
}
.cid-tu81JBJGob .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tu81JBJGob .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tu81JBJGob .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tu81JBJGob .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tu81JBJGob .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tu81JBJGob .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tu81JBJGob ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tu81JBJGob .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tu81JBJGob button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tu81JBJGob button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tu81JBJGob button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tu81JBJGob button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tu81JBJGob button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tu81JBJGob button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tu81JBJGob nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tu81JBJGob nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tu81JBJGob nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tu81JBJGob nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tu81JBJGob .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tu81JBJGob a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tu81JBJGob .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tu81JBJGob .navbar {
    height: 77px;
  }
  .cid-tu81JBJGob .navbar.opened {
    height: auto;
  }
  .cid-tu81JBJGob .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tu81Ju77Op {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tu81Ju77Op .video-wrapper iframe {
  width: 100%;
}
.cid-tu81Ju77Op .mbr-section-title,
.cid-tu81Ju77Op .mbr-section-subtitle,
.cid-tu81Ju77Op .mbr-text {
  text-align: center;
}
.cid-tu84eLcRvT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-tu81JutGv0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu81JutGv0 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tu81JuZBXP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4dd6cf;
}
.cid-tu84a0kGGs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tu84a0kGGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu84a0kGGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu84a0kGGs .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tu84a0kGGs .card {
    margin-bottom: 2rem!important;
  }
  .cid-tu84a0kGGs .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tu84a0kGGs .link-wrap {
    align-items: center;
  }
}
.cid-tu84a0kGGs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tu84gcojDt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-tYYtfjoKOO {
  background-image: url("../../../assets/images/mbr-13-1920x1280.jpg");
}
.cid-tYYtfjoKOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYtfjoKOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYtfjoKOO .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tYYtfjoKOO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYYtfjoKOO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYYtfjoKOO .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tYYtfjoKOO .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYYv7wriQU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYYv7wriQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYv7wriQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYv7wriQU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tYYv7wriQU .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tYYv7wriQU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tYYv7wriQU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYYv7wriQU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tYYv7wriQU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tYYv7wriQU .carousel-control,
.cid-tYYv7wriQU .close {
  background: #1b1b1b;
}
.cid-tYYv7wriQU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tYYv7wriQU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tYYv7wriQU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tYYv7wriQU .carousel-control-next span {
  margin-left: 5px;
}
.cid-tYYv7wriQU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tYYv7wriQU .close::before {
  content: '\e91a';
}
.cid-tYYv7wriQU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYYv7wriQU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYYv7wriQU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYYv7wriQU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYYv7wriQU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYYv7wriQU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tYYv7wriQU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYYv7wriQU .carousel-indicators li.active,
.cid-tYYv7wriQU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYYv7wriQU .carousel-indicators li::after,
.cid-tYYv7wriQU .carousel-indicators li::before {
  content: none;
}
.cid-tYYv7wriQU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYYv7wriQU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tYYv7wriQU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tYYv7wriQU .carousel-indicators {
    display: none;
  }
}
.cid-tYYv7wriQU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYYv7wriQU .carousel-inner > .active {
  display: block;
}
.cid-tYYv7wriQU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYYv7wriQU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tYYv7wriQU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tYYv7wriQU .carousel-control,
  .cid-tYYv7wriQU .carousel-indicators,
  .cid-tYYv7wriQU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tYYv7wriQU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tYYv7wriQU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tYYv7wriQU .carousel-indicators .active,
.cid-tYYv7wriQU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tYYv7wriQU .carousel-indicators .active {
  background: #fff;
}
.cid-tYYv7wriQU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tYYv7wriQU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tYYv7wriQU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tYYv7wriQU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tYYv7wriQU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tYYv7wriQU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tYYv7wriQU .carousel {
  width: 100%;
}
.cid-tYYv7wriQU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tYYv7wriQU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tYYv7wriQU .modal.fade .modal-dialog,
.cid-tYYv7wriQU .modal.in .modal-dialog {
  transform: none;
}
.cid-tYYv7wriQU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tYYv7wriQU H6 {
  text-align: center;
}
.cid-tYYCWlBp7b {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6d6;
}
.cid-tYYxNPPiGY {
  background-image: url("../../../assets/images/viladecans-1200x800.jpg");
}
.cid-tYYxNPPiGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYxNPPiGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYxNPPiGY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYYxNPPiGY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYYxNPPiGY .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tYYxNPPiGY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYYCSVcChz {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYYCSVcChz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYCSVcChz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYCSVcChz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tYYCSVcChz .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tYYCSVcChz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tYYCSVcChz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYYCSVcChz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tYYCSVcChz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tYYCSVcChz .carousel-control,
.cid-tYYCSVcChz .close {
  background: #1b1b1b;
}
.cid-tYYCSVcChz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tYYCSVcChz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tYYCSVcChz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tYYCSVcChz .carousel-control-next span {
  margin-left: 5px;
}
.cid-tYYCSVcChz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tYYCSVcChz .close::before {
  content: '\e91a';
}
.cid-tYYCSVcChz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYYCSVcChz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYYCSVcChz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYYCSVcChz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYYCSVcChz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYYCSVcChz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tYYCSVcChz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYYCSVcChz .carousel-indicators li.active,
.cid-tYYCSVcChz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYYCSVcChz .carousel-indicators li::after,
.cid-tYYCSVcChz .carousel-indicators li::before {
  content: none;
}
.cid-tYYCSVcChz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYYCSVcChz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tYYCSVcChz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tYYCSVcChz .carousel-indicators {
    display: none;
  }
}
.cid-tYYCSVcChz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYYCSVcChz .carousel-inner > .active {
  display: block;
}
.cid-tYYCSVcChz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYYCSVcChz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tYYCSVcChz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tYYCSVcChz .carousel-control,
  .cid-tYYCSVcChz .carousel-indicators,
  .cid-tYYCSVcChz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tYYCSVcChz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tYYCSVcChz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tYYCSVcChz .carousel-indicators .active,
.cid-tYYCSVcChz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tYYCSVcChz .carousel-indicators .active {
  background: #fff;
}
.cid-tYYCSVcChz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tYYCSVcChz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tYYCSVcChz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tYYCSVcChz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tYYCSVcChz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tYYCSVcChz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tYYCSVcChz .carousel {
  width: 100%;
}
.cid-tYYCSVcChz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tYYCSVcChz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tYYCSVcChz .modal.fade .modal-dialog,
.cid-tYYCSVcChz .modal.in .modal-dialog {
  transform: none;
}
.cid-tYYCSVcChz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tYYCSVcChz H6 {
  text-align: center;
}
.cid-tYYD26CuxI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-tYYD7uHMf7 {
  background-image: url("../../../assets/images/madrid-328111-1920-1920x1440.jpg");
}
.cid-tYYD7uHMf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYD7uHMf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYD7uHMf7 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tYYD7uHMf7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYYD7uHMf7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tYYD7uHMf7 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tYYD7uHMf7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYYD9uQ1Fb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYYD9uQ1Fb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYD9uQ1Fb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYD9uQ1Fb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tYYD9uQ1Fb .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tYYD9uQ1Fb .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tYYD9uQ1Fb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYYD9uQ1Fb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tYYD9uQ1Fb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tYYD9uQ1Fb .carousel-control,
.cid-tYYD9uQ1Fb .close {
  background: #1b1b1b;
}
.cid-tYYD9uQ1Fb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tYYD9uQ1Fb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tYYD9uQ1Fb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tYYD9uQ1Fb .carousel-control-next span {
  margin-left: 5px;
}
.cid-tYYD9uQ1Fb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tYYD9uQ1Fb .close::before {
  content: '\e91a';
}
.cid-tYYD9uQ1Fb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYYD9uQ1Fb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYYD9uQ1Fb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYYD9uQ1Fb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYYD9uQ1Fb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYYD9uQ1Fb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tYYD9uQ1Fb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYYD9uQ1Fb .carousel-indicators li.active,
.cid-tYYD9uQ1Fb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYYD9uQ1Fb .carousel-indicators li::after,
.cid-tYYD9uQ1Fb .carousel-indicators li::before {
  content: none;
}
.cid-tYYD9uQ1Fb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYYD9uQ1Fb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tYYD9uQ1Fb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tYYD9uQ1Fb .carousel-indicators {
    display: none;
  }
}
.cid-tYYD9uQ1Fb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYYD9uQ1Fb .carousel-inner > .active {
  display: block;
}
.cid-tYYD9uQ1Fb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYYD9uQ1Fb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tYYD9uQ1Fb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tYYD9uQ1Fb .carousel-control,
  .cid-tYYD9uQ1Fb .carousel-indicators,
  .cid-tYYD9uQ1Fb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tYYD9uQ1Fb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tYYD9uQ1Fb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tYYD9uQ1Fb .carousel-indicators .active,
.cid-tYYD9uQ1Fb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tYYD9uQ1Fb .carousel-indicators .active {
  background: #fff;
}
.cid-tYYD9uQ1Fb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tYYD9uQ1Fb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tYYD9uQ1Fb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tYYD9uQ1Fb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tYYD9uQ1Fb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tYYD9uQ1Fb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tYYD9uQ1Fb .carousel {
  width: 100%;
}
.cid-tYYD9uQ1Fb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tYYD9uQ1Fb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tYYD9uQ1Fb .modal.fade .modal-dialog,
.cid-tYYD9uQ1Fb .modal.in .modal-dialog {
  transform: none;
}
.cid-tYYD9uQ1Fb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tYYD9uQ1Fb H6 {
  text-align: center;
}
.cid-tYYDbxqPEt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-tu81JA7Kuq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tu81JA7Kuq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-tu81JA7Kuq form {
    width: 50%;
  }
}
.cid-tu81JA7Kuq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tu81JA7Kuq form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tu81JAtiNi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
.cid-tu81JAQgCQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7-1900x1267.jpg");
}
.cid-tu81JAQgCQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tu81JAQgCQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tu81JAQgCQ .row {
    text-align: center;
  }
  .cid-tu81JAQgCQ .row > div {
    margin: auto;
  }
  .cid-tu81JAQgCQ .social-row {
    justify-content: center;
  }
}
.cid-tu81JAQgCQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tu81JAQgCQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tu81JAQgCQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tu81JAQgCQ .list {
    margin-bottom: 0rem;
  }
}
.cid-tu81JAQgCQ .mbr-text {
  color: #232323;
}
.cid-tu81JAQgCQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tu81JAQgCQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tu81JAQgCQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tu81JAQgCQ H5 {
  color: #232323;
}
.cid-tu81JBlthG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #4dd6cf;
}
