.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #e6ecf3;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00b4d8 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00b4d8 !important;
  border-color: #00b4d8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0cd6ff !important;
  border-color: #0cd6ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0cd6ff !important;
  border-color: #0cd6ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6591aa !important;
  border-color: #6591aa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #86a8bc !important;
  border-color: #86a8bc !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #86a8bc !important;
  border-color: #86a8bc !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00b4d8;
  color: #00b4d8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #006c81 !important;
  background-color: transparent !important;
  border-color: #006c81 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00b4d8 !important;
  border-color: #00b4d8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6591aa;
  color: #6591aa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #426377 !important;
  background-color: transparent !important;
  border-color: #426377 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6591aa !important;
  border-color: #6591aa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00b4d8 !important;
}
.text-secondary {
  color: #6591aa !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #005f72 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c5b6d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #00b4d8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #00b4d8;
  border-color: #00b4d8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00b4d8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a5f0ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00b4d8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #00b4d8;
}
/* 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: #00b4d8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00b4d8;
}
.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: #00b4d8;
  border-bottom-color: #00b4d8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #00b4d8 !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: #6591aa !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='%2300b4d8' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u1xZmrusRn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u1xZmrusRn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u1xZmrusRn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u1xZmrusRn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1xZmrusRn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-u1xZmrusRn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1xZmrusRn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1xZmrusRn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u1xZmrusRn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u1xZmrusRn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-u1xZmrusRn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u1xZmrusRn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u1xZmrusRn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u1xZmrusRn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-u1xZmrusRn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u1xZmrusRn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u1xZmrusRn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u1xZmrusRn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u1xZmrusRn .navbar-logo {
    padding-left: 0;
  }
}
.cid-u1xZmrusRn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1xZmrusRn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u1xZmrusRn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u1xZmrusRn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u1xZmrusRn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1xZmrusRn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u1xZmrusRn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1xZmrusRn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-u1xZmrusRn .nav-item:focus,
.cid-u1xZmrusRn .nav-link:focus {
  outline: none;
}
.cid-u1xZmrusRn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1xZmrusRn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1xZmrusRn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1xZmrusRn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1xZmrusRn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1xZmrusRn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1xZmrusRn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u1xZmrusRn .navbar.opened {
  transition: all 0.3s;
}
.cid-u1xZmrusRn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1xZmrusRn .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-u1xZmrusRn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u1xZmrusRn .navbar.collapsed {
  justify-content: center;
}
.cid-u1xZmrusRn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1xZmrusRn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1xZmrusRn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-u1xZmrusRn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1xZmrusRn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1xZmrusRn .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-u1xZmrusRn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1xZmrusRn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1xZmrusRn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1xZmrusRn .navbar {
    min-height: 72px;
  }
  .cid-u1xZmrusRn .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u1xZmrusRn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1xZmrusRn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1xZmrusRn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1xZmrusRn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1xZmrusRn .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-u1xZmrusRn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1xZmrusRn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u1xZmrusRn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1xZmrusRn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1xZmrusRn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u1xZmrusRn .dropdown-item.active,
.cid-u1xZmrusRn .dropdown-item:active {
  background-color: transparent;
}
.cid-u1xZmrusRn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1xZmrusRn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1xZmrusRn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1xZmrusRn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1xZmrusRn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u1xZmrusRn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u1xZmrusRn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1xZmrusRn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u1xZmrusRn .navbar-buttons {
    text-align: left;
  }
}
.cid-u1xZmrusRn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1xZmrusRn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1xZmrusRn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1xZmrusRn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xZmrusRn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xZmrusRn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1xZmrusRn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xZmrusRn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1xZmrusRn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1xZmrusRn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xZmrusRn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1xZmrusRn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1xZmrusRn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u1xZmrusRn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1xZmrusRn .navbar {
    height: 70px;
  }
  .cid-u1xZmrusRn .navbar.opened {
    height: auto;
  }
  .cid-u1xZmrusRn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1xZmrusRn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u1xZmrusRn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u1xZmrusRn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u1xZmrusRn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u1xZmrusRn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u1xZmrusRn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u1xZmrusRn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u1xZmrusRn .navbar-brand {
    margin-right: auto;
  }
  .cid-u1xZmrusRn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u1xZmrusRn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u1xZmrusRn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u1xZmrusRn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u1xZmrusRn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u1xZmrusRn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u1xZmrusRn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u1xZmrusRn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u1xZmrusRn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u1xZmrusRn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u1xZmrusRn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u1xZmru2rL {
  display: flex;
}
@media (min-width: 768px) {
  .cid-u1xZmru2rL {
    align-items: flex-end;
  }
  .cid-u1xZmru2rL .row {
    justify-content: flex-start;
  }
  .cid-u1xZmru2rL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u1xZmru2rL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u1xZmru2rL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u1xZmru2rL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u1xZmru2rL .content-wrap {
    width: 100%;
  }
}
.cid-u1xZmru2rL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xZmru2rL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u1xZmru2rL .mbr-section-title,
.cid-u1xZmru2rL .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-u1xZmru2rL .mbr-text,
.cid-u1xZmru2rL .mbr-section-btn {
  text-align: left;
}
.cid-u1xZmrubqJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1xZmrubqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xZmrubqJ .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-u1xZmrubqJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1xZmrubqJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u1xZmrubqJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1xZmrubqJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u1xZmrubqJ .mbr-section-title {
  color: #000000;
}
.cid-u1xZmrubqJ .mbr-text,
.cid-u1xZmrubqJ .mbr-section-btn {
  color: #000000;
}
.cid-u1xZmrvpVM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1xZmrvpVM .video-wrapper iframe {
  width: 100%;
}
.cid-u1xZmrvpVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xZmrvpVM .mbr-section-title,
.cid-u1xZmrvpVM .mbr-section-subtitle,
.cid-u1xZmrvpVM .mbr-text {
  text-align: center;
}
.cid-u1xZmrvdHw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1xZmrvdHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xZmrvdHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xZmrvdHw .title .num {
  width: 100%;
  display: block;
}
.cid-u1xZmrvdHw .title .card-title {
  z-index: 1;
}
.cid-u1xZmrvdHw .num {
  color: #00B4D8;
  text-align: center;
}
.cid-u1xZmrvdHw .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u1xZmrvdHw .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1xZmrvdHw * {
    text-align: center !important;
  }
  .cid-u1xZmrvdHw .content-column {
    margin-bottom: 2rem;
  }
}
.cid-u1xZmrvdHw .content-head {
  max-width: 800px;
}
.cid-u1xZmrvdHw .card-text {
  text-align: center;
}
.cid-u1xZmrvdHw .card-title,
.cid-u1xZmrvdHw .card-img {
  text-align: center;
}
.cid-u1D3lI6fZo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u1D3lI6fZo h6 {
  line-height: 1.2;
}
.cid-u1D3lI6fZo img,
.cid-u1D3lI6fZo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u1D3lI6fZo .item:focus,
.cid-u1D3lI6fZo span:focus {
  outline: none;
}
.cid-u1D3lI6fZo .item-img a {
  cursor: pointer;
}
.cid-u1D3lI6fZo .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u1D3lI6fZo .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-u1D3lI6fZo .mbr-section-title {
  color: #000000;
}
.cid-u1D3lI6fZo .mbr-text,
.cid-u1D3lI6fZo .mbr-section-btn {
  color: #000000;
}
.cid-u1D3lI6fZo .item-title {
  color: #000000;
  text-align: center;
}
.cid-u1D3lI6fZo .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u1D3lI6fZo .item-text {
  color: #000000;
  text-align: center;
}
.cid-u1D3lI6fZo .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u1D3lI6fZo .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-u2cPe2KFtG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u2cPe2KFtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cPe2KFtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cPe2KFtG .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-u2cPe2KFtG .card-title,
.cid-u2cPe2KFtG .iconfont-wrapper {
  color: #232323;
}
.cid-u2cPe2KFtG .card-text {
  color: #232323;
}
.cid-u2cPe2KFtG .mbr-section-title {
  color: #232323;
}
.cid-u2cPe2KFtG .mbr-section-subtitle {
  color: #232323;
}
.cid-u2cPe2KFtG .content-head {
  max-width: 800px;
}
.cid-u1CXDfUJ3R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1CXDfUJ3R .video-wrapper iframe {
  width: 100%;
}
.cid-u1CXDfUJ3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CXDfUJ3R .mbr-section-title,
.cid-u1CXDfUJ3R .mbr-section-subtitle,
.cid-u1CXDfUJ3R .mbr-text {
  text-align: center;
}
.cid-u1xZmrvzIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-u1xZmrvzIz .mbr-text {
  color: #000000;
}
.cid-u1xZmrvzIz .mbr-section-subtitle {
  color: #000000;
}
.cid-u1xZmrvzIz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1xZmrvzIz .mbr-text,
.cid-u1xZmrvzIz .item .mbr-section-btn {
  text-align: left;
}
.cid-u1xZmrvzIz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1xZmrvzIz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1xZmrvzIz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u1xZmrw6Wb {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-u1xZmrw6Wb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xZmrw6Wb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u1xZmrw6Wb .card-wrapper {
  background: #7787a5;
}
@media (max-width: 767px) {
  .cid-u1xZmrw6Wb .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1xZmrw6Wb .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u1xZmrw6Wb .card-wrapper {
    padding: 4rem;
  }
}
.cid-u1xZmrw6Wb .mbr-text,
.cid-u1xZmrw6Wb .mbr-section-btn {
  text-align: center;
}
.cid-u1xZmrw6Wb .card-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-u1yjYsMwGL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u1yjYsMwGL .row {
  flex-direction: row-reverse;
}
.cid-u1yjYsMwGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1yjYsMwGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1yjYsMwGL .mbr-description {
  text-align: left;
}
.cid-u1yjYsMwGL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-u1yjYsMwGL .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1yjYsMwGL .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u1yjYsMwGL .card-title,
.cid-u1yjYsMwGL .iconfont-wrapper {
  color: #000000;
}
.cid-u1yjYsMwGL .card-text {
  color: #000000;
}
.cid-u1yjYsMwGL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1yjYsMwGL .mbr-text,
.cid-u1yjYsMwGL .mbr-section-btn {
  text-align: center;
}
.cid-u1yjYsMwGL .card-text,
.cid-u1yjYsMwGL .item .mbr-section-btn {
  text-align: left;
}
.cid-u1yjYsMwGL .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-u1yjYsMwGL .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-u1yjYsMwGL .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-u1yjYsMwGL .mbr-text UL {
  text-align: left;
}
.cid-u1xZmrxEho {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1xZmrxEho .item:focus,
.cid-u1xZmrxEho span:focus {
  outline: none;
}
.cid-u1xZmrxEho .item {
  cursor: pointer;
}
.cid-u1xZmrxEho .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-u1xZmrxEho .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-u1xZmrxEho .grid-container-1,
.cid-u1xZmrxEho .grid-container-2,
.cid-u1xZmrxEho .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-u1xZmrxEho .grid-container-1,
  .cid-u1xZmrxEho .grid-container-2,
  .cid-u1xZmrxEho .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-u1xZmrxEho .mbr-section-title {
  color: #000000;
}
.cid-u1xZmrxEho .mbr-text,
.cid-u1xZmrxEho .mbr-section-btn {
  color: #000000;
}
.cid-u1xZmrxEho .content-head {
  max-width: 800px;
}
.cid-u1xZmrxEho .container,
.cid-u1xZmrxEho .container-fluid {
  overflow: hidden;
}
.cid-u1xZmrxEho .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-u1xZmrxEho .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1xZmrxEho .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u1xZmrxEho .grid-item img {
    min-width: 35vw;
  }
}
.cid-u1xZmrxEho .grid-container-1,
.cid-u1xZmrxEho .grid-container-2,
.cid-u1xZmrxEho .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-u1xZmrxEho .grid-container-1 {
  align-items: flex-end;
}
.cid-u1xZmrxEho .grid-container-2 {
  align-items: flex-start;
}
.cid-u1xZmryRZf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u1xZmryRZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xZmryRZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xZmryRZf .row-reverse {
  flex-direction: row-reverse;
}
.cid-u1xZmryRZf .row {
  flex-direction: row-reverse;
}
.cid-u1xZmryRZf .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-u1xZmryRZf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1xZmryRZf .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-u1xZmryRZf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1xZmryRZf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u1xZmryRZf .mbr-section-title {
  color: #000000;
}
.cid-u1xZmryRZf .mbr-text,
.cid-u1xZmryRZf .mbr-section-btn {
  color: #000000;
}
.cid-u1xZmryRZf img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-u1xZmryRZf img {
    height: 15rem;
  }
}
.cid-u5jvA3yhym {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u5jvA3yhym h6 {
  line-height: 1.2;
}
.cid-u5jvA3yhym img,
.cid-u5jvA3yhym .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u5jvA3yhym .item:focus,
.cid-u5jvA3yhym span:focus {
  outline: none;
}
.cid-u5jvA3yhym .item-img a {
  cursor: pointer;
}
.cid-u5jvA3yhym .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u5jvA3yhym .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-u5jvA3yhym .mbr-section-title {
  color: #000000;
}
.cid-u5jvA3yhym .mbr-text,
.cid-u5jvA3yhym .mbr-section-btn {
  color: #000000;
}
.cid-u5jvA3yhym .item-title {
  color: #000000;
  text-align: center;
}
.cid-u5jvA3yhym .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u5jvA3yhym .item-text {
  color: #000000;
  text-align: center;
}
.cid-u5jvA3yhym .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u5jvA3yhym .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-u5jvwKX93U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u5jvwKX93U .row {
  justify-content: center;
}
.cid-u5jvwKX93U .col-title {
  margin-bottom: 2.5rem;
}
.cid-u5jvwKX93U .mbr-section-title {
  color: #000000;
}
.cid-u5jvwKX93U .mbr-section-subtitle {
  color: #000000;
  margin-top: 1.5rem;
}
.cid-u5jvwKX93U .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5jvwKX93U .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-u5jvwKX93U .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u5jvwKX93U .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 400px;
}
@media (max-width: 639px) {
  .cid-u5jvwKX93U .card {
    min-height: 276px;
  }
}
.cid-u5jvwKX93U .card-1 {
  background-color: #44af69;
}
.cid-u5jvwKX93U .card-2 {
  background-color: #75083a;
}
.cid-u5jvwKX93U .card-3 {
  background-color: #ff4545;
}
.cid-u5jvwKX93U .card-4 {
  background-color: #fed243;
}
.cid-u5jvwKX93U .card-5 {
  background-color: #44af69;
}
.cid-u5jvwKX93U .card-6 {
  background-color: #ff7f11;
}
.cid-u5jvwKX93U .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u5jvwKX93U .card:hover .card-title {
  text-decoration: underline;
}
.cid-u5jvwKX93U .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-u5jvwKX93U .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-u5jvwKX93U .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-u5jvwKX93U .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-u5jvwKX93U .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-u5jvwKX93U .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-u5jvwKX93U .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-u5jedTxUxZ {
  display: flex;
  background-image: url("../../../assets/images/michel-panorama-2-2000x908.webp");
}
.cid-u5jedTxUxZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u5jedTxUxZ {
    align-items: flex-end;
  }
  .cid-u5jedTxUxZ .row {
    justify-content: flex-start;
  }
  .cid-u5jedTxUxZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u5jedTxUxZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u5jedTxUxZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u5jedTxUxZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u5jedTxUxZ .content-wrap {
    width: 100%;
  }
}
.cid-u5jedTxUxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5jedTxUxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5jedTxUxZ .mbr-section-title,
.cid-u5jedTxUxZ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-u5jedTxUxZ .mbr-text,
.cid-u5jedTxUxZ .mbr-section-btn {
  text-align: left;
}
.cid-u5jeeQBxOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5jeeQBxOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5jeeQBxOF .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-u5jeeQBxOF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u5jeeQBxOF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u5jeeQBxOF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u5jeeQBxOF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u5jeeQBxOF .mbr-section-title {
  color: #000000;
}
.cid-u5jeeQBxOF .mbr-text,
.cid-u5jeeQBxOF .mbr-section-btn {
  color: #000000;
}
.cid-u5jehYdvhn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5jehYdvhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5jehYdvhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5jehYdvhn .row {
  flex-direction: row-reverse;
}
.cid-u5jeiWne4t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5jeiWne4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5jeiWne4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5jeiWne4t .row {
  flex-direction: row-reverse;
}
.cid-u5oU5iGY0S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5oU5iGY0S .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-u5oU5iGY0S img,
.cid-u5oU5iGY0S .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u5oU5iGY0S .item:focus,
.cid-u5oU5iGY0S span:focus {
  outline: none;
}
.cid-u5oU5iGY0S .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u5oU5iGY0S .item {
    margin-bottom: 1rem;
  }
}
.cid-u5oU5iGY0S .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u5oU5iGY0S .mbr-section-title {
  color: #232323;
}
.cid-u5oU5iGY0S .mbr-text,
.cid-u5oU5iGY0S .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u5oU5iGY0S .item-title {
  color: #232323;
  text-align: center;
}
.cid-u5oU5iGY0S .content-head {
  max-width: 800px;
}
.cid-u5p9IBM3EW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1xZmryEwX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-u1xZmryEwX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u1xZmryEwX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-u1xZmryEwX .item-head {
  background: #00b4d8;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1xZmryEwX .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1xZmryEwX .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u1xZmryEwX .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1xZmryEwX .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1xZmryEwX .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-u1xZmryEwX .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u1xZmryEwX .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1xZmryEwX .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-u1xZmryEwX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-u1xZmryEwX .btn {
  width: -webkit-fill-available;
}
.cid-u1xZmryEwX .item:focus,
.cid-u1xZmryEwX span:focus {
  outline: none;
}
.cid-u1xZmryEwX .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-u1xZmryEwX .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1xZmryEwX .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u1xZmryEwX .mbr-section-title {
  color: #000000;
}
.cid-u1xZmryEwX .mbr-section-subtitle {
  color: #000000;
}
.cid-u1xZmryEwX .mbr-text,
.cid-u1xZmryEwX .mbr-section-btn {
  text-align: left;
}
.cid-u1xZmryEwX .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-u1xZmryEwX .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-u1xZmryEwX .content-head {
  max-width: 800px;
}
.cid-u1CYTMyoQK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1CYTMyoQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1CYTMyoQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CYTMyoQK .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u1CYTMyoQK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1CYTMyoQK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u1CYTMyoQK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1CYTMyoQK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u1CYTMyoQK .mbr-section-title {
  color: #000000;
}
.cid-u1CYTMyoQK .mbr-text,
.cid-u1CYTMyoQK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u1xZmrzmKl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u1xZmrzmKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xZmrzmKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xZmrzmKl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u1xZmrzmKl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u1xZmrzmKl .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u1xZmrzmKl .bg-instagram:hover {
  background: #bd005c;
}
.cid-u1xZmrzmKl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u1xZmrzmKl [class^="socicon-"]:before,
.cid-u1xZmrzmKl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-u1xZmrAG1S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-u1xZmrAG1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xZmrAG1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xZmrAG1S .img-wrapper {
  text-align: center;
}
.cid-u1xZmrAG1S img {
  margin: auto;
  width: 200px;
}
.cid-u1xZmrAG1S .row {
  align-items: flex-start;
}
.cid-u1xZmrAG1S .item-wrapper {
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-u1xZmrAG1S .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u1xZmrAG1S .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1xZmrAG1S .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-u1xZmrAG1S .mbr-section-title,
.cid-u1xZmrAG1S .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-u1xZmrAG1S .content-head {
  max-width: 800px;
}
.cid-u1xZmrATci {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-u1xZmrATci .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u1xZmrATci form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u1xZmrATci form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u1xZmrATci form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1xZmrATci .content-head {
  max-width: 800px;
}
.cid-u1xZmrAem8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-u1xZmrAem8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xZmrAem8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xZmrAem8 .row {
  justify-content: center;
}
.cid-u1xZmrAem8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u1xZmrAem8 .item {
    margin-bottom: 1rem;
  }
}
.cid-u1xZmrAem8 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1xZmrAem8 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1xZmrAem8 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-u1xZmrAem8 .content-head {
  max-width: 800px;
}
.cid-u1xZmrAem8 P {
  text-align: right;
}
.cid-u1xZmrBOuR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u1xZmrBOuR .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1xZmrBOuR .social-row .soc-item {
  margin: 8px;
}
.cid-u1xZmrBOuR .social-row .soc-item a:hover .mbr-iconfont,
.cid-u1xZmrBOuR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-u1xZmrBOuR .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u1xZmrBOuR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1xZmrBOuR .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1xZmrBOuR .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1xZmrBOuR .header-menu li p {
  margin: 0;
}
.cid-u1xZmrBOuR .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-u1xZmrBOuR .mbr-section-title {
  color: #ffffff;
}
.cid-u1Dh6IFhEE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u1Dh6IFhEE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u1Dh6IFhEE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u1Dh6IFhEE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1Dh6IFhEE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-u1Dh6IFhEE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1Dh6IFhEE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1Dh6IFhEE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u1Dh6IFhEE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u1Dh6IFhEE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-u1Dh6IFhEE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u1Dh6IFhEE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u1Dh6IFhEE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u1Dh6IFhEE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-u1Dh6IFhEE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u1Dh6IFhEE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u1Dh6IFhEE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u1Dh6IFhEE .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u1Dh6IFhEE .navbar-logo {
    padding-left: 0;
  }
}
.cid-u1Dh6IFhEE .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1Dh6IFhEE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u1Dh6IFhEE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u1Dh6IFhEE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u1Dh6IFhEE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Dh6IFhEE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u1Dh6IFhEE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1Dh6IFhEE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-u1Dh6IFhEE .nav-item:focus,
.cid-u1Dh6IFhEE .nav-link:focus {
  outline: none;
}
.cid-u1Dh6IFhEE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1Dh6IFhEE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1Dh6IFhEE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1Dh6IFhEE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1Dh6IFhEE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1Dh6IFhEE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1Dh6IFhEE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u1Dh6IFhEE .navbar.opened {
  transition: all 0.3s;
}
.cid-u1Dh6IFhEE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1Dh6IFhEE .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-u1Dh6IFhEE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u1Dh6IFhEE .navbar.collapsed {
  justify-content: center;
}
.cid-u1Dh6IFhEE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1Dh6IFhEE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1Dh6IFhEE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-u1Dh6IFhEE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1Dh6IFhEE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1Dh6IFhEE .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-u1Dh6IFhEE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1Dh6IFhEE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1Dh6IFhEE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1Dh6IFhEE .navbar {
    min-height: 72px;
  }
  .cid-u1Dh6IFhEE .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u1Dh6IFhEE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1Dh6IFhEE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1Dh6IFhEE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1Dh6IFhEE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1Dh6IFhEE .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-u1Dh6IFhEE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1Dh6IFhEE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u1Dh6IFhEE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1Dh6IFhEE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1Dh6IFhEE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u1Dh6IFhEE .dropdown-item.active,
.cid-u1Dh6IFhEE .dropdown-item:active {
  background-color: transparent;
}
.cid-u1Dh6IFhEE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1Dh6IFhEE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1Dh6IFhEE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1Dh6IFhEE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1Dh6IFhEE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u1Dh6IFhEE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u1Dh6IFhEE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1Dh6IFhEE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u1Dh6IFhEE .navbar-buttons {
    text-align: left;
  }
}
.cid-u1Dh6IFhEE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1Dh6IFhEE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1Dh6IFhEE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1Dh6IFhEE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1Dh6IFhEE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1Dh6IFhEE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1Dh6IFhEE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1Dh6IFhEE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1Dh6IFhEE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1Dh6IFhEE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1Dh6IFhEE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1Dh6IFhEE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1Dh6IFhEE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u1Dh6IFhEE .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1Dh6IFhEE .navbar {
    height: 70px;
  }
  .cid-u1Dh6IFhEE .navbar.opened {
    height: auto;
  }
  .cid-u1Dh6IFhEE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1Dh6IFhEE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u1Dh6IFhEE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u1Dh6IFhEE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u1Dh6IFhEE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u1Dh6IFhEE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u1Dh6IFhEE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u1Dh6IFhEE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u1Dh6IFhEE .navbar-brand {
    margin-right: auto;
  }
  .cid-u1Dh6IFhEE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u1Dh6IFhEE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u1Dh6IFhEE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u1Dh6IFhEE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u1Dh6IFhEE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u1Dh6IFhEE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u1Dh6IFhEE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u1Dh6IFhEE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u1Dh6IFhEE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u1Dh6IFhEE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u1Dh6IFhEE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u1Dh6JjIBz {
  display: flex;
  background-image: url("../../../assets/images/michel-panorama-2-2000x908.webp");
}
.cid-u1Dh6JjIBz .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u1Dh6JjIBz {
    align-items: flex-end;
  }
  .cid-u1Dh6JjIBz .row {
    justify-content: flex-start;
  }
  .cid-u1Dh6JjIBz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u1Dh6JjIBz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u1Dh6JjIBz {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u1Dh6JjIBz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u1Dh6JjIBz .content-wrap {
    width: 100%;
  }
}
.cid-u1Dh6JjIBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Dh6JjIBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Dh6JjIBz .mbr-section-title,
.cid-u1Dh6JjIBz .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-u1Dh6JjIBz .mbr-text,
.cid-u1Dh6JjIBz .mbr-section-btn {
  text-align: left;
}
.cid-u1Dh6JKx8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1Dh6JKx8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Dh6JKx8G .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-u1Dh6JKx8G .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1Dh6JKx8G .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u1Dh6JKx8G .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1Dh6JKx8G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u1Dh6JKx8G .mbr-section-title {
  color: #000000;
}
.cid-u1Dh6JKx8G .mbr-text,
.cid-u1Dh6JKx8G .mbr-section-btn {
  color: #000000;
}
.cid-u1DrcCuYxL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1DrcCuYxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DrcCuYxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DrcCuYxL .row {
  flex-direction: row-reverse;
}
.cid-u1DEe4QjSZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1DEe4QjSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DEe4QjSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DEe4QjSZ .row {
  flex-direction: row-reverse;
}
.cid-u1DEfqcMKr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1DEfqcMKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DEfqcMKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DEfqcMKr .row {
  flex-direction: row-reverse;
}
.cid-u1DFikvrvN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1DFikvrvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DFikvrvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DFikvrvN .row {
  flex-direction: row-reverse;
}
.cid-u1Dh6K9HT7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1Dh6K9HT7 .video-wrapper iframe {
  width: 100%;
}
.cid-u1Dh6K9HT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Dh6K9HT7 .mbr-section-title,
.cid-u1Dh6K9HT7 .mbr-section-subtitle,
.cid-u1Dh6K9HT7 .mbr-text {
  text-align: center;
}
.cid-u1Dh6Kw2s5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1Dh6Kw2s5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Dh6Kw2s5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Dh6Kw2s5 .title .num {
  width: 100%;
  display: block;
}
.cid-u1Dh6Kw2s5 .title .card-title {
  z-index: 1;
}
.cid-u1Dh6Kw2s5 .num {
  color: #00B4D8;
  text-align: center;
}
.cid-u1Dh6Kw2s5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u1Dh6Kw2s5 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Dh6Kw2s5 * {
    text-align: center !important;
  }
  .cid-u1Dh6Kw2s5 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-u1Dh6Kw2s5 .content-head {
  max-width: 800px;
}
.cid-u1Dh6Kw2s5 .card-text {
  text-align: center;
}
.cid-u1Dh6Kw2s5 .card-title,
.cid-u1Dh6Kw2s5 .card-img {
  text-align: center;
}
.cid-u1Dh6L04A0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u1Dh6L04A0 h6 {
  line-height: 1.2;
}
.cid-u1Dh6L04A0 img,
.cid-u1Dh6L04A0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u1Dh6L04A0 .item:focus,
.cid-u1Dh6L04A0 span:focus {
  outline: none;
}
.cid-u1Dh6L04A0 .item-img a {
  cursor: pointer;
}
.cid-u1Dh6L04A0 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u1Dh6L04A0 .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-u1Dh6L04A0 .mbr-section-title {
  color: #000000;
}
.cid-u1Dh6L04A0 .mbr-text,
.cid-u1Dh6L04A0 .mbr-section-btn {
  color: #000000;
}
.cid-u1Dh6L04A0 .item-title {
  color: #000000;
  text-align: center;
}
.cid-u1Dh6L04A0 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u1Dh6L04A0 .item-text {
  color: #000000;
  text-align: center;
}
.cid-u1Dh6L04A0 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u1Dh6L04A0 .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-u1Dh6LTOW1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-u1Dh6LTOW1 .mbr-text {
  color: #000000;
}
.cid-u1Dh6LTOW1 .mbr-section-subtitle {
  color: #000000;
}
.cid-u1Dh6LTOW1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1Dh6LTOW1 .mbr-text,
.cid-u1Dh6LTOW1 .item .mbr-section-btn {
  text-align: left;
}
.cid-u1Dh6LTOW1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1Dh6LTOW1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Dh6LTOW1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u1Dh6MiYfg {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-u1Dh6MiYfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Dh6MiYfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u1Dh6MiYfg .card-wrapper {
  background: #7787a5;
}
@media (max-width: 767px) {
  .cid-u1Dh6MiYfg .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1Dh6MiYfg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u1Dh6MiYfg .card-wrapper {
    padding: 4rem;
  }
}
.cid-u1Dh6MiYfg .mbr-text,
.cid-u1Dh6MiYfg .mbr-section-btn {
  text-align: center;
}
.cid-u1Dh6MiYfg .card-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-u1Dh6MJqIh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u1Dh6MJqIh .row {
  flex-direction: row-reverse;
}
.cid-u1Dh6MJqIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Dh6MJqIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Dh6MJqIh .mbr-description {
  text-align: left;
}
.cid-u1Dh6MJqIh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-u1Dh6MJqIh .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1Dh6MJqIh .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u1Dh6MJqIh .card-title,
.cid-u1Dh6MJqIh .iconfont-wrapper {
  color: #000000;
}
.cid-u1Dh6MJqIh .card-text {
  color: #000000;
}
.cid-u1Dh6MJqIh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1Dh6MJqIh .mbr-text,
.cid-u1Dh6MJqIh .mbr-section-btn {
  text-align: center;
}
.cid-u1Dh6MJqIh .card-text,
.cid-u1Dh6MJqIh .item .mbr-section-btn {
  text-align: left;
}
.cid-u1Dh6MJqIh .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-u1Dh6MJqIh .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-u1Dh6MJqIh .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-u1Dh6MJqIh .mbr-text UL {
  text-align: left;
}
.cid-u1Dh6NcbIc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1Dh6NcbIc .item:focus,
.cid-u1Dh6NcbIc span:focus {
  outline: none;
}
.cid-u1Dh6NcbIc .item {
  cursor: pointer;
}
.cid-u1Dh6NcbIc .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-u1Dh6NcbIc .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-u1Dh6NcbIc .grid-container-1,
.cid-u1Dh6NcbIc .grid-container-2,
.cid-u1Dh6NcbIc .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-u1Dh6NcbIc .grid-container-1,
  .cid-u1Dh6NcbIc .grid-container-2,
  .cid-u1Dh6NcbIc .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-u1Dh6NcbIc .mbr-section-title {
  color: #000000;
}
.cid-u1Dh6NcbIc .mbr-text,
.cid-u1Dh6NcbIc .mbr-section-btn {
  color: #000000;
}
.cid-u1Dh6NcbIc .content-head {
  max-width: 800px;
}
.cid-u1Dh6NcbIc .container,
.cid-u1Dh6NcbIc .container-fluid {
  overflow: hidden;
}
.cid-u1Dh6NcbIc .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-u1Dh6NcbIc .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1Dh6NcbIc .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u1Dh6NcbIc .grid-item img {
    min-width: 35vw;
  }
}
.cid-u1Dh6NcbIc .grid-container-1,
.cid-u1Dh6NcbIc .grid-container-2,
.cid-u1Dh6NcbIc .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-u1Dh6NcbIc .grid-container-1 {
  align-items: flex-end;
}
.cid-u1Dh6NcbIc .grid-container-2 {
  align-items: flex-start;
}
.cid-u1Dh6NDWT1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u1Dh6NDWT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Dh6NDWT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Dh6NDWT1 .row-reverse {
  flex-direction: row-reverse;
}
.cid-u1Dh6NDWT1 .row {
  flex-direction: row-reverse;
}
.cid-u1Dh6NDWT1 .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-u1Dh6NDWT1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1Dh6NDWT1 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-u1Dh6NDWT1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1Dh6NDWT1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u1Dh6NDWT1 .mbr-section-title {
  color: #000000;
}
.cid-u1Dh6NDWT1 .mbr-text,
.cid-u1Dh6NDWT1 .mbr-section-btn {
  color: #000000;
}
.cid-u1Dh6NDWT1 img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-u1Dh6NDWT1 img {
    height: 15rem;
  }
}
.cid-u1Dh6ObrSi {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #bcef9b;
}
.cid-u1Dh6ObrSi .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u1Dh6ObrSi .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-u1Dh6ObrSi .item-head {
  background: #00b4d8;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1Dh6ObrSi .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Dh6ObrSi .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u1Dh6ObrSi .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1Dh6ObrSi .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Dh6ObrSi .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-u1Dh6ObrSi .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u1Dh6ObrSi .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1Dh6ObrSi .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-u1Dh6ObrSi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-u1Dh6ObrSi .btn {
  width: -webkit-fill-available;
}
.cid-u1Dh6ObrSi .item:focus,
.cid-u1Dh6ObrSi span:focus {
  outline: none;
}
.cid-u1Dh6ObrSi .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-u1Dh6ObrSi .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Dh6ObrSi .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u1Dh6ObrSi .mbr-section-title {
  color: #000000;
}
.cid-u1Dh6ObrSi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1Dh6ObrSi .mbr-text,
.cid-u1Dh6ObrSi .mbr-section-btn {
  text-align: left;
}
.cid-u1Dh6ObrSi .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-u1Dh6ObrSi .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-u1Dh6ObrSi .content-head {
  max-width: 800px;
}
.cid-u1Dh6OLhgp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1Dh6OLhgp .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-u1Dh6OLhgp img,
.cid-u1Dh6OLhgp .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u1Dh6OLhgp .item:focus,
.cid-u1Dh6OLhgp span:focus {
  outline: none;
}
.cid-u1Dh6OLhgp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u1Dh6OLhgp .item {
    margin-bottom: 1rem;
  }
}
.cid-u1Dh6OLhgp .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u1Dh6OLhgp .mbr-section-title {
  color: #232323;
}
.cid-u1Dh6OLhgp .mbr-text,
.cid-u1Dh6OLhgp .mbr-section-btn {
  color: #232323;
}
.cid-u1Dh6OLhgp .item-title {
  color: #232323;
}
.cid-u1Dh6OLhgp .content-head {
  max-width: 800px;
}
.cid-u1Dh6PqPPR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1Dh6PqPPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Dh6PqPPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Dh6PqPPR .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u1Dh6PqPPR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1Dh6PqPPR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u1Dh6PqPPR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1Dh6PqPPR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u1Dh6PqPPR .mbr-section-title {
  color: #000000;
}
.cid-u1Dh6PqPPR .mbr-text,
.cid-u1Dh6PqPPR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u1Dh6R2Emh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1Dh6R2Emh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Dh6R2Emh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Dh6R2Emh .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u1Dh6R2Emh .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u1Dh6R2Emh .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u1Dh6R2Emh .bg-twitter:hover {
  background: #0c85d0;
}
.cid-u1Dh6R2Emh .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u1Dh6R2Emh .bg-instagram:hover {
  background: #bd005c;
}
.cid-u1Dh6R2Emh .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-u1Dh6R2Emh .bg-tiktok:hover {
  background: #000000;
}
.cid-u1Dh6R2Emh .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u1Dh6R2Emh [class^="socicon-"]:before,
.cid-u1Dh6R2Emh [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-u1Dh6S44h7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-u1Dh6S44h7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Dh6S44h7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Dh6S44h7 .img-wrapper {
  text-align: center;
}
.cid-u1Dh6S44h7 img {
  margin: auto;
  width: 200px;
}
.cid-u1Dh6S44h7 .row {
  align-items: flex-start;
}
.cid-u1Dh6S44h7 .item-wrapper {
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-u1Dh6S44h7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u1Dh6S44h7 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1Dh6S44h7 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-u1Dh6S44h7 .mbr-section-title,
.cid-u1Dh6S44h7 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-u1Dh6S44h7 .content-head {
  max-width: 800px;
}
.cid-u1Dh6TFiaf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-u1Dh6TFiaf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u1Dh6TFiaf form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u1Dh6TFiaf form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u1Dh6TFiaf form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1Dh6TFiaf .content-head {
  max-width: 800px;
}
.cid-u1Dh6Unsjz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-u1Dh6Unsjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Dh6Unsjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Dh6Unsjz .row {
  justify-content: center;
}
.cid-u1Dh6Unsjz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u1Dh6Unsjz .item {
    margin-bottom: 1rem;
  }
}
.cid-u1Dh6Unsjz .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1Dh6Unsjz .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Dh6Unsjz .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-u1Dh6Unsjz .content-head {
  max-width: 800px;
}
.cid-u1Dh6V6hM1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u1Dh6V6hM1 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1Dh6V6hM1 .social-row .soc-item {
  margin: 8px;
}
.cid-u1Dh6V6hM1 .social-row .soc-item a:hover .mbr-iconfont,
.cid-u1Dh6V6hM1 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-u1Dh6V6hM1 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u1Dh6V6hM1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1Dh6V6hM1 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1Dh6V6hM1 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1Dh6V6hM1 .header-menu li p {
  margin: 0;
}
.cid-u1Dh6V6hM1 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-u1Dh6V6hM1 .mbr-section-title {
  color: #ffffff;
}
#custom-html-q {
  /* Type valid CSS here */
}
#custom-html-q div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-q p {
  font-size: 60px;
  color: #777;
}
.cid-u2cY8M0I0c {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u2cY8M0I0c .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u2cY8M0I0c .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u2cY8M0I0c .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2cY8M0I0c .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-u2cY8M0I0c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2cY8M0I0c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2cY8M0I0c .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u2cY8M0I0c .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-u2cY8M0I0c .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-u2cY8M0I0c .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u2cY8M0I0c .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u2cY8M0I0c .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u2cY8M0I0c .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-u2cY8M0I0c .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u2cY8M0I0c .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u2cY8M0I0c .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u2cY8M0I0c .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u2cY8M0I0c .navbar-logo {
    padding-left: 0;
  }
}
.cid-u2cY8M0I0c .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u2cY8M0I0c .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u2cY8M0I0c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-u2cY8M0I0c .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u2cY8M0I0c .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u2cY8M0I0c .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u2cY8M0I0c .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2cY8M0I0c .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-u2cY8M0I0c .nav-item:focus,
.cid-u2cY8M0I0c .nav-link:focus {
  outline: none;
}
.cid-u2cY8M0I0c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2cY8M0I0c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2cY8M0I0c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2cY8M0I0c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2cY8M0I0c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2cY8M0I0c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2cY8M0I0c .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u2cY8M0I0c .navbar.opened {
  transition: all 0.3s;
}
.cid-u2cY8M0I0c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2cY8M0I0c .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-u2cY8M0I0c .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u2cY8M0I0c .navbar.collapsed {
  justify-content: center;
}
.cid-u2cY8M0I0c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2cY8M0I0c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2cY8M0I0c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-u2cY8M0I0c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2cY8M0I0c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2cY8M0I0c .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-u2cY8M0I0c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2cY8M0I0c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2cY8M0I0c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u2cY8M0I0c .navbar {
    min-height: 72px;
  }
  .cid-u2cY8M0I0c .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u2cY8M0I0c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2cY8M0I0c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2cY8M0I0c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2cY8M0I0c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2cY8M0I0c .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-u2cY8M0I0c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2cY8M0I0c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u2cY8M0I0c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2cY8M0I0c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2cY8M0I0c .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u2cY8M0I0c .dropdown-item.active,
.cid-u2cY8M0I0c .dropdown-item:active {
  background-color: transparent;
}
.cid-u2cY8M0I0c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2cY8M0I0c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2cY8M0I0c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2cY8M0I0c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2cY8M0I0c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u2cY8M0I0c .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u2cY8M0I0c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2cY8M0I0c .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u2cY8M0I0c .navbar-buttons {
    text-align: left;
  }
}
.cid-u2cY8M0I0c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2cY8M0I0c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2cY8M0I0c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2cY8M0I0c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2cY8M0I0c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2cY8M0I0c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2cY8M0I0c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2cY8M0I0c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2cY8M0I0c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2cY8M0I0c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2cY8M0I0c .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u2cY8M0I0c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2cY8M0I0c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u2cY8M0I0c .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2cY8M0I0c .navbar {
    height: 70px;
  }
  .cid-u2cY8M0I0c .navbar.opened {
    height: auto;
  }
  .cid-u2cY8M0I0c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2cY8M0I0c .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u2cY8M0I0c .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u2cY8M0I0c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u2cY8M0I0c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-u2cY8M0I0c .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u2cY8M0I0c .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u2cY8M0I0c .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u2cY8M0I0c .navbar-brand {
    margin-right: auto;
  }
  .cid-u2cY8M0I0c .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u2cY8M0I0c .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u2cY8M0I0c .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u2cY8M0I0c .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u2cY8M0I0c .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u2cY8M0I0c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u2cY8M0I0c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-u2cY8M0I0c .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u2cY8M0I0c .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u2cY8M0I0c .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u2cY8M0I0c .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u2cY8NDztg {
  display: flex;
  background-image: url("../../../assets/images/hotel-sophienpark-kopfsalat-medien-11-2000x1186.webp");
}
.cid-u2cY8NDztg .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u2cY8NDztg {
    align-items: flex-end;
  }
  .cid-u2cY8NDztg .row {
    justify-content: flex-start;
  }
  .cid-u2cY8NDztg .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u2cY8NDztg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u2cY8NDztg {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u2cY8NDztg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u2cY8NDztg .content-wrap {
    width: 100%;
  }
}
.cid-u2cY8NDztg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cY8NDztg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cY8NDztg .mbr-section-title,
.cid-u2cY8NDztg .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-u2cY8NDztg .mbr-text,
.cid-u2cY8NDztg .mbr-section-btn {
  text-align: left;
}
.cid-u2cY8OPpec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2cY8OPpec .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cY8OPpec .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-u2cY8OPpec .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u2cY8OPpec .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2cY8OPpec .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2cY8OPpec .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2cY8OPpec .mbr-section-title {
  color: #000000;
}
.cid-u2cY8OPpec .mbr-text,
.cid-u2cY8OPpec .mbr-section-btn {
  color: #000000;
}
.cid-u2d19wQiz3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2d19wQiz3 .row {
  justify-content: center;
}
.cid-u2d19wQiz3 .col-title {
  margin-bottom: 2.5rem;
}
.cid-u2d19wQiz3 .mbr-section-title {
  color: #000000;
}
.cid-u2d19wQiz3 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1.5rem;
}
.cid-u2d19wQiz3 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2d19wQiz3 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-u2d19wQiz3 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u2d19wQiz3 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 400px;
}
@media (max-width: 639px) {
  .cid-u2d19wQiz3 .card {
    min-height: 276px;
  }
}
.cid-u2d19wQiz3 .card-1 {
  background-color: #44af69;
}
.cid-u2d19wQiz3 .card-2 {
  background-color: #75083a;
}
.cid-u2d19wQiz3 .card-3 {
  background-color: #ff4545;
}
.cid-u2d19wQiz3 .card-4 {
  background-color: #fed243;
}
.cid-u2d19wQiz3 .card-5 {
  background-color: #44af69;
}
.cid-u2d19wQiz3 .card-6 {
  background-color: #ff7f11;
}
.cid-u2d19wQiz3 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u2d19wQiz3 .card:hover .card-title {
  text-decoration: underline;
}
.cid-u2d19wQiz3 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-u2d19wQiz3 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-u2d19wQiz3 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-u2d19wQiz3 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-u2d19wQiz3 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-u2d19wQiz3 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-u2d19wQiz3 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-u2d4H1syzb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2d4H1syzb .row {
  justify-content: center;
}
.cid-u2d4H1syzb .col-title {
  margin-bottom: 2.5rem;
}
.cid-u2d4H1syzb .mbr-section-title {
  color: #000000;
}
.cid-u2d4H1syzb .mbr-section-subtitle {
  color: #000000;
  margin-top: 1.5rem;
}
.cid-u2d4H1syzb .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2d4H1syzb .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-u2d4H1syzb .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-u2d4H1syzb .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 400px;
}
@media (max-width: 639px) {
  .cid-u2d4H1syzb .card {
    min-height: 276px;
  }
}
.cid-u2d4H1syzb .card-1 {
  background-color: #44af69;
}
.cid-u2d4H1syzb .card-2 {
  background-color: #75083a;
}
.cid-u2d4H1syzb .card-3 {
  background-color: #ff4545;
}
.cid-u2d4H1syzb .card-4 {
  background-color: #fed243;
}
.cid-u2d4H1syzb .card-5 {
  background-color: #44af69;
}
.cid-u2d4H1syzb .card-6 {
  background-color: #ff7f11;
}
.cid-u2d4H1syzb .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u2d4H1syzb .card:hover .card-title {
  text-decoration: underline;
}
.cid-u2d4H1syzb .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-u2d4H1syzb .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-u2d4H1syzb .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-u2d4H1syzb .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-u2d4H1syzb .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-u2d4H1syzb .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-u2d4H1syzb .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-u2d4Di98W8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2d4Di98W8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2d4Di98W8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2d4Di98W8 .row {
  flex-direction: row-reverse;
}
.cid-u2cY8Q56oH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2cY8Q56oH .video-wrapper iframe {
  width: 100%;
}
.cid-u2cY8Q56oH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cY8Q56oH .mbr-section-title,
.cid-u2cY8Q56oH .mbr-section-subtitle,
.cid-u2cY8Q56oH .mbr-text {
  text-align: center;
}
.cid-u2cY8RcgG8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2cY8RcgG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cY8RcgG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cY8RcgG8 .title .num {
  width: 100%;
  display: block;
}
.cid-u2cY8RcgG8 .title .card-title {
  z-index: 1;
}
.cid-u2cY8RcgG8 .num {
  color: #00B4D8;
  text-align: center;
}
.cid-u2cY8RcgG8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2cY8RcgG8 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u2cY8RcgG8 * {
    text-align: center !important;
  }
  .cid-u2cY8RcgG8 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-u2cY8RcgG8 .content-head {
  max-width: 800px;
}
.cid-u2cY8RcgG8 .card-text {
  text-align: center;
}
.cid-u2cY8RcgG8 .card-title,
.cid-u2cY8RcgG8 .card-img {
  text-align: center;
}
.cid-u2cY8SyMFZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u2cY8SyMFZ h6 {
  line-height: 1.2;
}
.cid-u2cY8SyMFZ img,
.cid-u2cY8SyMFZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u2cY8SyMFZ .item:focus,
.cid-u2cY8SyMFZ span:focus {
  outline: none;
}
.cid-u2cY8SyMFZ .item-img a {
  cursor: pointer;
}
.cid-u2cY8SyMFZ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u2cY8SyMFZ .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-u2cY8SyMFZ .mbr-section-title {
  color: #000000;
}
.cid-u2cY8SyMFZ .mbr-text,
.cid-u2cY8SyMFZ .mbr-section-btn {
  color: #000000;
}
.cid-u2cY8SyMFZ .item-title {
  color: #000000;
  text-align: center;
}
.cid-u2cY8SyMFZ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2cY8SyMFZ .item-text {
  color: #000000;
  text-align: center;
}
.cid-u2cY8SyMFZ .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u2cY8SyMFZ .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-u2cY8TYECZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u2cY8TYECZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cY8TYECZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cY8TYECZ .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-u2cY8TYECZ .card-title,
.cid-u2cY8TYECZ .iconfont-wrapper {
  color: #232323;
}
.cid-u2cY8TYECZ .card-text {
  color: #232323;
}
.cid-u2cY8TYECZ .mbr-section-title {
  color: #232323;
}
.cid-u2cY8TYECZ .mbr-section-subtitle {
  color: #232323;
}
.cid-u2cY8TYECZ .content-head {
  max-width: 800px;
}
.cid-u2cY8Vqm2L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2cY8Vqm2L .video-wrapper iframe {
  width: 100%;
}
.cid-u2cY8Vqm2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cY8Vqm2L .mbr-section-title,
.cid-u2cY8Vqm2L .mbr-section-subtitle,
.cid-u2cY8Vqm2L .mbr-text {
  text-align: center;
}
.cid-u2cY8WGv5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-u2cY8WGv5h .mbr-text {
  color: #000000;
}
.cid-u2cY8WGv5h .mbr-section-subtitle {
  color: #000000;
}
.cid-u2cY8WGv5h .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2cY8WGv5h .mbr-text,
.cid-u2cY8WGv5h .item .mbr-section-btn {
  text-align: left;
}
.cid-u2cY8WGv5h .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u2cY8WGv5h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u2cY8WGv5h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u2cY8XTwJS {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-u2cY8XTwJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cY8XTwJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u2cY8XTwJS .card-wrapper {
  background: #7787a5;
}
@media (max-width: 767px) {
  .cid-u2cY8XTwJS .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u2cY8XTwJS .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u2cY8XTwJS .card-wrapper {
    padding: 4rem;
  }
}
.cid-u2cY8XTwJS .mbr-text,
.cid-u2cY8XTwJS .mbr-section-btn {
  text-align: center;
}
.cid-u2cY8XTwJS .card-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-u2cY8Zhga9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u2cY8Zhga9 .row {
  flex-direction: row-reverse;
}
.cid-u2cY8Zhga9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cY8Zhga9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cY8Zhga9 .mbr-description {
  text-align: left;
}
.cid-u2cY8Zhga9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-u2cY8Zhga9 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u2cY8Zhga9 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u2cY8Zhga9 .card-title,
.cid-u2cY8Zhga9 .iconfont-wrapper {
  color: #000000;
}
.cid-u2cY8Zhga9 .card-text {
  color: #000000;
}
.cid-u2cY8Zhga9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2cY8Zhga9 .mbr-text,
.cid-u2cY8Zhga9 .mbr-section-btn {
  text-align: center;
}
.cid-u2cY8Zhga9 .card-text,
.cid-u2cY8Zhga9 .item .mbr-section-btn {
  text-align: left;
}
.cid-u2cY8Zhga9 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-u2cY8Zhga9 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-u2cY8Zhga9 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-u2cY8Zhga9 .mbr-text UL {
  text-align: left;
}
.cid-u2cY90vi0r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2cY90vi0r .item:focus,
.cid-u2cY90vi0r span:focus {
  outline: none;
}
.cid-u2cY90vi0r .item {
  cursor: pointer;
}
.cid-u2cY90vi0r .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-u2cY90vi0r .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-u2cY90vi0r .grid-container-1,
.cid-u2cY90vi0r .grid-container-2,
.cid-u2cY90vi0r .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-u2cY90vi0r .grid-container-1,
  .cid-u2cY90vi0r .grid-container-2,
  .cid-u2cY90vi0r .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-u2cY90vi0r .mbr-section-title {
  color: #000000;
}
.cid-u2cY90vi0r .mbr-text,
.cid-u2cY90vi0r .mbr-section-btn {
  color: #000000;
}
.cid-u2cY90vi0r .content-head {
  max-width: 800px;
}
.cid-u2cY90vi0r .container,
.cid-u2cY90vi0r .container-fluid {
  overflow: hidden;
}
.cid-u2cY90vi0r .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-u2cY90vi0r .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2cY90vi0r .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u2cY90vi0r .grid-item img {
    min-width: 35vw;
  }
}
.cid-u2cY90vi0r .grid-container-1,
.cid-u2cY90vi0r .grid-container-2,
.cid-u2cY90vi0r .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-u2cY90vi0r .grid-container-1 {
  align-items: flex-end;
}
.cid-u2cY90vi0r .grid-container-2 {
  align-items: flex-start;
}
.cid-u2cY91OvWC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2cY91OvWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cY91OvWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cY91OvWC .row-reverse {
  flex-direction: row-reverse;
}
.cid-u2cY91OvWC .row {
  flex-direction: row-reverse;
}
.cid-u2cY91OvWC .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-u2cY91OvWC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2cY91OvWC .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-u2cY91OvWC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2cY91OvWC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2cY91OvWC .mbr-section-title {
  color: #000000;
}
.cid-u2cY91OvWC .mbr-text,
.cid-u2cY91OvWC .mbr-section-btn {
  color: #000000;
}
.cid-u2cY91OvWC img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-u2cY91OvWC img {
    height: 15rem;
  }
}
.cid-u2cY936crT {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #bcef9b;
}
.cid-u2cY936crT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2cY936crT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-u2cY936crT .item-head {
  background: #00b4d8;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u2cY936crT .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u2cY936crT .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u2cY936crT .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u2cY936crT .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u2cY936crT .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-u2cY936crT .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u2cY936crT .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u2cY936crT .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-u2cY936crT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-u2cY936crT .btn {
  width: -webkit-fill-available;
}
.cid-u2cY936crT .item:focus,
.cid-u2cY936crT span:focus {
  outline: none;
}
.cid-u2cY936crT .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-u2cY936crT .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u2cY936crT .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u2cY936crT .mbr-section-title {
  color: #000000;
}
.cid-u2cY936crT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2cY936crT .mbr-text,
.cid-u2cY936crT .mbr-section-btn {
  text-align: left;
}
.cid-u2cY936crT .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-u2cY936crT .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-u2cY936crT .content-head {
  max-width: 800px;
}
.cid-u2cY94zRSk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2cY94zRSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cY94zRSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cY94zRSk .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2cY94zRSk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u2cY94zRSk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2cY94zRSk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2cY94zRSk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2cY94zRSk .mbr-section-title {
  color: #000000;
}
.cid-u2cY94zRSk .mbr-text,
.cid-u2cY94zRSk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u2cY95T9Xi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u2cY95T9Xi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cY95T9Xi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cY95T9Xi .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u2cY95T9Xi .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u2cY95T9Xi .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u2cY95T9Xi .bg-instagram:hover {
  background: #bd005c;
}
.cid-u2cY95T9Xi .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u2cY95T9Xi [class^="socicon-"]:before,
.cid-u2cY95T9Xi [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-u2cY97heyO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-u2cY97heyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cY97heyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cY97heyO .img-wrapper {
  text-align: center;
}
.cid-u2cY97heyO img {
  margin: auto;
  width: 200px;
}
.cid-u2cY97heyO .row {
  align-items: flex-start;
}
.cid-u2cY97heyO .item-wrapper {
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-u2cY97heyO .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u2cY97heyO .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u2cY97heyO .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-u2cY97heyO .mbr-section-title,
.cid-u2cY97heyO .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-u2cY97heyO .content-head {
  max-width: 800px;
}
.cid-u2cY98PpyV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-u2cY98PpyV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u2cY98PpyV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u2cY98PpyV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u2cY98PpyV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2cY98PpyV .content-head {
  max-width: 800px;
}
.cid-u2cY9aeoIh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-u2cY9aeoIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cY9aeoIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cY9aeoIh .row {
  justify-content: center;
}
.cid-u2cY9aeoIh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2cY9aeoIh .item {
    margin-bottom: 1rem;
  }
}
.cid-u2cY9aeoIh .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u2cY9aeoIh .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u2cY9aeoIh .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-u2cY9aeoIh .content-head {
  max-width: 800px;
}
.cid-u2cY9bH9RA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2cY9bH9RA .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u2cY9bH9RA .social-row .soc-item {
  margin: 8px;
}
.cid-u2cY9bH9RA .social-row .soc-item a:hover .mbr-iconfont,
.cid-u2cY9bH9RA .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-u2cY9bH9RA .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u2cY9bH9RA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2cY9bH9RA .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2cY9bH9RA .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2cY9bH9RA .header-menu li p {
  margin: 0;
}
.cid-u2cY9bH9RA .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-u2cY9bH9RA .mbr-section-title {
  color: #ffffff;
}
#custom-html-1i {
  /* Type valid CSS here */
}
#custom-html-1i div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1i p {
  font-size: 60px;
  color: #777;
}
