.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6c2b57 !important;
}
.bg-success {
  background-color: #f1eef9 !important;
}
.bg-info {
  background-color: #423665 !important;
}
.bg-warning {
  background-color: #f1eef9 !important;
}
.bg-danger {
  background-color: #6c2b57 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6c2b57 !important;
  border-color: #6c2b57 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #903a74 !important;
  border-color: #903a74 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #903a74 !important;
  border-color: #903a74 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6c2b57 !important;
  border-color: #6c2b57 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #903a74 !important;
  border-color: #903a74 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #903a74 !important;
  border-color: #903a74 !important;
}
.btn-info,
.btn-info:active {
  background-color: #423665 !important;
  border-color: #423665 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #584886 !important;
  border-color: #584886 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #584886 !important;
  border-color: #584886 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1eef9 !important;
  border-color: #f1eef9 !important;
  color: #5b3dab !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #5b3dab !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f1eef9 !important;
  border-color: #f1eef9 !important;
  color: #5b3dab !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5b3dab !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6c2b57 !important;
  border-color: #6c2b57 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #903a74 !important;
  border-color: #903a74 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #903a74 !important;
  border-color: #903a74 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6c2b57;
  color: #6c2b57;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2e1225 !important;
  background-color: transparent !important;
  border-color: #2e1225 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6c2b57 !important;
  border-color: #6c2b57 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6c2b57;
  color: #6c2b57;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2e1225 !important;
  background-color: transparent !important;
  border-color: #2e1225 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6c2b57 !important;
  border-color: #6c2b57 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #423665;
  color: #423665;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d182d !important;
  background-color: transparent !important;
  border-color: #1d182d !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #423665 !important;
  border-color: #423665 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f1eef9;
  color: #f1eef9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bcaee2 !important;
  background-color: transparent !important;
  border-color: #bcaee2 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #5b3dab !important;
  background-color: #f1eef9 !important;
  border-color: #f1eef9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f1eef9;
  color: #f1eef9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bcaee2 !important;
  background-color: transparent !important;
  border-color: #bcaee2 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5b3dab !important;
  background-color: #f1eef9 !important;
  border-color: #f1eef9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6c2b57;
  color: #6c2b57;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2e1225 !important;
  background-color: transparent !important;
  border-color: #2e1225 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6c2b57 !important;
  border-color: #6c2b57 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6c2b57 !important;
}
.text-secondary {
  color: #6c2b57 !important;
}
.text-success {
  color: #f1eef9 !important;
}
.text-info {
  color: #423665 !important;
}
.text-warning {
  color: #f1eef9 !important;
}
.text-danger {
  color: #6c2b57 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #230e1c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #230e1c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b3a3de !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #171223 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b3a3de !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #230e1c !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: #6c2b57;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #423665;
}
.alert-warning {
  background-color: #f1eef9;
}
.alert-danger {
  background-color: #6c2b57;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6c2b57;
  border-color: #6c2b57;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6c2b57;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bd599d;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7c6bb0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bd599d;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6c2b57 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #6c2b57;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6c2b57;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6c2b57;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6c2b57;
  border-bottom-color: #6c2b57;
}
.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: #6c2b57 !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: #6c2b57 !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='%236c2b57' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQ5Iqc6ZDc {
  z-index: 1000;
  width: 100%;
  height: 0 !important;
}
.cid-uQ5Iqc6ZDc .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-uQ5Iqc6ZDc .dropdown-menu {
  padding: 0;
}
.cid-uQ5Iqc6ZDc .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQ5Iqc6ZDc .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQ5Iqc6ZDc .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQ5Iqc6ZDc .dropdown-item:hover:after {
  color: #6c2b57;
}
.cid-uQ5Iqc6ZDc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ5Iqc6ZDc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ5Iqc6ZDc .nav-link {
  position: relative;
}
.cid-uQ5Iqc6ZDc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uQ5Iqc6ZDc .dropdown-menu,
.cid-uQ5Iqc6ZDc .navbar.opened {
  background: #423665 !important;
}
.cid-uQ5Iqc6ZDc .nav-item:focus,
.cid-uQ5Iqc6ZDc .nav-link:focus {
  outline: none;
}
.cid-uQ5Iqc6ZDc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ5Iqc6ZDc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ5Iqc6ZDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ5Iqc6ZDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5Iqc6ZDc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
  position: absolute ;
}
.cid-uQ5Iqc6ZDc .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ5Iqc6ZDc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ5Iqc6ZDc .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ5Iqc6ZDc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQ5Iqc6ZDc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ5Iqc6ZDc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ5Iqc6ZDc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ5Iqc6ZDc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ5Iqc6ZDc .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-uQ5Iqc6ZDc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ5Iqc6ZDc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ5Iqc6ZDc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ5Iqc6ZDc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ5Iqc6ZDc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ5Iqc6ZDc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uQ5Iqc6ZDc .navbar {
    min-height: 70px;
  }
}
.cid-uQ5Iqc6ZDc .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uQ5Iqc6ZDc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uQ5Iqc6ZDc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ5Iqc6ZDc .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uQ5Iqc6ZDc .navbar-brand {
    min-height: 70px;
  }
}
.cid-uQ5Iqc6ZDc .dropdown-item.active,
.cid-uQ5Iqc6ZDc .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ5Iqc6ZDc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ5Iqc6ZDc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ5Iqc6ZDc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ5Iqc6ZDc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #423665;
}
.cid-uQ5Iqc6ZDc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ5Iqc6ZDc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ5Iqc6ZDc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ5Iqc6ZDc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ5Iqc6ZDc nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQ5Iqc6ZDc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ5Iqc6ZDc .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-uQ5Iqc6ZDc .navbar {
    height: 70px;
  }
  .cid-uQ5Iqc6ZDc .navbar.opened {
    height: auto;
  }
  .cid-uQ5Iqc6ZDc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ5Iqc6ZDc .navbar-short {
  min-height: 70px;
  background: #423665;
}
@media (max-width: 575px) {
  .cid-uQ5Iqc6ZDc .navbar-short {
    min-height: 70px;
  }
}
.cid-uQ5Iqc6ZDc .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQ5Iqc6ZDc .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link:hover,
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link:focus,
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #6c2b57 !important;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #181817 !important;
}
.cid-uQ5Iqc6ZDc .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uQ5Iqc6ZDc .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uQ5Iqc6ZDc .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uQ5Iqc6ZDc .offcanvas.show {
  transform: translateX(0);
}
.cid-uQ5Iqc6ZDc .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uQ5Iqc6ZDc .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5Iqc6ZDc .offcanvas {
    width: 100%;
  }
}
.cid-uQ5Iqc6ZDc .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQ5Iqc6ZDc .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  width: 100%;
  text-align: left;
  background-color: #181817;
  box-shadow: none;
  overflow: auto;
}
.cid-uQ5Iqc6ZDc .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uQ5Iqc6ZDc .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQ5Iqc6ZDc .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uQ5Iqc6ZDc .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uQ5Iqc6ZDc .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uQ5Iqc6ZDc .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uQ5Iqc6ZDc .offcanvas_btn .mbr-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uQ5Iqc6ZDc .offcanvas_btn .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uQ5Iqc6ZDc .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uQ5Iqc6ZDc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uQ5Iqc6ZDc .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uQ5Iqc6ZDc .list li:hover {
  color: #6c2b57 !important;
}
.cid-uQ5Iqc6ZDc .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uQ5Iqc6ZDc .list a:hover {
  color: #6c2b57 !important;
  line-height: inherit !important;
}
.cid-uQ5Iqc6ZDc .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-uQ5Iqc6ZDc .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uQ5Iqc6ZDc .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uQ5Iqc6ZDc .second-list li:hover {
  opacity: 1;
}
.cid-uQ5Iqc6ZDc .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #f6f6ef;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
}
.cid-uxHlmipKCQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/20250705-1054-harmonia20cc3b3smica-simple-compose-01jzddt7wdfrqt999m0h2rvpzf-1536x1024.png");
}
.cid-uxHlmipKCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHlmipKCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHlmipKCQ p {
  line-height: 1.2;
}
.cid-uxHlmipKCQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uxHlmipKCQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uxHlmipKCQ .embla__button--next,
.cid-uxHlmipKCQ .embla__button--prev {
  display: flex;
}
.cid-uxHlmipKCQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uxHlmipKCQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uxHlmipKCQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uxHlmipKCQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxHlmipKCQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uxHlmipKCQ .embla__button {
    top: auto;
  }
}
.cid-uxHlmipKCQ .item-wrapper {
  height: 100%;
}
.cid-uxHlmipKCQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uxHlmipKCQ .user_image {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-uxHlmipKCQ .user_image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uxHlmipKCQ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uxHlmipKCQ .embla {
  position: relative;
  width: 100%;
}
.cid-uxHlmipKCQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uxHlmipKCQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxHlmipKCQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxHlmipKCQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uxHlmipKCQ .user_desk {
  color: #232323;
}
.cid-uxHlmipKCQ .user_name {
  color: #ffffff;
}
.cid-uxHlmipKCQ .user_text,
.cid-uxHlmipKCQ .user_name,
.cid-uxHlmipKCQ .user_desk {
  padding: 0rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-uxHlmipKCQ .user_text,
  .cid-uxHlmipKCQ .user_name,
  .cid-uxHlmipKCQ .user_desk {
    padding: 0rem 0rem;
  }
}
.cid-uxHlmipKCQ .user_text {
  color: #ffffff;
}
.cid-uQ54OF4RzY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #423665;
}
.cid-uQ54OF4RzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ54OF4RzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ54OF4RzY .content-head {
  max-width: 800px;
}
.cid-uQ54OF4RzY .loop-container .item {
  min-height: auto;
}
.cid-uQ54OF4RzY .item {
  color: #f7fff7;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uQ54OF4RzY .item {
    min-height: 45px;
  }
}
.cid-uQ50HLDYwb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQ50HLDYwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ50HLDYwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQ50HLDYwb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ50HLDYwb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ50HLDYwb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQ50HLDYwb .mbr-section-title {
  color: #423665;
}
.cid-uQ5140Dl6s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1eef9;
}
.cid-uQ5140Dl6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5140Dl6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQ5140Dl6s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ5140Dl6s .row {
  flex-direction: row-reverse;
}
.cid-uQ5140Dl6s img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ5140Dl6s .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQ5140Dl6s .mbr-section-title {
  color: #423665;
}
.cid-uQ58noANXT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQ58noANXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ58noANXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQ58noANXT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ58noANXT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ58noANXT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQ58noANXT .mbr-section-title {
  color: #423665;
}
.cid-uQ52yMH8cw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1eef9;
}
.cid-uQ52yMH8cw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ52yMH8cw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQ52yMH8cw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ52yMH8cw .row {
  flex-direction: row-reverse;
}
.cid-uQ52yMH8cw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ52yMH8cw .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQ52yMH8cw .mbr-section-title {
  color: #423665;
}
.cid-uQ50ZXmI0V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQ50ZXmI0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ50ZXmI0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQ50ZXmI0V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ50ZXmI0V img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ50ZXmI0V .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQ50ZXmI0V .mbr-section-title {
  color: #423665;
}
.cid-uQ5eHhd9Hm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1eef9;
}
.cid-uQ5eHhd9Hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5eHhd9Hm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQ5eHhd9Hm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ5eHhd9Hm .row {
  flex-direction: row-reverse;
}
.cid-uQ5eHhd9Hm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ5eHhd9Hm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQ5eHhd9Hm .mbr-section-title {
  color: #423665;
}
.cid-uQ5ue0kjvK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #423665;
}
.cid-uQ5ue0kjvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5ue0kjvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5ue0kjvK .row {
  justify-content: center;
}
.cid-uQ5ue0kjvK .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
  padding-right: 0;
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uQ5ue0kjvK .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5ue0kjvK .content-wrapper {
    padding-left: 0;
  }
}
.cid-uQ5ue0kjvK .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQ5ue0kjvK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ5ue0kjvK .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQ5ue0kjvK .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQ5ue0kjvK .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uQ5ue0kjvK .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #423665 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQ5ue0kjvK .content-wrapper .social {
  margin-top: 22px;
}
.cid-uQ5ue0kjvK .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQ5ue0kjvK .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uQ5ue0kjvK .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQ5ue0kjvK .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQ5ue0kjvK .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #423665, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQ5ue0kjvK .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uQ5ue0kjvK .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ5ue0kjvK .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQ5ue0kjvK .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uQ5ue0kjvK .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uQ5ue0kjvK .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uQ5ue0kjvK .mbr-section-title {
  color: #ff398a;
}
.cid-uQ5ue0kjvK .mbr-text {
  color: #ffffff;
}
.cid-uQ5ue0kjvK .mbr-desc {
  color: #ffffff;
}
.cid-uQ5ue0kjvK .list {
  color: #ffffff;
}
.cid-uQ5Iqc6ZDc {
  z-index: 1000;
  width: 100%;
  height: 0 !important;
}
.cid-uQ5Iqc6ZDc .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-uQ5Iqc6ZDc .dropdown-menu {
  padding: 0;
}
.cid-uQ5Iqc6ZDc .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQ5Iqc6ZDc .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQ5Iqc6ZDc .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQ5Iqc6ZDc .dropdown-item:hover:after {
  color: #6c2b57;
}
.cid-uQ5Iqc6ZDc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ5Iqc6ZDc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ5Iqc6ZDc .nav-link {
  position: relative;
}
.cid-uQ5Iqc6ZDc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uQ5Iqc6ZDc .dropdown-menu,
.cid-uQ5Iqc6ZDc .navbar.opened {
  background: #6c2b57 !important;
}
.cid-uQ5Iqc6ZDc .nav-item:focus,
.cid-uQ5Iqc6ZDc .nav-link:focus {
  outline: none;
}
.cid-uQ5Iqc6ZDc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ5Iqc6ZDc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ5Iqc6ZDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ5Iqc6ZDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5Iqc6ZDc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
  position: absolute ;
}
.cid-uQ5Iqc6ZDc .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ5Iqc6ZDc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ5Iqc6ZDc .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ5Iqc6ZDc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQ5Iqc6ZDc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ5Iqc6ZDc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ5Iqc6ZDc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ5Iqc6ZDc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ5Iqc6ZDc .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-uQ5Iqc6ZDc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ5Iqc6ZDc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ5Iqc6ZDc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ5Iqc6ZDc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ5Iqc6ZDc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ5Iqc6ZDc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uQ5Iqc6ZDc .navbar {
    min-height: 70px;
  }
}
.cid-uQ5Iqc6ZDc .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uQ5Iqc6ZDc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uQ5Iqc6ZDc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ5Iqc6ZDc .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uQ5Iqc6ZDc .navbar-brand {
    min-height: 70px;
  }
}
.cid-uQ5Iqc6ZDc .dropdown-item.active,
.cid-uQ5Iqc6ZDc .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ5Iqc6ZDc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ5Iqc6ZDc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ5Iqc6ZDc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ5Iqc6ZDc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c2b57;
}
.cid-uQ5Iqc6ZDc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ5Iqc6ZDc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ5Iqc6ZDc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ5Iqc6ZDc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ5Iqc6ZDc nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQ5Iqc6ZDc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ5Iqc6ZDc .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-uQ5Iqc6ZDc .navbar {
    height: 70px;
  }
  .cid-uQ5Iqc6ZDc .navbar.opened {
    height: auto;
  }
  .cid-uQ5Iqc6ZDc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ5Iqc6ZDc .navbar-short {
  min-height: 70px;
  background: #6c2b57;
}
@media (max-width: 575px) {
  .cid-uQ5Iqc6ZDc .navbar-short {
    min-height: 70px;
  }
}
.cid-uQ5Iqc6ZDc .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQ5Iqc6ZDc .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link:hover,
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link:focus,
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #6c2b57 !important;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #181817 !important;
}
.cid-uQ5Iqc6ZDc .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uQ5Iqc6ZDc .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uQ5Iqc6ZDc .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uQ5Iqc6ZDc .offcanvas.show {
  transform: translateX(0);
}
.cid-uQ5Iqc6ZDc .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uQ5Iqc6ZDc .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5Iqc6ZDc .offcanvas {
    width: 100%;
  }
}
.cid-uQ5Iqc6ZDc .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQ5Iqc6ZDc .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  width: 100%;
  text-align: left;
  background-color: #181817;
  box-shadow: none;
  overflow: auto;
}
.cid-uQ5Iqc6ZDc .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uQ5Iqc6ZDc .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQ5Iqc6ZDc .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uQ5Iqc6ZDc .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uQ5Iqc6ZDc .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uQ5Iqc6ZDc .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uQ5Iqc6ZDc .offcanvas_btn .mbr-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uQ5Iqc6ZDc .offcanvas_btn .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uQ5Iqc6ZDc .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uQ5Iqc6ZDc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uQ5Iqc6ZDc .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uQ5Iqc6ZDc .list li:hover {
  color: #6c2b57 !important;
}
.cid-uQ5Iqc6ZDc .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uQ5Iqc6ZDc .list a:hover {
  color: #6c2b57 !important;
  line-height: inherit !important;
}
.cid-uQ5Iqc6ZDc .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-uQ5Iqc6ZDc .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uQ5Iqc6ZDc .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uQ5Iqc6ZDc .second-list li:hover {
  opacity: 1;
}
.cid-uQ5Iqc6ZDc .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #f6f6ef;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
}
.cid-uQ5AsMOj3n {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uQ5AsMOj3n .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uQ5AsMOj3n {
    align-items: flex-end;
  }
  .cid-uQ5AsMOj3n .row {
    justify-content: flex-start;
  }
  .cid-uQ5AsMOj3n .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQ5AsMOj3n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQ5AsMOj3n {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uQ5AsMOj3n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQ5AsMOj3n .content-wrap {
    width: 100%;
  }
}
.cid-uQ5AsMOj3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5AsMOj3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5AsMOj3n .mbr-section-title,
.cid-uQ5AsMOj3n .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uQ5AsMOj3n .mbr-text,
.cid-uQ5AsMOj3n .mbr-section-btn {
  text-align: left;
}
.cid-uQ5AsMOj3n .mbr-section-subtitle {
  color: #ff398a;
  text-align: center;
}
.cid-uQ5AsMOj3n .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQ5BKPzel9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #6c2b57;
  background-image: linear-gradient(#6c2b57 80%, #423665 110%);
}
.cid-uQ5BKPzel9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5BKPzel9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5BKPzel9 .row {
  justify-content: center;
}
.cid-uQ5BKPzel9 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uQ5BKPzel9 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQ5BKPzel9 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uQ5BKPzel9 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uQ5BKPzel9 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uQ5BKPzel9 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQ5BKPzel9 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uQ5BKPzel9 .mbr-section-title {
  color: #ffffff;
}
.cid-uQ5BKPzel9 .mbr-text {
  color: #ffffff;
}
.cid-uQ5BKPzel9 .mbr-desc {
  color: #ffffff;
}
.cid-uQ5FCsEBkZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.cid-uQ5FCsEBkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5FCsEBkZ .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.jpg");
}
.cid-uQ5FCsEBkZ .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uQ5FCsEBkZ .content-wrap {
    height: 350px;
  }
}
.cid-uQ5CDX1XPJ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #f1eef9 110%);
}
.cid-uQ5CDX1XPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5CDX1XPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5CDX1XPJ .row {
  justify-content: center;
}
.cid-uQ5CDX1XPJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uQ5CDX1XPJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQ5CDX1XPJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uQ5CDX1XPJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uQ5CDX1XPJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uQ5CDX1XPJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQ5CDX1XPJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uQ5CDX1XPJ .mbr-section-title {
  color: #ffffff;
}
.cid-uQ5CDX1XPJ .mbr-text {
  color: #ffffff;
}
.cid-uQ5CDX1XPJ .mbr-desc {
  color: #6c2b57;
}
.cid-uQ5H6z53D4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQ5H6z53D4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5H6z53D4 .container-fluid {
  padding: 0;
}
.cid-uQ5H6z53D4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQ5H6z53D4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ5H6z53D4 .row {
  flex-direction: row-reverse;
}
.cid-uQ5H6z53D4 img {
  width: 100%;
}
.cid-uQ5HjmkJih {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #f1eef9 110%);
}
.cid-uQ5HjmkJih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5HjmkJih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5HjmkJih .row {
  justify-content: center;
}
.cid-uQ5HjmkJih .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uQ5HjmkJih .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQ5HjmkJih .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uQ5HjmkJih .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uQ5HjmkJih .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uQ5HjmkJih .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQ5HjmkJih .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uQ5HjmkJih .mbr-section-title {
  color: #ffffff;
}
.cid-uQ5HjmkJih .mbr-text {
  color: #ffffff;
}
.cid-uQ5HjmkJih .mbr-desc {
  color: #6c2b57;
}
.cid-uQ5zDE56pB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #423665;
}
.cid-uQ5zDE56pB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5zDE56pB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5zDE56pB .row {
  justify-content: center;
}
.cid-uQ5zDE56pB .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
  padding-right: 0;
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uQ5zDE56pB .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5zDE56pB .content-wrapper {
    padding-left: 0;
  }
}
.cid-uQ5zDE56pB .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQ5zDE56pB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ5zDE56pB .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQ5zDE56pB .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQ5zDE56pB .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uQ5zDE56pB .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #423665 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQ5zDE56pB .content-wrapper .social {
  margin-top: 22px;
}
.cid-uQ5zDE56pB .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQ5zDE56pB .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uQ5zDE56pB .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQ5zDE56pB .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQ5zDE56pB .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #423665, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQ5zDE56pB .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uQ5zDE56pB .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ5zDE56pB .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQ5zDE56pB .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uQ5zDE56pB .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uQ5zDE56pB .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uQ5zDE56pB .mbr-section-title {
  color: #ff398a;
}
.cid-uQ5zDE56pB .mbr-text {
  color: #ffffff;
}
.cid-uQ5zDE56pB .mbr-desc {
  color: #ffffff;
}
.cid-uQ5zDE56pB .list {
  color: #ffffff;
}
.cid-uQ5Iqc6ZDc {
  z-index: 1000;
  width: 100%;
  height: 0 !important;
}
.cid-uQ5Iqc6ZDc .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-uQ5Iqc6ZDc .dropdown-menu {
  padding: 0;
}
.cid-uQ5Iqc6ZDc .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQ5Iqc6ZDc .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQ5Iqc6ZDc .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQ5Iqc6ZDc .dropdown-item:hover:after {
  color: #6c2b57;
}
.cid-uQ5Iqc6ZDc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ5Iqc6ZDc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ5Iqc6ZDc .nav-link {
  position: relative;
}
.cid-uQ5Iqc6ZDc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-uQ5Iqc6ZDc .dropdown-menu,
.cid-uQ5Iqc6ZDc .navbar.opened {
  background: #6c2b57 !important;
}
.cid-uQ5Iqc6ZDc .nav-item:focus,
.cid-uQ5Iqc6ZDc .nav-link:focus {
  outline: none;
}
.cid-uQ5Iqc6ZDc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ5Iqc6ZDc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ5Iqc6ZDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ5Iqc6ZDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5Iqc6ZDc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
  position: absolute ;
}
.cid-uQ5Iqc6ZDc .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ5Iqc6ZDc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ5Iqc6ZDc .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ5Iqc6ZDc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQ5Iqc6ZDc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ5Iqc6ZDc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ5Iqc6ZDc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ5Iqc6ZDc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ5Iqc6ZDc .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-uQ5Iqc6ZDc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ5Iqc6ZDc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ5Iqc6ZDc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ5Iqc6ZDc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ5Iqc6ZDc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ5Iqc6ZDc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uQ5Iqc6ZDc .navbar {
    min-height: 70px;
  }
}
.cid-uQ5Iqc6ZDc .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uQ5Iqc6ZDc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-uQ5Iqc6ZDc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ5Iqc6ZDc .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uQ5Iqc6ZDc .navbar-brand {
    min-height: 70px;
  }
}
.cid-uQ5Iqc6ZDc .dropdown-item.active,
.cid-uQ5Iqc6ZDc .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ5Iqc6ZDc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ5Iqc6ZDc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ5Iqc6ZDc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ5Iqc6ZDc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c2b57;
}
.cid-uQ5Iqc6ZDc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ5Iqc6ZDc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ5Iqc6ZDc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uQ5Iqc6ZDc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ5Iqc6ZDc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ5Iqc6ZDc nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQ5Iqc6ZDc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ5Iqc6ZDc .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-uQ5Iqc6ZDc .navbar {
    height: 70px;
  }
  .cid-uQ5Iqc6ZDc .navbar.opened {
    height: auto;
  }
  .cid-uQ5Iqc6ZDc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ5Iqc6ZDc .navbar-short {
  min-height: 70px;
  background: #6c2b57;
}
@media (max-width: 575px) {
  .cid-uQ5Iqc6ZDc .navbar-short {
    min-height: 70px;
  }
}
.cid-uQ5Iqc6ZDc .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uQ5Iqc6ZDc .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link:hover,
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link:focus,
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #6c2b57 !important;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-uQ5Iqc6ZDc .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #181817 !important;
}
.cid-uQ5Iqc6ZDc .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uQ5Iqc6ZDc .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-uQ5Iqc6ZDc button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-uQ5Iqc6ZDc .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #f6f6ef;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uQ5Iqc6ZDc .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uQ5Iqc6ZDc .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-uQ5Iqc6ZDc .offcanvas.show {
  transform: translateX(0);
}
.cid-uQ5Iqc6ZDc .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uQ5Iqc6ZDc .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5Iqc6ZDc .offcanvas {
    width: 100%;
  }
}
.cid-uQ5Iqc6ZDc .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQ5Iqc6ZDc .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  width: 100%;
  text-align: left;
  background-color: #181817;
  box-shadow: none;
  overflow: auto;
}
.cid-uQ5Iqc6ZDc .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-uQ5Iqc6ZDc .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQ5Iqc6ZDc .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-uQ5Iqc6ZDc .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-uQ5Iqc6ZDc .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-uQ5Iqc6ZDc .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-uQ5Iqc6ZDc .offcanvas_btn .mbr-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uQ5Iqc6ZDc .offcanvas_btn .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uQ5Iqc6ZDc .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-uQ5Iqc6ZDc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uQ5Iqc6ZDc .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uQ5Iqc6ZDc .list li:hover {
  color: #6c2b57 !important;
}
.cid-uQ5Iqc6ZDc .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uQ5Iqc6ZDc .list a:hover {
  color: #6c2b57 !important;
  line-height: inherit !important;
}
.cid-uQ5Iqc6ZDc .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-uQ5Iqc6ZDc .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uQ5Iqc6ZDc .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-uQ5Iqc6ZDc .second-list li:hover {
  opacity: 1;
}
.cid-uQ5Iqc6ZDc .footer-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #f6f6ef;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
}
.cid-uQ5HvNRzDv {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uQ5HvNRzDv .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uQ5HvNRzDv {
    align-items: flex-end;
  }
  .cid-uQ5HvNRzDv .row {
    justify-content: flex-start;
  }
  .cid-uQ5HvNRzDv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQ5HvNRzDv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQ5HvNRzDv {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uQ5HvNRzDv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQ5HvNRzDv .content-wrap {
    width: 100%;
  }
}
.cid-uQ5HvNRzDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5HvNRzDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5HvNRzDv .mbr-section-title,
.cid-uQ5HvNRzDv .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uQ5HvNRzDv .mbr-text,
.cid-uQ5HvNRzDv .mbr-section-btn {
  text-align: left;
}
.cid-uQ5HvNRzDv .mbr-section-subtitle {
  color: #ff398a;
  text-align: center;
}
.cid-uQ5HvNRzDv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQ5HvOHyD3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #6c2b57;
  background-image: linear-gradient(#6c2b57 80%, #423665 110%);
}
.cid-uQ5HvOHyD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5HvOHyD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5HvOHyD3 .row {
  justify-content: center;
}
.cid-uQ5HvOHyD3 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uQ5HvOHyD3 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQ5HvOHyD3 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uQ5HvOHyD3 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uQ5HvOHyD3 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uQ5HvOHyD3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQ5HvOHyD3 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uQ5HvOHyD3 .mbr-section-title {
  color: #ffffff;
}
.cid-uQ5HvOHyD3 .mbr-text {
  color: #ffffff;
}
.cid-uQ5HvOHyD3 .mbr-desc {
  color: #ffffff;
}
.cid-uQ5HvP1UEH {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.cid-uQ5HvP1UEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5HvP1UEH .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.jpg");
}
.cid-uQ5HvP1UEH .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uQ5HvP1UEH .content-wrap {
    height: 350px;
  }
}
.cid-uQ5HvPoKbj {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #f1eef9 110%);
}
.cid-uQ5HvPoKbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5HvPoKbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5HvPoKbj .row {
  justify-content: center;
}
.cid-uQ5HvPoKbj .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uQ5HvPoKbj .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQ5HvPoKbj .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uQ5HvPoKbj .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uQ5HvPoKbj .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uQ5HvPoKbj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQ5HvPoKbj .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uQ5HvPoKbj .mbr-section-title {
  color: #ffffff;
}
.cid-uQ5HvPoKbj .mbr-text {
  color: #ffffff;
}
.cid-uQ5HvPoKbj .mbr-desc {
  color: #6c2b57;
}
.cid-uQ5HvPJsex {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQ5HvPJsex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5HvPJsex .container-fluid {
  padding: 0;
}
.cid-uQ5HvPJsex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQ5HvPJsex .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ5HvPJsex .row {
  flex-direction: row-reverse;
}
.cid-uQ5HvPJsex img {
  width: 100%;
}
.cid-uQ5HvQ22ep {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #f1eef9 110%);
}
.cid-uQ5HvQ22ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5HvQ22ep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5HvQ22ep .row {
  justify-content: center;
}
.cid-uQ5HvQ22ep .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uQ5HvQ22ep .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQ5HvQ22ep .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uQ5HvQ22ep .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uQ5HvQ22ep .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uQ5HvQ22ep .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQ5HvQ22ep .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uQ5HvQ22ep .mbr-section-title {
  color: #ffffff;
}
.cid-uQ5HvQ22ep .mbr-text {
  color: #ffffff;
}
.cid-uQ5HvQ22ep .mbr-desc {
  color: #6c2b57;
}
.cid-uQ5HvQoky1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #423665;
}
.cid-uQ5HvQoky1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5HvQoky1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5HvQoky1 .row {
  justify-content: center;
}
.cid-uQ5HvQoky1 .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
  padding-right: 0;
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uQ5HvQoky1 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5HvQoky1 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uQ5HvQoky1 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQ5HvQoky1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ5HvQoky1 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQ5HvQoky1 .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQ5HvQoky1 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uQ5HvQoky1 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #423665 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQ5HvQoky1 .content-wrapper .social {
  margin-top: 22px;
}
.cid-uQ5HvQoky1 .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQ5HvQoky1 .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uQ5HvQoky1 .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQ5HvQoky1 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQ5HvQoky1 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #423665, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQ5HvQoky1 .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uQ5HvQoky1 .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQ5HvQoky1 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQ5HvQoky1 .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uQ5HvQoky1 .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uQ5HvQoky1 .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uQ5HvQoky1 .mbr-section-title {
  color: #ff398a;
}
.cid-uQ5HvQoky1 .mbr-text {
  color: #ffffff;
}
.cid-uQ5HvQoky1 .mbr-desc {
  color: #ffffff;
}
.cid-uQ5HvQoky1 .list {
  color: #ffffff;
}
