.btn {
  border-width: 2px;
}
body {
  font-family: 'Urbanist', sans-serif;
}
.display-1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 5.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 4rem;
  line-height: 1.24;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.63;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 1.28;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.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: 4.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.06rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fc00d8 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #5b3878 !important;
}
.bg-warning {
  background-color: #ffdd0f !important;
}
.bg-danger {
  background-color: #a28b00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fc00d8 !important;
  border-color: #fc00d8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a5008e !important;
  border-color: #a5008e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a5008e !important;
  border-color: #a5008e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff1f25 !important;
  border-color: #ff1f25 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c70005 !important;
  border-color: #c70005 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c70005 !important;
  border-color: #c70005 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5b3878 !important;
  border-color: #5b3878 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2e1c3d !important;
  border-color: #2e1c3d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2e1c3d !important;
  border-color: #2e1c3d !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdd0f !important;
  border-color: #ffdd0f !important;
  color: #0f0d00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b79d00 !important;
  border-color: #b79d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0f0d00 !important;
  background-color: #b79d00 !important;
  border-color: #b79d00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a28b00 !important;
  border-color: #a28b00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4b4100 !important;
  border-color: #4b4100 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4b4100 !important;
  border-color: #4b4100 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fc00d8;
  color: #fc00d8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a5008e !important;
  background-color: transparent!important;
  border-color: #a5008e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc00d8 !important;
  border-color: #fc00d8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff1f25;
  color: #ff1f25;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c70005 !important;
  background-color: transparent!important;
  border-color: #c70005 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff1f25 !important;
  border-color: #ff1f25 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #5b3878;
  color: #5b3878;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2e1c3d !important;
  background-color: transparent!important;
  border-color: #2e1c3d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5b3878 !important;
  border-color: #5b3878 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdd0f;
  color: #ffdd0f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b79d00 !important;
  background-color: transparent!important;
  border-color: #b79d00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0f0d00 !important;
  background-color: #ffdd0f !important;
  border-color: #ffdd0f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a28b00;
  color: #a28b00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4b4100 !important;
  background-color: transparent!important;
  border-color: #4b4100 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a28b00 !important;
  border-color: #a28b00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.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: #111111 !important;
  border-color: #111111 !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: #fc00d8 !important;
}
.text-secondary {
  color: #ff1f25 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #5b3878 !important;
}
.text-warning {
  color: #ffdd0f !important;
}
.text-danger {
  color: #a28b00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #960081 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b80005 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #261832 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a89000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3c3300 !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: #fc00d8;
}
.nav-tabs .nav-link:not(.active) {
  color: #111111;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5b3878;
}
.alert-warning {
  background-color: #ffdd0f;
}
.alert-danger {
  background-color: #a28b00;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fc00d8;
  border-color: #fc00d8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fc00d8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffc9f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9b72bd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffadb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe022;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fc00d8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #fc00d8;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #fc00d8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fc00d8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fc00d8;
  border-bottom-color: #fc00d8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #fc00d8 !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: #ff1f25 !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='%23fc00d8' %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;
}
.container {
  max-width: 1200px;
}
.btn {
  box-shadow: none;
  padding: 14px 28px;
  line-height: 1;
}
.label-text {
  letter-spacing: 2px;
}
.cid-u19deSwotW .navbar-dropdown {
  position: relative !important;
}
.cid-u19deSwotW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u19deSwotW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u19deSwotW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u19deSwotW .dropdown-item:hover,
.cid-u19deSwotW .dropdown-item:focus {
  background: #fc00d8 !important;
  color: white !important;
}
.cid-u19deSwotW .dropdown-item:hover span {
  color: white;
}
.cid-u19deSwotW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u19deSwotW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u19deSwotW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u19deSwotW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u19deSwotW .nav-link {
  position: relative;
}
.cid-u19deSwotW .container {
  display: flex;
  margin: auto;
}
.cid-u19deSwotW .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u19deSwotW .dropdown-menu,
.cid-u19deSwotW .navbar.opened {
  background: #ffffff !important;
}
.cid-u19deSwotW .nav-item:focus,
.cid-u19deSwotW .nav-link:focus {
  outline: none;
}
.cid-u19deSwotW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u19deSwotW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u19deSwotW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u19deSwotW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u19deSwotW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u19deSwotW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u19deSwotW .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u19deSwotW .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-u19deSwotW .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u19deSwotW .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-u19deSwotW .navbar.opened {
  transition: all 0.3s;
}
.cid-u19deSwotW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u19deSwotW .navbar .navbar-logo img {
  width: auto;
}
.cid-u19deSwotW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u19deSwotW .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-u19deSwotW .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-u19deSwotW .navbar.collapsed {
  justify-content: center;
}
.cid-u19deSwotW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u19deSwotW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u19deSwotW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u19deSwotW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u19deSwotW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u19deSwotW .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-u19deSwotW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-u19deSwotW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u19deSwotW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u19deSwotW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u19deSwotW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u19deSwotW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u19deSwotW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u19deSwotW .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-u19deSwotW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u19deSwotW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u19deSwotW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u19deSwotW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u19deSwotW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u19deSwotW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u19deSwotW .navbar.navbar-short {
  min-height: 60px;
}
.cid-u19deSwotW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u19deSwotW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-u19deSwotW .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-u19deSwotW .navbar {
    padding: 0 50px !important;
  }
}
.cid-u19deSwotW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u19deSwotW .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-u19deSwotW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-u19deSwotW .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-u19deSwotW .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-u19deSwotW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u19deSwotW .dropdown-item.active,
.cid-u19deSwotW .dropdown-item:active {
  background-color: transparent;
}
.cid-u19deSwotW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u19deSwotW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u19deSwotW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u19deSwotW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u19deSwotW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u19deSwotW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u19deSwotW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-u19deSwotW ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-u19deSwotW .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-u19deSwotW .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-u19deSwotW .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-u19deSwotW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-u19deSwotW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #1a1a1a;
}
.cid-u19deSwotW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u19deSwotW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u19deSwotW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u19deSwotW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-u19deSwotW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u19deSwotW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u19deSwotW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u19deSwotW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u19deSwotW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u19deSwotW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u19deSwotW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u19deSwotW .navbar {
    height: 100px;
  }
  .cid-u19deSwotW .navbar.opened {
    height: auto;
  }
  .cid-u19deSwotW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u19deSwotW .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-u19deSwotW .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-u19deSwotW .nav-link:before {
  content: '';
  position: absolute;
  color: #fc00d8;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-u75Sbv4MXO {
  background-image: url("../../../assets/images/seance-step-960x640.webp");
}
.cid-u75Sbv4MXO .row {
  align-items: center;
}
.cid-u75Sbv4MXO .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u75Sbv4MXO .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-u75Sbv4MXO .header-text {
    margin-bottom: 20px;
  }
}
.cid-u75Sbv4MXO .mbr-section-title {
  width: 100%;
  color: #fc00d8;
  margin-bottom: 0;
}
.cid-u75Sbv4MXO .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-u75Sbv4MXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75Sbv4MXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75Sbv4MXO .mbr-text,
.cid-u75Sbv4MXO .mbr-section-btn {
  color: #98dee8;
  text-align: center;
}
.cid-tR5i4AU6Xs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1920.webp");
}
.cid-tR5i4AU6Xs .row {
  align-items: center;
}
.cid-tR5i4AU6Xs .image-wrapper img {
  width: 60%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tR5i4AU6Xs .image-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-tR5i4AU6Xs .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-tR5i4AU6Xs .text-wrapper {
    text-align: center;
  }
}
.cid-tR5i4AU6Xs .mbr-section-title {
  margin-bottom: 60px;
  color: #fc00d8;
}
@media (max-width: 991px) {
  .cid-tR5i4AU6Xs .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tR5i4AU6Xs .item-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tR5i4AU6Xs .item-container {
    justify-content: center;
  }
}
.cid-tR5i4AU6Xs .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tR5i4AU6Xs .item:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tR5i4AU6Xs .item:first-child {
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tR5i4AU6Xs .item:first-child {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tR5i4AU6Xs .item:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tR5i4AU6Xs .item:not(:first-child) {
    border-left: 1px solid #111111;
    padding-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tR5i4AU6Xs .item:not(:first-child) {
    border-left: 1px solid #111111;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tR5i4AU6Xs .item {
    width: 100%;
    padding-left: 0;
  }
  .cid-tR5i4AU6Xs .item:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tR5i4AU6Xs .icon-box {
  width: 100%;
}
.cid-tR5i4AU6Xs .text-box {
  width: 100%;
}
.cid-tR5i4AU6Xs .number-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-tR5i4AU6Xs .icon-text {
  color: #ffffff;
  text-align: center;
}
.cid-u75aVJhmDW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #eeeeee;
}
.cid-u75aVJhmDW .item-img,
.cid-u75aVJhmDW .img-wrap,
.cid-u75aVJhmDW img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-u75aVJhmDW img,
.cid-u75aVJhmDW .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-u75aVJhmDW img,
  .cid-u75aVJhmDW .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-u75aVJhmDW .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-u75aVJhmDW .item:focus,
.cid-u75aVJhmDW span:focus {
  outline: none;
}
.cid-u75aVJhmDW .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-u75aVJhmDW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u75aVJhmDW .item {
    margin-bottom: 1rem;
  }
}
.cid-u75aVJhmDW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u75aVJhmDW .item {
  padding: 0;
  margin: 0;
}
.cid-u75aVJhmDW h5 {
  margin: 0;
}
.cid-u75aVJhmDW .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u75aVJhmDW .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-u75aVJhmDW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u75aVJhmDW .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-u75aVJhmDW .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-u75aVJhmDW .item-wrapper {
    height: auto;
  }
}
.cid-u75aVJhmDW .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-u75aVJhmDW .item-title {
  text-align: center;
}
.cid-u75aVJhmDW .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u75aVJhmDW .mbr-text,
.cid-u75aVJhmDW .item .mbr-section-btn {
  text-align: center;
}
.cid-u75aVJhmDW .mbr-section-subtitle,
.cid-u75aVJhmDW .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sPTT6KlDDA {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f8f9fc;
}
.cid-sPTT6KlDDA img,
.cid-sPTT6KlDDA .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sPTT6KlDDA .item:focus,
.cid-sPTT6KlDDA span:focus {
  outline: none;
}
.cid-sPTT6KlDDA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPTT6KlDDA .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sPTT6KlDDA .item-content {
  padding: 25px 1rem 0;
}
.cid-sPTT6KlDDA .item-content a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-sPTT6KlDDA .item-wrapper {
  background: transparent;
}
.cid-sPTT6KlDDA .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sPTT6KlDDA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPTT6KlDDA .mbr-section-title,
.cid-sPTT6KlDDA .mbr-section-subtitle {
  color: #111111;
}
.cid-sPTT6KlDDA .mbr-text,
.cid-sPTT6KlDDA .mbr-section-btn {
  text-align: left;
}
.cid-sPTT6KlDDA .item-title {
  text-align: center;
  color: #555555;
}
.cid-sPTT6KlDDA .item-subtitle {
  text-align: center;
}
.cid-sPTT6KlDDA .item-img {
  overflow: hidden;
}
.cid-sPTT6KlDDA .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-sPTT6KlDDA .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-sPTT6KlDDA .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sPTT6KlDDA .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-sPTT6KlDDA .mbr-section-title {
  color: #fc00d8;
}
.cid-sPTT6KlDDA .mbr-section-subtitle {
  color: #555555;
}
.cid-uWdc7jIWJW {
  background-color: #eeeeee;
}
.cid-uWdc7jIWJW .container,
.cid-uWdc7jIWJW .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uWdc7jIWJW .row {
  align-items: center;
}
.cid-uWdc7jIWJW .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uWdc7jIWJW .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uWdc7jIWJW .img-item {
  overflow: hidden;
}
.cid-uWdc7jIWJW .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uWdc7jIWJW .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-uWdc7jIWJW .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uWdc7jIWJW .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uWdc7jIWJW .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}
.cid-uWdc7jIWJW .mbr-text a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uWdc7jIWJW .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-uWdc7jIWJW .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uWdc7jIWJW .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uWdc7jIWJW .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uWdc7jIWJW .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uWdc7jIWJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdc7jIWJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sPTTzYjipG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-sPTTzYjipG .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-sPTTzYjipG img,
.cid-sPTTzYjipG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPTTzYjipG .item:focus,
.cid-sPTTzYjipG span:focus {
  outline: none;
}
.cid-sPTTzYjipG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPTTzYjipG .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sPTTzYjipG .item-content {
  padding: 25px 1rem 0;
}
.cid-sPTTzYjipG .item-content a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-sPTTzYjipG .item-wrapper {
  background: transparent;
}
.cid-sPTTzYjipG .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sPTTzYjipG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPTTzYjipG .mbr-section-title,
.cid-sPTTzYjipG .mbr-section-subtitle {
  color: #111111;
}
.cid-sPTTzYjipG .mbr-text,
.cid-sPTTzYjipG .mbr-section-btn {
  text-align: center;
}
.cid-sPTTzYjipG .item-title {
  text-align: center;
}
.cid-sPTTzYjipG .item-subtitle {
  text-align: center;
}
.cid-sPTTzYjipG .item-img {
  overflow: hidden;
}
.cid-sPTTzYjipG .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-sPTTzYjipG .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-sPTTzYjipG .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sPTTzYjipG .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-sPTTzYjipG .mbr-section-title {
  color: #fc00d8;
}
.cid-u6wgyrfRCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u6wgyrfRCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6wgyrfRCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6wgyrfRCz .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u6wgyrfRCz .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u6wgyrfRCz .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u6wgyrfRCz .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u6wgyrfRCz .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u6wgyrfRCz .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u6wgyrfRCz .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u6wgyrfRCz .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u6wgyrfRCz .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u6wgyrfRCz .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u6wgyrfRCz .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u6wgyrfRCz .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u6wgyrfRCz .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u6wgyrfRCz .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u6wgyrfRCz [class^="socicon-"]:before,
.cid-u6wgyrfRCz [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u6wgyrfRCz .mbr-section-title,
.cid-u6wgyrfRCz .mbr-social-likes {
  color: #555555;
}
.cid-tQS4z1vz24 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-tQS4z1vz24 .mbr-overlay {
  background: #ffffff;
  opacity: 0.3;
}
.cid-tQS4z1vz24 .mbr-overlay {
  z-index: 1;
}
.cid-tQS4z1vz24 .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-tQS4z1vz24 .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tQS4z1vz24 .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-tQS4z1vz24 .label-text {
  color: #111111;
  width: 100%;
}
.cid-tQS4z1vz24 .item-title {
  width: 100%;
  color: #fc00d8;
  z-index: 2;
}
.cid-tQS4z1vz24 .item-title span {
  position: relative;
  z-index: 2;
}
.cid-tQS4z1vz24 .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #fc00d8;
  z-index: 1;
}
.cid-tQS4z1vz24 .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-tQS4z1vz24 .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-tQS4z1vz24 .card,
.cid-tQS4z1vz24 .cards-container,
.cid-tQS4z1vz24 .card-container {
  padding: 0px;
}
.cid-tQS4z1vz24 .item-img,
.cid-tQS4z1vz24 img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-tQS4z1vz24 .card-container {
  display: flex;
}
.cid-tQS4z1vz24 .card-container .card {
  border-radius: 0;
}
.cid-tQS4z1vz24 .card-container .card .item-img {
  height: 100%;
}
.cid-tQS4z1vz24 .card-container .card .item-img img {
  height: 100%;
}
.cid-tQS4z1vz24 .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tQS4z1vz24 .cards-container .card {
  border-radius: 0;
}
.cid-tQS4z1vz24 .cards-container .card .item-img {
  display: flex;
}
.cid-uhQ53Dy2Aq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f9fc;
}
.cid-uhQ53Dy2Aq img,
.cid-uhQ53Dy2Aq .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhQ53Dy2Aq .item:focus,
.cid-uhQ53Dy2Aq span:focus {
  outline: none;
}
.cid-uhQ53Dy2Aq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhQ53Dy2Aq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhQ53Dy2Aq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhQ53Dy2Aq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uhQ53Dy2Aq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhQ53Dy2Aq .mbr-section-title {
  color: #fc00d8;
  text-align: center;
}
.cid-uhQ53Dy2Aq .mbr-text,
.cid-uhQ53Dy2Aq .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uhQ53Dy2Aq .item-title {
  text-align: left;
}
.cid-uhQ53Dy2Aq .item-subtitle {
  text-align: center;
}
.cid-uhQ53Dy2Aq .mbr-section-subtitle {
  color: #555555;
}
.cid-u6wfNnxMLs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u6wfNnxMLs .mbr-text {
  color: #111111;
}
.cid-u6wfNnxMLs .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uHWMMprarc.popup-builder {
  background-color: #ffffff;
}
.cid-uHWMMprarc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHWMMprarc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHWMMprarc .modal-content,
.cid-uHWMMprarc .modal-dialog {
  height: auto;
}
.cid-uHWMMprarc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHWMMprarc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHWMMprarc .form-wrapper .mbr-form .form-group,
  .cid-uHWMMprarc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHWMMprarc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHWMMprarc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHWMMprarc .mbr-text {
  text-align: center;
}
.cid-uHWMMprarc .pt-0 {
  padding-top: 0 !important;
}
.cid-uHWMMprarc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHWMMprarc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHWMMprarc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHWMMprarc .modal-open {
  overflow: hidden;
}
.cid-uHWMMprarc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHWMMprarc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHWMMprarc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHWMMprarc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHWMMprarc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHWMMprarc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHWMMprarc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHWMMprarc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHWMMprarc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHWMMprarc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHWMMprarc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHWMMprarc .modal-backdrop.show {
  opacity: .5;
}
.cid-uHWMMprarc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHWMMprarc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHWMMprarc .modal-header {
    padding: 1rem;
  }
}
.cid-uHWMMprarc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHWMMprarc .modal-header .close svg {
  fill: #353535;
}
.cid-uHWMMprarc .modal-header .close:hover {
  opacity: 1;
}
.cid-uHWMMprarc .modal-header .close:focus {
  outline: none;
}
.cid-uHWMMprarc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHWMMprarc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHWMMprarc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHWMMprarc .modal-body {
    padding: 1rem;
  }
}
.cid-uHWMMprarc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHWMMprarc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHWMMprarc .modal-footer {
    padding: 1rem;
  }
}
.cid-uHWMMprarc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHWMMprarc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHWMMprarc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHWMMprarc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHWMMprarc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHWMMprarc .modal-lg,
  .cid-uHWMMprarc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHWMMprarc .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHWMMprarc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHWMMprarc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHWMMprarc .form-group {
  margin-bottom: 1rem;
}
.cid-uHWMMprarc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHWMMprarc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHWMMprarc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHWMMprarc .mbr-section-btn {
  margin: 0;
}
.cid-uHWMMprarc .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4xqvijfEK .navbar-dropdown {
  position: relative !important;
}
.cid-u4xqvijfEK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4xqvijfEK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4xqvijfEK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4xqvijfEK .dropdown-item:hover,
.cid-u4xqvijfEK .dropdown-item:focus {
  background: #fc00d8 !important;
  color: white !important;
}
.cid-u4xqvijfEK .dropdown-item:hover span {
  color: white;
}
.cid-u4xqvijfEK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4xqvijfEK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4xqvijfEK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4xqvijfEK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4xqvijfEK .nav-link {
  position: relative;
}
.cid-u4xqvijfEK .container {
  display: flex;
  margin: auto;
}
.cid-u4xqvijfEK .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4xqvijfEK .dropdown-menu,
.cid-u4xqvijfEK .navbar.opened {
  background: #ffffff !important;
}
.cid-u4xqvijfEK .nav-item:focus,
.cid-u4xqvijfEK .nav-link:focus {
  outline: none;
}
.cid-u4xqvijfEK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4xqvijfEK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4xqvijfEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4xqvijfEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4xqvijfEK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4xqvijfEK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4xqvijfEK .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4xqvijfEK .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-u4xqvijfEK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u4xqvijfEK .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-u4xqvijfEK .navbar.opened {
  transition: all 0.3s;
}
.cid-u4xqvijfEK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4xqvijfEK .navbar .navbar-logo img {
  width: auto;
}
.cid-u4xqvijfEK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u4xqvijfEK .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-u4xqvijfEK .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-u4xqvijfEK .navbar.collapsed {
  justify-content: center;
}
.cid-u4xqvijfEK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4xqvijfEK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4xqvijfEK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u4xqvijfEK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4xqvijfEK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4xqvijfEK .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-u4xqvijfEK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-u4xqvijfEK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4xqvijfEK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4xqvijfEK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4xqvijfEK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4xqvijfEK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4xqvijfEK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4xqvijfEK .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-u4xqvijfEK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4xqvijfEK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4xqvijfEK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4xqvijfEK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4xqvijfEK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4xqvijfEK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4xqvijfEK .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4xqvijfEK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4xqvijfEK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-u4xqvijfEK .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-u4xqvijfEK .navbar {
    padding: 0 50px !important;
  }
}
.cid-u4xqvijfEK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u4xqvijfEK .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-u4xqvijfEK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-u4xqvijfEK .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-u4xqvijfEK .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-u4xqvijfEK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4xqvijfEK .dropdown-item.active,
.cid-u4xqvijfEK .dropdown-item:active {
  background-color: transparent;
}
.cid-u4xqvijfEK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4xqvijfEK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4xqvijfEK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4xqvijfEK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4xqvijfEK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4xqvijfEK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4xqvijfEK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-u4xqvijfEK ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-u4xqvijfEK .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-u4xqvijfEK .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-u4xqvijfEK .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-u4xqvijfEK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-u4xqvijfEK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #1a1a1a;
}
.cid-u4xqvijfEK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4xqvijfEK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u4xqvijfEK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u4xqvijfEK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-u4xqvijfEK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4xqvijfEK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u4xqvijfEK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u4xqvijfEK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4xqvijfEK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u4xqvijfEK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4xqvijfEK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4xqvijfEK .navbar {
    height: 100px;
  }
  .cid-u4xqvijfEK .navbar.opened {
    height: auto;
  }
  .cid-u4xqvijfEK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4xqvijfEK .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-u4xqvijfEK .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-u4xqvijfEK .nav-link:before {
  content: '';
  position: absolute;
  color: #fc00d8;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uABvjnxkvJ {
  background-image: url("../../../assets/images/seance-step-960x640.webp");
}
.cid-uABvjnxkvJ .row {
  align-items: center;
}
.cid-uABvjnxkvJ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uABvjnxkvJ .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uABvjnxkvJ .header-text {
    margin-bottom: 20px;
  }
}
.cid-uABvjnxkvJ .mbr-section-title {
  width: 100%;
  color: #fc00d8;
  margin-bottom: 0;
}
.cid-uABvjnxkvJ .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uABvjnxkvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABvjnxkvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABvjnxkvJ .mbr-text,
.cid-uABvjnxkvJ .mbr-section-btn {
  color: #98dee8;
  text-align: center;
}
.cid-uABvma7k6Q {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #eeeeee;
}
.cid-uABvma7k6Q .item-img,
.cid-uABvma7k6Q .img-wrap,
.cid-uABvma7k6Q img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uABvma7k6Q img,
.cid-uABvma7k6Q .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uABvma7k6Q img,
  .cid-uABvma7k6Q .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uABvma7k6Q .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uABvma7k6Q .item:focus,
.cid-uABvma7k6Q span:focus {
  outline: none;
}
.cid-uABvma7k6Q .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uABvma7k6Q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uABvma7k6Q .item {
    margin-bottom: 1rem;
  }
}
.cid-uABvma7k6Q .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uABvma7k6Q .item {
  padding: 0;
  margin: 0;
}
.cid-uABvma7k6Q h5 {
  margin: 0;
}
.cid-uABvma7k6Q .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uABvma7k6Q .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uABvma7k6Q .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uABvma7k6Q .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uABvma7k6Q .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uABvma7k6Q .item-wrapper {
    height: auto;
  }
}
.cid-uABvma7k6Q .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uABvma7k6Q .item-title {
  text-align: center;
}
.cid-uABvma7k6Q .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uABvma7k6Q .mbr-text,
.cid-uABvma7k6Q .item .mbr-section-btn {
  text-align: center;
}
.cid-uABvma7k6Q .mbr-section-subtitle,
.cid-uABvma7k6Q .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uhEYp3wTjp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhEYp3wTjp .col-title {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .cid-uhEYp3wTjp .col-title {
    margin-bottom: 0 !important;
  }
}
.cid-uhEYp3wTjp .mbr-section-title {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cid-uhEYp3wTjp .mbr-section-title {
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .cid-uhEYp3wTjp .mbr-section-subtitle {
    margin-right: 50px;
  }
}
.cid-uhEYp3wTjp .mbr-text {
  color: #555555;
}
.cid-u762O6xiPR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1920.webp");
}
.cid-u762O6xiPR .row {
  align-items: center;
}
.cid-u762O6xiPR .image-wrapper img {
  width: 60%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u762O6xiPR .image-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-u762O6xiPR .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-u762O6xiPR .text-wrapper {
    text-align: center;
  }
}
.cid-u762O6xiPR .mbr-section-title {
  margin-bottom: 60px;
  color: #fc00d8;
}
@media (max-width: 991px) {
  .cid-u762O6xiPR .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u762O6xiPR .item-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u762O6xiPR .item-container {
    justify-content: center;
  }
}
.cid-u762O6xiPR .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-u762O6xiPR .item:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-u762O6xiPR .item:first-child {
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u762O6xiPR .item:first-child {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u762O6xiPR .item:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u762O6xiPR .item:not(:first-child) {
    border-left: 1px solid #111111;
    padding-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u762O6xiPR .item:not(:first-child) {
    border-left: 1px solid #111111;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u762O6xiPR .item {
    width: 100%;
    padding-left: 0;
  }
  .cid-u762O6xiPR .item:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u762O6xiPR .icon-box {
  width: 100%;
}
.cid-u762O6xiPR .text-box {
  width: 100%;
}
.cid-u762O6xiPR .number-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-u762O6xiPR .icon-text {
  color: #ffffff;
  text-align: center;
}
.cid-uABwHiwE8n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uABwHiwE8n .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-uABwHiwE8n img,
.cid-uABwHiwE8n .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uABwHiwE8n .item:focus,
.cid-uABwHiwE8n span:focus {
  outline: none;
}
.cid-uABwHiwE8n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uABwHiwE8n .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uABwHiwE8n .item-content {
  padding: 25px 1rem 0;
}
.cid-uABwHiwE8n .item-content a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uABwHiwE8n .item-wrapper {
  background: transparent;
}
.cid-uABwHiwE8n .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uABwHiwE8n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uABwHiwE8n .mbr-section-title,
.cid-uABwHiwE8n .mbr-section-subtitle {
  color: #111111;
}
.cid-uABwHiwE8n .mbr-text,
.cid-uABwHiwE8n .mbr-section-btn {
  text-align: center;
}
.cid-uABwHiwE8n .item-title {
  text-align: center;
}
.cid-uABwHiwE8n .item-subtitle {
  text-align: center;
}
.cid-uABwHiwE8n .item-img {
  overflow: hidden;
}
.cid-uABwHiwE8n .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uABwHiwE8n .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-uABwHiwE8n .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uABwHiwE8n .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uABwHiwE8n .mbr-section-title {
  color: #fc00d8;
}
.cid-uABx4SxVH2 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f8f9fc;
}
.cid-uABx4SxVH2 img,
.cid-uABx4SxVH2 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uABx4SxVH2 .item:focus,
.cid-uABx4SxVH2 span:focus {
  outline: none;
}
.cid-uABx4SxVH2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uABx4SxVH2 .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uABx4SxVH2 .item-content {
  padding: 25px 1rem 0;
}
.cid-uABx4SxVH2 .item-content a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uABx4SxVH2 .item-wrapper {
  background: transparent;
}
.cid-uABx4SxVH2 .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uABx4SxVH2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uABx4SxVH2 .mbr-section-title,
.cid-uABx4SxVH2 .mbr-section-subtitle {
  color: #111111;
}
.cid-uABx4SxVH2 .mbr-text,
.cid-uABx4SxVH2 .mbr-section-btn {
  text-align: left;
}
.cid-uABx4SxVH2 .item-title {
  text-align: center;
  color: #555555;
}
.cid-uABx4SxVH2 .item-subtitle {
  text-align: center;
}
.cid-uABx4SxVH2 .item-img {
  overflow: hidden;
}
.cid-uABx4SxVH2 .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uABx4SxVH2 .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-uABx4SxVH2 .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uABx4SxVH2 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uABx4SxVH2 .mbr-section-title {
  color: #fc00d8;
}
.cid-uABx4SxVH2 .mbr-section-subtitle {
  color: #555555;
}
.cid-ub9DBvknP4 {
  background-color: #ededed;
}
.cid-ub9DBvknP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub9DBvknP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub9DBvknP4 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-ub9DBvknP4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ub9DBvknP4 .container {
    padding: 0 16px;
  }
}
.cid-ub9DBvknP4 .row {
  position: relative;
  justify-content: space-between;
}
.cid-ub9DBvknP4 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-ub9DBvknP4 .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ub9DBvknP4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ub9DBvknP4 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ub9DBvknP4 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ub9DBvknP4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub9DBvknP4 .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-ub9DBvknP4 .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ub9DBvknP4 .image-wrapper img {
    height: 350px;
  }
}
.cid-ub9DBvknP4 .mbr-section-title {
  color: #000000;
}
.cid-ub9DBvknP4 .mbr-text {
  color: #000000;
}
.cid-ub9x0n33fV {
  background-color: #ededed;
}
.cid-ub9x0n33fV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub9x0n33fV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub9x0n33fV .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-ub9x0n33fV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ub9x0n33fV .container {
    padding: 0 16px;
  }
}
.cid-ub9x0n33fV .row {
  position: relative;
  justify-content: space-between;
}
.cid-ub9x0n33fV .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-ub9x0n33fV .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ub9x0n33fV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ub9x0n33fV .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ub9x0n33fV .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ub9x0n33fV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub9x0n33fV .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-ub9x0n33fV .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ub9x0n33fV .image-wrapper img {
    height: 350px;
  }
}
.cid-ub9x0n33fV .mbr-section-title {
  color: #000000;
}
.cid-ub9x0n33fV .mbr-text {
  color: #000000;
}
.cid-ui3eHMIBx1 {
  background-color: #ededed;
}
.cid-ui3eHMIBx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui3eHMIBx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui3eHMIBx1 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-ui3eHMIBx1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui3eHMIBx1 .container {
    padding: 0 16px;
  }
}
.cid-ui3eHMIBx1 .row {
  position: relative;
  justify-content: space-between;
}
.cid-ui3eHMIBx1 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-ui3eHMIBx1 .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ui3eHMIBx1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ui3eHMIBx1 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ui3eHMIBx1 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ui3eHMIBx1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui3eHMIBx1 .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-ui3eHMIBx1 .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ui3eHMIBx1 .image-wrapper img {
    height: 350px;
  }
}
.cid-ui3eHMIBx1 .mbr-section-title {
  color: #000000;
}
.cid-ui3eHMIBx1 .mbr-text {
  color: #000000;
}
.cid-uhQK4O9Zd4 {
  background-color: #ededed;
}
.cid-uhQK4O9Zd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhQK4O9Zd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhQK4O9Zd4 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uhQK4O9Zd4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhQK4O9Zd4 .container {
    padding: 0 16px;
  }
}
.cid-uhQK4O9Zd4 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uhQK4O9Zd4 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uhQK4O9Zd4 .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uhQK4O9Zd4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhQK4O9Zd4 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhQK4O9Zd4 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uhQK4O9Zd4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhQK4O9Zd4 .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uhQK4O9Zd4 .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhQK4O9Zd4 .image-wrapper img {
    height: 350px;
  }
}
.cid-uhQK4O9Zd4 .mbr-section-title {
  color: #000000;
}
.cid-uhQK4O9Zd4 .mbr-text {
  color: #000000;
}
.cid-uWjHiKvMT1 {
  padding-top: 1rem;
  padding-bottom: 10rem;
}
.cid-uWjHiKvMT1 .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-uWjHiKvMT1 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uWjHiKvMT1 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uWjHiKvMT1 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-uWjHiKvMT1 .icon-wrap a:hover {
  background-image: none !important;
}
.cid-uWjHiKvMT1 .icon-wrap span {
  margin-left: 5px;
}
.cid-uWjHiKvMT1 .box {
  height: 500px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uWjHiKvMT1 .box {
    height: 300px;
  }
}
.cid-uWjHiKvMT1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uWjHiKvMT1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uWjHiKvMT1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uWjHiKvMT1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uWjHiKvMT1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uWjHiKvMT1 .mbr-section-subtitle {
  color: #555555;
}
.cid-uWjHiKvMT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjHiKvMT1 .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-2.webp");
}
.cid-u5MFBCKWy8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/jonathan-borba-lrqptqs7nqq-unsplash-940x627.webp");
}
.cid-u5MFBCKWy8 .row {
  align-items: center;
}
.cid-u5MFBCKWy8 .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("../../../assets/images/features20-1.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-u5MFBCKWy8 .img-item {
    padding: 0;
  }
}
.cid-u5MFBCKWy8 .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-u5MFBCKWy8 .text-col {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .cid-u5MFBCKWy8 .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u5MFBCKWy8 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-u5MFBCKWy8 .text-wrapper {
    padding: 0 75px 0 100px;
  }
}
.cid-u5MFBCKWy8 .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-u5MFBCKWy8 .icon-wrap {
    justify-content: center;
  }
}
.cid-u5MFBCKWy8 .icon-box {
  background: #fc3250;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u5MFBCKWy8 .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-u5MFBCKWy8 .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u5MFBCKWy8 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u5MFBCKWy8 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-u5MFBCKWy8 .item {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  width: 100%;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u5MFBCKWy8 .item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.cid-u5MFBCKWy8 .card-icon-box {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cid-u5MFBCKWy8 .card-icon-box {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.cid-u5MFBCKWy8 .card-icon-box .mbr-iconfont {
  font-size: 27px;
  color: #fc00d8;
}
.cid-u5MFBCKWy8 .text-box {
  width: 100%;
}
.cid-u5MFBCKWy8 .card-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u5MFBCKWy8 .card-title {
    text-align: center !important;
  }
}
.cid-u5MFBCKWy8 .card-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u5MFBCKWy8 .card-text {
    text-align: center !important;
  }
}
.cid-u5MFBCKWy8 .btn-container {
  width: 100%;
}
.cid-u5MFBCKWy8 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u5MFBCKWy8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u5MFBCKWy8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u5MFBCKWy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5MFBCKWy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5MFBCKWy8 .mbr-section-title,
.cid-u5MFBCKWy8 .mbr-section-btn {
  color: #ffffff;
}
.cid-u6wfNnxMLs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u6wfNnxMLs .mbr-text {
  color: #111111;
}
.cid-u6wfNnxMLs .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u4xErwFqmY .navbar-dropdown {
  position: relative !important;
}
.cid-u4xErwFqmY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4xErwFqmY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4xErwFqmY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4xErwFqmY .dropdown-item:hover,
.cid-u4xErwFqmY .dropdown-item:focus {
  background: #fc00d8 !important;
  color: white !important;
}
.cid-u4xErwFqmY .dropdown-item:hover span {
  color: white;
}
.cid-u4xErwFqmY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4xErwFqmY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4xErwFqmY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4xErwFqmY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4xErwFqmY .nav-link {
  position: relative;
}
.cid-u4xErwFqmY .container {
  display: flex;
  margin: auto;
}
.cid-u4xErwFqmY .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4xErwFqmY .dropdown-menu,
.cid-u4xErwFqmY .navbar.opened {
  background: #ffffff !important;
}
.cid-u4xErwFqmY .nav-item:focus,
.cid-u4xErwFqmY .nav-link:focus {
  outline: none;
}
.cid-u4xErwFqmY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4xErwFqmY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4xErwFqmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4xErwFqmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4xErwFqmY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4xErwFqmY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4xErwFqmY .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4xErwFqmY .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-u4xErwFqmY .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u4xErwFqmY .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-u4xErwFqmY .navbar.opened {
  transition: all 0.3s;
}
.cid-u4xErwFqmY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4xErwFqmY .navbar .navbar-logo img {
  width: auto;
}
.cid-u4xErwFqmY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u4xErwFqmY .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-u4xErwFqmY .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-u4xErwFqmY .navbar.collapsed {
  justify-content: center;
}
.cid-u4xErwFqmY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4xErwFqmY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4xErwFqmY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u4xErwFqmY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4xErwFqmY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4xErwFqmY .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-u4xErwFqmY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-u4xErwFqmY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4xErwFqmY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4xErwFqmY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4xErwFqmY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4xErwFqmY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4xErwFqmY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4xErwFqmY .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-u4xErwFqmY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4xErwFqmY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4xErwFqmY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4xErwFqmY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4xErwFqmY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4xErwFqmY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4xErwFqmY .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4xErwFqmY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4xErwFqmY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-u4xErwFqmY .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-u4xErwFqmY .navbar {
    padding: 0 50px !important;
  }
}
.cid-u4xErwFqmY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u4xErwFqmY .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-u4xErwFqmY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-u4xErwFqmY .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-u4xErwFqmY .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-u4xErwFqmY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4xErwFqmY .dropdown-item.active,
.cid-u4xErwFqmY .dropdown-item:active {
  background-color: transparent;
}
.cid-u4xErwFqmY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4xErwFqmY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4xErwFqmY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4xErwFqmY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4xErwFqmY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4xErwFqmY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4xErwFqmY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-u4xErwFqmY ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-u4xErwFqmY .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-u4xErwFqmY .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-u4xErwFqmY .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-u4xErwFqmY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-u4xErwFqmY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #1a1a1a;
}
.cid-u4xErwFqmY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4xErwFqmY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u4xErwFqmY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u4xErwFqmY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-u4xErwFqmY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4xErwFqmY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u4xErwFqmY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u4xErwFqmY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4xErwFqmY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u4xErwFqmY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4xErwFqmY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4xErwFqmY .navbar {
    height: 100px;
  }
  .cid-u4xErwFqmY .navbar.opened {
    height: auto;
  }
  .cid-u4xErwFqmY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4xErwFqmY .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-u4xErwFqmY .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-u4xErwFqmY .nav-link:before {
  content: '';
  position: absolute;
  color: #fc00d8;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uABspzvcts {
  background-image: url("../../../assets/images/seance-step-960x640.webp");
}
.cid-uABspzvcts .row {
  align-items: center;
}
.cid-uABspzvcts .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uABspzvcts .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uABspzvcts .header-text {
    margin-bottom: 20px;
  }
}
.cid-uABspzvcts .mbr-section-title {
  width: 100%;
  color: #fc00d8;
  margin-bottom: 0;
}
.cid-uABspzvcts .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uABspzvcts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABspzvcts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABspzvcts .mbr-text,
.cid-uABspzvcts .mbr-section-btn {
  color: #98dee8;
  text-align: center;
}
.cid-uABst913pa {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #eeeeee;
}
.cid-uABst913pa .item-img,
.cid-uABst913pa .img-wrap,
.cid-uABst913pa img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uABst913pa img,
.cid-uABst913pa .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uABst913pa img,
  .cid-uABst913pa .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uABst913pa .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uABst913pa .item:focus,
.cid-uABst913pa span:focus {
  outline: none;
}
.cid-uABst913pa .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uABst913pa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uABst913pa .item {
    margin-bottom: 1rem;
  }
}
.cid-uABst913pa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uABst913pa .item {
  padding: 0;
  margin: 0;
}
.cid-uABst913pa h5 {
  margin: 0;
}
.cid-uABst913pa .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uABst913pa .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uABst913pa .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uABst913pa .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uABst913pa .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uABst913pa .item-wrapper {
    height: auto;
  }
}
.cid-uABst913pa .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uABst913pa .item-title {
  text-align: center;
}
.cid-uABst913pa .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uABst913pa .mbr-text,
.cid-uABst913pa .item .mbr-section-btn {
  text-align: center;
}
.cid-uABst913pa .mbr-section-subtitle,
.cid-uABst913pa .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-u5dJLrby1j {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-u5dJLrby1j .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-u5dJLrby1j .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u5dJLrby1j .item:focus,
.cid-u5dJLrby1j span:focus {
  outline: none;
}
.cid-u5dJLrby1j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u5dJLrby1j .item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px;
  }
}
.cid-u5dJLrby1j .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-u5dJLrby1j .item-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-u5dJLrby1j .item-content {
  padding: 0 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u5dJLrby1j .mbr-section-btn {
  margin-top: auto !important;
  width: 100%;
}
.cid-u5dJLrby1j .mbr-section-title,
.cid-u5dJLrby1j .mbr-section-subtitle {
  color: #111111;
}
.cid-u5dJLrby1j .mbr-text {
  color: #555555;
  font-style: italic;
}
.cid-u5dJLrby1j .item-subtitle {
  text-align: center;
}
.cid-u5dJLrby1j .item-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 24px;
}
.cid-u5dJLrby1j .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cid-u5dJLrby1j .mbr-section-head {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .cid-u5dJLrby1j .mbr-section-head {
    margin-bottom: 90px;
  }
}
.cid-u5dJLrby1j .mbr-section-title {
  color: #fc00d8;
  text-align: center;
}
.cid-u5dJLrby1j .mbr-section-title DIV {
  text-align: center;
}
.cid-u6w0JQwFpP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f9fc;
}
.cid-u6w0JQwFpP .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-u6w0JQwFpP .row {
    padding: 0 16px;
  }
}
.cid-u6w0JQwFpP .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 100px;
  border-radius: 10px;
  background-color: #f8f9fc;
}
@media (max-width: 767px) {
  .cid-u6w0JQwFpP .content-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u6w0JQwFpP .content-wrapper {
    padding: 40px;
  }
}
.cid-u6w0JQwFpP .image-wrapper {
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.cid-u6w0JQwFpP .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u6w0JQwFpP .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
}
.cid-u6w0JQwFpP .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
.cid-u6w0JQwFpP .item-container {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u6w0JQwFpP .item-container {
    margin-top: 0;
  }
}
.cid-u6w0JQwFpP .item {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.cid-u6w0JQwFpP .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-u6w0JQwFpP .item {
    flex-direction: column;
  }
}
.cid-u6w0JQwFpP .icon-box {
  background: #fc00d8;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u6w0JQwFpP .icon-box {
    margin-right: 0;
  }
}
.cid-u6w0JQwFpP .text-box {
  flex-grow: 1;
}
.cid-u6w0JQwFpP .number-text {
  color: #ffffff;
}
.cid-u6w0JQwFpP .icon-text {
  color: #111111;
}
.cid-u6w0JQwFpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6w0JQwFpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unqLuOdPed {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-4.webp");
}
.cid-unqLuOdPed .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-unqLuOdPed .row {
    padding: 0 16px;
  }
}
.cid-unqLuOdPed .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 100px;
  border-radius: 10px;
  background-color: #f8f9fc;
}
@media (max-width: 767px) {
  .cid-unqLuOdPed .content-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-unqLuOdPed .content-wrapper {
    padding: 40px;
  }
}
.cid-unqLuOdPed .image-wrapper {
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.cid-unqLuOdPed .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-unqLuOdPed .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
}
.cid-unqLuOdPed .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
.cid-unqLuOdPed .item-container {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-unqLuOdPed .item-container {
    margin-top: 0;
  }
}
.cid-unqLuOdPed .item {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.cid-unqLuOdPed .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-unqLuOdPed .item {
    flex-direction: column;
  }
}
.cid-unqLuOdPed .icon-box {
  background: #ffffff;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-unqLuOdPed .icon-box {
    margin-right: 0;
  }
}
.cid-unqLuOdPed .text-box {
  flex-grow: 1;
}
.cid-unqLuOdPed .number-text {
  color: #fc00d8;
}
.cid-unqLuOdPed .icon-text {
  color: #111111;
}
.cid-unqLuOdPed .mbr-fallback-image.disabled {
  display: none;
}
.cid-unqLuOdPed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6wfNnxMLs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u6wfNnxMLs .mbr-text {
  color: #111111;
}
.cid-u6wfNnxMLs .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u5deggrhNK .navbar-dropdown {
  position: relative !important;
}
.cid-u5deggrhNK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5deggrhNK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5deggrhNK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5deggrhNK .dropdown-item:hover,
.cid-u5deggrhNK .dropdown-item:focus {
  background: #fc00d8 !important;
  color: white !important;
}
.cid-u5deggrhNK .dropdown-item:hover span {
  color: white;
}
.cid-u5deggrhNK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5deggrhNK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5deggrhNK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5deggrhNK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5deggrhNK .nav-link {
  position: relative;
}
.cid-u5deggrhNK .container {
  display: flex;
  margin: auto;
}
.cid-u5deggrhNK .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5deggrhNK .dropdown-menu,
.cid-u5deggrhNK .navbar.opened {
  background: #ffffff !important;
}
.cid-u5deggrhNK .nav-item:focus,
.cid-u5deggrhNK .nav-link:focus {
  outline: none;
}
.cid-u5deggrhNK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5deggrhNK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5deggrhNK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5deggrhNK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5deggrhNK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5deggrhNK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5deggrhNK .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u5deggrhNK .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-u5deggrhNK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u5deggrhNK .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-u5deggrhNK .navbar.opened {
  transition: all 0.3s;
}
.cid-u5deggrhNK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5deggrhNK .navbar .navbar-logo img {
  width: auto;
}
.cid-u5deggrhNK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u5deggrhNK .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-u5deggrhNK .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-u5deggrhNK .navbar.collapsed {
  justify-content: center;
}
.cid-u5deggrhNK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5deggrhNK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5deggrhNK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u5deggrhNK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5deggrhNK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5deggrhNK .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-u5deggrhNK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-u5deggrhNK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5deggrhNK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5deggrhNK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5deggrhNK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5deggrhNK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5deggrhNK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5deggrhNK .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-u5deggrhNK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5deggrhNK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5deggrhNK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5deggrhNK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5deggrhNK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5deggrhNK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5deggrhNK .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5deggrhNK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5deggrhNK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-u5deggrhNK .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-u5deggrhNK .navbar {
    padding: 0 50px !important;
  }
}
.cid-u5deggrhNK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u5deggrhNK .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-u5deggrhNK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-u5deggrhNK .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-u5deggrhNK .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-u5deggrhNK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5deggrhNK .dropdown-item.active,
.cid-u5deggrhNK .dropdown-item:active {
  background-color: transparent;
}
.cid-u5deggrhNK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5deggrhNK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5deggrhNK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5deggrhNK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5deggrhNK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5deggrhNK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5deggrhNK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-u5deggrhNK ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-u5deggrhNK .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-u5deggrhNK .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-u5deggrhNK .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-u5deggrhNK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-u5deggrhNK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #1a1a1a;
}
.cid-u5deggrhNK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5deggrhNK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u5deggrhNK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u5deggrhNK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-u5deggrhNK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5deggrhNK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u5deggrhNK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u5deggrhNK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5deggrhNK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u5deggrhNK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5deggrhNK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5deggrhNK .navbar {
    height: 100px;
  }
  .cid-u5deggrhNK .navbar.opened {
    height: auto;
  }
  .cid-u5deggrhNK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5deggrhNK .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-u5deggrhNK .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-u5deggrhNK .nav-link:before {
  content: '';
  position: absolute;
  color: #fc00d8;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uAC4KNlLT8 {
  background-image: url("../../../assets/images/seance-step-960x640.webp");
}
.cid-uAC4KNlLT8 .row {
  align-items: center;
}
.cid-uAC4KNlLT8 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uAC4KNlLT8 .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uAC4KNlLT8 .header-text {
    margin-bottom: 20px;
  }
}
.cid-uAC4KNlLT8 .mbr-section-title {
  width: 100%;
  color: #fc00d8;
  margin-bottom: 0;
}
.cid-uAC4KNlLT8 .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uAC4KNlLT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAC4KNlLT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAC4KNlLT8 .mbr-text,
.cid-uAC4KNlLT8 .mbr-section-btn {
  color: #98dee8;
  text-align: center;
}
.cid-uA9mDs6dSq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA9mDs6dSq img,
.cid-uA9mDs6dSq .item-img {
  width: 100%;
}
.cid-uA9mDs6dSq .item:focus,
.cid-uA9mDs6dSq span:focus {
  outline: none;
}
.cid-uA9mDs6dSq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uA9mDs6dSq .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uA9mDs6dSq .item-content {
  padding: 25px 1rem 0;
}
.cid-uA9mDs6dSq .item-content a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uA9mDs6dSq .item-wrapper {
  background: transparent;
}
.cid-uA9mDs6dSq .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uA9mDs6dSq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uA9mDs6dSq .mbr-section-title,
.cid-uA9mDs6dSq .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-uA9mDs6dSq .mbr-text,
.cid-uA9mDs6dSq .mbr-section-btn {
  text-align: center;
  color: #fc00d8;
}
.cid-uA9mDs6dSq .item-title {
  text-align: left;
}
.cid-uA9mDs6dSq .item-subtitle {
  text-align: center;
}
.cid-uA9mDs6dSq .item-img {
  overflow: hidden;
}
.cid-uA9mDs6dSq .item-img img {
  width: 100%;
}
.cid-uA9mDs6dSq .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uA9mDs6dSq .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uA9Km7Yzpj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uA9Km7Yzpj .row {
  align-items: center;
}
.cid-uA9Km7Yzpj .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uA9Km7Yzpj .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uA9Km7Yzpj .header-text {
    margin-bottom: 20px;
  }
}
.cid-uA9Km7Yzpj .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-uA9Km7Yzpj .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-uA9Km7Yzpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9Km7Yzpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9ELNIjg5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-uA9ELNIjg5 .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-uA9ELNIjg5 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uA9ELNIjg5 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uA9ELNIjg5 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-uA9ELNIjg5 .icon-wrap a:hover {
  background-image: none !important;
}
.cid-uA9ELNIjg5 .icon-wrap span {
  margin-left: 5px;
}
.cid-uA9ELNIjg5 .box {
  height: 500px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uA9ELNIjg5 .box {
    height: 300px;
  }
}
.cid-uA9ELNIjg5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uA9ELNIjg5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uA9ELNIjg5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uA9ELNIjg5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uA9ELNIjg5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA9ELNIjg5 .mbr-section-subtitle {
  color: #555555;
}
.cid-uA9ELNIjg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9ELNIjg5 .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-2.webp");
}
.cid-uADddXEirY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uADddXEirY .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-uADddXEirY .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-uADddXEirY .row {
    padding: 0 0.75rem;
  }
}
.cid-uADddXEirY .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uADddXEirY .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-uADddXEirY .card-text {
  color: #555555;
}
.cid-uADddXEirY .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-uADddXEirY .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uADddXEirY .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uADddXEirY .card-box {
    text-align: center;
  }
}
.cid-uADddXEirY .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-uADddXEirY .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-uADddXEirY .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-uADddXEirY .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-uADddXEirY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADddXEirY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6wfNnxMLs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u6wfNnxMLs .mbr-text {
  color: #111111;
}
.cid-u6wfNnxMLs .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u5dlgTRa8V .navbar-dropdown {
  position: relative !important;
}
.cid-u5dlgTRa8V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5dlgTRa8V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5dlgTRa8V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5dlgTRa8V .dropdown-item:hover,
.cid-u5dlgTRa8V .dropdown-item:focus {
  background: #fc00d8 !important;
  color: white !important;
}
.cid-u5dlgTRa8V .dropdown-item:hover span {
  color: white;
}
.cid-u5dlgTRa8V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5dlgTRa8V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5dlgTRa8V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5dlgTRa8V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5dlgTRa8V .nav-link {
  position: relative;
}
.cid-u5dlgTRa8V .container {
  display: flex;
  margin: auto;
}
.cid-u5dlgTRa8V .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5dlgTRa8V .dropdown-menu,
.cid-u5dlgTRa8V .navbar.opened {
  background: #ffffff !important;
}
.cid-u5dlgTRa8V .nav-item:focus,
.cid-u5dlgTRa8V .nav-link:focus {
  outline: none;
}
.cid-u5dlgTRa8V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5dlgTRa8V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5dlgTRa8V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5dlgTRa8V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5dlgTRa8V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5dlgTRa8V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5dlgTRa8V .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u5dlgTRa8V .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-u5dlgTRa8V .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u5dlgTRa8V .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-u5dlgTRa8V .navbar.opened {
  transition: all 0.3s;
}
.cid-u5dlgTRa8V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5dlgTRa8V .navbar .navbar-logo img {
  width: auto;
}
.cid-u5dlgTRa8V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u5dlgTRa8V .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-u5dlgTRa8V .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-u5dlgTRa8V .navbar.collapsed {
  justify-content: center;
}
.cid-u5dlgTRa8V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5dlgTRa8V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5dlgTRa8V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u5dlgTRa8V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5dlgTRa8V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5dlgTRa8V .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-u5dlgTRa8V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-u5dlgTRa8V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5dlgTRa8V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5dlgTRa8V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5dlgTRa8V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5dlgTRa8V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5dlgTRa8V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5dlgTRa8V .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-u5dlgTRa8V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5dlgTRa8V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5dlgTRa8V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5dlgTRa8V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5dlgTRa8V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5dlgTRa8V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5dlgTRa8V .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5dlgTRa8V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5dlgTRa8V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-u5dlgTRa8V .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-u5dlgTRa8V .navbar {
    padding: 0 50px !important;
  }
}
.cid-u5dlgTRa8V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u5dlgTRa8V .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-u5dlgTRa8V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-u5dlgTRa8V .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-u5dlgTRa8V .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-u5dlgTRa8V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5dlgTRa8V .dropdown-item.active,
.cid-u5dlgTRa8V .dropdown-item:active {
  background-color: transparent;
}
.cid-u5dlgTRa8V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5dlgTRa8V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5dlgTRa8V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5dlgTRa8V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5dlgTRa8V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5dlgTRa8V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5dlgTRa8V ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-u5dlgTRa8V ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-u5dlgTRa8V .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-u5dlgTRa8V .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-u5dlgTRa8V .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-u5dlgTRa8V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-u5dlgTRa8V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #1a1a1a;
}
.cid-u5dlgTRa8V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5dlgTRa8V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u5dlgTRa8V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u5dlgTRa8V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-u5dlgTRa8V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5dlgTRa8V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u5dlgTRa8V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u5dlgTRa8V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5dlgTRa8V .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u5dlgTRa8V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5dlgTRa8V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5dlgTRa8V .navbar {
    height: 100px;
  }
  .cid-u5dlgTRa8V .navbar.opened {
    height: auto;
  }
  .cid-u5dlgTRa8V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5dlgTRa8V .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-u5dlgTRa8V .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-u5dlgTRa8V .nav-link:before {
  content: '';
  position: absolute;
  color: #fc00d8;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uABuZxrSDJ {
  background-image: url("../../../assets/images/seance-step-960x640.webp");
}
.cid-uABuZxrSDJ .row {
  align-items: center;
}
.cid-uABuZxrSDJ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uABuZxrSDJ .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uABuZxrSDJ .header-text {
    margin-bottom: 20px;
  }
}
.cid-uABuZxrSDJ .mbr-section-title {
  width: 100%;
  color: #fc00d8;
  margin-bottom: 0;
}
.cid-uABuZxrSDJ .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uABuZxrSDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABuZxrSDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABuZxrSDJ .mbr-text,
.cid-uABuZxrSDJ .mbr-section-btn {
  color: #98dee8;
  text-align: center;
}
.cid-uABv2j8xwn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #eeeeee;
}
.cid-uABv2j8xwn .item-img,
.cid-uABv2j8xwn .img-wrap,
.cid-uABv2j8xwn img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uABv2j8xwn img,
.cid-uABv2j8xwn .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uABv2j8xwn img,
  .cid-uABv2j8xwn .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uABv2j8xwn .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uABv2j8xwn .item:focus,
.cid-uABv2j8xwn span:focus {
  outline: none;
}
.cid-uABv2j8xwn .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uABv2j8xwn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uABv2j8xwn .item {
    margin-bottom: 1rem;
  }
}
.cid-uABv2j8xwn .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uABv2j8xwn .item {
  padding: 0;
  margin: 0;
}
.cid-uABv2j8xwn h5 {
  margin: 0;
}
.cid-uABv2j8xwn .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uABv2j8xwn .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uABv2j8xwn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uABv2j8xwn .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uABv2j8xwn .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uABv2j8xwn .item-wrapper {
    height: auto;
  }
}
.cid-uABv2j8xwn .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uABv2j8xwn .item-title {
  text-align: center;
}
.cid-uABv2j8xwn .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uABv2j8xwn .mbr-text,
.cid-uABv2j8xwn .item .mbr-section-btn {
  text-align: center;
}
.cid-uABv2j8xwn .mbr-section-subtitle,
.cid-uABv2j8xwn .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-u5vFg9eIy9 {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u5vFg9eIy9 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.cid-u5vFg9eIy9 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-u5vFg9eIy9 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u5vFg9eIy9 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u5vFg9eIy9 .row {
    position: relative;
  }
}
.cid-u5vFg9eIy9 .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-u5vFg9eIy9 .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-u5vFg9eIy9 .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-u5vFg9eIy9 .col-text {
  position: relative;
}
.cid-u5vFg9eIy9 .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-u5vFg9eIy9 .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-u5vFg9eIy9 .col-text {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 992px) {
  .cid-u5vFg9eIy9 .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-u5vFg9eIy9 .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-u5vFg9eIy9 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-u5vFg9eIy9 .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-u5vFg9eIy9 .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-u5vFg9eIy9 .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #fc00d8;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-u5vFg9eIy9 .label-text {
    text-align: center;
  }
}
.cid-u5vFg9eIy9 .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-u5vFg9eIy9 .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-u5vFg9eIy9 .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u5vFg9eIy9 .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-u5vFg9eIy9 .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #555555;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-u5vFg9eIy9 .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-u5vFg9eIy9 .contact-container .email-container {
  padding: 16px 25px;
  background-color: #555555;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-u5vFg9eIy9 .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-u5vFg9eIy9 .contact-text {
  color: #ffffff;
}
.cid-u5vFg9eIy9 .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-u5vFg9eIy9 .cards-container {
    text-align: center;
  }
}
.cid-u5vFg9eIy9 .cards-title {
  margin-bottom: 12px;
}
.cid-u5vFg9eIy9 .card {
  padding: 9px 0;
}
.cid-u5vFg9eIy9 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-u5vFg9eIy9 .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-u5vFg9eIy9 .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-u5vFg9eIy9 .icon-box {
  margin-right: 12px;
}
.cid-u5vFg9eIy9 .icon-box .mbr-iconfont {
  color: #555555;
}
.cid-u5vFg9eIy9 .card-text {
  color: #555555;
  letter-spacing: inherit;
  flex-grow: 1;
  text-align: center;
}
.cid-u5vFg9eIy9 .btn-container {
  width: 100%;
}
.cid-u5vFg9eIy9 .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u5vFg9eIy9 .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-u5vFg9eIy9 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-u5vFg9eIy9 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-u5vFg9eIy9 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-u5vFg9eIy9 .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-u5vFg9eIy9 .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-u5vFg9eIy9 .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-u5vFg9eIy9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u5vFg9eIy9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u5vFg9eIy9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u5vFg9eIy9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u5vFg9eIy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vFg9eIy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vFg9eIy9 .mbr-section-title,
.cid-u5vFg9eIy9 .mbr-section-btn {
  color: #fc00d8;
}
.cid-u5vFg9eIy9 .phone-text {
  text-align: center;
}
.cid-u6wfNnxMLs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u6wfNnxMLs .mbr-text {
  color: #111111;
}
.cid-u6wfNnxMLs .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u4xAQfZmay .navbar-dropdown {
  position: relative !important;
}
.cid-u4xAQfZmay .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4xAQfZmay .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4xAQfZmay .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4xAQfZmay .dropdown-item:hover,
.cid-u4xAQfZmay .dropdown-item:focus {
  background: #fc00d8 !important;
  color: white !important;
}
.cid-u4xAQfZmay .dropdown-item:hover span {
  color: white;
}
.cid-u4xAQfZmay .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4xAQfZmay .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4xAQfZmay .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4xAQfZmay .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4xAQfZmay .nav-link {
  position: relative;
}
.cid-u4xAQfZmay .container {
  display: flex;
  margin: auto;
}
.cid-u4xAQfZmay .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4xAQfZmay .dropdown-menu,
.cid-u4xAQfZmay .navbar.opened {
  background: #ffffff !important;
}
.cid-u4xAQfZmay .nav-item:focus,
.cid-u4xAQfZmay .nav-link:focus {
  outline: none;
}
.cid-u4xAQfZmay .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4xAQfZmay .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4xAQfZmay .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4xAQfZmay .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4xAQfZmay .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4xAQfZmay .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4xAQfZmay .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4xAQfZmay .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-u4xAQfZmay .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u4xAQfZmay .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-u4xAQfZmay .navbar.opened {
  transition: all 0.3s;
}
.cid-u4xAQfZmay .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4xAQfZmay .navbar .navbar-logo img {
  width: auto;
}
.cid-u4xAQfZmay .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u4xAQfZmay .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-u4xAQfZmay .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-u4xAQfZmay .navbar.collapsed {
  justify-content: center;
}
.cid-u4xAQfZmay .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4xAQfZmay .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4xAQfZmay .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u4xAQfZmay .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4xAQfZmay .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4xAQfZmay .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-u4xAQfZmay .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-u4xAQfZmay .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4xAQfZmay .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4xAQfZmay .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4xAQfZmay .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4xAQfZmay .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4xAQfZmay .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4xAQfZmay .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-u4xAQfZmay .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4xAQfZmay .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4xAQfZmay .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4xAQfZmay .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4xAQfZmay .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4xAQfZmay .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4xAQfZmay .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4xAQfZmay .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4xAQfZmay .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-u4xAQfZmay .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-u4xAQfZmay .navbar {
    padding: 0 50px !important;
  }
}
.cid-u4xAQfZmay .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u4xAQfZmay .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-u4xAQfZmay .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-u4xAQfZmay .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-u4xAQfZmay .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-u4xAQfZmay .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4xAQfZmay .dropdown-item.active,
.cid-u4xAQfZmay .dropdown-item:active {
  background-color: transparent;
}
.cid-u4xAQfZmay .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4xAQfZmay .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4xAQfZmay .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4xAQfZmay .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4xAQfZmay .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4xAQfZmay .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4xAQfZmay ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-u4xAQfZmay ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-u4xAQfZmay .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-u4xAQfZmay .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-u4xAQfZmay .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-u4xAQfZmay button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-u4xAQfZmay button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #1a1a1a;
}
.cid-u4xAQfZmay button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4xAQfZmay button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u4xAQfZmay button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u4xAQfZmay button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-u4xAQfZmay nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4xAQfZmay nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u4xAQfZmay nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u4xAQfZmay nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4xAQfZmay .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u4xAQfZmay a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4xAQfZmay .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4xAQfZmay .navbar {
    height: 100px;
  }
  .cid-u4xAQfZmay .navbar.opened {
    height: auto;
  }
  .cid-u4xAQfZmay .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4xAQfZmay .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-u4xAQfZmay .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-u4xAQfZmay .nav-link:before {
  content: '';
  position: absolute;
  color: #fc00d8;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uABypU7I9Q {
  background-image: url("../../../assets/images/seance-step-960x640.webp");
}
.cid-uABypU7I9Q .row {
  align-items: center;
}
.cid-uABypU7I9Q .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uABypU7I9Q .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uABypU7I9Q .header-text {
    margin-bottom: 20px;
  }
}
.cid-uABypU7I9Q .mbr-section-title {
  width: 100%;
  color: #fc00d8;
  margin-bottom: 0;
}
.cid-uABypU7I9Q .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uABypU7I9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABypU7I9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABypU7I9Q .mbr-text,
.cid-uABypU7I9Q .mbr-section-btn {
  color: #98dee8;
  text-align: center;
}
.cid-uABytj9Fnt {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #eeeeee;
}
.cid-uABytj9Fnt .item-img,
.cid-uABytj9Fnt .img-wrap,
.cid-uABytj9Fnt img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uABytj9Fnt img,
.cid-uABytj9Fnt .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uABytj9Fnt img,
  .cid-uABytj9Fnt .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uABytj9Fnt .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uABytj9Fnt .item:focus,
.cid-uABytj9Fnt span:focus {
  outline: none;
}
.cid-uABytj9Fnt .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uABytj9Fnt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uABytj9Fnt .item {
    margin-bottom: 1rem;
  }
}
.cid-uABytj9Fnt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uABytj9Fnt .item {
  padding: 0;
  margin: 0;
}
.cid-uABytj9Fnt h5 {
  margin: 0;
}
.cid-uABytj9Fnt .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uABytj9Fnt .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uABytj9Fnt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uABytj9Fnt .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uABytj9Fnt .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uABytj9Fnt .item-wrapper {
    height: auto;
  }
}
.cid-uABytj9Fnt .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uABytj9Fnt .item-title {
  text-align: center;
}
.cid-uABytj9Fnt .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uABytj9Fnt .mbr-text,
.cid-uABytj9Fnt .item .mbr-section-btn {
  text-align: center;
}
.cid-uABytj9Fnt .mbr-section-subtitle,
.cid-uABytj9Fnt .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ub9dYEPn88 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-ub9dYEPn88 .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-ub9dYEPn88 .row {
    padding: 0 16px;
  }
}
.cid-ub9dYEPn88 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 100px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ub9dYEPn88 .content-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ub9dYEPn88 .content-wrapper {
    padding: 40px;
  }
}
.cid-ub9dYEPn88 .image-wrapper {
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.cid-ub9dYEPn88 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ub9dYEPn88 .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
}
.cid-ub9dYEPn88 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
.cid-ub9dYEPn88 .item-container {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ub9dYEPn88 .item-container {
    margin-top: 0;
  }
}
.cid-ub9dYEPn88 .item {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.cid-ub9dYEPn88 .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-ub9dYEPn88 .item {
    flex-direction: column;
  }
}
.cid-ub9dYEPn88 .icon-box {
  background: #fc00d8;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ub9dYEPn88 .icon-box {
    margin-right: 0;
  }
}
.cid-ub9dYEPn88 .text-box {
  flex-grow: 1;
}
.cid-ub9dYEPn88 .number-text {
  color: #ffffff;
}
.cid-ub9dYEPn88 .icon-text {
  color: #111111;
}
.cid-ub9dYEPn88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub9dYEPn88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAByCtOpyT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/jonathan-borba-lrqptqs7nqq-unsplash-940x627.webp");
}
.cid-uAByCtOpyT .row {
  align-items: center;
}
.cid-uAByCtOpyT .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("../../../assets/images/features20-1.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-uAByCtOpyT .img-item {
    padding: 0;
  }
}
.cid-uAByCtOpyT .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-uAByCtOpyT .text-col {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .cid-uAByCtOpyT .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uAByCtOpyT .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-uAByCtOpyT .text-wrapper {
    padding: 0 75px 0 100px;
  }
}
.cid-uAByCtOpyT .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAByCtOpyT .icon-wrap {
    justify-content: center;
  }
}
.cid-uAByCtOpyT .icon-box {
  background: #fc3250;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uAByCtOpyT .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uAByCtOpyT .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uAByCtOpyT .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uAByCtOpyT .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-uAByCtOpyT .item {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  width: 100%;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uAByCtOpyT .item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.cid-uAByCtOpyT .card-icon-box {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cid-uAByCtOpyT .card-icon-box {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.cid-uAByCtOpyT .card-icon-box .mbr-iconfont {
  font-size: 27px;
  color: #fc00d8;
}
.cid-uAByCtOpyT .text-box {
  width: 100%;
}
.cid-uAByCtOpyT .card-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uAByCtOpyT .card-title {
    text-align: center !important;
  }
}
.cid-uAByCtOpyT .card-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uAByCtOpyT .card-text {
    text-align: center !important;
  }
}
.cid-uAByCtOpyT .btn-container {
  width: 100%;
}
.cid-uAByCtOpyT .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uAByCtOpyT .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uAByCtOpyT .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uAByCtOpyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAByCtOpyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAByCtOpyT .mbr-section-title,
.cid-uAByCtOpyT .mbr-section-btn {
  color: #ffffff;
}
.cid-u6wfNnxMLs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u6wfNnxMLs .mbr-text {
  color: #111111;
}
.cid-u6wfNnxMLs .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u6Znp60urc .navbar-dropdown {
  position: relative !important;
}
.cid-u6Znp60urc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6Znp60urc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6Znp60urc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6Znp60urc .dropdown-item:hover,
.cid-u6Znp60urc .dropdown-item:focus {
  background: #fc00d8 !important;
  color: white !important;
}
.cid-u6Znp60urc .dropdown-item:hover span {
  color: white;
}
.cid-u6Znp60urc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6Znp60urc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6Znp60urc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6Znp60urc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6Znp60urc .nav-link {
  position: relative;
}
.cid-u6Znp60urc .container {
  display: flex;
  margin: auto;
}
.cid-u6Znp60urc .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6Znp60urc .dropdown-menu,
.cid-u6Znp60urc .navbar.opened {
  background: #ffffff !important;
}
.cid-u6Znp60urc .nav-item:focus,
.cid-u6Znp60urc .nav-link:focus {
  outline: none;
}
.cid-u6Znp60urc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6Znp60urc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6Znp60urc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6Znp60urc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6Znp60urc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6Znp60urc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6Znp60urc .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6Znp60urc .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-u6Znp60urc .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u6Znp60urc .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-u6Znp60urc .navbar.opened {
  transition: all 0.3s;
}
.cid-u6Znp60urc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6Znp60urc .navbar .navbar-logo img {
  width: auto;
}
.cid-u6Znp60urc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u6Znp60urc .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-u6Znp60urc .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-u6Znp60urc .navbar.collapsed {
  justify-content: center;
}
.cid-u6Znp60urc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6Znp60urc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6Znp60urc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u6Znp60urc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6Znp60urc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6Znp60urc .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-u6Znp60urc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-u6Znp60urc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6Znp60urc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6Znp60urc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6Znp60urc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6Znp60urc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6Znp60urc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6Znp60urc .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-u6Znp60urc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6Znp60urc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6Znp60urc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6Znp60urc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6Znp60urc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6Znp60urc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6Znp60urc .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6Znp60urc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6Znp60urc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-u6Znp60urc .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-u6Znp60urc .navbar {
    padding: 0 50px !important;
  }
}
.cid-u6Znp60urc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u6Znp60urc .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-u6Znp60urc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-u6Znp60urc .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-u6Znp60urc .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-u6Znp60urc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6Znp60urc .dropdown-item.active,
.cid-u6Znp60urc .dropdown-item:active {
  background-color: transparent;
}
.cid-u6Znp60urc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6Znp60urc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6Znp60urc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6Znp60urc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6Znp60urc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6Znp60urc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6Znp60urc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-u6Znp60urc ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-u6Znp60urc .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-u6Znp60urc .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-u6Znp60urc .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-u6Znp60urc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-u6Znp60urc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #1a1a1a;
}
.cid-u6Znp60urc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6Znp60urc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u6Znp60urc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-u6Znp60urc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-u6Znp60urc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6Znp60urc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u6Znp60urc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-u6Znp60urc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6Znp60urc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6Znp60urc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6Znp60urc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6Znp60urc .navbar {
    height: 100px;
  }
  .cid-u6Znp60urc .navbar.opened {
    height: auto;
  }
  .cid-u6Znp60urc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6Znp60urc .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-u6Znp60urc .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-u6Znp60urc .nav-link:before {
  content: '';
  position: absolute;
  color: #fc00d8;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uAByNO8joV {
  background-image: url("../../../assets/images/seance-step-960x640.webp");
}
.cid-uAByNO8joV .row {
  align-items: center;
}
.cid-uAByNO8joV .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uAByNO8joV .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uAByNO8joV .header-text {
    margin-bottom: 20px;
  }
}
.cid-uAByNO8joV .mbr-section-title {
  width: 100%;
  color: #fc00d8;
  margin-bottom: 0;
}
.cid-uAByNO8joV .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uAByNO8joV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAByNO8joV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAByNO8joV .mbr-text,
.cid-uAByNO8joV .mbr-section-btn {
  color: #98dee8;
  text-align: center;
}
.cid-u6Zofk0Obd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6Zofk0Obd .col-title {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .cid-u6Zofk0Obd .col-title {
    margin-bottom: 0 !important;
  }
}
.cid-u6Zofk0Obd .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-u6Zofk0Obd .mbr-section-title {
    margin-right: 50px;
  }
}
.cid-u6Zofk0Obd .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 768px) {
  .cid-u6Zofk0Obd .mbr-section-subtitle {
    margin-right: 50px;
  }
}
.cid-u6Zofk0Obd .mbr-text {
  color: #555555;
}
.cid-u6ZnpchCgu {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u6ZnpchCgu .mbr-text {
  color: #111111;
}
.cid-u6ZnpchCgu .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-umOW2pQUVg .navbar-dropdown {
  position: relative !important;
}
.cid-umOW2pQUVg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umOW2pQUVg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umOW2pQUVg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umOW2pQUVg .dropdown-item:hover,
.cid-umOW2pQUVg .dropdown-item:focus {
  background: #fc00d8 !important;
  color: white !important;
}
.cid-umOW2pQUVg .dropdown-item:hover span {
  color: white;
}
.cid-umOW2pQUVg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umOW2pQUVg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umOW2pQUVg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umOW2pQUVg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umOW2pQUVg .nav-link {
  position: relative;
}
.cid-umOW2pQUVg .container {
  display: flex;
  margin: auto;
}
.cid-umOW2pQUVg .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umOW2pQUVg .dropdown-menu,
.cid-umOW2pQUVg .navbar.opened {
  background: #ffffff !important;
}
.cid-umOW2pQUVg .nav-item:focus,
.cid-umOW2pQUVg .nav-link:focus {
  outline: none;
}
.cid-umOW2pQUVg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umOW2pQUVg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umOW2pQUVg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umOW2pQUVg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umOW2pQUVg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umOW2pQUVg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umOW2pQUVg .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-umOW2pQUVg .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-umOW2pQUVg .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-umOW2pQUVg .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-umOW2pQUVg .navbar.opened {
  transition: all 0.3s;
}
.cid-umOW2pQUVg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umOW2pQUVg .navbar .navbar-logo img {
  width: auto;
}
.cid-umOW2pQUVg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-umOW2pQUVg .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-umOW2pQUVg .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-umOW2pQUVg .navbar.collapsed {
  justify-content: center;
}
.cid-umOW2pQUVg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umOW2pQUVg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umOW2pQUVg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-umOW2pQUVg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umOW2pQUVg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umOW2pQUVg .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-umOW2pQUVg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-umOW2pQUVg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umOW2pQUVg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umOW2pQUVg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umOW2pQUVg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umOW2pQUVg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umOW2pQUVg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umOW2pQUVg .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-umOW2pQUVg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umOW2pQUVg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umOW2pQUVg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umOW2pQUVg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umOW2pQUVg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umOW2pQUVg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umOW2pQUVg .navbar.navbar-short {
  min-height: 60px;
}
.cid-umOW2pQUVg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umOW2pQUVg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-umOW2pQUVg .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-umOW2pQUVg .navbar {
    padding: 0 50px !important;
  }
}
.cid-umOW2pQUVg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-umOW2pQUVg .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-umOW2pQUVg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-umOW2pQUVg .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-umOW2pQUVg .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-umOW2pQUVg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umOW2pQUVg .dropdown-item.active,
.cid-umOW2pQUVg .dropdown-item:active {
  background-color: transparent;
}
.cid-umOW2pQUVg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umOW2pQUVg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umOW2pQUVg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umOW2pQUVg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umOW2pQUVg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umOW2pQUVg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umOW2pQUVg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-umOW2pQUVg ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-umOW2pQUVg .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-umOW2pQUVg .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-umOW2pQUVg .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-umOW2pQUVg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-umOW2pQUVg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #1a1a1a;
}
.cid-umOW2pQUVg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umOW2pQUVg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-umOW2pQUVg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-umOW2pQUVg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-umOW2pQUVg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umOW2pQUVg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-umOW2pQUVg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-umOW2pQUVg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umOW2pQUVg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umOW2pQUVg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umOW2pQUVg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umOW2pQUVg .navbar {
    height: 100px;
  }
  .cid-umOW2pQUVg .navbar.opened {
    height: auto;
  }
  .cid-umOW2pQUVg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umOW2pQUVg .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-umOW2pQUVg .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-umOW2pQUVg .nav-link:before {
  content: '';
  position: absolute;
  color: #fc00d8;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uABtPtbCZZ {
  background-image: url("../../../assets/images/seance-step-960x640.webp");
}
.cid-uABtPtbCZZ .row {
  align-items: center;
}
.cid-uABtPtbCZZ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uABtPtbCZZ .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uABtPtbCZZ .header-text {
    margin-bottom: 20px;
  }
}
.cid-uABtPtbCZZ .mbr-section-title {
  width: 100%;
  color: #fc00d8;
  margin-bottom: 0;
}
.cid-uABtPtbCZZ .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uABtPtbCZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABtPtbCZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABtPtbCZZ .mbr-text,
.cid-uABtPtbCZZ .mbr-section-btn {
  color: #98dee8;
  text-align: center;
}
.cid-uABtTJPnM2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #eeeeee;
}
.cid-uABtTJPnM2 .item-img,
.cid-uABtTJPnM2 .img-wrap,
.cid-uABtTJPnM2 img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uABtTJPnM2 img,
.cid-uABtTJPnM2 .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uABtTJPnM2 img,
  .cid-uABtTJPnM2 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uABtTJPnM2 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uABtTJPnM2 .item:focus,
.cid-uABtTJPnM2 span:focus {
  outline: none;
}
.cid-uABtTJPnM2 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uABtTJPnM2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uABtTJPnM2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uABtTJPnM2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uABtTJPnM2 .item {
  padding: 0;
  margin: 0;
}
.cid-uABtTJPnM2 h5 {
  margin: 0;
}
.cid-uABtTJPnM2 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uABtTJPnM2 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uABtTJPnM2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uABtTJPnM2 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uABtTJPnM2 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uABtTJPnM2 .item-wrapper {
    height: auto;
  }
}
.cid-uABtTJPnM2 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uABtTJPnM2 .item-title {
  text-align: center;
}
.cid-uABtTJPnM2 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uABtTJPnM2 .mbr-text,
.cid-uABtTJPnM2 .item .mbr-section-btn {
  text-align: center;
}
.cid-uABtTJPnM2 .mbr-section-subtitle,
.cid-uABtTJPnM2 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uACcI5pdL6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f9fc;
}
.cid-uACcI5pdL6 .row {
  align-items: center;
}
.cid-uACcI5pdL6 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uACcI5pdL6 .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uACcI5pdL6 .header-text {
    margin-bottom: 20px;
  }
}
.cid-uACcI5pdL6 .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-uACcI5pdL6 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-uACcI5pdL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACcI5pdL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdnHdBnMb {
  background-color: #ededed;
}
.cid-uWdnHdBnMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdnHdBnMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdnHdBnMb .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uWdnHdBnMb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWdnHdBnMb .container {
    padding: 0 16px;
  }
}
.cid-uWdnHdBnMb .row {
  position: relative;
  justify-content: space-between;
}
.cid-uWdnHdBnMb .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uWdnHdBnMb .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uWdnHdBnMb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWdnHdBnMb .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWdnHdBnMb .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uWdnHdBnMb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWdnHdBnMb .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uWdnHdBnMb .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWdnHdBnMb .image-wrapper img {
    height: 350px;
  }
}
.cid-uWdnHdBnMb .mbr-section-title {
  color: #000000;
}
.cid-uWdnHdBnMb .mbr-text {
  color: #000000;
}
.cid-uWdw5a1dE4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f9fc;
}
.cid-uWdw5a1dE4 .row {
  align-items: center;
}
.cid-uWdw5a1dE4 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uWdw5a1dE4 .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uWdw5a1dE4 .header-text {
    margin-bottom: 20px;
  }
}
.cid-uWdw5a1dE4 .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-uWdw5a1dE4 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-uWdw5a1dE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdw5a1dE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdw3VvFnK {
  background-color: #ededed;
}
.cid-uWdw3VvFnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdw3VvFnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdw3VvFnK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uWdw3VvFnK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWdw3VvFnK .container {
    padding: 0 16px;
  }
}
.cid-uWdw3VvFnK .row {
  position: relative;
  justify-content: space-between;
}
.cid-uWdw3VvFnK .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uWdw3VvFnK .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uWdw3VvFnK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWdw3VvFnK .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWdw3VvFnK .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uWdw3VvFnK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWdw3VvFnK .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uWdw3VvFnK .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWdw3VvFnK .image-wrapper img {
    height: 350px;
  }
}
.cid-uWdw3VvFnK .mbr-section-title {
  color: #000000;
}
.cid-uWdw3VvFnK .mbr-text {
  color: #000000;
}
.cid-uWduStXMAo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f9fc;
}
.cid-uWduStXMAo .row {
  align-items: center;
}
.cid-uWduStXMAo .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uWduStXMAo .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uWduStXMAo .header-text {
    margin-bottom: 20px;
  }
}
.cid-uWduStXMAo .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-uWduStXMAo .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-uWduStXMAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWduStXMAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWduTLWNSe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f9fc;
}
.cid-uWduTLWNSe .row {
  align-items: center;
}
.cid-uWduTLWNSe .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uWduTLWNSe .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uWduTLWNSe .header-text {
    margin-bottom: 20px;
  }
}
.cid-uWduTLWNSe .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-uWduTLWNSe .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-uWduTLWNSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWduTLWNSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umOWJMNlzy {
  background-color: #ededed;
}
.cid-umOWJMNlzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-umOWJMNlzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umOWJMNlzy .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-umOWJMNlzy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-umOWJMNlzy .container {
    padding: 0 16px;
  }
}
.cid-umOWJMNlzy .row {
  position: relative;
  justify-content: space-between;
}
.cid-umOWJMNlzy .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-umOWJMNlzy .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-umOWJMNlzy .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umOWJMNlzy .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-umOWJMNlzy .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-umOWJMNlzy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umOWJMNlzy .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-umOWJMNlzy .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umOWJMNlzy .image-wrapper img {
    height: 350px;
  }
}
.cid-umOWJMNlzy .mbr-section-title {
  color: #000000;
}
.cid-umOWJMNlzy .mbr-text {
  color: #000000;
}
.cid-uACdh3Ppgw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f9fc;
}
.cid-uACdh3Ppgw .row {
  align-items: center;
}
.cid-uACdh3Ppgw .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uACdh3Ppgw .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uACdh3Ppgw .header-text {
    margin-bottom: 20px;
  }
}
.cid-uACdh3Ppgw .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-uACdh3Ppgw .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-uACdh3Ppgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACdh3Ppgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umOWIQN5A8 {
  background-color: #ededed;
}
.cid-umOWIQN5A8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umOWIQN5A8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umOWIQN5A8 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-umOWIQN5A8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-umOWIQN5A8 .container {
    padding: 0 16px;
  }
}
.cid-umOWIQN5A8 .row {
  position: relative;
  justify-content: space-between;
}
.cid-umOWIQN5A8 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-umOWIQN5A8 .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-umOWIQN5A8 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umOWIQN5A8 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-umOWIQN5A8 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-umOWIQN5A8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umOWIQN5A8 .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-umOWIQN5A8 .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umOWIQN5A8 .image-wrapper img {
    height: 350px;
  }
}
.cid-umOWIQN5A8 .mbr-section-title {
  color: #000000;
}
.cid-umOWIQN5A8 .mbr-text {
  color: #000000;
}
.cid-umOW2sQivv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-umOW2sQivv .mbr-fallback-image.disabled {
  display: none;
}
.cid-umOW2sQivv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umOW2sQivv .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-umOW2sQivv .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-umOW2sQivv .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-umOW2sQivv .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-umOW2sQivv .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-umOW2sQivv .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-umOW2sQivv .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-umOW2sQivv .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-umOW2sQivv .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-umOW2sQivv .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-umOW2sQivv .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-umOW2sQivv .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-umOW2sQivv .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-umOW2sQivv .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-umOW2sQivv [class^="socicon-"]:before,
.cid-umOW2sQivv [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-umOW2sQivv .mbr-section-title,
.cid-umOW2sQivv .mbr-social-likes {
  color: #555555;
}
.cid-umOW2uinUU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-umOW2uinUU img,
.cid-umOW2uinUU .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-umOW2uinUU .item:focus,
.cid-umOW2uinUU span:focus {
  outline: none;
}
.cid-umOW2uinUU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-umOW2uinUU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-umOW2uinUU .item {
  padding: 0;
  margin: 0;
}
.cid-umOW2uinUU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umOW2uinUU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umOW2uinUU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-umOW2uinUU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umOW2uinUU .mbr-section-title {
  color: #fc00d8;
  text-align: center;
}
.cid-umOW2uinUU .mbr-text,
.cid-umOW2uinUU .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-umOW2uinUU .item-title {
  text-align: center;
}
.cid-umOW2uinUU .item-subtitle {
  text-align: center;
}
.cid-umOW2uinUU .mbr-section-subtitle {
  color: #555555;
}
.cid-umOW2uA9N3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-umOW2uA9N3 .mbr-text {
  color: #111111;
}
.cid-umOW2uA9N3 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uADaWRo5ZD .navbar-dropdown {
  position: relative !important;
}
.cid-uADaWRo5ZD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uADaWRo5ZD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uADaWRo5ZD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uADaWRo5ZD .dropdown-item:hover,
.cid-uADaWRo5ZD .dropdown-item:focus {
  background: #fc00d8 !important;
  color: white !important;
}
.cid-uADaWRo5ZD .dropdown-item:hover span {
  color: white;
}
.cid-uADaWRo5ZD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uADaWRo5ZD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uADaWRo5ZD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uADaWRo5ZD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uADaWRo5ZD .nav-link {
  position: relative;
}
.cid-uADaWRo5ZD .container {
  display: flex;
  margin: auto;
}
.cid-uADaWRo5ZD .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uADaWRo5ZD .dropdown-menu,
.cid-uADaWRo5ZD .navbar.opened {
  background: #ffffff !important;
}
.cid-uADaWRo5ZD .nav-item:focus,
.cid-uADaWRo5ZD .nav-link:focus {
  outline: none;
}
.cid-uADaWRo5ZD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uADaWRo5ZD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uADaWRo5ZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uADaWRo5ZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uADaWRo5ZD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uADaWRo5ZD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uADaWRo5ZD .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uADaWRo5ZD .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uADaWRo5ZD .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uADaWRo5ZD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-uADaWRo5ZD .navbar.opened {
  transition: all 0.3s;
}
.cid-uADaWRo5ZD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uADaWRo5ZD .navbar .navbar-logo img {
  width: auto;
}
.cid-uADaWRo5ZD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uADaWRo5ZD .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uADaWRo5ZD .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uADaWRo5ZD .navbar.collapsed {
  justify-content: center;
}
.cid-uADaWRo5ZD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uADaWRo5ZD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uADaWRo5ZD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uADaWRo5ZD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uADaWRo5ZD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uADaWRo5ZD .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-uADaWRo5ZD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uADaWRo5ZD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uADaWRo5ZD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uADaWRo5ZD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uADaWRo5ZD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uADaWRo5ZD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uADaWRo5ZD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uADaWRo5ZD .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-uADaWRo5ZD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uADaWRo5ZD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uADaWRo5ZD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uADaWRo5ZD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uADaWRo5ZD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uADaWRo5ZD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uADaWRo5ZD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uADaWRo5ZD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uADaWRo5ZD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uADaWRo5ZD .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uADaWRo5ZD .navbar {
    padding: 0 50px !important;
  }
}
.cid-uADaWRo5ZD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uADaWRo5ZD .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uADaWRo5ZD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uADaWRo5ZD .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uADaWRo5ZD .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-uADaWRo5ZD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uADaWRo5ZD .dropdown-item.active,
.cid-uADaWRo5ZD .dropdown-item:active {
  background-color: transparent;
}
.cid-uADaWRo5ZD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uADaWRo5ZD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uADaWRo5ZD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uADaWRo5ZD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uADaWRo5ZD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uADaWRo5ZD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uADaWRo5ZD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uADaWRo5ZD ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uADaWRo5ZD .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-uADaWRo5ZD .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uADaWRo5ZD .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uADaWRo5ZD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uADaWRo5ZD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #1a1a1a;
}
.cid-uADaWRo5ZD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uADaWRo5ZD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uADaWRo5ZD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uADaWRo5ZD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uADaWRo5ZD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uADaWRo5ZD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uADaWRo5ZD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uADaWRo5ZD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uADaWRo5ZD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uADaWRo5ZD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uADaWRo5ZD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uADaWRo5ZD .navbar {
    height: 100px;
  }
  .cid-uADaWRo5ZD .navbar.opened {
    height: auto;
  }
  .cid-uADaWRo5ZD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uADaWRo5ZD .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uADaWRo5ZD .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uADaWRo5ZD .nav-link:before {
  content: '';
  position: absolute;
  color: #fc00d8;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uADaWRRIeu {
  background-image: url("../../../assets/images/seance-step-960x640.webp");
}
.cid-uADaWRRIeu .row {
  align-items: center;
}
.cid-uADaWRRIeu .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uADaWRRIeu .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uADaWRRIeu .header-text {
    margin-bottom: 20px;
  }
}
.cid-uADaWRRIeu .mbr-section-title {
  width: 100%;
  color: #fc00d8;
  margin-bottom: 0;
}
.cid-uADaWRRIeu .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-uADaWRRIeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADaWRRIeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADaWRRIeu .mbr-text,
.cid-uADaWRRIeu .mbr-section-btn {
  color: #98dee8;
  text-align: center;
}
.cid-uADbDCQvWK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uADbDCQvWK .col-title {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .cid-uADbDCQvWK .col-title {
    margin-bottom: 0 !important;
  }
}
.cid-uADbDCQvWK .mbr-section-title {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cid-uADbDCQvWK .mbr-section-title {
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .cid-uADbDCQvWK .mbr-section-subtitle {
    margin-right: 50px;
  }
}
.cid-uADbDCQvWK .mbr-text {
  color: #555555;
}
.cid-uADaWVRosU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uADaWVRosU .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-uADaWVRosU img,
.cid-uADaWVRosU .item-img {
  width: 100%;
}
.cid-uADaWVRosU .item:focus,
.cid-uADaWVRosU span:focus {
  outline: none;
}
.cid-uADaWVRosU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uADaWVRosU .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uADaWVRosU .item-content {
  padding: 25px 1rem 0;
}
.cid-uADaWVRosU .item-content a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uADaWVRosU .item-wrapper {
  background: transparent;
}
.cid-uADaWVRosU .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uADaWVRosU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uADaWVRosU .mbr-section-title,
.cid-uADaWVRosU .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-uADaWVRosU .mbr-text,
.cid-uADaWVRosU .mbr-section-btn {
  text-align: center;
  color: #fc00d8;
}
.cid-uADaWVRosU .item-title {
  text-align: left;
}
.cid-uADaWVRosU .item-subtitle {
  text-align: center;
}
.cid-uADaWVRosU .item-img {
  overflow: hidden;
}
.cid-uADaWVRosU .item-img img {
  width: 100%;
}
.cid-uADaWVRosU .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uADaWVRosU .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uADaWWXmRE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uADaWWXmRE .container,
.cid-uADaWWXmRE .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uADaWWXmRE .row {
  align-items: center;
  max-width: 870px;
  width: 870px;
}
.cid-uADaWWXmRE .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uADaWWXmRE .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uADaWWXmRE .img-item {
  overflow: hidden;
}
.cid-uADaWWXmRE .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uADaWWXmRE .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-uADaWWXmRE .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uADaWWXmRE .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uADaWWXmRE .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uADaWWXmRE .mbr-text a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uADaWWXmRE .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uADaWWXmRE .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uADaWWXmRE .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uADaWWXmRE .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uADaWWXmRE .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uADaWWXmRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADaWWXmRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADaWWXmRE .mbr-section-subtitle,
.cid-uADaWWXmRE .mbr-section-btn {
  text-align: left;
}
.cid-uADaWXup9r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uADaWXup9r .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-uADaWXup9r img,
.cid-uADaWXup9r .item-img {
  width: 100%;
}
.cid-uADaWXup9r .item:focus,
.cid-uADaWXup9r span:focus {
  outline: none;
}
.cid-uADaWXup9r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uADaWXup9r .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uADaWXup9r .item-content {
  padding: 25px 1rem 0;
}
.cid-uADaWXup9r .item-content a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uADaWXup9r .item-wrapper {
  background: transparent;
}
.cid-uADaWXup9r .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uADaWXup9r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uADaWXup9r .mbr-section-title,
.cid-uADaWXup9r .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-uADaWXup9r .mbr-text,
.cid-uADaWXup9r .mbr-section-btn {
  text-align: center;
  color: #fc00d8;
}
.cid-uADaWXup9r .item-title {
  text-align: center;
}
.cid-uADaWXup9r .item-subtitle {
  text-align: center;
}
.cid-uADaWXup9r .item-img {
  overflow: hidden;
}
.cid-uADaWXup9r .item-img img {
  width: 100%;
}
.cid-uADaWXup9r .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uADaWXup9r .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uADaWY7Rwq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uADaWY7Rwq .container,
.cid-uADaWY7Rwq .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uADaWY7Rwq .row {
  align-items: center;
  max-width: 870px;
  width: 870px;
}
.cid-uADaWY7Rwq .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uADaWY7Rwq .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uADaWY7Rwq .img-item {
  overflow: hidden;
}
.cid-uADaWY7Rwq .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uADaWY7Rwq .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-uADaWY7Rwq .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uADaWY7Rwq .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uADaWY7Rwq .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uADaWY7Rwq .mbr-text a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uADaWY7Rwq .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uADaWY7Rwq .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uADaWY7Rwq .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uADaWY7Rwq .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uADaWY7Rwq .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uADaWY7Rwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADaWY7Rwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADaWY7Rwq .mbr-section-subtitle,
.cid-uADaWY7Rwq .mbr-section-btn {
  text-align: left;
}
.cid-uADaWYIype {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uADaWYIype .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-uADaWYIype img,
.cid-uADaWYIype .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uADaWYIype .item:focus,
.cid-uADaWYIype span:focus {
  outline: none;
}
.cid-uADaWYIype .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uADaWYIype .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uADaWYIype .item {
  padding: 0;
  margin: 0;
}
.cid-uADaWYIype .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uADaWYIype .item-content {
  padding: 25px 1rem 0;
}
.cid-uADaWYIype .item-content a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uADaWYIype .item-wrapper {
  background: transparent;
}
.cid-uADaWYIype .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uADaWYIype .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uADaWYIype .mbr-section-title,
.cid-uADaWYIype .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-uADaWYIype .mbr-text,
.cid-uADaWYIype .mbr-section-btn {
  text-align: center;
}
.cid-uADaWYIype .item-title {
  text-align: center;
}
.cid-uADaWYIype .item-subtitle {
  text-align: center;
}
.cid-uADaWYIype .item-img {
  overflow: hidden;
}
.cid-uADaWYIype .item-img img {
  width: 100%;
}
.cid-uADaWYIype .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uADaWYIype .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uADaWZQoAH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uADaWZQoAH img,
.cid-uADaWZQoAH .item-img {
  width: 100%;
}
.cid-uADaWZQoAH .item:focus,
.cid-uADaWZQoAH span:focus {
  outline: none;
}
.cid-uADaWZQoAH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uADaWZQoAH .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uADaWZQoAH .item-content {
  padding: 25px 1rem 0;
}
.cid-uADaWZQoAH .item-content a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uADaWZQoAH .item-wrapper {
  background: transparent;
}
.cid-uADaWZQoAH .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uADaWZQoAH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uADaWZQoAH .mbr-section-title,
.cid-uADaWZQoAH .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-uADaWZQoAH .mbr-text,
.cid-uADaWZQoAH .mbr-section-btn {
  text-align: center;
  color: #fc00d8;
}
.cid-uADaWZQoAH .item-title {
  text-align: left;
}
.cid-uADaWZQoAH .item-subtitle {
  text-align: center;
}
.cid-uADaWZQoAH .item-img {
  overflow: hidden;
}
.cid-uADaWZQoAH .item-img img {
  width: 100%;
}
.cid-uADaWZQoAH .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uADaWZQoAH .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uADaX0DP60 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uADaX0DP60 .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-uADaX0DP60 img,
.cid-uADaX0DP60 .item-img {
  width: 100%;
}
.cid-uADaX0DP60 .item:focus,
.cid-uADaX0DP60 span:focus {
  outline: none;
}
.cid-uADaX0DP60 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uADaX0DP60 .item-wrapper {
  position: relative;
  background: #555555;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uADaX0DP60 .item-content {
  padding: 25px 1rem 0;
}
.cid-uADaX0DP60 .item-content a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uADaX0DP60 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uADaX0DP60 .mbr-section-title,
.cid-uADaX0DP60 .mbr-section-subtitle {
  color: #111111;
}
.cid-uADaX0DP60 .mbr-text,
.cid-uADaX0DP60 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uADaX0DP60 .item-title {
  text-align: left;
  color: #f8f9fc;
}
.cid-uADaX0DP60 .item-subtitle {
  text-align: center;
}
.cid-uADaX0DP60 .item-img {
  overflow: hidden;
}
.cid-uADaX0DP60 .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uADaX0DP60 .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-uADaX0DP60 .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uADaX0DP60 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uADaX0DP60 .mbr-section-title {
  color: #fc00d8;
}
.cid-uADaX1rDET {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uADaX1rDET .mbr-overlay {
  z-index: 1;
}
.cid-uADaX1rDET .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-uADaX1rDET .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uADaX1rDET .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-uADaX1rDET .label-text {
  color: #111111;
  width: 100%;
}
.cid-uADaX1rDET .item-title {
  width: 100%;
  color: #fc00d8;
  z-index: 2;
}
.cid-uADaX1rDET .item-title span {
  position: relative;
  z-index: 2;
}
.cid-uADaX1rDET .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #fc00d8;
  z-index: 1;
}
.cid-uADaX1rDET .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-uADaX1rDET .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uADaX1rDET .card,
.cid-uADaX1rDET .cards-container,
.cid-uADaX1rDET .card-container {
  padding: 0px;
}
.cid-uADaX1rDET .item-img,
.cid-uADaX1rDET img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-uADaX1rDET .card-container {
  display: flex;
}
.cid-uADaX1rDET .card-container .card {
  border-radius: 0;
}
.cid-uADaX1rDET .card-container .card .item-img {
  height: 100%;
}
.cid-uADaX1rDET .card-container .card .item-img img {
  height: 100%;
}
.cid-uADaX1rDET .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uADaX1rDET .cards-container .card {
  border-radius: 0;
}
.cid-uADaX1rDET .cards-container .card .item-img {
  display: flex;
}
.cid-uADaX2ahgx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uADaX2ahgx .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-uADaX2ahgx img,
.cid-uADaX2ahgx .item-img {
  width: 100%;
}
.cid-uADaX2ahgx .item:focus,
.cid-uADaX2ahgx span:focus {
  outline: none;
}
.cid-uADaX2ahgx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uADaX2ahgx .item-wrapper {
  position: relative;
  background: #555555;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uADaX2ahgx .item-content {
  padding: 25px 1rem 0;
}
.cid-uADaX2ahgx .item-content a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uADaX2ahgx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uADaX2ahgx .mbr-section-title,
.cid-uADaX2ahgx .mbr-section-subtitle {
  color: #111111;
}
.cid-uADaX2ahgx .mbr-text,
.cid-uADaX2ahgx .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uADaX2ahgx .item-title {
  text-align: left;
  color: #f8f9fc;
}
.cid-uADaX2ahgx .item-subtitle {
  text-align: center;
}
.cid-uADaX2ahgx .item-img {
  overflow: hidden;
}
.cid-uADaX2ahgx .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uADaX2ahgx .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-uADaX2ahgx .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uADaX2ahgx .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uADaX31f6L {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uADaX31f6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADaX31f6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADaX31f6L .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uADaX31f6L .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uADaX31f6L .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uADaX31f6L .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uADaX31f6L .container {
    padding: 0 16px;
  }
}
.cid-uADaX31f6L .row {
  padding: 60px 64px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uADaX31f6L .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uADaX31f6L .row {
    padding: 25px 9px;
  }
}
.cid-uADaX31f6L .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uADaX31f6L .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uADaX31f6L .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uADaX31f6L .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uADaX31f6L .image-wrapper img {
  height: 640px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uADaX31f6L .image-wrapper img {
    height: 350px;
  }
}
.cid-uADaX31f6L .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uADaX31f6L .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uADaX31f6L .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uADaX31f6L .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uADaX31f6L .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uADaX31f6L .items-wrapper {
    display: block;
  }
}
.cid-uADaX31f6L .items-wrapper .item {
  padding: 50px;
  background-color: #649afc;
  border-radius: .5rem !important;
}
.cid-uADaX31f6L .items-wrapper .item:nth-child(2n) {
  background-color: #fc00d8;
}
@media (max-width: 992px) {
  .cid-uADaX31f6L .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uADaX31f6L .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uADaX31f6L .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uADaX31f6L .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uADaX31f6L .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uADaX31f6L .card {
  justify-content: center;
}
.cid-uADaX31f6L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uADaX31f6L .mbr-text {
  color: #000000;
}
.cid-uADaX31f6L .card-title {
  color: #000000;
}
.cid-uADaX31f6L .card-text {
  color: #000000;
  text-align: center;
}
.cid-uADaX31f6L .card-title,
.cid-uADaX31f6L .icon-wrapper {
  text-align: center;
}
.cid-uADaX3QCVS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uADaX3QCVS .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-uADaX3QCVS img,
.cid-uADaX3QCVS .item-img {
  width: 100%;
}
.cid-uADaX3QCVS .item:focus,
.cid-uADaX3QCVS span:focus {
  outline: none;
}
.cid-uADaX3QCVS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uADaX3QCVS .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uADaX3QCVS .item-content {
  padding: 25px 1rem 0;
}
.cid-uADaX3QCVS .item-content a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uADaX3QCVS .item-wrapper {
  background: transparent;
}
.cid-uADaX3QCVS .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uADaX3QCVS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uADaX3QCVS .mbr-section-title,
.cid-uADaX3QCVS .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-uADaX3QCVS .mbr-text,
.cid-uADaX3QCVS .mbr-section-btn {
  text-align: center;
}
.cid-uADaX3QCVS .item-title {
  text-align: center;
}
.cid-uADaX3QCVS .item-subtitle {
  text-align: center;
}
.cid-uADaX3QCVS .item-img {
  overflow: hidden;
}
.cid-uADaX3QCVS .item-img img {
  width: 100%;
}
.cid-uADaX3QCVS .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uADaX3QCVS .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uADcSf8f8j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uADcSf8f8j .col-title {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .cid-uADcSf8f8j .col-title {
    margin-bottom: 0 !important;
  }
}
.cid-uADcSf8f8j .mbr-section-title {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cid-uADcSf8f8j .mbr-section-title {
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .cid-uADcSf8f8j .mbr-section-subtitle {
    margin-right: 50px;
  }
}
.cid-uADcSf8f8j .mbr-text {
  color: #555555;
}
.cid-uADaX4HyNo {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uADaX4HyNo .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-uADaX4HyNo img,
.cid-uADaX4HyNo .item-img {
  width: 100%;
}
.cid-uADaX4HyNo .item:focus,
.cid-uADaX4HyNo span:focus {
  outline: none;
}
.cid-uADaX4HyNo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uADaX4HyNo .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uADaX4HyNo .item-content {
  padding: 25px 1rem 0;
}
.cid-uADaX4HyNo .item-content a:not(.btn):hover {
  color: #fc00d8 !important;
  background-image: none !important;
}
.cid-uADaX4HyNo .item-wrapper {
  background: transparent;
}
.cid-uADaX4HyNo .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uADaX4HyNo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uADaX4HyNo .mbr-section-title,
.cid-uADaX4HyNo .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-uADaX4HyNo .mbr-text,
.cid-uADaX4HyNo .mbr-section-btn {
  text-align: center;
}
.cid-uADaX4HyNo .item-title {
  text-align: center;
}
.cid-uADaX4HyNo .item-subtitle {
  text-align: center;
}
.cid-uADaX4HyNo .item-img {
  overflow: hidden;
}
.cid-uADaX4HyNo .item-img img {
  width: 100%;
}
.cid-uADaX4HyNo .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uADaX4HyNo .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uADaX5qrsw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uADaX5qrsw .mbr-text {
  color: #111111;
}
.cid-uADaX5qrsw .media-container-row .mbr-text {
  color: #ffffff;
}
