.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1498a5 !important;
}
.bg-success {
  background-color: #e58b00 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff1800 !important;
}
.bg-danger {
  background-color: #2c2f35 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1498a5 !important;
  border-color: #1498a5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1498a5 !important;
  border-color: #1498a5 !important;
  box-shadow: 0 0 33px 0 #1498a5;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1ac2d2 !important;
  border-color: #1ac2d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff6ca8 !important;
  border-color: #ff6ca8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e58b00 !important;
  border-color: #e58b00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e58b00 !important;
  border-color: #e58b00 !important;
  box-shadow: 0 0 33px 0 #e58b00;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffa519 !important;
  border-color: #ffa519 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff1800 !important;
  border-color: #ff1800 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff1800 !important;
  border-color: #ff1800 !important;
  box-shadow: 0 0 33px 0 #ff1800;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4633 !important;
  border-color: #ff4633 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2c2f35 !important;
  border-color: #2c2f35 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #2c2f35 !important;
  border-color: #2c2f35 !important;
  box-shadow: 0 0 33px 0 #2c2f35;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #434851 !important;
  border-color: #434851 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: 0 0 33px 0 #eff0ec;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1498a5;
  color: #1498a5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1498a5 !important;
  background-color: transparent !important;
  border-color: #1498a5 !important;
  box-shadow: 0 0 33px 0 #1498a5;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1498a5 !important;
  border-color: #1498a5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff398a;
  color: #ff398a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff398a !important;
  background-color: transparent !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e58b00;
  color: #e58b00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e58b00 !important;
  background-color: transparent !important;
  border-color: #e58b00 !important;
  box-shadow: 0 0 33px 0 #e58b00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e58b00 !important;
  border-color: #e58b00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff1800;
  color: #ff1800;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff1800 !important;
  background-color: transparent !important;
  border-color: #ff1800 !important;
  box-shadow: 0 0 33px 0 #ff1800;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff1800 !important;
  border-color: #ff1800 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #2c2f35;
  color: #2c2f35;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2c2f35 !important;
  background-color: transparent !important;
  border-color: #2c2f35 !important;
  box-shadow: 0 0 33px 0 #2c2f35;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2c2f35 !important;
  border-color: #2c2f35 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: 0 0 33px 0 #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1498a5 !important;
}
.text-secondary {
  color: #ff398a !important;
}
.text-success {
  color: #e58b00 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff1800 !important;
}
.text-danger {
  color: #2c2f35 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #09444a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d20056 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7f4d00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #990e00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1498a5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff1800;
}
.alert-danger {
  background-color: #2c2f35;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1498a5;
  border-color: #1498a5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1498a5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4fdcea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe1b2;
}
.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: #ffd1cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9ba0ac;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1498a5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1498a5;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1498a5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1498a5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1498a5;
  border-bottom-color: #1498a5;
}
.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: #1498a5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff398a !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='%231498a5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-item .btn {
  padding: 10px 44px;
  border-radius: 10px !important;
}
.item-wrap {
  border-radius: 10px !important;
}
ul.navbar-nav {
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper {
  border-radius: 20px !important;
}
.cid-uE11Xa8Z8c {
  z-index: 1000;
  width: 100%;
}
.cid-uE11Xa8Z8c nav.navbar {
  position: fixed;
}
.cid-uE11Xa8Z8c .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uE11Xa8Z8c .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uE11Xa8Z8c .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uE11Xa8Z8c .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-uE11Xa8Z8c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uE11Xa8Z8c .dropdown-item {
  border: none;
  background: #2c2f35 !important;
  color: #ebebeb !important;
}
.cid-uE11Xa8Z8c .dropdown-item:hover,
.cid-uE11Xa8Z8c .dropdown-item:focus {
  background: #2c2f35 !important;
  color: #ebebeb !important;
}
.cid-uE11Xa8Z8c .dropdown-item:hover span {
  color: white;
}
.cid-uE11Xa8Z8c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uE11Xa8Z8c .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uE11Xa8Z8c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uE11Xa8Z8c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uE11Xa8Z8c .nav-link {
  position: relative;
}
.cid-uE11Xa8Z8c .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uE11Xa8Z8c .container {
    flex-wrap: nowrap;
  }
}
.cid-uE11Xa8Z8c .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uE11Xa8Z8c .iconfont-wrapper:hover {
  color: #1498a5 !important;
}
.cid-uE11Xa8Z8c .dropdown-menu,
.cid-uE11Xa8Z8c .navbar.opened {
  background: #1498a5 !important;
}
.cid-uE11Xa8Z8c .nav-item:focus,
.cid-uE11Xa8Z8c .nav-link:focus {
  outline: none;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE11Xa8Z8c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE11Xa8Z8c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE11Xa8Z8c .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(20, 152, 165, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uE11Xa8Z8c .navbar.opened {
  transition: all 0.3s;
}
.cid-uE11Xa8Z8c .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uE11Xa8Z8c .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uE11Xa8Z8c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE11Xa8Z8c .navbar.collapsed {
  justify-content: center;
}
.cid-uE11Xa8Z8c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE11Xa8Z8c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE11Xa8Z8c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uE11Xa8Z8c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE11Xa8Z8c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE11Xa8Z8c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uE11Xa8Z8c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE11Xa8Z8c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE11Xa8Z8c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE11Xa8Z8c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE11Xa8Z8c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE11Xa8Z8c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE11Xa8Z8c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE11Xa8Z8c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uE11Xa8Z8c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uE11Xa8Z8c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE11Xa8Z8c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE11Xa8Z8c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uE11Xa8Z8c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE11Xa8Z8c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE11Xa8Z8c .navbar.navbar-short {
  min-height: 96px;
}
.cid-uE11Xa8Z8c .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uE11Xa8Z8c .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uE11Xa8Z8c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE11Xa8Z8c .navbar-brand .navbar-caption:hover,
.cid-uE11Xa8Z8c .navbar-brand .navbar-caption:focus {
  color: #ebebeb !important;
}
.cid-uE11Xa8Z8c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE11Xa8Z8c .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uE11Xa8Z8c .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1498a5 !important;
}
.cid-uE11Xa8Z8c .dropdown-item.active,
.cid-uE11Xa8Z8c .dropdown-item:active {
  background-color: transparent;
}
.cid-uE11Xa8Z8c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE11Xa8Z8c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE11Xa8Z8c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE11Xa8Z8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1498a5;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uE11Xa8Z8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uE11Xa8Z8c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uE11Xa8Z8c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE11Xa8Z8c ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uE11Xa8Z8c ul.navbar-nav {
    padding: 0;
    background-color: #2c2f35;
    border: none;
  }
}
.cid-uE11Xa8Z8c .navbar-buttons {
  text-align: center;
}
.cid-uE11Xa8Z8c .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uE11Xa8Z8c .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uE11Xa8Z8c .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uE11Xa8Z8c button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1498a5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uE11Xa8Z8c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE11Xa8Z8c .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-uE11Xa8Z8c .navbar {
    height: 70px;
  }
  .cid-uE11Xa8Z8c .navbar.opened {
    height: auto;
  }
  .cid-uE11Xa8Z8c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE11Xa8Z8c .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uE11Xa8Z8c .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uE11Xa8Z8c .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ebebeb !important;
}
.cid-uE11Xa8Z8c .nav-item .nav-link::after {
  color: #1498a5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uE11Xa8Z8c .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ebebeb, #1498a5 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uE11Xa8Z8c .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu .dropdown-item {
  color: #ebebeb !important;
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ebebeb !important;
}
@media (max-width: 991px) {
  .cid-uE11Xa8Z8c .navbar {
    justify-content: flex-start !important;
  }
  .cid-uE11Xa8Z8c .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uE11Xa8Z8c .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uE11Xa8Z8c .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uE11Xa8Z8c .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uE11Xa8Z8c .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uE11Xa8Z8c .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uE11Xa8Z8c .content-wrap {
  min-height: 90px;
}
.cid-uE11XkyT5B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/header-montsalvat-2.jpg-1900x482.jpg");
}
.cid-uE11XkyT5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE11XkyT5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE11XkyT5B .row {
  justify-content: center;
}
.cid-uE11XkyT5B .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uE11XkyT5B .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #1498a5, #a5eff7 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE11XkyT5B .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uE11XkyT5B .mbr-section-title {
  color: #ffffff;
}
.cid-uE11XkyT5B .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uE11XkyT5B .mbr-section-title,
.cid-uE11XkyT5B .mbr-section-btn {
  text-align: center;
}
.cid-uHFezs6XvU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f4;
}
.cid-uHFezs6XvU .mbr-section-title {
  font-weight: bold;
  color: #1498a5;
  margin-bottom: 2.5rem;
}
.cid-uHFezs6XvU .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-uHFezs6XvU .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-uHFezs6XvU .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-uHFezs6XvU .card-img span {
  font-size: 56px;
}
.cid-uHFezs6XvU .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-uHFezs6XvU .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHFezs6XvU .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-uHFezs6XvU .nav-item {
  margin-top: 1rem;
}
.cid-uHFezs6XvU .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-uHFezs6XvU .tab-content {
  width: 100%;
}
.cid-uHFezs6XvU .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem 1rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #767676;
}
.cid-uHFezs6XvU .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #767676;
}
.cid-uHFezs6XvU .nav-tabs .nav-link.active {
  border: 1px solid #767676;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-uHFezs6XvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHFezs6XvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHFezs6XvU .mbr-section-text {
  text-align: left;
}
.cid-uHQbONi3ew {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-uHQbONi3ew .row.main {
  align-items: flex-end;
  justify-content: space-between;
}
.cid-uHQbONi3ew .mbr-section-subtitle {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #b18161;
}
.cid-uHQbONi3ew .mbr-section-title {
  padding-bottom: 45px;
  color: #000000;
  text-align: left;
}
.cid-uHQbONi3ew .text-block {
  color: #ebebeb;
  margin-bottom: 45px;
  text-align: left;
}
.cid-uHQbONi3ew .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
  margin-top: 26px;
}
.cid-uHQbONi3ew .name {
  width: auto;
  padding: 0;
  line-height: 0.4;
}
.cid-uHQbONi3ew .progress {
  border-radius: 15px;
  position: relative;
  width: 100%;
  height: 34px;
  margin-top: 12px;
  background: #d0d0d0;
  font-size: 1.1rem;
  font-weight: 700;
}
.cid-uHQbONi3ew .progress-bar {
  color: #ffffff;
  height: 34px !important;
  transition: width 1s ease-in-out;
  padding-right: 15px;
  border-radius: 0px;
  line-height: 34px;
  text-align: right;
}
.cid-uHQbONi3ew .pgrbr1 {
  background-color: #1498a5;
  width: 100%;
}
.cid-uHQbONi3ew .pgrbr2 {
  background-color: #e58b00;
  width: 10%;
}
.cid-uHQbONi3ew .pgrbr3 {
  background-color: #ff1800;
  width: 0%;
}
.cid-uHQbONi3ew .pgrbr4 {
  background-color: #ef00ff;
  width: 68%;
}
.cid-uHQbONi3ew .pgrbr5 {
  background-color: #ff8c00;
  width: 58%;
}
.cid-uHQbONi3ew .progressbar-numero1:before {
  content: '100%';
}
.cid-uHQbONi3ew .progressbar-numero2:before {
  content: '10%';
}
.cid-uHQbONi3ew .progressbar-numero3:before {
  content: '0%';
}
.cid-uHQbONi3ew .progressbar-numero4:before {
  content: '68%';
}
.cid-uHQbONi3ew .progressbar-numero5:before {
  content: '58%';
}
.cid-uHQbONi3ew .left {
  max-width: 557px;
}
@media (max-width: 768px) {
  .cid-uHQbONi3ew .text-wrapper {
    margin-top: 30px;
  }
  .cid-uHQbONi3ew .left {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .cid-uHQbONi3ew .text-elements {
    padding: 70px 15px 0 150px;
  }
  .cid-uHQbONi3ew .progress_elements {
    padding: 0 150px 0 15px;
  }
}
.cid-uHQbONi3ew .reset {
  width: 0%;
}
.cid-uHQbONi3ew P {
  text-align: right;
  color: #000000;
}
.cid-uHQ3gtt3NS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ebebeb;
}
.cid-uHQ3gtt3NS .showAlerts {
  display: block !important;
}
.cid-uHQ3gtt3NS .rowflexrev {
  display: -webkit-flex;
}
.cid-uHQ3gtt3NS .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uHQ3gtt3NS .title {
  margin-bottom: 2rem;
}
.cid-uHQ3gtt3NS .mbr-section-subtitle {
  color: #767676;
}
.cid-uHQ3gtt3NS textarea.form-control {
  min-height: 188px;
}
.cid-uHQ3gtt3NS LABEL {
  color: #232323;
  display: initial;
}
.cid-uHQ3gtt3NS .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uHQ3gtt3NS .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uHQ3gtt3NS .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uHQ3gtt3NS .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uHQ3gtt3NS .alert {
  margin-bottom: 0;
}
.cid-uHQ3gtt3NS .alert-success {
  background-color: #1498a5;
}
.cid-uHQ3gtt3NS .alert-danger {
  background-color: #ff4a52;
}
.cid-uHQ3gtt3NS .btn {
  display: inline-flex;
}
.cid-uHQ3gtt3NS .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uHQ3gtt3NS .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uHQ3gtt3NS input,
.cid-uHQ3gtt3NS option,
.cid-uHQ3gtt3NS textarea {
  color: #000000;
}
.cid-uHQ3gtt3NS H2 {
  color: #1498a5;
}
.cid-uH6HKujUMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2f35;
}
.cid-uH6HKujUMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6HKujUMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6HKujUMY .row {
  justify-content: center;
}
.cid-uH6HKujUMY .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uH6HKujUMY .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uH6HKujUMY .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uH6HKujUMY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH6HKujUMY .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH6HKujUMY .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uH6HKujUMY .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uH6HKujUMY .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH6HKujUMY .content-wrapper .social {
  margin-top: 22px;
}
.cid-uH6HKujUMY .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uH6HKujUMY .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uH6HKujUMY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uH6HKujUMY .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uH6HKujUMY .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uH6HKujUMY .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uH6HKujUMY .mbr-section-title {
  color: #1498a5;
  text-align: center;
}
.cid-uH6HKujUMY .mbr-text {
  color: #ffffff;
}
.cid-uH6HKujUMY .mbr-desc {
  color: #ffffff;
}
.cid-uH6HKujUMY .list {
  color: #ffffff;
}
.cid-uH6HKujUMY .mbr-text,
.cid-uH6HKujUMY .text-wrapper {
  color: #ebebeb;
  text-align: center;
}
.cid-uH6HKujUMY .list,
.cid-uH6HKujUMY .item-wrap,
.cid-uH6HKujUMY .nav-wrapper {
  color: #1498a5;
}
.cid-uHFakkNzrm {
  z-index: 1000;
  width: 100%;
}
.cid-uHFakkNzrm nav.navbar {
  position: fixed;
}
.cid-uHFakkNzrm .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uHFakkNzrm .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uHFakkNzrm .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uHFakkNzrm .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-uHFakkNzrm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHFakkNzrm .dropdown-item {
  border: none;
  background: #2c2f35 !important;
  color: #ebebeb !important;
}
.cid-uHFakkNzrm .dropdown-item:hover,
.cid-uHFakkNzrm .dropdown-item:focus {
  background: #2c2f35 !important;
  color: #ebebeb !important;
}
.cid-uHFakkNzrm .dropdown-item:hover span {
  color: white;
}
.cid-uHFakkNzrm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHFakkNzrm .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHFakkNzrm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHFakkNzrm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHFakkNzrm .nav-link {
  position: relative;
}
.cid-uHFakkNzrm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uHFakkNzrm .container {
    flex-wrap: nowrap;
  }
}
.cid-uHFakkNzrm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uHFakkNzrm .iconfont-wrapper:hover {
  color: #1498a5 !important;
}
.cid-uHFakkNzrm .dropdown-menu,
.cid-uHFakkNzrm .navbar.opened {
  background: #1498a5 !important;
}
.cid-uHFakkNzrm .nav-item:focus,
.cid-uHFakkNzrm .nav-link:focus {
  outline: none;
}
.cid-uHFakkNzrm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHFakkNzrm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uHFakkNzrm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHFakkNzrm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHFakkNzrm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHFakkNzrm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHFakkNzrm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(20, 152, 165, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHFakkNzrm .navbar.opened {
  transition: all 0.3s;
}
.cid-uHFakkNzrm .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uHFakkNzrm .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uHFakkNzrm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHFakkNzrm .navbar.collapsed {
  justify-content: center;
}
.cid-uHFakkNzrm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHFakkNzrm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHFakkNzrm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uHFakkNzrm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHFakkNzrm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHFakkNzrm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHFakkNzrm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHFakkNzrm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHFakkNzrm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHFakkNzrm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHFakkNzrm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHFakkNzrm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHFakkNzrm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHFakkNzrm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHFakkNzrm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHFakkNzrm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHFakkNzrm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHFakkNzrm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uHFakkNzrm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHFakkNzrm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHFakkNzrm .navbar.navbar-short {
  min-height: 96px;
}
.cid-uHFakkNzrm .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uHFakkNzrm .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uHFakkNzrm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHFakkNzrm .navbar-brand .navbar-caption:hover,
.cid-uHFakkNzrm .navbar-brand .navbar-caption:focus {
  color: #ebebeb !important;
}
.cid-uHFakkNzrm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHFakkNzrm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uHFakkNzrm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1498a5 !important;
}
.cid-uHFakkNzrm .dropdown-item.active,
.cid-uHFakkNzrm .dropdown-item:active {
  background-color: transparent;
}
.cid-uHFakkNzrm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHFakkNzrm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHFakkNzrm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHFakkNzrm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1498a5;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uHFakkNzrm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uHFakkNzrm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uHFakkNzrm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHFakkNzrm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uHFakkNzrm ul.navbar-nav {
    padding: 0;
    background-color: #2c2f35;
    border: none;
  }
}
.cid-uHFakkNzrm .navbar-buttons {
  text-align: center;
}
.cid-uHFakkNzrm .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uHFakkNzrm .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uHFakkNzrm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uHFakkNzrm button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1498a5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHFakkNzrm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uHFakkNzrm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uHFakkNzrm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHFakkNzrm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHFakkNzrm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uHFakkNzrm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHFakkNzrm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHFakkNzrm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHFakkNzrm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHFakkNzrm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHFakkNzrm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHFakkNzrm .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-uHFakkNzrm .navbar {
    height: 70px;
  }
  .cid-uHFakkNzrm .navbar.opened {
    height: auto;
  }
  .cid-uHFakkNzrm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHFakkNzrm .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uHFakkNzrm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uHFakkNzrm .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ebebeb !important;
}
.cid-uHFakkNzrm .nav-item .nav-link::after {
  color: #1498a5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uHFakkNzrm .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ebebeb, #1498a5 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uHFakkNzrm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uHFakkNzrm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uHFakkNzrm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uHFakkNzrm .nav-item .dropdown-menu .dropdown-item {
  color: #ebebeb !important;
}
.cid-uHFakkNzrm .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ebebeb !important;
}
@media (max-width: 991px) {
  .cid-uHFakkNzrm .navbar {
    justify-content: flex-start !important;
  }
  .cid-uHFakkNzrm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uHFakkNzrm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uHFakkNzrm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uHFakkNzrm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uHFakkNzrm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uHFakkNzrm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uHFakkNzrm .content-wrap {
  min-height: 90px;
}
.cid-uHFaklxyTq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/header-montsalvat-2.jpg-1900x482.jpg");
}
.cid-uHFaklxyTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHFaklxyTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHFaklxyTq .row {
  justify-content: center;
}
.cid-uHFaklxyTq .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHFaklxyTq .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #1498a5, #a5eff7 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHFaklxyTq .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHFaklxyTq .mbr-section-title {
  color: #ffffff;
}
.cid-uHFaklxyTq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHFaklxyTq .mbr-section-title,
.cid-uHFaklxyTq .mbr-section-btn {
  text-align: center;
}
.cid-uHJOXGCgEq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ebebeb;
}
.cid-uHJOXGCgEq .showAlerts {
  display: block !important;
}
.cid-uHJOXGCgEq .rowflexrev {
  display: -webkit-flex;
}
.cid-uHJOXGCgEq .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uHJOXGCgEq .title {
  margin-bottom: 2rem;
}
.cid-uHJOXGCgEq .mbr-section-subtitle {
  color: #767676;
}
.cid-uHJOXGCgEq textarea.form-control {
  min-height: 188px;
}
.cid-uHJOXGCgEq LABEL {
  color: #232323;
  display: initial;
}
.cid-uHJOXGCgEq .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uHJOXGCgEq .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uHJOXGCgEq .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uHJOXGCgEq .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uHJOXGCgEq .alert {
  margin-bottom: 0;
}
.cid-uHJOXGCgEq .alert-success {
  background-color: #1498a5;
}
.cid-uHJOXGCgEq .alert-danger {
  background-color: #ff4a52;
}
.cid-uHJOXGCgEq .btn {
  display: inline-flex;
}
.cid-uHJOXGCgEq .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uHJOXGCgEq .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uHJOXGCgEq input,
.cid-uHJOXGCgEq option,
.cid-uHJOXGCgEq textarea {
  color: #000000;
}
.cid-uHJOXGCgEq H2 {
  color: #1498a5;
}
.cid-uHQbnkZxVh {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-uHQbnkZxVh .row.main {
  align-items: flex-end;
  justify-content: space-between;
}
.cid-uHQbnkZxVh .mbr-section-subtitle {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #b18161;
}
.cid-uHQbnkZxVh .mbr-section-title {
  padding-bottom: 45px;
  color: #000000;
  text-align: left;
}
.cid-uHQbnkZxVh .text-block {
  color: #ebebeb;
  margin-bottom: 45px;
  text-align: left;
}
.cid-uHQbnkZxVh .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
  margin-top: 26px;
}
.cid-uHQbnkZxVh .name {
  width: auto;
  padding: 0;
  line-height: 0.4;
}
.cid-uHQbnkZxVh .progress {
  border-radius: 15px;
  position: relative;
  width: 100%;
  height: 34px;
  margin-top: 12px;
  background: #d0d0d0;
  font-size: 1.1rem;
  font-weight: 700;
}
.cid-uHQbnkZxVh .progress-bar {
  color: #ffffff;
  height: 34px !important;
  transition: width 1s ease-in-out;
  padding-right: 15px;
  border-radius: 0px;
  line-height: 34px;
  text-align: right;
}
.cid-uHQbnkZxVh .pgrbr1 {
  background-color: #1498a5;
  width: 100%;
}
.cid-uHQbnkZxVh .pgrbr2 {
  background-color: #e58b00;
  width: 10%;
}
.cid-uHQbnkZxVh .pgrbr3 {
  background-color: #ff1800;
  width: 0%;
}
.cid-uHQbnkZxVh .pgrbr4 {
  background-color: #ef00ff;
  width: 68%;
}
.cid-uHQbnkZxVh .pgrbr5 {
  background-color: #ff8c00;
  width: 58%;
}
.cid-uHQbnkZxVh .progressbar-numero1:before {
  content: '100%';
}
.cid-uHQbnkZxVh .progressbar-numero2:before {
  content: '10%';
}
.cid-uHQbnkZxVh .progressbar-numero3:before {
  content: '0%';
}
.cid-uHQbnkZxVh .progressbar-numero4:before {
  content: '68%';
}
.cid-uHQbnkZxVh .progressbar-numero5:before {
  content: '58%';
}
.cid-uHQbnkZxVh .left {
  max-width: 557px;
}
@media (max-width: 768px) {
  .cid-uHQbnkZxVh .text-wrapper {
    margin-top: 30px;
  }
  .cid-uHQbnkZxVh .left {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .cid-uHQbnkZxVh .text-elements {
    padding: 70px 15px 0 150px;
  }
  .cid-uHQbnkZxVh .progress_elements {
    padding: 0 150px 0 15px;
  }
}
.cid-uHQbnkZxVh .reset {
  width: 0%;
}
.cid-uHQbnkZxVh P {
  text-align: right;
  color: #000000;
}
.cid-uH6HKujUMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2f35;
}
.cid-uH6HKujUMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6HKujUMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6HKujUMY .row {
  justify-content: center;
}
.cid-uH6HKujUMY .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uH6HKujUMY .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uH6HKujUMY .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uH6HKujUMY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH6HKujUMY .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH6HKujUMY .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uH6HKujUMY .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uH6HKujUMY .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH6HKujUMY .content-wrapper .social {
  margin-top: 22px;
}
.cid-uH6HKujUMY .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uH6HKujUMY .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uH6HKujUMY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uH6HKujUMY .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uH6HKujUMY .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uH6HKujUMY .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uH6HKujUMY .mbr-section-title {
  color: #1498a5;
  text-align: center;
}
.cid-uH6HKujUMY .mbr-text {
  color: #ffffff;
}
.cid-uH6HKujUMY .mbr-desc {
  color: #ffffff;
}
.cid-uH6HKujUMY .list {
  color: #ffffff;
}
.cid-uH6HKujUMY .mbr-text,
.cid-uH6HKujUMY .text-wrapper {
  color: #ebebeb;
  text-align: center;
}
.cid-uH6HKujUMY .list,
.cid-uH6HKujUMY .item-wrap,
.cid-uH6HKujUMY .nav-wrapper {
  color: #1498a5;
}
.cid-uHF9TkUDJC {
  z-index: 1000;
  width: 100%;
}
.cid-uHF9TkUDJC nav.navbar {
  position: fixed;
}
.cid-uHF9TkUDJC .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uHF9TkUDJC .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uHF9TkUDJC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uHF9TkUDJC .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-uHF9TkUDJC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHF9TkUDJC .dropdown-item {
  border: none;
  background: #2c2f35 !important;
  color: #ebebeb !important;
}
.cid-uHF9TkUDJC .dropdown-item:hover,
.cid-uHF9TkUDJC .dropdown-item:focus {
  background: #2c2f35 !important;
  color: #ebebeb !important;
}
.cid-uHF9TkUDJC .dropdown-item:hover span {
  color: white;
}
.cid-uHF9TkUDJC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHF9TkUDJC .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHF9TkUDJC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHF9TkUDJC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHF9TkUDJC .nav-link {
  position: relative;
}
.cid-uHF9TkUDJC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uHF9TkUDJC .container {
    flex-wrap: nowrap;
  }
}
.cid-uHF9TkUDJC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uHF9TkUDJC .iconfont-wrapper:hover {
  color: #1498a5 !important;
}
.cid-uHF9TkUDJC .dropdown-menu,
.cid-uHF9TkUDJC .navbar.opened {
  background: #1498a5 !important;
}
.cid-uHF9TkUDJC .nav-item:focus,
.cid-uHF9TkUDJC .nav-link:focus {
  outline: none;
}
.cid-uHF9TkUDJC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHF9TkUDJC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uHF9TkUDJC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHF9TkUDJC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHF9TkUDJC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHF9TkUDJC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHF9TkUDJC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(20, 152, 165, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHF9TkUDJC .navbar.opened {
  transition: all 0.3s;
}
.cid-uHF9TkUDJC .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uHF9TkUDJC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uHF9TkUDJC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHF9TkUDJC .navbar.collapsed {
  justify-content: center;
}
.cid-uHF9TkUDJC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHF9TkUDJC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHF9TkUDJC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uHF9TkUDJC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHF9TkUDJC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHF9TkUDJC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHF9TkUDJC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHF9TkUDJC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHF9TkUDJC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHF9TkUDJC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHF9TkUDJC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHF9TkUDJC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHF9TkUDJC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHF9TkUDJC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHF9TkUDJC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHF9TkUDJC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHF9TkUDJC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHF9TkUDJC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uHF9TkUDJC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHF9TkUDJC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHF9TkUDJC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uHF9TkUDJC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uHF9TkUDJC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uHF9TkUDJC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHF9TkUDJC .navbar-brand .navbar-caption:hover,
.cid-uHF9TkUDJC .navbar-brand .navbar-caption:focus {
  color: #ebebeb !important;
}
.cid-uHF9TkUDJC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHF9TkUDJC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uHF9TkUDJC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1498a5 !important;
}
.cid-uHF9TkUDJC .dropdown-item.active,
.cid-uHF9TkUDJC .dropdown-item:active {
  background-color: transparent;
}
.cid-uHF9TkUDJC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHF9TkUDJC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHF9TkUDJC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHF9TkUDJC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1498a5;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uHF9TkUDJC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uHF9TkUDJC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uHF9TkUDJC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHF9TkUDJC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uHF9TkUDJC ul.navbar-nav {
    padding: 0;
    background-color: #2c2f35;
    border: none;
  }
}
.cid-uHF9TkUDJC .navbar-buttons {
  text-align: center;
}
.cid-uHF9TkUDJC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uHF9TkUDJC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uHF9TkUDJC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uHF9TkUDJC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1498a5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHF9TkUDJC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ebebeb;
}
.cid-uHF9TkUDJC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uHF9TkUDJC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHF9TkUDJC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHF9TkUDJC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uHF9TkUDJC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHF9TkUDJC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHF9TkUDJC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHF9TkUDJC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHF9TkUDJC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHF9TkUDJC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHF9TkUDJC .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-uHF9TkUDJC .navbar {
    height: 70px;
  }
  .cid-uHF9TkUDJC .navbar.opened {
    height: auto;
  }
  .cid-uHF9TkUDJC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHF9TkUDJC .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uHF9TkUDJC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uHF9TkUDJC .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ebebeb !important;
}
.cid-uHF9TkUDJC .nav-item .nav-link::after {
  color: #1498a5 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uHF9TkUDJC .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ebebeb, #1498a5 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uHF9TkUDJC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uHF9TkUDJC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uHF9TkUDJC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uHF9TkUDJC .nav-item .dropdown-menu .dropdown-item {
  color: #ebebeb !important;
}
.cid-uHF9TkUDJC .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ebebeb !important;
}
@media (max-width: 991px) {
  .cid-uHF9TkUDJC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uHF9TkUDJC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uHF9TkUDJC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uHF9TkUDJC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uHF9TkUDJC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uHF9TkUDJC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uHF9TkUDJC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uHF9TkUDJC .content-wrap {
  min-height: 90px;
}
.cid-uHF9TlUSRn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/header-montsalvat-2.jpg-1900x482.jpg");
}
.cid-uHF9TlUSRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF9TlUSRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHF9TlUSRn .row {
  justify-content: center;
}
.cid-uHF9TlUSRn .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHF9TlUSRn .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #1498a5, #a5eff7 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHF9TlUSRn .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHF9TlUSRn .mbr-section-title {
  color: #ffffff;
}
.cid-uHF9TlUSRn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHF9TlUSRn .mbr-section-title,
.cid-uHF9TlUSRn .mbr-section-btn {
  text-align: center;
}
.cid-uHF9Tmlrre {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uHF9Tmlrre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF9Tmlrre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHF9Tmlrre .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1259px) {
  .cid-uHF9Tmlrre .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-uHF9Tmlrre .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uHF9Tmlrre .content-container {
    grid-row-gap: 16px;
  }
}
.cid-uHF9Tmlrre .mbr-section-title {
  color: #000000;
}
.cid-uHF9Tmlrre .mbr-section-subtitle {
  color: #000000;
  padding: 16px 0;
  font-weight: 400;
}
.cid-uHF9Tmlrre .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uHF9Tmlrre .mbr-section-subtitle {
    padding: 12px 0;
  }
}
.cid-uHF9Tmlrre .item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-uHF9Tmlrre .item-right {
    padding-top: 0;
  }
}
.cid-uHF9Tmlrre .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-uHF9Tmlrre .mbr-section-btn {
  margin-top: 30px;
}
.cid-uHF9Tmlrre .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-uHF9Tmlrre .mbr-text,
.cid-uHF9Tmlrre .mbr-section-btn {
  color: #000000;
}
.cid-uHF9Tmlrre .mbr-section-title1 {
  color: #1498a5;
}
.cid-uHF9TmLQuZ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-uHF9TmLQuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF9TmLQuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHF9TmLQuZ .row {
  justify-content: center;
}
.cid-uHF9TmLQuZ .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uHF9TmLQuZ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uHF9TmLQuZ .content-wrapper {
    padding: 0;
  }
}
.cid-uHF9TmLQuZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .cid-uHF9TmLQuZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uHF9TmLQuZ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHF9TmLQuZ .mbr-section-title,
.cid-uHF9TmLQuZ .title-wrapper {
  color: #1498a5;
  text-align: left;
}
.cid-uHQ7ooGibn {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-uHQ7ooGibn .row.main {
  align-items: flex-end;
  justify-content: space-between;
}
.cid-uHQ7ooGibn .mbr-section-subtitle {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #b18161;
}
.cid-uHQ7ooGibn .mbr-section-title {
  padding-bottom: 45px;
  color: #000000;
  text-align: left;
}
.cid-uHQ7ooGibn .text-block {
  color: #ebebeb;
  margin-bottom: 45px;
  text-align: left;
}
.cid-uHQ7ooGibn .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
  margin-top: 26px;
}
.cid-uHQ7ooGibn .name {
  width: auto;
  padding: 0;
  line-height: 0.4;
}
.cid-uHQ7ooGibn .progress {
  border-radius: 15px;
  position: relative;
  width: 100%;
  height: 34px;
  margin-top: 12px;
  background: #d0d0d0;
  font-size: 1.1rem;
  font-weight: 700;
}
.cid-uHQ7ooGibn .progress-bar {
  color: #ffffff;
  height: 34px !important;
  transition: width 1s ease-in-out;
  padding-right: 15px;
  border-radius: 0px;
  line-height: 34px;
  text-align: right;
}
.cid-uHQ7ooGibn .pgrbr1 {
  background-color: #1498a5;
  width: 100%;
}
.cid-uHQ7ooGibn .pgrbr2 {
  background-color: #e58b00;
  width: 10%;
}
.cid-uHQ7ooGibn .pgrbr3 {
  background-color: #ff1800;
  width: 0%;
}
.cid-uHQ7ooGibn .pgrbr4 {
  background-color: #ef00ff;
  width: 68%;
}
.cid-uHQ7ooGibn .pgrbr5 {
  background-color: #ff8c00;
  width: 58%;
}
.cid-uHQ7ooGibn .progressbar-numero1:before {
  content: '100%';
}
.cid-uHQ7ooGibn .progressbar-numero2:before {
  content: '10%';
}
.cid-uHQ7ooGibn .progressbar-numero3:before {
  content: '0%';
}
.cid-uHQ7ooGibn .progressbar-numero4:before {
  content: '68%';
}
.cid-uHQ7ooGibn .progressbar-numero5:before {
  content: '58%';
}
.cid-uHQ7ooGibn .left {
  max-width: 557px;
}
@media (max-width: 768px) {
  .cid-uHQ7ooGibn .text-wrapper {
    margin-top: 30px;
  }
  .cid-uHQ7ooGibn .left {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .cid-uHQ7ooGibn .text-elements {
    padding: 70px 15px 0 150px;
  }
  .cid-uHQ7ooGibn .progress_elements {
    padding: 0 150px 0 15px;
  }
}
.cid-uHQ7ooGibn .reset {
  width: 0%;
}
.cid-uHQ7ooGibn P {
  text-align: right;
  color: #000000;
}
.cid-uHQ3kcZmRN {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ebebeb;
}
.cid-uHQ3kcZmRN .showAlerts {
  display: block !important;
}
.cid-uHQ3kcZmRN .rowflexrev {
  display: -webkit-flex;
}
.cid-uHQ3kcZmRN .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uHQ3kcZmRN .title {
  margin-bottom: 2rem;
}
.cid-uHQ3kcZmRN .mbr-section-subtitle {
  color: #767676;
}
.cid-uHQ3kcZmRN textarea.form-control {
  min-height: 188px;
}
.cid-uHQ3kcZmRN LABEL {
  color: #232323;
  display: initial;
}
.cid-uHQ3kcZmRN .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uHQ3kcZmRN .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uHQ3kcZmRN .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uHQ3kcZmRN .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uHQ3kcZmRN .alert {
  margin-bottom: 0;
}
.cid-uHQ3kcZmRN .alert-success {
  background-color: #1498a5;
}
.cid-uHQ3kcZmRN .alert-danger {
  background-color: #ff4a52;
}
.cid-uHQ3kcZmRN .btn {
  display: inline-flex;
}
.cid-uHQ3kcZmRN .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uHQ3kcZmRN .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uHQ3kcZmRN input,
.cid-uHQ3kcZmRN option,
.cid-uHQ3kcZmRN textarea {
  color: #000000;
}
.cid-uHQ3kcZmRN H2 {
  color: #1498a5;
}
.cid-uH6HKujUMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2f35;
}
.cid-uH6HKujUMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6HKujUMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6HKujUMY .row {
  justify-content: center;
}
.cid-uH6HKujUMY .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uH6HKujUMY .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uH6HKujUMY .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uH6HKujUMY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH6HKujUMY .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH6HKujUMY .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uH6HKujUMY .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uH6HKujUMY .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH6HKujUMY .content-wrapper .social {
  margin-top: 22px;
}
.cid-uH6HKujUMY .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH6HKujUMY .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uH6HKujUMY .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uH6HKujUMY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uH6HKujUMY .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uH6HKujUMY .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uH6HKujUMY .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uH6HKujUMY .mbr-section-title {
  color: #1498a5;
  text-align: center;
}
.cid-uH6HKujUMY .mbr-text {
  color: #ffffff;
}
.cid-uH6HKujUMY .mbr-desc {
  color: #ffffff;
}
.cid-uH6HKujUMY .list {
  color: #ffffff;
}
.cid-uH6HKujUMY .mbr-text,
.cid-uH6HKujUMY .text-wrapper {
  color: #ebebeb;
  text-align: center;
}
.cid-uH6HKujUMY .list,
.cid-uH6HKujUMY .item-wrap,
.cid-uH6HKujUMY .nav-wrapper {
  color: #1498a5;
}
